@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 740 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const TrainIcon=({width:a=24,height:t=24,hidden:e=!1,title:l="Train"}={})=>r`<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="${l}"
>
<path
d="M30 0H6a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h3.976L6.51 36h2.647l.867-2h15.952l.867 2h2.647l-3.466-8H30a4 4 0 0 0 4-4V4a4 4 0 0 0-4-4ZM8 25a3 3 0 1 1 3-3 3 3 0 0 1-3 3Zm2.89 7 1.734-4h10.752l1.734 4ZM7 16a1 1 0 0 1-1-1V4h24v11a1 1 0 0 1-1 1Zm21 9a3 3 0 1 1 3-3 3 3 0 0 1-3 3Z"
/>
</svg>`;
//# sourceMappingURL=Train.js.map