diff options
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> |