Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/serudda/side-ui
Browse files Browse the repository at this point in the history
* 'main' of https://github.com/serudda/side-ui:
  feat(icon): ✨ add new clock icon
  0.17.6
  • Loading branch information
serudda committed Feb 5, 2024
2 parents e9160ac + 64b8fb0 commit faa1237
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "side-ui",
"version": "0.17.5",
"version": "0.17.6",
"type": "module",
"packageManager": "[email protected]",
"repository": {
Expand Down
6 changes: 6 additions & 0 deletions src/components/Icon/Icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export enum IconCatalog {
chevronUp = 'chevronUp',
circleHalf = 'circleHalf',
clipboard = 'clipboard',
clock = 'clock',
cog6Tooth = 'cog6Tooth',
discord = 'discord',
documentCheck = 'documentCheck',
Expand Down Expand Up @@ -216,6 +217,11 @@ const Icons: Record<IconCatalog, IconType> = {
solid:
'M10.5 3A1.501 1.501 0 009 4.5h6A1.5 1.5 0 0013.5 3h-3zm-2.693.178A3 3 0 0110.5 1.5h3a3 3 0 012.694 1.678c.497.042.992.092 1.486.15 1.497.173 2.57 1.46 2.57 2.929V19.5a3 3 0 01-3 3H6.75a3 3 0 01-3-3V6.257c0-1.47 1.073-2.756 2.57-2.93.493-.057.989-.107 1.487-.15z',
},
[IconCatalog.clock]: {
outline: 'M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z',
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.25ZM12.75 6a.75.75 0 0 0-1.5 0v6c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5h-3.75V6Z',
},

[IconCatalog.cog6Tooth]: {
outline:
Expand Down

0 comments on commit faa1237

Please sign in to comment.