iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.22 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 Svg1f1e71f1e6 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M10.8 53.2c11.7 11.7 30.7 11.7 42.4 0L10.8 10.8C-.9 22.5-.9 41.5 10.8 53.2", fill: "#2a5f9e" }),
React.createElement("path", { d: "M10.8 10.8l42.4 42.4V10.8C41.5-.9 22.5-.9 10.8 10.8", fill: "#ffce31" }),
React.createElement("path", { d: "M53.2 10.8v42.4c11.7-11.7 11.7-30.7 0-42.4", fill: "#2a5f9e" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M10.9 21l2.4 1.8-.9-3 2.4-1.8h-3l-.9-3-.9 3H7l2.4 1.8-.9 3zM17.7 27.8l2.5 1.9-1-3 2.5-1.9h-3l-1-3-.9 3h-3l2.4 1.9-.9 3zM24.6 34.7l2.4 1.8-.9-3 2.4-1.8-3-.1-.9-2.9-.9 2.9-3 .1 2.4 1.8-.9 3zM31.4 41.5l2.4 1.8-.9-3 2.4-1.8h-3l-.9-3-.9 3h-3l2.4 1.8-.9 3zM38.3 48.3l2.4 1.9-.9-3 2.4-1.9h-3l-.9-3-1 3h-3l2.5 1.9-1 3zM45.1 55.2l2.4 1.8-.9-3 2.4-1.8h-3l-.9-3-.9 3h-3l2.4 1.8-.9 3z" })));
exports.default = Svg1f1e71f1e6;