aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-08-19 15:09:01 +0200
committercodecalm <codecalm@gmail.com>2020-08-19 15:09:01 +0200
commit6bfc823a3a1c5fcfeee73595bf98fde95b6d43d1 (patch)
tree7e38b5a2b93c2bb57042253abe1b498508518350
parenticons optimize, `behance` fix (diff)
downloadtabler-icons-6bfc823a3a1c5fcfeee73595bf98fde95b6d43d1.tar.xz
`steering-wheel` icon
-rw-r--r--src/_icons/steering-wheel.svg10
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 0000000..4c7db8c
--- /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>