@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 587 B
JavaScript
"use strict";import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const DivideIcon=({width:e=24,height:t=24,hidden:r=!1,title:i="Divide"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${i}"
>
<rect height="4" rx=".5" ry=".5" width="32" x="2" y="16" />
<circle cx="18" cy="6" r="3.8" />
<circle cx="18" cy="30" r="3.8" />
</svg>`;
//# sourceMappingURL=Divide.js.map