@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 1.21 kB
JavaScript
;import{tag as l}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const DevicePhoneRefreshIcon=({width:a=24,height:e=24,hidden:t=!1,title:h="Device Phone Refresh"}={})=>l`<svg
xmlns="http://www.w3.org/2000/svg"
width="${a}"
height="${e}"
viewBox="0 0 36 36"
aria-hidden=${t?"true":"false"}
role="img"
fill="currentColor"
aria-label="${h}"
>
<path
d="M18.4 24.452a8.883 8.883 0 0 1 15.5-3.091l1.25-1.25a.491.491 0 0 1 .35-.148.5.5 0 0 1 .5.5v5a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5.489.489 0 0 1 .147-.35l1.74-1.74a6.056 6.056 0 0 0-10.6 1.436.976.976 0 0 1-.921.62h-1.248a.76.76 0 0 1-.718-.977ZM35.6 29.511A8.883 8.883 0 0 1 20.1 32.6l-1.25 1.251a.494.494 0 0 1-.35.149.5.5 0 0 1-.5-.5v-5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5.49.49 0 0 1-.147.35l-1.74 1.739a6.056 6.056 0 0 0 10.6-1.436.977.977 0 0 1 .921-.62h1.251a.76.76 0 0 1 .715.978Z"
/>
<path
d="M16 30H8V6h16v9.347a11.4 11.4 0 0 1 2-.416V2a2 2 0 0 0-2-2H8a2 2 0 0 0-2 2v32a2 2 0 0 0 2 2h8ZM15 2h2a1.04 1.04 0 0 1 1 1 1.04 1.04 0 0 1-1 1h-2a1.024 1.024 0 0 1-1-1 1.024 1.024 0 0 1 1-1Z"
/>
</svg>`;
//# sourceMappingURL=DevicePhoneRefresh.js.map