UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 947 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 Svg1f1f01f1fc = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M60 42c-5.5 0-10-4.5-10-10H10.8v21.2C16.2 58.6 23.7 62 32 62c13.1 0 24.2-8.4 28.3-20H60", fill: "#ed4c5c" }), React.createElement("path", { d: "M60 22h.3C56.2 10.4 45.1 2 32 2c-8.3 0-15.8 3.4-21.2 8.8V32H50c0-5.5 4.5-10 10-10", fill: "#699635" }), React.createElement("path", { d: "M60.3 22H10.8v20h49.5c1.1-3.1 1.7-6.5 1.7-10s-.6-6.9-1.7-10", fill: "#f9f9f9" }), React.createElement("path", { d: "M10.8 10.8C5.4 16.2 2 23.7 2 32c0 8.3 3.4 15.8 8.8 21.2L22 42V22L10.8 10.8z", fill: "#3e4347" })); exports.default = Svg1f1f01f1fc;