-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add in oss icons * feat: working on Icons mdx * feat: add assets to index, improve icon docs * feat: add index to components * fix: remove svg-to-ts * fix: imports of icons * fix: rename icons * feat: add angle-down and calendar * fix: docs * fix: viewbox * fix: changes to icons * fix: icons * fix: how to import
- Loading branch information
Showing
25 changed files
with
247 additions
and
102 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
const AngleDown = (props: any) => ( | ||
export const AngleDownIcon = (props: any) => ( | ||
<svg | ||
className="w-6 h-6 text-gray-800 dark:text-white" | ||
aria-hidden="true" | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={12} | ||
height={13} | ||
fill="none" | ||
viewBox="0 0 14 8" | ||
{...props} | ||
> | ||
<path | ||
fill="#6B7280" | ||
stroke="#6B7280" | ||
strokeWidth={0.6} | ||
d="m5.795 7.259-2.43-2.6a.5.5 0 0 0-.706-.024l3.136 2.624Zm0 0-.014.015.219.205m-.205-.22.205.22m0 0 .22-.205-.015-.015M6 7.479l.205-.22m0 0 2.43-2.6-2.43 2.6Zm-.688.728-2.663-2.85a.2.2 0 0 1 .01-.283.2.2 0 0 1 .282.01l2.635 2.82.219.234.22-.235 2.634-2.82a.2.2 0 0 1 .292.274l-2.663 2.85A.668.668 0 0 1 6 8.2a.666.666 0 0 1-.483-.213Z" | ||
stroke="currentColor" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeWidth="2" | ||
d="m1 1 5.326 5.7a.909.909 0 0 0 1.348 0L13 1" | ||
/> | ||
</svg> | ||
) | ||
export default AngleDown |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
export const CalendarIcon = (props: any) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
{...props} | ||
> | ||
<mask id="path-1-inside-1_20_5191" fill="white"> | ||
<path d="M19.2 4.8H17.4V3.9C17.4 3.66131 17.3052 3.43239 17.1364 3.2636C16.9676 3.09482 16.7387 3 16.5 3C16.2613 3 16.0324 3.09482 15.8636 3.2636C15.6948 3.43239 15.6 3.66131 15.6 3.9V4.8H12.9V3.9C12.9 3.66131 12.8052 3.43239 12.6364 3.2636C12.4676 3.09482 12.2387 3 12 3C11.7613 3 11.5324 3.09482 11.3636 3.2636C11.1948 3.43239 11.1 3.66131 11.1 3.9V4.8H8.4V3.9C8.4 3.66131 8.30518 3.43239 8.1364 3.2636C7.96761 3.09482 7.73869 3 7.5 3C7.26131 3 7.03239 3.09482 6.8636 3.2636C6.69482 3.43239 6.6 3.66131 6.6 3.9V4.8H4.8C4.32261 4.8 3.86477 4.98964 3.52721 5.32721C3.18964 5.66477 3 6.12261 3 6.6V19.2C3 19.6774 3.18964 20.1352 3.52721 20.4728C3.86477 20.8104 4.32261 21 4.8 21H19.2C19.6774 21 20.1352 20.8104 20.4728 20.4728C20.8104 20.1352 21 19.6774 21 19.2V6.6C21 6.12261 20.8104 5.66477 20.4728 5.32721C20.1352 4.98964 19.6774 4.8 19.2 4.8ZM6.6 6.6C6.6 6.83869 6.69482 7.06761 6.8636 7.2364C7.03239 7.40518 7.26131 7.5 7.5 7.5C7.73869 7.5 7.96761 7.40518 8.1364 7.2364C8.30518 7.06761 8.4 6.83869 8.4 6.6H11.1C11.1 6.83869 11.1948 7.06761 11.3636 7.2364C11.5324 7.40518 11.7613 7.5 12 7.5C12.2387 7.5 12.4676 7.40518 12.6364 7.2364C12.8052 7.06761 12.9 6.83869 12.9 6.6H15.6C15.6 6.83869 15.6948 7.06761 15.8636 7.2364C16.0324 7.40518 16.2613 7.5 16.5 7.5C16.7387 7.5 16.9676 7.40518 17.1364 7.2364C17.3052 7.06761 17.4 6.83869 17.4 6.6H19.2V8.4H4.8V6.6H6.6ZM4.8 19.2V10.2H19.2V19.2H4.8Z" /> | ||
<path d="M7.95 12H7.05C6.80147 12 6.6 12.2015 6.6 12.45V13.35C6.6 13.5985 6.80147 13.8 7.05 13.8H7.95C8.19853 13.8 8.4 13.5985 8.4 13.35V12.45C8.4 12.2015 8.19853 12 7.95 12Z" /> | ||
<path d="M7.95 15.6H7.05C6.80147 15.6 6.6 15.8015 6.6 16.05V16.95C6.6 17.1985 6.80147 17.4 7.05 17.4H7.95C8.19853 17.4 8.4 17.1985 8.4 16.95V16.05C8.4 15.8015 8.19853 15.6 7.95 15.6Z" /> | ||
<path d="M12.45 12H11.55C11.3015 12 11.1 12.2015 11.1 12.45V13.35C11.1 13.5985 11.3015 13.8 11.55 13.8H12.45C12.6985 13.8 12.9 13.5985 12.9 13.35V12.45C12.9 12.2015 12.6985 12 12.45 12Z" /> | ||
<path d="M12.45 15.6H11.55C11.3015 15.6 11.1 15.8015 11.1 16.05V16.95C11.1 17.1985 11.3015 17.4 11.55 17.4H12.45C12.6985 17.4 12.9 17.1985 12.9 16.95V16.05C12.9 15.8015 12.6985 15.6 12.45 15.6Z" /> | ||
<path d="M16.95 12H16.05C15.8015 12 15.6 12.2015 15.6 12.45V13.35C15.6 13.5985 15.8015 13.8 16.05 13.8H16.95C17.1985 13.8 17.4 13.5985 17.4 13.35V12.45C17.4 12.2015 17.1985 12 16.95 12Z" /> | ||
<path d="M16.95 15.6H16.05C15.8015 15.6 15.6 15.8015 15.6 16.05V16.95C15.6 17.1985 15.8015 17.4 16.05 17.4H16.95C17.1985 17.4 17.4 17.1985 17.4 16.95V16.05C17.4 15.8015 17.1985 15.6 16.95 15.6Z" /> | ||
</mask> | ||
<path | ||
d="M19.2 4.8H17.4V3.9C17.4 3.66131 17.3052 3.43239 17.1364 3.2636C16.9676 3.09482 16.7387 3 16.5 3C16.2613 3 16.0324 3.09482 15.8636 3.2636C15.6948 3.43239 15.6 3.66131 15.6 3.9V4.8H12.9V3.9C12.9 3.66131 12.8052 3.43239 12.6364 3.2636C12.4676 3.09482 12.2387 3 12 3C11.7613 3 11.5324 3.09482 11.3636 3.2636C11.1948 3.43239 11.1 3.66131 11.1 3.9V4.8H8.4V3.9C8.4 3.66131 8.30518 3.43239 8.1364 3.2636C7.96761 3.09482 7.73869 3 7.5 3C7.26131 3 7.03239 3.09482 6.8636 3.2636C6.69482 3.43239 6.6 3.66131 6.6 3.9V4.8H4.8C4.32261 4.8 3.86477 4.98964 3.52721 5.32721C3.18964 5.66477 3 6.12261 3 6.6V19.2C3 19.6774 3.18964 20.1352 3.52721 20.4728C3.86477 20.8104 4.32261 21 4.8 21H19.2C19.6774 21 20.1352 20.8104 20.4728 20.4728C20.8104 20.1352 21 19.6774 21 19.2V6.6C21 6.12261 20.8104 5.66477 20.4728 5.32721C20.1352 4.98964 19.6774 4.8 19.2 4.8ZM6.6 6.6C6.6 6.83869 6.69482 7.06761 6.8636 7.2364C7.03239 7.40518 7.26131 7.5 7.5 7.5C7.73869 7.5 7.96761 7.40518 8.1364 7.2364C8.30518 7.06761 8.4 6.83869 8.4 6.6H11.1C11.1 6.83869 11.1948 7.06761 11.3636 7.2364C11.5324 7.40518 11.7613 7.5 12 7.5C12.2387 7.5 12.4676 7.40518 12.6364 7.2364C12.8052 7.06761 12.9 6.83869 12.9 6.6H15.6C15.6 6.83869 15.6948 7.06761 15.8636 7.2364C16.0324 7.40518 16.2613 7.5 16.5 7.5C16.7387 7.5 16.9676 7.40518 17.1364 7.2364C17.3052 7.06761 17.4 6.83869 17.4 6.6H19.2V8.4H4.8V6.6H6.6ZM4.8 19.2V10.2H19.2V19.2H4.8Z" | ||
fill="#111928" | ||
/> | ||
<path | ||
d="M7.95 12H7.05C6.80147 12 6.6 12.2015 6.6 12.45V13.35C6.6 13.5985 6.80147 13.8 7.05 13.8H7.95C8.19853 13.8 8.4 13.5985 8.4 13.35V12.45C8.4 12.2015 8.19853 12 7.95 12Z" | ||
fill="#111928" | ||
/> | ||
<path | ||
d="M7.95 15.6H7.05C6.80147 15.6 6.6 15.8015 6.6 16.05V16.95C6.6 17.1985 6.80147 17.4 7.05 17.4H7.95C8.19853 17.4 8.4 17.1985 8.4 16.95V16.05C8.4 15.8015 8.19853 15.6 7.95 15.6Z" | ||
fill="#111928" | ||
/> | ||
<path | ||
d="M12.45 12H11.55C11.3015 12 11.1 12.2015 11.1 12.45V13.35C11.1 13.5985 11.3015 13.8 11.55 13.8H12.45C12.6985 13.8 12.9 13.5985 12.9 13.35V12.45C12.9 12.2015 12.6985 12 12.45 12Z" | ||
fill="#111928" | ||
/> | ||
<path | ||
d="M12.45 15.6H11.55C11.3015 15.6 11.1 15.8015 11.1 16.05V16.95C11.1 17.1985 11.3015 17.4 11.55 17.4H12.45C12.6985 17.4 12.9 17.1985 12.9 16.95V16.05C12.9 15.8015 12.6985 15.6 12.45 15.6Z" | ||
fill="#111928" | ||
/> | ||
<path | ||
d="M16.95 12H16.05C15.8015 12 15.6 12.2015 15.6 12.45V13.35C15.6 13.5985 15.8015 13.8 16.05 13.8H16.95C17.1985 13.8 17.4 13.5985 17.4 13.35V12.45C17.4 12.2015 17.1985 12 16.95 12Z" | ||
fill="#111928" | ||
/> | ||
<path | ||
d="M16.95 15.6H16.05C15.8015 15.6 15.6 15.8015 15.6 16.05V16.95C15.6 17.1985 15.8015 17.4 16.05 17.4H16.95C17.1985 17.4 17.4 17.1985 17.4 16.95V16.05C17.4 15.8015 17.1985 15.6 16.95 15.6Z" | ||
fill="#111928" | ||
/> | ||
<path | ||
d="M19.2 4.8H17.4V3.9C17.4 3.66131 17.3052 3.43239 17.1364 3.2636C16.9676 3.09482 16.7387 3 16.5 3C16.2613 3 16.0324 3.09482 15.8636 3.2636C15.6948 3.43239 15.6 3.66131 15.6 3.9V4.8H12.9V3.9C12.9 3.66131 12.8052 3.43239 12.6364 3.2636C12.4676 3.09482 12.2387 3 12 3C11.7613 3 11.5324 3.09482 11.3636 3.2636C11.1948 3.43239 11.1 3.66131 11.1 3.9V4.8H8.4V3.9C8.4 3.66131 8.30518 3.43239 8.1364 3.2636C7.96761 3.09482 7.73869 3 7.5 3C7.26131 3 7.03239 3.09482 6.8636 3.2636C6.69482 3.43239 6.6 3.66131 6.6 3.9V4.8H4.8C4.32261 4.8 3.86477 4.98964 3.52721 5.32721C3.18964 5.66477 3 6.12261 3 6.6V19.2C3 19.6774 3.18964 20.1352 3.52721 20.4728C3.86477 20.8104 4.32261 21 4.8 21H19.2C19.6774 21 20.1352 20.8104 20.4728 20.4728C20.8104 20.1352 21 19.6774 21 19.2V6.6C21 6.12261 20.8104 5.66477 20.4728 5.32721C20.1352 4.98964 19.6774 4.8 19.2 4.8ZM6.6 6.6C6.6 6.83869 6.69482 7.06761 6.8636 7.2364C7.03239 7.40518 7.26131 7.5 7.5 7.5C7.73869 7.5 7.96761 7.40518 8.1364 7.2364C8.30518 7.06761 8.4 6.83869 8.4 6.6H11.1C11.1 6.83869 11.1948 7.06761 11.3636 7.2364C11.5324 7.40518 11.7613 7.5 12 7.5C12.2387 7.5 12.4676 7.40518 12.6364 7.2364C12.8052 7.06761 12.9 6.83869 12.9 6.6H15.6C15.6 6.83869 15.6948 7.06761 15.8636 7.2364C16.0324 7.40518 16.2613 7.5 16.5 7.5C16.7387 7.5 16.9676 7.40518 17.1364 7.2364C17.3052 7.06761 17.4 6.83869 17.4 6.6H19.2V8.4H4.8V6.6H6.6ZM4.8 19.2V10.2H19.2V19.2H4.8Z" | ||
stroke="#111928" | ||
stroke-width="2" | ||
mask="url(#path-1-inside-1_20_5191)" | ||
/> | ||
<path | ||
d="M7.95 12H7.05C6.80147 12 6.6 12.2015 6.6 12.45V13.35C6.6 13.5985 6.80147 13.8 7.05 13.8H7.95C8.19853 13.8 8.4 13.5985 8.4 13.35V12.45C8.4 12.2015 8.19853 12 7.95 12Z" | ||
stroke="#111928" | ||
stroke-width="2" | ||
mask="url(#path-1-inside-1_20_5191)" | ||
/> | ||
<path | ||
d="M7.95 15.6H7.05C6.80147 15.6 6.6 15.8015 6.6 16.05V16.95C6.6 17.1985 6.80147 17.4 7.05 17.4H7.95C8.19853 17.4 8.4 17.1985 8.4 16.95V16.05C8.4 15.8015 8.19853 15.6 7.95 15.6Z" | ||
stroke="#111928" | ||
stroke-width="2" | ||
mask="url(#path-1-inside-1_20_5191)" | ||
/> | ||
<path | ||
d="M12.45 12H11.55C11.3015 12 11.1 12.2015 11.1 12.45V13.35C11.1 13.5985 11.3015 13.8 11.55 13.8H12.45C12.6985 13.8 12.9 13.5985 12.9 13.35V12.45C12.9 12.2015 12.6985 12 12.45 12Z" | ||
stroke="#111928" | ||
stroke-width="2" | ||
mask="url(#path-1-inside-1_20_5191)" | ||
/> | ||
<path | ||
d="M12.45 15.6H11.55C11.3015 15.6 11.1 15.8015 11.1 16.05V16.95C11.1 17.1985 11.3015 17.4 11.55 17.4H12.45C12.6985 17.4 12.9 17.1985 12.9 16.95V16.05C12.9 15.8015 12.6985 15.6 12.45 15.6Z" | ||
stroke="#111928" | ||
stroke-width="2" | ||
mask="url(#path-1-inside-1_20_5191)" | ||
/> | ||
<path | ||
d="M16.95 12H16.05C15.8015 12 15.6 12.2015 15.6 12.45V13.35C15.6 13.5985 15.8015 13.8 16.05 13.8H16.95C17.1985 13.8 17.4 13.5985 17.4 13.35V12.45C17.4 12.2015 17.1985 12 16.95 12Z" | ||
stroke="#111928" | ||
stroke-width="2" | ||
mask="url(#path-1-inside-1_20_5191)" | ||
/> | ||
<path | ||
d="M16.95 15.6H16.05C15.8015 15.6 15.6 15.8015 15.6 16.05V16.95C15.6 17.1985 15.8015 17.4 16.05 17.4H16.95C17.1985 17.4 17.4 17.1985 17.4 16.95V16.05C17.4 15.8015 17.1985 15.6 16.95 15.6Z" | ||
stroke="#111928" | ||
stroke-width="2" | ||
mask="url(#path-1-inside-1_20_5191)" | ||
/> | ||
</svg> | ||
) |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/assets/build/radio-selected.icon.tsx → src/assets/build/circle.icon.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
src/assets/build/clear.icon.tsx → src/assets/build/close.icon.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
export const CodeIcon = (props: any) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={24} | ||
height={24} | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
{...props} | ||
> | ||
<path | ||
stroke="inherit" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
strokeWidth={2} | ||
d="m7 8-4 4 4 4m10-8 4 4-4 4M13 5l-2 14" | ||
/> | ||
</svg> | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
export const FolderIcon = (props: any) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={24} | ||
height={24} | ||
viewBox="0 0 24 24" | ||
fill="none" | ||
{...props} | ||
> | ||
<path | ||
fill="inherit" | ||
stroke="inherit" | ||
d="M21.435 10.728a.5.5 0 0 0-.42-.228H19.5V9A1.5 1.5 0 0 0 18 7.5h-4.807l-.15-.2-2.4-3.2a1.509 1.509 0 0 0-1.2-.6H4A1.5 1.5 0 0 0 2.5 5v14A1.5 1.5 0 0 0 4 20.5h13.016a.5.5 0 0 0 .457-.297l4-9-.038-.475Zm0 0a.499.499 0 0 1 .038.475l-.038-.475ZM17.016 21a1 1 0 0 0 .914-.594l4-9L17.016 21ZM9.843 4.7l-.15-.2H3.5v10.787l.957.203 2.086-4.693A.5.5 0 0 1 7 10.5h11.5v-2h-5.557a.5.5 0 0 1-.4-.2l-2.7-3.6Zm6.523 14.8h.325l.132-.297 3.11-7 .313-.703H7.324l-.132.297-3.11 7-.312.703h12.596Z" | ||
/> | ||
</svg> | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
export const UserGroupIcon = (props: any) => ( | ||
<svg | ||
xmlns="http://www.w3.org/2000/svg" | ||
width={24} | ||
height={24} | ||
viewBox="0 0 24 24" | ||
{...props} | ||
> | ||
<mask id="a" fill="#fff"> | ||
<path d="M16.5 2A3.987 3.987 0 0 0 13 4.1c.66.136 1.284.405 1.836.79a2 2 0 1 1 2.051 3.07c.144.658.15 1.34.015 2A3.989 3.989 0 0 0 16.5 2Z" /> | ||
<path d="M12 13a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm0-6a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM17 22H7a1 1 0 0 1-1-1v-2a5.006 5.006 0 0 1 5-5h2a5.006 5.006 0 0 1 5 5v2a1 1 0 0 1-1 1Zm-9-2h8v-1a3 3 0 0 0-3-3h-2a3 3 0 0 0-3 3v1Z" /> | ||
<path d="M7 9c.001-.35.039-.697.112-1.039a2 2 0 1 1 2.051-3.07A4.963 4.963 0 0 1 11 4.101a3.987 3.987 0 1 0-3.9 5.858A4.974 4.974 0 0 1 7 9ZM17 11h-.429a5.057 5.057 0 0 1-1.937 2.232c.042.012.08.033.123.046.39-.182.813-.277 1.243-.278h1a3 3 0 0 1 3 3v1h-1.347c.229.642.346 1.318.347 2h2a1 1 0 0 0 1-1v-2a5.006 5.006 0 0 0-5-5ZM5.347 17H4v-1a3 3 0 0 1 3-3h1c.43.001.854.096 1.244.278.042-.013.08-.034.122-.046A5.057 5.057 0 0 1 7.429 11H7a5.006 5.006 0 0 0-5 5v2a1 1 0 0 0 1 1h2c0-.682.118-1.358.347-2Z" /> | ||
</mask> | ||
<path | ||
fill="inherit" | ||
d="M16.5 2A3.987 3.987 0 0 0 13 4.1c.66.136 1.284.405 1.836.79a2 2 0 1 1 2.051 3.07c.144.658.15 1.34.015 2A3.989 3.989 0 0 0 16.5 2Z" | ||
/> | ||
<path | ||
fill="inherit" | ||
d="M12 13a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm0-6a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM17 22H7a1 1 0 0 1-1-1v-2a5.006 5.006 0 0 1 5-5h2a5.006 5.006 0 0 1 5 5v2a1 1 0 0 1-1 1Zm-9-2h8v-1a3 3 0 0 0-3-3h-2a3 3 0 0 0-3 3v1Z" | ||
/> | ||
<path | ||
fill="inherit" | ||
d="M7 9c.001-.35.039-.697.112-1.039a2 2 0 1 1 2.051-3.07A4.963 4.963 0 0 1 11 4.101a3.987 3.987 0 1 0-3.9 5.858A4.974 4.974 0 0 1 7 9ZM17 11h-.429a5.057 5.057 0 0 1-1.937 2.232c.042.012.08.033.123.046.39-.182.813-.277 1.243-.278h1a3 3 0 0 1 3 3v1h-1.347c.229.642.346 1.318.347 2h2a1 1 0 0 0 1-1v-2a5.006 5.006 0 0 0-5-5ZM5.347 17H4v-1a3 3 0 0 1 3-3h1c.43.001.854.096 1.244.278.042-.013.08-.034.122-.046A5.057 5.057 0 0 1 7.429 11H7a5.006 5.006 0 0 0-5 5v2a1 1 0 0 0 1 1h2c0-.682.118-1.358.347-2Z" | ||
/> | ||
<path | ||
stroke="inherit" | ||
strokeWidth={2} | ||
d="M16.5 2A3.987 3.987 0 0 0 13 4.1c.66.136 1.284.405 1.836.79a2 2 0 1 1 2.051 3.07c.144.658.15 1.34.015 2A3.989 3.989 0 0 0 16.5 2Z" | ||
mask="url(#a)" | ||
/> | ||
<path | ||
stroke="inherit" | ||
strokeWidth={2} | ||
d="M12 13a4 4 0 1 1 0-8 4 4 0 0 1 0 8Zm0-6a2 2 0 1 0 0 4 2 2 0 0 0 0-4ZM17 22H7a1 1 0 0 1-1-1v-2a5.006 5.006 0 0 1 5-5h2a5.006 5.006 0 0 1 5 5v2a1 1 0 0 1-1 1Zm-9-2h8v-1a3 3 0 0 0-3-3h-2a3 3 0 0 0-3 3v1Z" | ||
mask="url(#a)" | ||
/> | ||
<path | ||
stroke="inherit" | ||
strokeWidth={2} | ||
d="M7 9c.001-.35.039-.697.112-1.039a2 2 0 1 1 2.051-3.07A4.963 4.963 0 0 1 11 4.101a3.987 3.987 0 1 0-3.9 5.858A4.974 4.974 0 0 1 7 9ZM17 11h-.429a5.057 5.057 0 0 1-1.937 2.232c.042.012.08.033.123.046.39-.182.813-.277 1.243-.278h1a3 3 0 0 1 3 3v1h-1.347c.229.642.346 1.318.347 2h2a1 1 0 0 0 1-1v-2a5.006 5.006 0 0 0-5-5ZM5.347 17H4v-1a3 3 0 0 1 3-3h1c.43.001.854.096 1.244.278.042-.013.08-.034.122-.046A5.057 5.057 0 0 1 7.429 11H7a5.006 5.006 0 0 0-5 5v2a1 1 0 0 0 1 1h2c0-.682.118-1.358.347-2Z" | ||
mask="url(#a)" | ||
/> | ||
</svg> | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
export * from './build/check.icon' | ||
export * from './build/minus.icon' | ||
export * from './build/radio-selected.icon' | ||
export * from './build/circle.icon' | ||
export * from './build/user.icon' | ||
export * from './build/clear.icon' | ||
export * from './build/close.icon' | ||
export * from './build/search.icon' | ||
export * from './build/plus.icon' | ||
export * from './build/code.icon' | ||
export * from './build/user-groups-outline.icon' | ||
export * from './build/folder.icon' | ||
export * from './build/circle-outline.icon' | ||
export * from './build/angle-down.icon' | ||
export * from './build/calendar.icon' |
Oops, something went wrong.