1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-29 10:20:52 +01:00

2 new icons: outline/math-cos, outline/math-sin

This commit is contained in:
codecalm 2024-07-02 22:42:25 +02:00
parent d24edbe394
commit 8cfbec5076
2 changed files with 34 additions and 0 deletions

View File

@ -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

View File

@ -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