@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
17 lines (16 loc) • 719 B
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const MoveLeftRightIcon=({width:t=24,height:e=24,hidden:r=!1,title:a="Move Left Right"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
height="${e}"
viewBox="0 0 36 36"
width="${t}"
aria-hidden=${r?"true":"false"}
role="img"
fill="currentColor"
aria-label="${a}"
>
<path
d="M6.311 10.483A1 1 0 0 1 8 11.2V14h6v6H8v2.778a1.006 1.006 0 0 1-1.707.722L0 17ZM29.707 10.5a1.006 1.006 0 0 0-1.707.722V14h-6v6h6v2.8a1 1 0 0 0 1.689.715L36 17Z"
/>
<rect height="30" rx="1" ry="1" width="4" x="16" y="2" />
</svg>`;
//# sourceMappingURL=MoveLeftRight.js.map