@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
21 lines (20 loc) • 753 B
JavaScript
"use strict";import{tag as t}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const DragHandleIcon=({width:c=24,height:r=24,hidden:e=!1,title:l="Drag Handle"}={})=>t`<svg
xmlns="http://www.w3.org/2000/svg"
width="${c}"
height="${r}"
viewBox="0 0 36 36"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<circle cx="14" cy="26" r="2" />
<circle cx="14" cy="20" r="2" />
<circle cx="14" cy="14" r="2" />
<circle cx="14" cy="8" r="2" />
<circle cx="20" cy="26" r="2" />
<circle cx="20" cy="20" r="2" />
<circle cx="20" cy="14" r="2" />
<circle cx="20" cy="8" r="2" />
</svg>`;
//# sourceMappingURL=DragHandle.js.map