UNPKG

iconista

Version:

Thousands of SVG icons with one React component

14 lines (13 loc) 1.11 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 Svg1f1f81f1f7 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M2 32c0 3.9.7 7.6 2.1 11h55.8c1.3-3.4 2.1-7.1 2.1-11s-.7-7.6-2.1-11H4.1C2.7 24.4 2 28.1 2 32z", fill: "#c94747" }), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M7.3 49h49.4c1.3-1.9 2.4-3.9 3.2-6H4.1c.8 2.1 1.9 4.1 3.2 6M4.1 21h55.8c-.8-2.1-1.9-4.1-3.2-6H7.3c-1.3 1.9-2.4 3.9-3.2 6" })), React.createElement("path", { fill: "#ffce31", d: "M32 37.3l6.2 4.7-2.4-7.6 6.2-4.8h-7.6L32 22l-2.4 7.6H22l6.2 4.8-2.4 7.6z" }), React.createElement("g", { fill: "#699635" }, React.createElement("path", { d: "M56.7 15C51.3 7.2 42.3 2 32 2S12.7 7.2 7.3 15h49.4zM7.3 49c5.4 7.8 14.5 13 24.7 13s19.3-5.2 24.7-13H7.3z" }))); exports.default = Svg1f1f81f1f7;