UNPKG

iconista

Version:

Thousands of SVG icons with one React component

17 lines (16 loc) 1.45 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 Svg1f1f81f1f0 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M32 2C18.9 2 7.8 10.4 3.7 22h56.6C56.2 10.4 45.1 2 32 2z", fill: "#f9f9f9" }), React.createElement("path", { d: "M32 62c13.1 0 24.2-8.3 28.3-20H3.7C7.8 53.7 18.9 62 32 62z", fill: "#ed4c5c" }), React.createElement("path", { d: "M3.7 22C2.6 25.1 2 28.5 2 32s.6 6.9 1.7 10h56.6c1.1-3.1 1.7-6.5 1.7-10s-.6-6.9-1.7-10H3.7z", fill: "#428bc1" }), React.createElement("path", { d: "M33.9 19H14v13.8c0 9.2 9.6 12 10 12.2.4-.2 10-3 10-12.2V19h-.1", fill: "#f9f9f9" }), React.createElement("path", { d: "M16 21v11.9c0 5.6 4.3 8.6 8 10.1 3.7-1.5 8-4.5 8-10.1V21H16z", fill: "#ed4c5c" }), React.createElement("g", { fill: "#f9f9f9" }, React.createElement("path", { d: "M23 23h2v14h-2z" }), React.createElement("path", { d: "M19 29h10v2H19zM21 25h6v2h-6z" })), React.createElement("path", { d: "M24 35c-1.3 0-2.5.6-3.2 1.6-.5-.4-1.1-.6-1.8-.6-.8 0-1.6.3-2.1.9 1.4 3.1 4.4 5 7.1 6.1 2.7-1.1 5.7-3 7.1-6.1-.5-.6-1.3-.9-2.1-.9-.7 0-1.3.2-1.8.6-.7-1-1.9-1.6-3.2-1.6", fill: "#428bc1" })); exports.default = Svg1f1f81f1f0;