add function-square icon (#302)
* add square function icon * change path to rect tag Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * Fix icon Co-authored-by: Eric Fennis <eric.fennis@gmail.com> * Rename square-function.svg to function-square.svg Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
14
icons/function-square.svg
Normal file
14
icons/function-square.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<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"
|
||||
>
|
||||
<rect x="3" y="3" width="18" height="18" rx="2" ry="2" />
|
||||
<path d="M9 17c1.93 0 2.85-1 2.85-2.8V9.99c0-1.93 1.03-3.26 3.15-2.93M9 11.24h5.66" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 357 B |
Reference in New Issue
Block a user