@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
20 lines (19 loc) • 868 B
JavaScript
"use strict";import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const TextIndentDecreaseIcon=({width:e=24,height:t=24,hidden:r=!1,title:a="Text Indent Decrease"}={})=>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="24" x="8" y="28" />
<rect height="4" rx="1" ry="1" width="12" x="20" y="20" />
<rect height="4" rx="1" ry="1" width="12" x="20" y="12" />
<rect height="4" rx="1" ry="1" width="24" x="8" y="4" />
<path
d="M8 14v-3.328a.5.5 0 0 0-.866-.341L0 18l7.134 7.669A.5.5 0 0 0 8 25.328V22h7a1 1 0 0 0 1-1v-6a1 1 0 0 0-1-1Z"
/>
</svg>`;
//# sourceMappingURL=TextIndentDecrease.js.map