iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 689 B
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 Magento = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12 2L3.354 7v10l2.452 1.452v-10L12 4.87l6.193 3.58v10L20.645 17V7L12 2z", fill: "#323544" }),
React.createElement("path", { d: "M13.258 18.452L12 19.129l-1.226-.677v-10L8.258 9.87v10L12 22l3.741-2.129v-10l-2.483-1.42v10z", fill: "#323544" }));
exports.default = Magento;