diff options
author | codecalm <codecalm@gmail.com> | 2020-09-01 17:11:15 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-01 17:11:15 +0200 |
commit | 3e2be023afbc1742b4589f9ec35afd2aa3637d48 (patch) | |
tree | d3955ef9f6a91cce01563fc7bb9b2c3a3be9a962 /src/_icons | |
parent | `figma` icon (diff) | |
download | tabler-icons-3e2be023afbc1742b4589f9ec35afd2aa3637d48.tar.xz |
icons optimize
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/brand-figma.svg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/brand-figma.svg b/src/_icons/brand-figma.svg index 3c849a64..9e98d0cb 100644 --- a/src/_icons/brand-figma.svg +++ b/src/_icons/brand-figma.svg @@ -2,7 +2,7 @@ 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> + <circle cx="15" cy="12" r="3" /> + <rect x="6" y="3" width="12" height="6" rx="3" /> + <path d="M9 9a3 3 0 0 0 0 6h3m-3 0a3 3 0 1 0 3 3v-15" /> </svg> |