iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 737 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const ZoomIn = (props) => React.createElement("svg", { viewBox: "0 0 15 15", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M10 6.5a3.5 3.5 0 11-7 0 3.5 3.5 0 017 0zm-.691 3.516a4.5 4.5 0 11.707-.707l2.838 2.837a.5.5 0 01-.708.708L9.31 10.016zM4.25 6.5a.5.5 0 01.5-.5H6V4.75a.5.5 0 011 0V6h1.25a.5.5 0 010 1H7v1.25a.5.5 0 01-1 0V7H4.75a.5.5 0 01-.5-.5z", fill: "currentColor" }));
exports.default = ZoomIn;