@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
22 lines (21 loc) • 1.05 kB
JavaScript
"use strict";import{tag as i}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const TextRomanUppercaseIcon=({width:t=24,height:e=24,hidden:r=!1,title:h="Text Roman Uppercase"}={})=>i`<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="${h}"
>
<rect height="4" rx="1" ry="1" width="22" x="14" y="4" />
<rect height="4" rx="1" ry="1" width="22" x="14" y="16" />
<rect height="4" rx="1" ry="1" width="22" x="14" y="28" />
<rect height="10" rx=".5" ry=".5" width="2" x="8" />
<rect height="10" rx=".5" ry=".5" width="2" x="10" y="12" />
<rect height="10" rx=".5" ry=".5" width="2" x="6" y="12" />
<rect height="10" rx=".5" ry=".5" width="2" x="10" y="24" />
<rect height="10" rx=".5" ry=".5" width="2" x="6" y="24" />
<rect height="10" rx=".5" ry=".5" width="2" x="2" y="24" />
</svg>`;
//# sourceMappingURL=TextRomanUppercase.js.map