@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 847 B
JavaScript
"use strict";import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const TextSpaceBeforeIcon=({width:e=24,height:t=24,hidden:r=!1,title:a="Text Space Before"}={})=>h`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<rect height="4" rx="1" ry="1" width="22" x="12" y="24" />
<rect height="4" rx="1" ry="1" width="22" x="12" y="18" />
<rect height="4" rx="1" ry="1" width="22" x="12" y="30" />
<path
d="M2 2.672a.5.5 0 0 1 .866-.341L8 8l-5.134 5.669A.5.5 0 0 1 2 13.328ZM33 2H13a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h20a1 1 0 0 0 1-1V3a1 1 0 0 0-1-1Zm-1 10H14V4h18Z"
/>
</svg>`;
//# sourceMappingURL=TextSpaceBefore.js.map