@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 666 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const FilmrollIcon=({width:t=24,height:e=24,hidden:l=!1,title:r="Filmroll"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${l?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<rect height="22" rx="1" ry="1" width="14" x="4" y="8" />
<path
d="M26 24a5.015 5.015 0 0 1 5-5h1a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2H20v18h3a3 3 0 0 0 3-3ZM14 6V4a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v2Z"
/>
</svg>`;
//# sourceMappingURL=Filmroll.js.map