Skip to content

Commit

Permalink
Icons nao lembro
Browse files Browse the repository at this point in the history
  • Loading branch information
suissa committed Feb 9, 2024
1 parent 3060b80 commit 8021c99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import { TbUserSquareRounded } from "react-icons/tb";
import { FiUsers } from "react-icons/fi";
import { BiBriefcaseAlt2 } from "react-icons/bi";
import { BsBank } from "react-icons/bs";
import { GrConnect } from "react-icons/gr";


// Heroicons: https://heroicons.com/
Expand Down Expand Up @@ -139,3 +140,4 @@ export const IconAccept = props => (<BiCheckCircle className={`w-8 h-8 mt-1 ${pr
export const IconThreeDots = props => (<BiDotsVerticalRounded className={`w-8 h-8 mt-1 ${props.className}`}/>)
export const IconUserSquareRounded = props => (<TbUserSquareRounded className={`w-8 h-8 mt-1 ${props.className}`}/>)
export const IconContacts = props => (<FiUsers className={`w-8 h-8 mt-1 ${props.className}`}/>)
export const IconConnection = props => (<GrConnect className={`w-8 h-8 mt-1 ${props.className}`}/>)

0 comments on commit 8021c99

Please sign in to comment.