diff options
author | codecalm <codecalm@gmail.com> | 2020-09-02 14:10:24 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-02 14:10:24 +0200 |
commit | 402c6cdb745787722b9b57e0cc92bea45c47acaf (patch) | |
tree | ae157cef86f7ab73818e6be4bc6bec4ba5368260 /src/_icons/moped.svg | |
parent | `radioactive` icon (diff) | |
download | tabler-icons-402c6cdb745787722b9b57e0cc92bea45c47acaf.tar.xz |
`heart-broken` icon
Diffstat (limited to 'src/_icons/moped.svg')
-rw-r--r-- | src/_icons/moped.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/moped.svg b/src/_icons/moped.svg new file mode 100644 index 00000000..2078f169 --- /dev/null +++ b/src/_icons/moped.svg @@ -0,0 +1,9 @@ +--- +tags: [vehicle, drive, driver, engine, motor, journey, trip] +category: Vehicles +--- +<svg> + <circle cx="18" cy="17" r="2" /> + <path d="M5 16v1a2 2 0 0 0 4 0v-5h-3a3 3 0 0 0 -3 3v1h10a6 6 0 0 1 5 -4v-5a2 2 0 0 0 -2 -2h-1" /> + <line x1="6" y1="9" x2="9" y2="9" /> +</svg> |