open-icon
Version:
Open Icon
8 lines (7 loc) • 2.87 kB
JavaScript
// lib/icons/taxi-stop.ts
var IconTaxiStop = `<svg id="taxi-stop" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><rect x="4.5" y="45" width="9" height="18" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><circle cx="27" cy="15.75" r="5.06" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><rect x="22.5" y="27" width="9" height="18" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M13.5,40.5l9-13.5h14.29c2.27,0,4.35-1.28,5.37-3.32l2.84-5.68" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><polyline points="22.5 63 22.5 45 22.5 27 31.5 27 31.5 45 31.5 63" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="22.5" y1="45" x2="31.5" y2="45" style="fill: white; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><circle cx="27" cy="15.75" r="5.06" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><rect x="4.5" y="45" width="9" height="18" style="fill: none; stroke-linecap: round; stroke-linejoin: round; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><rect x="49.5" y="43" width="22.5" height="13.5" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M72,56.5h-22.5v-13.5l7.85-15.78c.68-1.36,2.06-2.22,3.58-2.22h11.07" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="49.5" y1="43" x2="72" y2="43" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M49.5,56.5h6v4.5c0,1.1-.9,2-2,2h-2c-1.1,0-2-.9-2-2v-4.5h0Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M49.5,56.5h6v4.5c0,1.1-.9,2-2,2h-2c-1.1,0-2-.9-2-2v-4.5h0Z" style="fill: var(--icon-line-color, currentColor); stroke-width: 0px;"/><line x1="54" y1="50" x2="63" y2="50" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="45" y1="38.5" x2="51.74" y2="38.5" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`;
var taxi_stop_default = IconTaxiStop;
export {
IconTaxiStop,
taxi_stop_default as default
};