diff options
author | codecalm <codecalm@gmail.com> | 2020-09-01 17:10:59 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-01 17:10:59 +0200 |
commit | 25da113e8703a9927e7498caa1274dccb1b798a1 (patch) | |
tree | 312abfb9ae67eb7f13da04ba9038f12c5e793c6e | |
parent | `pin` icon #64 (diff) | |
download | tabler-icons-25da113e8703a9927e7498caa1274dccb1b798a1.tar.xz |
`figma` icon
-rw-r--r-- | src/_icons/brand-figma.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/brand-figma.svg b/src/_icons/brand-figma.svg new file mode 100644 index 00000000..3c849a64 --- /dev/null +++ b/src/_icons/brand-figma.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- +<svg> + <circle cx="15" cy="12" r="3"></circle> + <rect x="6" y="3" width="12" height="6" rx="3"></rect> + <path d="M9 9a3 3 0 00 0 6h3m-3 0a3 3 0 10 3 3v-15"></path> +</svg> |