@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
28 lines (27 loc) • 1.04 kB
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const UngroupIcon=({width:t=24,height:a=24,hidden:e=!1,title:r="Ungroup"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
width="${t}"
height="${a}"
viewBox="0 0 36 36"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<g>
<path d="M9.123 4H31.36v22.237l2 2V3a1 1 0 0 0-1-1H7.123Z" />
<rect
x="16.132"
y="-3.927"
width="2.455"
height="43.854"
rx=".818"
transform="rotate(-45 17.36 18)"
/>
<path
d="M6.36 16h4.5l-5.5-5.5V15a1 1 0 0 0 1 1ZM14.36 6.034H9.991L15.36 11.4V7.034a1 1 0 0 0-1-1ZM8.36 30h8a1 1 0 0 0 1-1v-6.5l-2.5-2.5h-6.5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1ZM29.36 21v-8a1 1 0 0 0-1-1h-8a1 1 0 0 0-1 1v2.356L26 22h2.36a1 1 0 0 0 1-1Z"
/>
<path d="M25.731 32H3.36V9.628l-2-2V33a1 1 0 0 0 1 1h25.371Z" />
</g>
</svg>`;
//# sourceMappingURL=Ungroup.js.map