iconista
Version:
Thousands of SVG icons with one React component
13 lines (12 loc) • 1.07 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 Svg1f4e9 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#b0bdc6" },
React.createElement("path", { d: "M.6 52.6L19.1 33 4.9 12.3c-.7.9-1.2 2.2-1.3 3.5L0 48.9c-.1 1.4.1 2.7.6 3.7M62.7 8.8L35.9 34 57 62.9c1.2-1 2-2.5 2.2-4.4L64 13.4c.2-1.9-.4-3.5-1.3-4.6" })),
React.createElement("path", { d: "M25.7 43.1L19.1 33 .6 52.6c.4.9 1.1 1.5 1.9 1.7L53.3 64c1.4.3 2.7-.2 3.7-1.1L35.9 34l-10.2 9.1", fill: "#cad5dd" }),
React.createElement("path", { d: "M59.3 7.3L7.1 10.9c-.8.1-1.6.6-2.2 1.4L19.1 33l6.6 10.1L35.9 34 62.7 8.8c-.9-1-2.1-1.6-3.4-1.5", fill: "#dfe9ef" }),
React.createElement("path", { fill: "#ed4c5c", d: "M27.1 32.6L15.4 15.1l4.9-.1.3-14.3L35.7 0l-.4 15.3 8.4.2z" }));
exports.default = Svg1f4e9;