UNPKG

open-icon

Version:

Open Icon

4 lines (3 loc) 1.82 kB
const IconCityBus = `<svg id="city-bus" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 72"><g><path d="M18,43v11.5c0,1.1.9,2,2,2h32c1.1,0,2-.9,2-2v-11.5H18Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/><path d="M54,20.5v-5c0-2.21-1.79-4-4-4h-28c-2.21,0-4,1.79-4,4v5h36Z" style="fill: var(--icon-fill, rgba(0, 0, 0, 0)); opacity: var(--icon-fill-opacity, 1); stroke-width: 0px;"/></g><path d="M20,56.5h32c1.1,0,2-.9,2-2V15.5c0-2.21-1.79-4-4-4h-28c-2.21,0-4,1.79-4,4v39c0,1.1.9,2,2,2Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="18" y1="43" x2="54" y2="43" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M63,34v-9.5c0-2.21-1.79-4-4-4H13c-2.21,0-4,1.79-4,4v14" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M24.5,63h.5c1.1,0,2-.9,2-2v-4.5s-4.5,0-4.5,0v4.5c0,1.1.9,2,2,2Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><path d="M47,63h.5c1.1,0,2-.9,2-2v-4.5h-4.5v4.5c0,1.1.9,2,2,2Z" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/><line x1="22.5" y1="49.75" x2="31.5" y2="49.75" 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="49.75" x2="49.5" y2="49.75" style="fill: none; stroke-miterlimit: 10; stroke-width:var(--icon-stroke-width-m, calc(var(--icon-stroke-width, 5) * 1));"/></svg>`; export default IconCityBus; export { IconCityBus }