@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
18 lines (17 loc) • 901 B
JavaScript
"use strict";import{tag as i}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const DistributeSpaceVertIcon=({width:t=24,height:e=24,hidden:a=!1,title:r="Distribute Space Vert"}={})=>i`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${a?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<rect height="10" rx="1" ry="1" width="24" x="10" y="22" />
<rect height="12" rx="1" ry="1" width="16" x="12" y="4" />
<path
d="M7.5 16a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H4v-3.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5V14H.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5H2v6H.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5H2v3.5a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5V24h3.5a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5H4v-6Z"
/>
</svg>`;
//# sourceMappingURL=DistributeSpaceVert.js.map