@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
22 lines (21 loc) • 589 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const LineIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Line"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<rect
height="2"
rx=".5"
ry=".5"
transform="rotate(-45 18 18)"
width="39.598"
x="-1.799"
y="17"
/>
</svg>`;
//# sourceMappingURL=Line.js.map