UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.32 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 Svg1f4c4 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M0 0c17.3 17 6.7 47 24 64 12.7-8.4 27.3-16.6 40-25-7.7-7.5-8.3-18.4-10-28-7.9-3-16.6-7-29-11H0", fill: "#d9e3e8" }), React.createElement("g", { fill: "#7d8b91" }, React.createElement("path", { d: "M13 9c.4.8.8 1.6 1.1 2.5l16.2-3c-.3-.7-.6-1.4-1-2.2C24 7.3 18.5 8.1 13 9M16.4 18.8l15.9-3.9c-.2-.8-.3-1.6-.6-2.3-5.3 1.2-10.7 2.4-16 3.6.3.8.5 1.7.7 2.6M17.6 26.5c10.5-3.3 21.1-6.6 31.6-9.8-.1-.7-.2-1.4-.3-2-10.6 3-21.1 6.1-31.7 9.1.2.8.3 1.7.4 2.7" })), React.createElement("path", { d: "M25 0c4.9 4.8 2.9 17.9 4 24 7-1.9 18-11.1 25-13-7.9-3-16.6-7-29-11", opacity: ".5", fill: "#333" }), React.createElement("path", { d: "M22.1 51.3c.4.8.7 1.7 1.2 2.5 5-2.8 10-5.7 15-8.5-.4-.7-.7-1.4-1-2.2-5.1 2.8-10.1 5.5-15.2 8.2", fill: "#7d8b91" }), React.createElement("path", { d: "M25 0c4.9 4.8 6.6 10.6 7.7 16.7 7-1.9 14.3-3.8 21.3-5.7-7.9-3-16.6-7-29-11", fill: "#d9e3e8" })); exports.default = Svg1f4c4;