@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 1.24 kB
JavaScript
;import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const RotateOrientationIcon=({width:t=24,height:e=24,hidden:l=!1,title:r="Rotate Orientation"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
width="${t}"
height="${e}"
viewBox="0 0 20 20"
aria-hidden=${l?"true":"false"}
role="img"
fill="currentColor"
aria-label="${r}"
>
<path
d="m10.75,18.00002H3.25c-1.24072,0-2.25-1.00928-2.25-2.25v-7.5c0-1.24072,1.00928-2.25,2.25-2.25h7.5c1.24072,0,2.25,1.00928,2.25,2.25v7.5c0,1.24072-1.00928,2.25-2.25,2.25ZM3.25,7.50002c-.41357,0-.75.33643-.75.75v7.5c0,.41357.33643.75.75.75h7.5c.41357,0,.75-.33643.75-.75v-7.5c0-.41357-.33643-.75-.75-.75H3.25Zm15.28027.09131c-.29297-.29297-.76758-.29297-1.06055,0l-.46973.46973v-1.31104c0-2.61914-2.13086-4.75-4.75-4.75h-2c-.41406,0-.75.33594-.75.75s.33594.75.75.75h2c1.79199,0,3.25,1.45801,3.25,3.25v1.31104l-.46973-.46973c-.29297-.29297-.76758-.29297-1.06055,0s-.29297.76758,0,1.06055l1.75,1.75c.14648.14648.33838.21973.53027.21973s.38379-.07324.53027-.21973l1.75-1.75c.29297-.29297.29297-.76758,0-1.06055Z"
fill="currentColor"
/>
</svg>`;
//# sourceMappingURL=RotateOrientation.js.map