diff options
author | codecalm <codecalm@gmail.com> | 2020-09-03 18:30:03 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-03 18:30:03 +0200 |
commit | 982a3b85054af2d5117af97fcec830a0f0120346 (patch) | |
tree | 6e5f2d6ee46836a11c5419e7d0b35da944b78c5a /src/_icons | |
parent | `skateboard` icon (diff) | |
download | tabler-icons-982a3b85054af2d5117af97fcec830a0f0120346.tar.xz |
`skateboard` icon
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/skateboard.svg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/_icons/skateboard.svg b/src/_icons/skateboard.svg new file mode 100644 index 00000000..aab788e9 --- /dev/null +++ b/src/_icons/skateboard.svg @@ -0,0 +1,8 @@ +--- +category: Vehicles +--- +<svg> + <circle cx="7" cy="15" r="2" /> + <circle cx="17" cy="15" r="2" /> + <path d="M3 9a2 1 0 00 2 1h14a2 1 0 00 2 -1"></path> +</svg> |