@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 718 B
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const CornerRadiusIcon=({width:e=24,height:r=24,hidden:t=!1,title:l="Corner Radius"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
width="${e}"
height="${r}"
viewBox="0 0 20 20"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="m3.74994,18c-.41406,0-.75-.33594-.75-.75v-5.5C2.99994,6.92529,6.92523,3,11.74994,3h5.5c.41406,0,.75.33594.75.75s-.33594.75-.75.75h-5.5c-3.99756,0-7.25,3.25244-7.25,7.25v5.5c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=CornerRadius.js.map