iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 621 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 Svg1f6d1 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#e9edf2", d: "M64 45.3L45.3 64H18.7L0 45.3V18.7L18.7 0h26.6L64 18.7z" }),
React.createElement("path", { fill: "#ed4c5c", d: "M58 42.8L42.8 58H21.2L6 42.8V21.2L21.2 6h21.6L58 21.2z" }));
exports.default = Svg1f6d1;