@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 853 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const CarIcon=({width:a=24,height:t=24,hidden:e=!1,title:r="Car"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
width="${a}"
height="${t}"
viewBox="0 0 36 36"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="m33.291 17.288-.792-.79-3.46-8.074A4 4 0 0 0 25.362 6H10.638A4 4 0 0 0 6.96 8.424L3.5 16.5l-.793.793A2.412 2.412 0 0 0 2 19V33a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1v-5h24v5a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V18.996a2.412 2.412 0 0 0-.709-1.708ZM9.26 9.41a1.498 1.498 0 0 1 1.379-.909h14.724a1.498 1.498 0 0 1 1.38.91L29.565 16H6.434ZM8 25a3 3 0 1 1 3-3 3 3 0 0 1-3 3Zm20 0a3 3 0 1 1 3-3 3 3 0 0 1-3 3Z"
/>
</svg>`;
//# sourceMappingURL=Car.js.map