@spectrum-web-components/icons-workflow
Version:
Deliver [Spectrum Workflow Icons](https://spectrum.adobe.com/page/icons/) as either:
19 lines (18 loc) • 822 B
JavaScript
;import{tag as o}from"../custom-tag.js";export{setCustomTemplateLiteralTag}from"../custom-tag.js";export const ZoomInIcon=({width:a=24,height:t=24,hidden:e=!1,title:l="Zoom In"}={})=>o`<svg
xmlns="http://www.w3.org/2000/svg"
height="${t}"
viewBox="0 0 36 36"
width="${a}"
aria-hidden=${e?"true":"false"}
role="img"
fill="currentColor"
aria-label="${l}"
>
<path
d="M21.5 14H18v-3.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V14h-3.5a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 .5.5H14v3.5a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5V18h3.5a.5.5 0 0 0 .5-.5v-3a.5.5 0 0 0-.5-.5Z"
/>
<path
d="M35.173 32.215 27.256 24.3a14.031 14.031 0 1 0-2.956 2.957l7.916 7.916a2.1 2.1 0 0 0 2.958-2.958ZM6 16a10 10 0 1 1 10 10A10 10 0 0 1 6 16Z"
/>
</svg>`;
//# sourceMappingURL=ZoomIn.js.map