@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 885 B
JavaScript
;import{tag as r}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const AssetsAddedIcon=({width:a=24,height:e=24,hidden:t=!1,title:s="Assets Added"}={})=>r`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${s}"
>
<path
d="M12 24H4V4h28v11.624a12.045 12.045 0 0 1 2 1.458V3a1 1 0 0 0-1-1H3a1 1 0 0 0-1 1v22a1 1 0 0 0 1 1h11a11.975 11.975 0 0 1 .181-2Z"
/>
<path
d="M26 16.05A9.95 9.95 0 1 0 35.95 26 9.95 9.95 0 0 0 26 16.05Zm6 11.45a.5.5 0 0 1-.5.5H28v3.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5V28h-3.5a.5.5 0 0 1-.5-.5v-3a.5.5 0 0 1 .5-.5H24v-3.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V24h3.5a.5.5 0 0 1 .5.5Z"
/>
</svg>`;
//# sourceMappingURL=AssetsAdded.js.map