iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.2 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 ZoomPan = (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-pan", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M12 8a4 4 0 013.447 6.031l2.26 2.262a1 1 0 01-1.414 1.414l-2.262-2.26A4 4 0 018 12l.005-.2A4 4 0 0112 8M11.293 1.293a1 1 0 011.414 0l2 2a1 1 0 11-1.414 1.414L12 3.415l-1.293 1.292a1 1 0 01-1.32.083l-.094-.083a1 1 0 010-1.414zM19.293 9.293a1 1 0 011.414 0l2 2a1 1 0 010 1.414l-2 2a1 1 0 01-1.414-1.414L20.585 12l-1.292-1.293a1 1 0 01-.083-1.32zM3.293 9.293a1 1 0 111.414 1.414L3.415 12l1.292 1.293a1 1 0 01.083 1.32l-.083.094a1 1 0 01-1.414 0l-2-2a1 1 0 010-1.414zM9.293 19.293a1 1 0 011.414 0L12 20.585l1.294-1.292a1 1 0 011.32-.083l.094.083a1 1 0 010 1.414l-2 2a1 1 0 01-1.414 0l-2-2a1 1 0 010-1.414" }));
exports.default = ZoomPan;