diff options
author | codecalm <codecalm@gmail.com> | 2020-10-14 00:43:44 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-10-14 00:43:44 +0200 |
commit | 651385217b6cd2097b215cb3adfa38d7b276b447 (patch) | |
tree | cc2099721fb18efbff177792aede41a33e5b2ba4 /src/_icons/ball-american-football.svg | |
parent | 9 new icons: `ball-american-football`, `ball-football`, `cash-banknote`, `hie... (diff) | |
download | tabler-icons-651385217b6cd2097b215cb3adfa38d7b276b447.tar.xz |
icons fixes
Diffstat (limited to 'src/_icons/ball-american-football.svg')
-rw-r--r-- | src/_icons/ball-american-football.svg | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/_icons/ball-american-football.svg b/src/_icons/ball-american-football.svg index e99fecb4..a0b33480 100644 --- a/src/_icons/ball-american-football.svg +++ b/src/_icons/ball-american-football.svg @@ -2,10 +2,10 @@ category: Sport --- <svg> - <path d="M15 9l-6 6"/> - <path d="M10 12l2 2"/> - <path d="M12 10l2 2"/> - <path d="M8 21a5 5 0 0 0-5-5"/> - <path d="M16 3C8.82 3 3 8.82 3 16a5 5 0 0 0 5 5c7.18 0 13-5.82 13-13a5 5 0 0 0-5-5"/> - <path d="M16 3a5 5 0 0 0 5 5"/> + <line x1="15" y1="9" x2="9" y2="15" /> + <line x1="10" y1="12" x2="12" y2="14" /> + <line x1="12" y1="10" x2="14" y2="12" /> + <path d="M8 21a5 5 0 0 0 -5 -5" /> + <path d="M16 3C8.82 3 3 8.82 3 16a5 5 0 0 0 5 5c7.18 0 13-5.82 13-13a5 5 0 0 0 -5 -5" /> + <path d="M16 3a5 5 0 0 0 5 5" /> </svg> |