@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
23 lines (22 loc) • 1.3 kB
JavaScript
"use strict";import{tag as t}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const DeviceMobileIcon=({width:e=24,height:r=24,hidden:c=!1,title:l="Device Mobile"}={})=>t`<svg
xmlns="http://www.w3.org/2000/svg"
width="${e}"
height="${r}"
viewBox="0 0 20 20"
aria-hidden=${c?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<circle cx="5" cy="8.00001" r=".625" fill="currentColor" />
<path
d="m8,14.00001h-3.75c-1.24023,0-2.25-1.00977-2.25-2.25v-7.5c0-1.24023,1.00977-2.25,2.25-2.25h11.5c1.24023,0,2.25,1.00977,2.25,2.25,0,.41406-.33594.75-.75.75s-.75-.33594-.75-.75c0-.41309-.33691-.75-.75-.75H4.25c-.41309,0-.75.33691-.75.75v7.5c0,.41309.33691.75.75.75h3.75c.41406,0,.75.33594.75.75s-.33594.75-.75.75Z"
fill="currentColor"
/>
<path
d="m16.25,18.00001h-4.5c-.96484,0-1.75-.78516-1.75-1.75V7.75001c0-.96484.78516-1.75,1.75-1.75h4.5c.96484,0,1.75.78516,1.75,1.75v8.5c0,.96484-.78516,1.75-1.75,1.75Zm-4.5-10.5c-.1377,0-.25.1123-.25.25v8.5c0,.1377.1123.25.25.25h4.5c.1377,0,.25-.1123.25-.25V7.75001c0-.1377-.1123-.25-.25-.25h-4.5Z"
fill="currentColor"
/>
<circle cx="14" cy="15.00001" r=".625" fill="currentColor" />
</svg>`;
//# sourceMappingURL=DeviceMobile.js.map