UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.37 kB
"use strict"; 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 ZoomInArea = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-zoom-in-area", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M15 9a6 6 0 014.891 9.476l2.816 2.817a1 1 0 01-1.32 1.497l-.094-.083-2.817-2.816a6 6 0 01-9.472-4.666L9 15l.004-.225A6 6 0 0115 9zm0 3a1 1 0 00-.993.883L14 13v1h-1l-.117.007a1 1 0 000 1.986L13 16h1v1l.007.117a1 1 0 001.986 0L16 17v-1h1l.117-.007a1 1 0 000-1.986L17 14h-1v-1l-.007-.117A1 1 0 0015 12zM3 14a1 1 0 01.993.883L4 15v1a1 1 0 00.883.993L5 17h1a1 1 0 01.117 1.993L6 19H5a3 3 0 01-2.995-2.824L2 16v-1a1 1 0 011-1zM3 9a1 1 0 01.993.883L4 10v1a1 1 0 01-1.993.117L2 11v-1a1 1 0 011-1zM6 2a1 1 0 01.117 1.993L6 4H5a1 1 0 00-.993.883L4 5v1a1 1 0 01-1.993.117L2 6V5a3 3 0 012.824-2.995L5 2h1zM11 2a1 1 0 01.117 1.993L11 4h-1a1 1 0 01-.117-1.993L10 2h1zM16 2a3 3 0 012.995 2.824L19 5v1a1 1 0 01-1.993.117L17 6V5a1 1 0 00-.883-.993L16 4h-1a1 1 0 01-.117-1.993L15 2h1z" })); exports.default = ZoomInArea;