@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 731 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const TextStrokeIcon=({width:t=24,height:e=24,hidden:a=!1,title:h="Text Stroke"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${h}"
>
<path
d="M25 32H11a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h3V10h-4v3a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v7.973a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V10h-4v16h3a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1Zm-13-4v2h12v-2h-4V8h8v4h2V5.96H6V12h2V8h8v20ZM6 5v1Z"
/>
</svg>`;
//# sourceMappingURL=TextStroke.js.map