diff options
Diffstat (limited to 'src/icons/steering-wheel.svg')
-rw-r--r-- | src/icons/steering-wheel.svg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/icons/steering-wheel.svg b/src/icons/steering-wheel.svg new file mode 100644 index 00000000..87a3ced9 --- /dev/null +++ b/src/icons/steering-wheel.svg @@ -0,0 +1,13 @@ +--- +tags: [drive, vehicle, direction, turn, holding, racing] +category: Vehicles +version: "1.13" +unicode: "ec7b" +--- +<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> |