1
0
mirror of https://github.com/tabler/tabler-icons.git synced 2025-01-17 04:38:28 +01:00

Added floor division icon [Fixes #1252] (#1253)

Co-authored-by: Paweł Kuna <1282324+codecalm@users.noreply.github.com>
This commit is contained in:
Sarthak Kumar Shailendra 2024-10-23 10:34:55 +05:30 committed by GitHub
parent 65522f0e33
commit e0cf883b57
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,22 @@
<!--
tags: [math, expression, equation, floor, division]
category: Math
-->
<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="M1.5 19l18 -18"></path>
<path d="M4.5 22l18 -18"></path>
<path d="M18 15l3 4"></path>
<path d="M23 15l-4.5 8"></path>
<path d="M1 1l6 6"></path>
<path d="M1 7l6 -6"></path>
</svg>

After

Width:  |  Height:  |  Size: 477 B