@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 846 B
JavaScript
"use strict";import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const TextSpaceAfterIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Text Space After"}={})=>h`<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="4" rx="1" ry="1" width="20" x="14" y="8" />
<rect height="4" rx="1" ry="1" width="20" x="14" y="14" />
<rect height="4" rx="1" ry="1" width="20" x="14" y="2" />
<path
d="M4 33.328a.5.5 0 0 0 .866.341L10 28l-5.134-5.669a.5.5 0 0 0-.866.341ZM34 33V23a1 1 0 0 0-1-1H15a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1Zm-2-1H16v-8h16Z"
/>
</svg>`;
//# sourceMappingURL=TextSpaceAfter.js.map