UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.1 kB
"use strict"; 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 Svg1f4e7 = (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 48.7l18.5-19.3L4.9 8.9c-.7.9-1.2 2.1-1.3 3.5L0 45.1c-.1 1.4.1 2.6.6 3.6M62.7 5.5L35.9 30.4 57 58.9c1.2-1 2-2.5 2.2-4.3L64 10c.2-1.8-.4-3.5-1.3-4.5" })), React.createElement("path", { d: "M25.7 39.4l-6.6-10L.6 48.7c.4.9 1.1 1.5 1.9 1.7L53.3 60c1.4.3 2.7-.2 3.7-1.1L35.9 30.4l-10.2 9", fill: "#cad5dd" }), React.createElement("path", { d: "M59.3 4L7.1 7.5c-.8.1-1.6.6-2.2 1.4l14.3 20.5 6.6 10 10.2-9L62.7 5.5c-.9-1-2.1-1.6-3.4-1.5", fill: "#dfe9ef" }), React.createElement("path", { fill: "#428bc1", d: "M35.2 23.6l.6-5.1-17.5-.1-2.9 23.9 17 4 .7-5.1-12.8-2.5.7-5.5L33.8 35l.6-5.1-12.9-1.3.7-5.6z" })); exports.default = Svg1f4e7;