@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 1.21 kB
JavaScript
;import{tag as h}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const AlignMiddleIcon=({width:e=24,height:t=24,hidden:l=!1,title:c="Align Middle"}={})=>h`<svg
xmlns="http://www.w3.org/2000/svg"
width="${e}"
height="${t}"
viewBox="0 0 20 20"
aria-hidden=${l?"true":"false"}
role="img"
fill="currentColor"
aria-label="${c}"
>
<path
d="m18.25,9.25h-1.25v-1c0-1.24023-1.00928-2.25-2.25-2.25h-1.5c-1.24072,0-2.25,1.00977-2.25,2.25v1h-2v-3c0-1.24023-1.00928-2.25-2.25-2.25h-1.5c-1.24072,0-2.25,1.00977-2.25,2.25v3h-1.25c-.41406,0-.75.33594-.75.75s.33594.75.75.75h1.25v3c0,1.24023,1.00928,2.25,2.25,2.25h1.5c1.24072,0,2.25-1.00977,2.25-2.25v-3h2v1c0,1.24023,1.00928,2.25,2.25,2.25h1.5c1.24072,0,2.25-1.00977,2.25-2.25v-1h1.25c.41406,0,.75-.33594.75-.75s-.33594-.75-.75-.75Zm-10.75,4.5c0,.41309-.33643.75-.75.75h-1.5c-.41357,0-.75-.33691-.75-.75v-7.5c0-.41309.33643-.75.75-.75h1.5c.41357,0,.75.33691.75.75v7.5Zm8-2c0,.41309-.33643.75-.75.75h-1.5c-.41357,0-.75-.33691-.75-.75v-3.5c0-.41309.33643-.75.75-.75h1.5c.41357,0,.75.33691.75.75v3.5Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=AlignMiddle.js.map