diff options
author | codecalm <codecalm@gmail.com> | 2020-08-19 15:09:01 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-08-19 15:09:01 +0200 |
commit | 6bfc823a3a1c5fcfeee73595bf98fde95b6d43d1 (patch) | |
tree | 7e38b5a2b93c2bb57042253abe1b498508518350 | |
parent | icons optimize, `behance` fix (diff) | |
download | tabler-icons-6bfc823a3a1c5fcfeee73595bf98fde95b6d43d1.tar.xz |
`steering-wheel` icon
-rw-r--r-- | src/_icons/steering-wheel.svg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/_icons/steering-wheel.svg b/src/_icons/steering-wheel.svg new file mode 100644 index 00000000..4c7db8c7 --- /dev/null +++ b/src/_icons/steering-wheel.svg @@ -0,0 +1,10 @@ +--- +category: Vehicles +--- +<svg> + <circle cx="12" cy="12" r="9" /> + <circle cx="12" cy="12" r="2" /> + <line x1="12" y1="14" x2="12" y2="21" /> + <line x1="10" y1="12" x2="3.25" y2="10" /> + <line x1="14" y1="12" x2="20.75" y2="10" /> +</svg> |