Skip to content

Commit

Permalink
added pinned.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
akhater authored and tiensonqin committed Mar 11, 2021
1 parent a32c317 commit ea4332b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/main/frontend/components/svg.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,20 @@
{:d
"M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z"}]]))


(rum/defc pinned
[]
[:svg.h-8.w-8.pinned
{:view-box "0 0 352 512"
:fill "currentColor"}
[:path
{:d
"M322.397,252.352l75.068-75.067c19.346,5.06,40.078,3.441,58.536-4.873L339.589,56c-8.313,18.458-9.933,39.189-4.873,58.536
l-75.066,75.067c-35.168-16.745-76.173-17.14-111.618-1.176l65.009,65.01L55.999,456l202.563-157.041l65.01,65.01
C339.535,328.526,339.142,287.519,322.397,252.352z M201.513,216.553c0,0-16.568-16.568-21.323-21.035
c37.027-10.806,61.375,4.323,61.375,4.323C218.946,192.781,201.513,216.553,201.513,216.553z"}]])


(rum/defc caret-down
[]
[:svg.h-4.w-4
Expand Down

0 comments on commit ea4332b

Please sign in to comment.