@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
18 lines (17 loc) • 702 B
JavaScript
"use strict";import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const FormIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Form"}={})=>l`<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="2" rx=".354" ry=".354" width="32" x="2" y="6" />
<rect height="2" rx=".354" ry=".354" width="32" x="2" y="14" />
<path
d="M32 24v6H4v-6Zm1.5-2h-31a.5.5 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h31a.5.5 0 0 0 .5-.5v-9a.5.5 0 0 0-.5-.5Z"
/>
</svg>`;
//# sourceMappingURL=Form.js.map