Skip to content

Commit

Permalink
Add more icons: flame, globe, terminology.
Browse files Browse the repository at this point in the history
  • Loading branch information
aartaka committed Dec 25, 2024
1 parent ce77df4 commit 5979b1e
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/hs_ui/svg/flame.cljc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
(ns hs-ui.svg.flame)

(def svg
[:svg
{:width "12",
:height "15",
:viewBox "0 0 12 15",
:fill "none",
:xmlns "http://www.w3.org/2000/svg"}
[:path
{:d
"M3.66634 8.66667C4.10837 8.66667 4.53229 8.49107 4.84487 8.17853C5.15741 7.86593 5.33301 7.442 5.33301 7C5.33301 6.08 4.99967 5.66667 4.66634 5C3.95167 3.57133 4.51701 2.29733 5.99967 1C6.33301 2.66667 7.33301 4.26667 8.66634 5.33333C9.99967 6.4 10.6663 7.66667 10.6663 9C10.6663 9.61287 10.5456 10.2197 10.3111 10.7859C10.0766 11.3521 9.73287 11.8665 9.29947 12.2998C8.86614 12.7332 8.35174 13.0769 7.78554 13.3115C7.21934 13.5459 6.61254 13.6667 5.99967 13.6667C5.38681 13.6667 4.78001 13.5459 4.21382 13.3115C3.64763 13.0769 3.13318 12.7332 2.69984 12.2998C2.2665 11.8665 1.92276 11.3521 1.68823 10.7859C1.45371 10.2197 1.33301 9.61287 1.33301 9C1.33301 8.23133 1.62167 7.47067 1.99967 7C1.99967 7.442 2.17527 7.86593 2.48783 8.17853C2.80039 8.49107 3.22431 8.66667 3.66634 8.66667Z",
:stroke "currentColor",
:stroke-width "1.25",
:stroke-linecap "round",
:stroke-linejoin "round"}]])
35 changes: 35 additions & 0 deletions src/hs_ui/svg/globe.cljc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
(ns hs-ui.svg.globe)

(def svg
[:svg
{:width "16",
:height "16",
:viewBox "0 0 16 16",
:fill "none",
:xmlns "http://www.w3.org/2000/svg"}
[:g
{:clip-path "url(#clip0_3353_14585)"}
[:path
{:d
"M7.99967 14.6667C11.6816 14.6667 14.6663 11.6819 14.6663 8.00004C14.6663 4.31814 11.6816 1.33337 7.99967 1.33337C4.31778 1.33337 1.33301 4.31814 1.33301 8.00004C1.33301 11.6819 4.31778 14.6667 7.99967 14.6667Z",
:stroke "currentColor",
:stroke-width "1.25",
:stroke-linecap "round",
:stroke-linejoin "round"}]
[:path
{:d
"M7.99967 1.33337C6.28783 3.13081 5.33301 5.51787 5.33301 8.00004C5.33301 10.4822 6.28783 12.8693 7.99967 14.6667C9.71152 12.8693 10.6663 10.4822 10.6663 8.00004C10.6663 5.51787 9.71152 3.13081 7.99967 1.33337Z",
:stroke "currentColor",
:stroke-width "1.25",
:stroke-linecap "round",
:stroke-linejoin "round"}]
[:path
{:d "M1.33301 8H14.6663",
:stroke "currentColor",
:stroke-width "1.25",
:stroke-linecap "round",
:stroke-linejoin "round"}]]
[:defs
[:clippath
{:id "clip0_3353_14585"}
[:rect {:width "16", :height "16", :fill "white"}]]]])
21 changes: 21 additions & 0 deletions src/hs_ui/svg/terminology.cljc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
(ns hs-ui.svg.terminology)

(def svg
[:svg
{:width "16",
:height "16",
:viewBox "0 0 16 16",
:fill "none",
:xmlns "http://www.w3.org/2000/svg"}
[:path
{:fill-rule "evenodd",
:clip-rule "evenodd",
:d
"M4.33308 11.9333C4.05018 11.9333 3.77887 12.0457 3.57883 12.2458C3.3788 12.4458 3.26641 12.7171 3.26641 13C3.26641 13.3314 2.99779 13.6 2.66641 13.6C2.33504 13.6 2.06641 13.3314 2.06641 13C2.06641 12.3988 2.30522 11.8223 2.73031 11.3972C3.15539 10.9721 3.73192 10.7333 4.33308 10.7333H13.3331C13.6644 10.7333 13.9331 11.002 13.9331 11.3333C13.9331 11.6647 13.6644 11.9333 13.3331 11.9333H4.33308Z",
:fill "currentColor"}]
[:path
{:fill-rule "evenodd",
:clip-rule "evenodd",
:d
"M4.33308 1.93334C4.05018 1.93334 3.77887 2.04572 3.57883 2.24576C3.3788 2.4458 3.26641 2.71711 3.26641 3V13C3.26641 13.2829 3.3788 13.5542 3.57883 13.7543C3.77887 13.9543 4.05018 14.0667 4.33308 14.0667H12.7331V1.93334H4.33308ZM2.73031 1.39723C3.15539 0.972146 3.73192 0.733337 4.33308 0.733337H13.3331C13.6644 0.733337 13.9331 1.00197 13.9331 1.33334V14.6667C13.9331 14.998 13.6644 15.2667 13.3331 15.2667H4.33308C3.73192 15.2667 3.15539 15.0279 2.73031 14.6028C2.30522 14.1777 2.06641 13.6012 2.06641 13V3C2.06641 2.39885 2.30522 1.82231 2.73031 1.39723Z",
:fill "currentColor"}]])

0 comments on commit 5979b1e

Please sign in to comment.