UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 986 B
"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 Svg1f52a = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M30.6 24.3S54.6 46.2 62 62c0 0-20.1.6-43.3-22.5 0 0 7.6-8.1 6.1-9.6l5.8-5.6", fill: "#d6dfe3" }), React.createElement("path", { d: "M20.9 37c-1.2 1.4-2.2 2.5-2.2 2.5C41.9 62.6 62 62 62 62c-.5-1-1-2-1.6-3.1-6.7-.9-22.2-4.8-39.5-21.9z", fill: "#aebabf" }), React.createElement("path", { d: "M30.8 23.5L9.2 2l-7 6.9s-.5.5-.1.9c.9.9 1.5.5 2.4.7 1.1.3 2.4 1.5 2.4 1.5l18 17.9 5.9-5.9c.2-.1.2-.3 0-.5", fill: "#333" }), React.createElement("path", { d: "M9.1 8.1c-.3.3-.9.3-1.2 0-.3-.3-.3-.9 0-1.2.3-.3.9-.3 1.2 0 .3.3.3.8 0 1.2", fill: "#d0d0d0" })); exports.default = Svg1f52a;