Skip to content

Commit

Permalink
Add "play" svg.
Browse files Browse the repository at this point in the history
  • Loading branch information
aartaka committed Dec 27, 2024
1 parent 0ffec32 commit 2f9652a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/hs_ui/svg/play.cljc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
(ns hs-ui.svg.play)

(def svg
[:svg
{:width "16",
:height "16",
:viewBox "0 0 16 16",
:fill "none",
:xmlns "http://www.w3.org/2000/svg"}
[:path
{:d "M4 2L13.3333 8L4 14V2Z",
:stroke "currentColor",
:stroke-width "1.25",
:stroke-linecap "round",
:stroke-linejoin "round"}]])

0 comments on commit 2f9652a

Please sign in to comment.