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/triangle-square-circle.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/triangle-square-circle.svg')
-rw-r--r-- | src/_icons/triangle-square-circle.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/triangle-square-circle.svg b/src/_icons/triangle-square-circle.svg new file mode 100644 index 00000000..95f22e49 --- /dev/null +++ b/src/_icons/triangle-square-circle.svg @@ -0,0 +1,8 @@ +--- +category: Shapes +--- +<svg> + <path d="M12 3l-4 7h8z" /> + <circle cx="17" cy="17" r="3" /> + <rect x="4" y="14" width="6" height="6" rx="1" /> +</svg> |