diff options
author | codecalm <codecalm@gmail.com> | 2020-10-16 23:35:11 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-16 23:35:11 +0200 |
commit | 2185cc5148f81dd7fcece02f7c41cc2d04fa0696 (patch) | |
tree | 52b644d50cb626f1cc92b02799234bc79cdaa61c /src/_icons/square-off.svg | |
parent | 7 new icons: `chart-arcs-3`, `chart-arcs`, `chart-donut-4`, `chart-pie-2`, `c... (diff) | |
download | tabler-icons-2185cc5148f81dd7fcece02f7c41cc2d04fa0696.tar.xz |
5 new icons: `circle-off`, `hexagon-off`, `octagon-off`, `square-off`, `triangle-off`
Fixed icons: `presentation-analytics`
Diffstat (limited to 'src/_icons/square-off.svg')
-rw-r--r-- | src/_icons/square-off.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/square-off.svg b/src/_icons/square-off.svg new file mode 100644 index 00000000..1974c7db --- /dev/null +++ b/src/_icons/square-off.svg @@ -0,0 +1,7 @@ +--- +category: Shapes +--- +<svg> + <path d="M8 4h10a2 2 0 0 1 2 2v10m-.584 3.412a1.994 1.994 0 0 1 -1.416 .588h-12a2 2 0 0 1 -2 -2v-12c0 -.552 .224 -1.052 .586 -1.414" /> + <path d="M3 3l18 18" /> +</svg> |