diff options
author | codecalm <codecalm@gmail.com> | 2020-09-21 20:30:40 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-21 20:30:40 +0200 |
commit | dfd5e3e2b43ade8b18992b5baf02a1e3177330b1 (patch) | |
tree | b324039e2bf6bdbb2725acd72d186d66bbd3956e | |
parent | `brand-vimeo` #44 (diff) | |
download | tabler-icons-dfd5e3e2b43ade8b18992b5baf02a1e3177330b1.tar.xz |
icons optimize
-rw-r--r-- | src/_icons/brand-foursquare.svg | 4 | ||||
-rw-r--r-- | src/_icons/rocket.svg | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/_icons/brand-foursquare.svg b/src/_icons/brand-foursquare.svg index 9929fcb9..aee01992 100644 --- a/src/_icons/brand-foursquare.svg +++ b/src/_icons/brand-foursquare.svg @@ -2,6 +2,6 @@ category: Brand --- <svg> - <path d="M7 3 h 10 c 0.644 0 1.11 0.696 0.978 1.33 l -1.984 9.859 a 1.014 1.014 0 0 1 -0.994 0.811 h -2.254 c -0.308 0 -0.6 0.141 -0.793 0.382 l -4.144 5.25 c -0.599 0.752 -1.809 0.331 -1.809 -0.632 v -16 c 0 -0.564 0.44 -1 1 -1 z"/> - <path d="M12 9h5"/> + <path d="M7 3h10c.644 0 1.11 .696 .978 1.33l-1.984 9.859a1.014 1.014 0 0 1 -.994 .811h-2.254c-.308 0 -.6 .141 -.793 .382l-4.144 5.25c-.599 .752 -1.809 .331 -1.809 -.632v-16c0 -.564 .44 -1 1 -1z" /> + <line x1="12" y1="9" x2="17" y2="9" /> </svg> diff --git a/src/_icons/rocket.svg b/src/_icons/rocket.svg index 87c15b5a..ed071249 100644 --- a/src/_icons/rocket.svg +++ b/src/_icons/rocket.svg @@ -3,5 +3,5 @@ <svg> <path d="M4 13a8 8 0 0 1 7 7a6 6 0 0 0 3 -5a9 9 0 0 0 6 -8a3 3 0 0 0 -3 -3a9 9 0 0 0 -8 6a6 6 0 0 0 -5 3" /> <path d="M7 14a6 6 0 0 0 -3 6a6 6 0 0 0 6 -3" /> - <circle cx="15" cy="9" r="1" /> + <circle cx="15" cy="9" r="1" /> </svg> |