-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9d95676
commit 75d0a48
Showing
4 changed files
with
33 additions
and
10 deletions.
There are no files selected for viewing
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,22 @@ | ||
export const PaletteIcon = () => { | ||
return ( | ||
<svg | ||
width="24" | ||
height="24" | ||
viewBox="0 0 20 20" | ||
fill="none" | ||
xmlns="http://www.w3.org/2000/svg" | ||
> | ||
<g id="palette"> | ||
<path | ||
id="Vector" | ||
d="M10.0002 5V5.02769M5.02769 10.0002H5M13.5358 6.46462L13.5162 6.4842M6.48431 13.5161L6.46473 13.5357M6.48431 6.48389L6.46473 6.46431M10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2C14.4183 2 18 5.58172 18 10C18 11.345 16.7572 12.24 15.4121 12.24H14.89C14.6204 12.24 14.3545 12.3028 14.1133 12.4233C13.2554 12.8523 12.9077 13.8954 13.3367 14.7533C13.4572 14.9945 13.52 15.2604 13.52 15.53V15.6876C13.52 16.6048 13.0053 17.4733 12.1208 17.7158C11.4454 17.9011 10.7342 18 10 18Z" | ||
stroke="#020617" | ||
strokeWidth="1.5" | ||
strokeLinecap="round" | ||
strokeLinejoin="round" | ||
/> | ||
</g> | ||
</svg> | ||
); | ||
}; |