@spectrum-web-components/icons-ui
Version:
Deliver [Spectrum UI Icons](https://spectrum.adobe.com/page/icons/) as either:
14 lines (13 loc) • 523 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const SingleGripperIcon=({width:e=24,height:t=24,hidden:r=!1,title:l="Single Gripper"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 2"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
width="${e}"
height="${t}"
>
<path d="M23 2H1a1 1 0 0 1 0-2h22a1 1 0 0 1 0 2" />
</svg>`;
//# sourceMappingURL=SingleGripper.js.map