-
Notifications
You must be signed in to change notification settings - Fork 21
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
Showing
1 changed file
with
81 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
export function ClockIcon() { | ||
return ( | ||
<> | ||
<svg | ||
width="32" | ||
height="32" | ||
viewBox="0 0 32 32" | ||
fill="none" | ||
className="dark:hidden" | ||
> | ||
<path | ||
d="M16 10.5C15.1716 10.5 14.5 9.82843 14.5 9L14.5 5C14.5 4.17157 15.1716 3.5 16 3.5C16.8284 3.5 17.5 4.17157 17.5 5L17.5 9C17.5 9.82843 16.8284 10.5 16 10.5Z" | ||
fill="#83BFE9" | ||
stroke="#0E2230" | ||
/> | ||
<circle cx="16" cy="18" r="9.5" fill="#AAD3F1" stroke="#0E2230" /> | ||
<path | ||
d="M12.5 19.5L16.2182 17L20 17.6667" | ||
stroke="#0E2230" | ||
strokeLinecap="round" | ||
/> | ||
<path | ||
d="M3.72601 9.68168C3.47087 9.31724 3.39101 8.85821 3.50806 8.42902L3.85127 7.17064C4.32824 5.42177 5.9228 4.21314 7.7355 4.22648L9.01189 4.23588C9.50442 4.23951 9.96474 4.48132 10.2472 4.88482C10.7181 5.55748 10.5704 6.48244 9.91346 6.975L5.85071 10.0209C5.17382 10.5284 4.2112 10.3747 3.72601 9.68168Z" | ||
fill="#AAD3F1" | ||
stroke="#0E2230" | ||
/> | ||
<path d="M7.5 8.5L9.5 11" stroke="#0E2230" /> | ||
<path d="M24.5 8.5L22.5 11" stroke="#0E2230" /> | ||
<path | ||
d="M28.274 9.68168C28.5291 9.31724 28.609 8.85821 28.4919 8.42902L28.1487 7.17064C27.6718 5.42177 26.0772 4.21314 24.2645 4.22648L22.9881 4.23588C22.4956 4.23951 22.0353 4.48132 21.7528 4.88482C21.2819 5.55748 21.4296 6.48244 22.0865 6.975L26.1493 10.0209C26.8262 10.5284 27.7888 10.3747 28.274 9.68168Z" | ||
fill="#AAD3F1" | ||
stroke="#0E2230" | ||
/> | ||
</svg> | ||
<svg | ||
width="32" | ||
height="32" | ||
viewBox="0 0 32 32" | ||
fill="none" | ||
className="dark:block hidden" | ||
> | ||
<circle cx="16" cy="18" r="9.5" fill="#4394CD" stroke="#0E2230" /> | ||
<mask id="path-2-inside-1_504_15350" fill="white"> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M17.988 9.2203C17.3485 9.07611 16.6831 9 16 9C15.3169 9 14.6515 9.07611 14.012 9.2203C14.0041 9.14796 14 9.07445 14 9V5C14 3.89543 14.8954 3 16 3C17.1046 3 18 3.89543 18 5L18 9C18 9.07445 17.9959 9.14796 17.988 9.2203Z" | ||
/> | ||
</mask> | ||
<path | ||
fillRule="evenodd" | ||
clipRule="evenodd" | ||
d="M17.988 9.2203C17.3485 9.07611 16.6831 9 16 9C15.3169 9 14.6515 9.07611 14.012 9.2203C14.0041 9.14796 14 9.07445 14 9V5C14 3.89543 14.8954 3 16 3C17.1046 3 18 3.89543 18 5L18 9C18 9.07445 17.9959 9.14796 17.988 9.2203Z" | ||
fill="#306287" | ||
/> | ||
<path | ||
d="M17.988 9.2203L17.7681 10.1958L18.8601 10.442L18.9821 9.32922L17.988 9.2203ZM14.012 9.2203L13.0179 9.32922L13.1399 10.442L14.2319 10.1958L14.012 9.2203ZM18 5H17H18ZM18 9H19H18ZM16 10C16.6086 10 17.2002 10.0678 17.7681 10.1958L18.2079 8.24479C17.4967 8.08443 16.7576 8 16 8V10ZM14.2319 10.1958C14.7998 10.0678 15.3914 10 16 10V8C15.2424 8 14.5033 8.08443 13.7921 8.24479L14.2319 10.1958ZM15.006 9.11138C15.0021 9.07514 15 9.038 15 9H13C13 9.11091 13.0061 9.22078 13.0179 9.32922L15.006 9.11138ZM15 9V5H13V9H15ZM15 5C15 4.44772 15.4477 4 16 4V2C14.3431 2 13 3.34315 13 5H15ZM16 4C16.5523 4 17 4.44772 17 5H19C19 3.34315 17.6569 2 16 2V4ZM17 5L17 9H19L19 5H17ZM17 9C17 9.038 16.9979 9.07514 16.994 9.11139L18.9821 9.32922C18.9939 9.22078 19 9.11091 19 9H17Z" | ||
fill="#0E2230" | ||
mask="url(#path-2-inside-1_504_15350)" | ||
/> | ||
<path | ||
d="M12.5 19.5L16.2182 17L20 17.6667" | ||
stroke="#0E2230" | ||
strokeLinecap="round" | ||
/> | ||
<path | ||
d="M3.72626 9.68192C3.47112 9.31748 3.39125 8.85846 3.50831 8.42926L3.85151 7.17089C4.32849 5.42201 5.92304 4.21338 7.73574 4.22673L9.01213 4.23613C9.50467 4.23976 9.96498 4.48156 10.2475 4.88506C10.7184 5.55772 10.5707 6.48269 9.91371 6.97524L5.85095 10.0212C5.17406 10.5287 4.21145 10.375 3.72626 9.68192Z" | ||
fill="#306287" | ||
stroke="#0E2230" | ||
/> | ||
<path d="M7.5 8.5L9.5 11" stroke="#0E2230" /> | ||
<path d="M24.5 8.5L22.5 11" stroke="#0E2230" /> | ||
<path | ||
d="M28.2737 9.68192C28.5289 9.31748 28.6087 8.85846 28.4917 8.42926L28.1485 7.17089C27.6715 5.42201 26.077 4.21338 24.2643 4.22673L22.9879 4.23613C22.4953 4.23976 22.035 4.48156 21.7525 4.88506C21.2816 5.55772 21.4293 6.48269 22.0863 6.97524L26.149 10.0212C26.8259 10.5287 27.7886 10.375 28.2737 9.68192Z" | ||
fill="#306287" | ||
stroke="#0E2230" | ||
/> | ||
</svg> | ||
</> | ||
); | ||
} |