Skip to content

Commit

Permalink
chore: add user and envelope icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyruks authored and serudda committed Nov 3, 2023
1 parent d38db31 commit 1adbabe
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/components/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export enum IconCatalog {
dotsThree = 'dotsThree',
ellipsisHorizontal = 'ellipsisHorizontal',
ellipsisHorizontalCircle = 'ellipsisHorizontalCircle',
envelope = 'envelope',
faceSmile = 'faceSmile',
hashtag = 'hashtag',
heart = 'heart',
Expand Down Expand Up @@ -62,6 +63,7 @@ export enum IconCatalog {
trash = 'trash',
typefully = 'typefully',
twitter = 'twitter',
user = 'user',
viewfinder = 'viewfinder',
voice = 'voice',
x = 'x',
Expand Down Expand Up @@ -233,6 +235,10 @@ const Icons: Record<IconCatalog, IconType> = {
solid:
'M12 2.25c-5.385 0-9.75 4.365-9.75 9.75s4.365 9.75 9.75 9.75 9.75-4.365 9.75-9.75S17.385 2.25 12 2.25zm0 8.625a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25zM15.375 12a1.125 1.125 0 112.25 0 1.125 1.125 0 01-2.25 0zM7.5 10.875a1.125 1.125 0 100 2.25 1.125 1.125 0 000-2.25z',
},
[IconCatalog.envelope]: {
outline:
'M21.75 6.75v10.5a2.25 2.25 0 0 1-2.25 2.25h-15a2.25 2.25 0 0 1-2.25-2.25V6.75m19.5 0A2.25 2.25 0 0 0 19.5 4.5h-15a2.25 2.25 0 0 0-2.25 2.25m19.5 0v.243a2.25 2.25 0 0 1-1.07 1.916l-7.5 4.615a2.25 2.25 0 0 1-2.36 0L3.32 8.91a2.25 2.25 0 0 1-1.07-1.916V6.75',
},

[IconCatalog.faceSmile]: {
outline:
Expand Down Expand Up @@ -425,7 +431,12 @@ const Icons: Record<IconCatalog, IconType> = {
solid:
'M14.552 13.201c.075-.213.014-.28-.199-.211v-.002c-.744.244-2.035.58-3.52.28-.31-.065-.292-.31.024-.326 1.176-.06 3.016-.334 4.008-1.382.722-.764 1.109-1.933 1.539-3.234.499-1.51 1.057-3.199 2.268-4.64.029-.034.063-.071.099-.11.244-.261.537-.576-.547-.576-5.477 0-7.463 4.545-10.8 12.182-.59 1.351-1.223 2.799-1.925 4.335-.06.13-.12.255-.176.373-.162.336-.296.615-.32.812-.02.164.076.298.265.298.654-.007 1.315-1.195 1.927-2.297.277-.5.545-.98.797-1.326.325-.444.642-.65 1.044-.759.316-.086.667-.127 1.04-.17.423-.05.875-.102 1.334-.228 1.814-.5 2.752-1.886 3.142-3.019Zm3.473 6.107c0 .931-.735 1.687-1.64 1.687-.907 0-1.642-.756-1.642-1.687 0-.93.736-1.687 1.641-1.687.906 0 1.641.756 1.641 1.687Z',
},

[IconCatalog.user]: {
outline:
'M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0zM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632z',
solid:
'M7.5 6a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0zM3.751 20.105a8.25 8.25 0 0 1 16.498 0 .75.75 0 0 1-.437.695A18.683 18.683 0 0 1 12 22.5c-2.786 0-5.433-.608-7.812-1.7a.75.75 0 0 1-.437-.695z',
},
[IconCatalog.viewfinder]: {
outline:
'M8.182 5H6.909A1.91 1.91 0 0 0 5 6.91v1.272M15.818 5h1.273A1.909 1.909 0 0 1 19 6.91v1.272m0 7.636v1.273A1.909 1.909 0 0 1 17.09 19h-1.272m-7.636 0H6.909A1.909 1.909 0 0 1 5 17.09v-1.272',
Expand Down

0 comments on commit 1adbabe

Please sign in to comment.