diff options
Diffstat (limited to 'src/icons/wheelchair.svg')
-rw-r--r-- | src/icons/wheelchair.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/icons/wheelchair.svg b/src/icons/wheelchair.svg new file mode 100644 index 00000000..8dfbc482 --- /dev/null +++ b/src/icons/wheelchair.svg @@ -0,0 +1,14 @@ +--- +tags: [disabled, disability, patient, medical, handicapped] +category: Vehicles +version: "1.68" +unicode: "f1db" +--- +<svg> + <circle cx="8" cy="16" r="5" /> + <circle cx="19" cy="19" r="2" /> + <path d="M19 17a3 3 0 0 0 -3 -3h-3.4" /> + <path d="M3 3h1a2 2 0 0 1 2 2v6" /> + <path d="M6 8h11" /> + <path d="M15 8v6" /> +</svg> |