UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 850 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 Svg1f1f11f1fb = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M61.2 39V25C58 11.8 46.2 2 32 2S6 11.8 2.8 25v14C6 52.2 17.8 62 32 62s26-9.8 29.2-23", fill: "#c94747" }), React.createElement("path", { d: "M61.2 39V25C58 11.8 46.2 2 32 2S6 11.8 2.8 25v14C6 52.2 17.8 62 32 62s26-9.8 29.2-23", opacity: ".15", fill: "#c28fef" }), React.createElement("path", { d: "M2 32c0 2.4.3 4.8.8 7h58.3c.5-2.2.8-4.6.8-7 0-2.4-.3-4.8-.8-7H2.8c-.5 2.2-.8 4.6-.8 7", fill: "#fff" })); exports.default = Svg1f1f11f1fb;