added svg for floor division
This commit is contained in:
parent
8d4f23166d
commit
d8cfbb8fef
|
|
@ -0,0 +1,27 @@
|
|||
<!--
|
||||
tags: [math, expression, equation, floor, division]
|
||||
category: Math
|
||||
unicode: "244a"
|
||||
version: "3.19.1"
|
||||
-->
|
||||
<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 19l18 -18"></path>
|
||||
<path d="M5 22l18 -18"></path>
|
||||
<path d="M18 15l3 4.5"></path>
|
||||
<path d="M23 15l-4.5 9"></path>
|
||||
<path d="M1 1l6 6"></path>
|
||||
<path d="M1 7l6 -6"></path>
|
||||
</svg>
|
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 513 B |
Loading…
Reference in New Issue