UNPKG

1.88 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var ZoomIn = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M8.19546398,0 C12.7216937,0 16.390928,3.61950128 16.390928,8.08438239 C16.390928,10.0960164 15.6461041,11.9360453 14.4136555,13.3507563 L19.8015213,18.8243429 C20.0717775,19.0989162 20.0652194,19.5376183 19.7868733,19.8042115 C19.5085273,20.0708046 19.0637973,20.0643354 18.7935411,19.7897621 L13.4110382,14.3206504 C11.9940161,15.4751548 10.1768537,16.1687648 8.19546398,16.1687648 C3.6692342,16.1687648 0,12.5492635 0,8.08438239 C0,3.61950128 3.6692342,0 8.19546398,0 Z M8.19546398,1.38589412 C4.44515931,1.38589412 1.40493668,4.38490947 1.40493668,8.08438239 C1.40493668,11.7838553 4.44515931,14.7828707 8.19546398,14.7828707 C11.9457686,14.7828707 14.9859913,11.7838553 14.9859913,8.08438239 C14.9859913,4.38490947 11.9457686,1.38589412 8.19546398,1.38589412 Z M8.30516902,3.57538731 C8.68787312,3.57538731 8.99811609,3.8898931 8.99811609,4.27785565 L8.998,7.254 L11.9742775,7.25401709 C12.3622401,7.25401709 12.6767459,7.56426005 12.6767459,7.94696415 C12.6767459,8.32966824 12.3622401,8.63991121 11.9742775,8.63991121 L8.998,8.639 L8.99811609,11.6160727 C8.99811609,12.0040352 8.68787312,12.318541 8.30516902,12.318541 C7.92246493,12.318541 7.61222196,12.0040352 7.61222196,11.6160727 L7.612,8.639 L4.63606052,8.63991121 C4.24809797,8.63991121 3.93359218,8.32966824 3.93359218,7.94696415 C3.93359218,7.56426005 4.24809797,7.25401709 4.63606052,7.25401709 L7.612,7.254 L7.61222196,4.27785565 C7.61222196,3.8898931 7.92246493,3.57538731 8.30516902,3.57538731 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file