@spectrum-web-components/icons-ui
Version:
Deliver [Spectrum UI Icons](https://spectrum.adobe.com/page/icons/) as either:
16 lines (15 loc) • 610 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const DoubleGripperIcon=({width:e=24,height:t=24,hidden:r=!1,title:a="Double Gripper"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 16 4"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
width="${e}"
height="${t}"
>
<path
d="M15.45 1.05H.55a.5.5 0 0 1 0-1h14.9a.5.5 0 0 1 0 1m.5 2.4a.5.5 0 0 0-.5-.5H.55a.5.5 0 0 0 0 1h14.9a.5.5 0 0 0 .5-.5"
/>
</svg>`;
//# sourceMappingURL=DoubleGripper.js.map