2 new icons: `outline/math-cos`, `outline/math-sin`
This commit is contained in:
parent
d24edbe394
commit
8cfbec5076
|
|
@ -0,0 +1,17 @@
|
|||
<!--
|
||||
-->
|
||||
<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="M7 10a2 2 0 1 0 -4 0v4a2 2 0 1 0 4 0" />
|
||||
<path d="M12 8a2 2 0 0 1 2 2v4a2 2 0 1 1 -4 0v-4a2 2 0 0 1 2 -2" />
|
||||
<path d="M17 15c.345 .6 1.258 1 2 1a2 2 0 1 0 0 -4a2 2 0 1 1 0 -4c.746 0 1.656 .394 2 1" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 433 B |
|
|
@ -0,0 +1,17 @@
|
|||
<!--
|
||||
-->
|
||||
<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="M4 15c.345 .6 1.258 1 2 1a2 2 0 1 0 0 -4a2 2 0 1 1 0 -4c.746 0 1.656 .394 2 1" />
|
||||
<path d="M12 8v8" />
|
||||
<path d="M16 16v-8l4 8v-8" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 365 B |
Loading…
Reference in New Issue