@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
21 lines (20 loc) • 1.04 kB
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const RenameIcon=({width:e=24,height:t=24,hidden:l=!1,title:r="Rename"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
width="${e}"
height="${t}"
viewBox="0 0 20 20"
aria-hidden=${l?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="m13.7832,15.70801L8.7373,3.78027c-.23535-.55469-1.14648-.55469-1.38184,0L2.30908,15.70801c-.16113.38086.01709.82129.39893.98242.09521.04102.19434.05957.2915.05957.29248,0,.57031-.17188.69141-.45801l1.8158-4.29199h5.07904l1.81561,4.29199c.16113.38086.60156.5625.98291.39844.38184-.16113.56006-.60156.39893-.98242Zm-7.64185-5.20801l1.90503-4.50293,1.90485,4.50293h-3.80988Z"
fill="currentColor"
/>
<path
d="m16.25,18.75c-.41406,0-.75-.33594-.75-.75V2c0-.41406.33594-.75.75-.75s.75.33594.75.75v16c0,.41406-.33594.75-.75.75Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=Rename.js.map