@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
22 lines (21 loc) • 934 B
JavaScript
"use strict";import{tag as a}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const StraightenIcon=({width:e=24,height:r=24,hidden:t=!1,title:c="Straighten"}={})=>a`<svg
xmlns="http://www.w3.org/2000/svg"
height="${r}"
viewBox="0 0 36 36"
width="${e}"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${c}"
>
<circle cx="7" cy="11" r="1.3" />
<circle cx="27" cy="11" r="1.3" />
<circle cx="17" cy="5" r="1.3" />
<circle cx="11" cy="7" r="1.3" />
<circle cx="23" cy="7" r="1.3" />
<path
d="M6 14H.5a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5H6ZM33.5 14H28v12h5.5a.5.5 0 0 0 .5-.5v-11a.5.5 0 0 0-.5-.5ZM17 18c1.807 0 4.983-1 4.983-2.983L21.965 14H12v1.041C12 17 15.18 18 17 18Z"
/>
<path d="M24.1 14v1c0 3-3.234 5.1-7.1 5.1S9.9 18 9.9 15v-1H8v12h18V14Z" />
</svg>`;
//# sourceMappingURL=Straighten.js.map