3 new icons: `outline/ripple-down`, `outline/ripple-up`, `outline/whisk`
This commit is contained in:
parent
b1927de1fb
commit
8b2c5bf4e6
|
|
@ -0,0 +1,19 @@
|
|||
<!--
|
||||
-->
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M3 7q 4.5 -3 9 0t 9 0" />
|
||||
<path d="M3 17q 4.5 -3 9 0q .213 .142 .427 .27" />
|
||||
<path d="M3 12q 4.5 -3 9 0q 2.006 1.338 4.012 1.482" />
|
||||
<path d="M19 16v6" />
|
||||
<path d="M22 19l-3 3l-3 -3" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 422 B |
|
|
@ -0,0 +1,19 @@
|
|||
<!--
|
||||
-->
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M3 7q 4.5 -3 9 0t 9 0" />
|
||||
<path d="M3 17q 4.5 -3 9 0q .218 .144 .434 .275" />
|
||||
<path d="M3 12q 4.5 -3 9 0q 1.941 1.294 3.882 1.472" />
|
||||
<path d="M19 22v-6" />
|
||||
<path d="M22 19l-3 -3l-3 3" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 424 B |
|
|
@ -0,0 +1,16 @@
|
|||
<!--
|
||||
-->
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M21.015 3.035l-16.515 16.465" />
|
||||
<path d="M3.173 17.619a4.63 4.63 0 0 0 3.284 3.26a4.67 4.67 0 0 0 4.487 -1.194c1.85 -1.836 4.07 -10.65 4.07 -10.65s-8.88 2.296 -10.639 4.132a4.59 4.59 0 0 0 -1.202 4.452" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 437 B |
Loading…
Reference in New Issue