@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
21 lines (20 loc) • 798 B
JavaScript
"use strict";import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ImageCarouselIcon=({width:e=24,height:r=24,hidden:t=!1,title:a="Image Carousel"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${r}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<rect height="22" rx="1" ry="1" width="24" x="6" y="2" />
<path
d="M4 22H1a1 1 0 0 1-1-1V7a1 1 0 0 1 1-1h3ZM35 22h-3V6h3a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1Z"
/>
<circle cx="8" cy="30" r="1.4" />
<circle cx="14" cy="30" r="2.1" />
<circle cx="20" cy="30" r="1.4" />
<circle cx="26" cy="30" r="1.4" />
</svg>`;
//# sourceMappingURL=ImageCarousel.js.map