iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.18 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 Svg1f1e81f1e9 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#42ade2" },
React.createElement("path", { d: "M10.8 10.8C2.1 19.5-.1 32.2 4.1 43L43 4.1c-10.8-4.2-23.5-2-32.2 6.7zM53.2 53.2c8.7-8.7 10.9-21.4 6.7-32.2L21 59.9c10.8 4.2 23.5 2 32.2-6.7" })),
React.createElement("path", { d: "M53.2 10.8c-2-2-4.1-3.6-6.4-4.9L5.9 46.8c1.3 2.3 2.9 4.5 4.9 6.4 2 2 4.1 3.6 6.4 4.9l40.9-40.9c-1.3-2.3-2.9-4.5-4.9-6.4", fill: "#c94747" }),
React.createElement("g", { fill: "#ffce31" },
React.createElement("path", { d: "M17.2 58.1c.6.3 1.2.7 1.9 1 .6.3 1.3.6 2 .9l38.8-39c-.3-.7-.5-1.3-.9-2-.3-.6-.6-1.2-1-1.9l-40.8 41M44.9 4.9c-.7-.3-1.3-.6-2-.9L4.1 43c.3.7.5 1.3.9 2 .3.6.6 1.2 1 1.9l40.8-41c-.6-.4-1.2-.7-1.9-1M18 19.2l3.7 2.8-1.4-4.6 3.7-2.9h-4.6L18 10l-1.4 4.5H12l3.7 2.9-1.4 4.6z" })));
exports.default = Svg1f1e81f1e9;