iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 1.4 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 Svg1f4e8 = (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: "M12.3 53.6l15.4-20.8-10.5-19c-.6.9-1 2.2-1.2 3.6l-4 32.7c-.2 1.4-.1 2.6.3 3.5M63.1 5.2L41 32.3l15.6 26.4c1-1.1 1.7-2.6 1.9-4.5L64 9.7c.2-2-.2-3.5-.9-4.5" })),
React.createElement("path", { d: "M32.5 42.1l-4.8-9.3-15.4 20.8c.3.8.8 1.4 1.4 1.5L53.6 60c1.1.1 2.1-.4 3-1.4L41 32.3l-8.5 9.8", fill: "#cad5dd" }),
React.createElement("path", { d: "M60.5 4.1L19 12.3c-.6.1-1.3.7-1.8 1.6l10.5 19 4.8 9.3 8.4-9.9L63.1 5.2c-.6-.9-1.6-1.4-2.6-1.1", fill: "#dfe9ef" }),
React.createElement("g", { fill: "#79d3f7" },
React.createElement("path", { d: "M9.2 45c.8 0 1.4.7 1.3 1.5l-.7 6.1c-.1.8-.8 1.4-1.7 1.3L1.8 53C1 52.9.4 52.1.5 51.3l.7-5c.1-.8.9-1.5 1.7-1.5l6.3.2M11.3 29.7c.8-.1 1.4.5 1.3 1.4l-.8 6.8c-.1.8-.9 1.5-1.7 1.5H1.5c-.8 0-1.4-.7-1.3-1.5l.9-5.9c.1-.8.9-1.5 1.7-1.6l8.5-.7M13.4 13.4c.8-.1 1.4.4 1.3 1.2l-.8 6.9c-.1.8-.9 1.6-1.7 1.7L1.6 24.3C.8 24.4.2 23.8.4 23l1-5.9c.1-.8.9-1.6 1.7-1.7l10.3-2" })));
exports.default = Svg1f4e8;