diff options
author | codecalm <codecalm@gmail.com> | 2020-09-18 10:35:14 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-18 10:35:14 +0200 |
commit | 80bc52fc55b2937b855ac05d5861cefd24c5e6f6 (patch) | |
tree | 12d26f19d656179b1fa1b798e72aa539244667b7 /src/_icons/circle-square.svg | |
parent | filled icons fix (diff) | |
download | tabler-icons-80bc52fc55b2937b855ac05d5861cefd24c5e6f6.tar.xz |
3 new icons: `circle-square`, `circles`, `triangle-square-circle`
Fixed icons: `circle`, `heart`, `hexagon`, `octagon`, `square-rotated`, `square`, `triangle`
Diffstat (limited to 'src/_icons/circle-square.svg')
-rw-r--r-- | src/_icons/circle-square.svg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/_icons/circle-square.svg b/src/_icons/circle-square.svg new file mode 100644 index 00000000..4f1d5a41 --- /dev/null +++ b/src/_icons/circle-square.svg @@ -0,0 +1,7 @@ +--- +category: Shapes +--- +<svg> + <circle cx="9.5" cy="9.5" r="6.5" /> + <rect x="10" y="10" width="11" height="11" rx="2" /> +</svg> |