UNPKG

open-icon

Version:

Open Icon

8 lines (7 loc) 1.3 kB
// lib/icons/wheelchair.ts var IconWheelchair = `<svg id="wheelchair" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72.05"><circle cx="27" cy="18" r="4.5" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1);"/><circle cx="27" cy="18" r="4.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M49.5,54v-11.5c0-1.1-.9-2-2-2h-14.56c-.86,0-1.63-.55-1.9-1.37l-4.04-12.13" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="40.5" y1="31.5" x2="27" y2="31.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M28.92,31.75c-2.55.49-4.99,1.73-6.97,3.71-5.27,5.27-5.27,13.82,0,19.09s13.82,5.27,19.09,0" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M41.05,54.55c3.8-3.8,4.86-9.3,3.19-14.05" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; var wheelchair_default = IconWheelchair; export { IconWheelchair, wheelchair_default as default };