iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.03 kB
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 ZoomOutArea = (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-out-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.414 1.414l-2.817-2.816A6 6 0 019 15l.004-.225A6 6 0 0115 9m2 5h-4a1 1 0 000 2h4a1 1 0 000-2M3 14a1 1 0 011 1v1a1 1 0 001 1h1a1 1 0 010 2H5a3 3 0 01-3-3v-1a1 1 0 011-1m0-5a1 1 0 011 1v1a1 1 0 01-2 0v-1a1 1 0 011-1m3-7a1 1 0 110 2H5a1 1 0 00-1 1v1a1 1 0 11-2 0V5a3 3 0 013-3zm5 0a1 1 0 010 2h-1a1 1 0 110-2zm5 0a3 3 0 013 3v1a1 1 0 01-2 0V5a1 1 0 00-1-1h-1a1 1 0 010-2z" }));
exports.default = ZoomOutArea;