iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.09 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 Max = (props) => React.createElement("svg", { viewBox: "0 0 24 24", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M1.769 0A1.77 1.77 0 000 1.769V22.23A1.77 1.77 0 001.769 24H22.23A1.77 1.77 0 0024 22.231V1.77A1.77 1.77 0 0022.231 0zm12.485 3.28a4.301 4.301 0 014.3 4.302 4.301 4.301 0 01-1.993 3.63 6.085 6.085 0 011.054 3.422 6.085 6.085 0 01-6.085 6.085 6.085 6.085 0 01-6.085-6.085 6.085 6.085 0 014.66-5.916 4.301 4.301 0 01-.152-1.136 4.301 4.301 0 014.301-4.301zm0 1.849a2.453 2.453 0 00-2.453 2.453 2.453 2.453 0 002.453 2.453 2.453 2.453 0 002.453-2.453 2.453 2.453 0 00-2.453-2.453zm-2.724 5.268a4.237 4.237 0 00-4.237 4.237 4.237 4.237 0 004.237 4.237 4.237 4.237 0 004.237-4.237 4.237 4.237 0 00-4.237-4.237zm.032 2.54a1.781 1.781 0 110 3.562 1.781 1.781 0 010-3.562z" }));
exports.default = Max;