UNPKG

iconista

Version:

Thousands of SVG icons with one React component

15 lines (14 loc) 1.62 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 Svg1f378 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M45.7 3.3c.2-.6 0-1.2-.4-1.3-.4-.1-.9.2-1.1.8L31.7 37l.8.3 13.2-34", fill: "#f29a2e" }), React.createElement("path", { d: "M45.5 17.9c-.3 2.4-3.2 3.9-6.5 3.5-3.2-.4-5.6-2.7-5.3-5 .3-2.4 3.2-3.9 6.5-3.5 3.3.4 5.6 2.6 5.3 5", fill: "#8cc63e" }), React.createElement("path", { d: "M38.4 16.9c-.2 1.5-1.3 2.6-2.4 2.4-1.1-.1-1.9-1.5-1.7-2.9.2-1.5 1.3-2.6 2.4-2.4 1.1.1 1.9 1.5 1.7 2.9", fill: "#ce114b" }), React.createElement("path", { d: "M30.4 25.3c-1.3 2-.1 5 2.7 6.7 2.8 1.7 6.1 1.4 7.4-.6 1.3-2 .1-5-2.7-6.7-2.8-1.6-6.1-1.4-7.4.6", fill: "#8cc63e" }), React.createElement("path", { d: "M36.5 29c-.8 1.3-.7 2.8.3 3.4 1 .6 2.4 0 3.2-1.2.8-1.3.7-2.8-.3-3.4-.9-.6-2.4 0-3.2 1.2", fill: "#ce114b" }), React.createElement("path", { d: "M59 18.6H5S24.1 40 30.8 42.8c0 2.1-.2 9.7-.9 13-3.7 3.2-11.4 5.4-11.5 5.4-.2.1-.3.3-.2.5 0 .2.2.4.3.4h26.9c.2 0 .3-.2.3-.4s-.1-.4-.2-.5c-.1 0-7.8-2.2-11.5-5.4-.7-3.3-.8-10.9-.8-13C40 39.9 59 18.6 59 18.6M32 40.7c-4.1 0-21.9-19.8-21.9-19.8h43.7c.1 0-17.7 19.8-21.8 19.8", opacity: ".8", fill: "#a1b8c7" }), React.createElement("path", { d: "M49.4 22.7S35.3 38.5 32 38.5c-3.3 0-17.4-15.8-17.4-15.8h34.8", opacity: ".7", fill: "#f3ffd2" })); exports.default = Svg1f378;