@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
18 lines (17 loc) • 767 B
JavaScript
;import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const SeatIcon=({width:a=24,height:t=24,hidden:e=!1,title:r="Seat"}={})=>h`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="M5 18H4a2 2 0 0 0-2 2v13a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V19a1 1 0 0 0-1-1ZM32 18h-1a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h2a1 1 0 0 0 1-1V20a2 2 0 0 0-2-2Z"
/>
<rect height="8" rx="1" ry="1" width="20" x="8" y="22" />
<path d="M22 4h-8a6 6 0 0 0-6 6v9a1 1 0 0 0 1 1h18a1 1 0 0 0 1-1v-9a6 6 0 0 0-6-6Z" />
</svg>`;
//# sourceMappingURL=Seat.js.map