UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 964 B
"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 Zoom = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M21.604 7.442a.695.695 0 00-.76.033l-3.53 2.313a1.015 1.015 0 00-.462.871v2.682c0 .335.165.67.462.872l3.53 2.312c.133.067.265.135.397.135a.744.744 0 00.363-.101.807.807 0 00.396-.67V8.111a.764.764 0 00-.396-.67zm-1.09 7.072l-2.177-1.441v-2.179l2.178-1.441v5.061zM11.538 6.604H2.759a.774.774 0 00-.759.77v6.302c0 2.045 1.683 3.72 3.762 3.72h8.78a.774.774 0 00.758-.77v-6.302c0-2.045-1.683-3.72-3.762-3.72zm2.277 9.284H5.762c-1.254 0-2.277-1.005-2.277-2.212V8.112h8.053c1.254 0 2.277 1.005 2.277 2.212v5.564z", fill: "#323544" })); exports.default = Zoom;