UNPKG

iconista

Version:

Thousands of SVG icons with one React component

15 lines (14 loc) 1.27 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 Svg1f388 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M52 22.5c0 11.3-8.8 24.4-19.8 24.4-10.9 0-19.8-13-19.8-24.4C12.5 11.2 21.3 2 32.2 2 43.2 2 52 11.2 52 22.5", fill: "#ed4c5c" }), React.createElement("g", { fill: "#94989b" }, React.createElement("path", { d: "M31.5 49.1V49v.1M31.6 49.2c-.1 0-.1-.1 0 0" })), React.createElement("path", { d: "M33 49.2h-1.5c0 1.8-.4 3.9-1.9 5.2-2.1 1.8-4.9.7-7.4.6-3-.1-5.6 1.2-7.7 3.2-.8.7-1.6 1.7-2.3 2.5-.8.9.3 1.9 1.1 1 1.5-1.8 2.6-3.1 4.6-4.3 2.6-1.5 5-.7 7.8-.6 3.2.2 6.1-1.4 7-4.7.2-.7.3-2 .3-2.9", fill: "#b2c1c0" }), React.createElement("path", { d: "M31.5 49c0-.1 0 0 0 0", fill: "#94989b" }), React.createElement("path", { d: "M30.8 48h2.9c.9 0 .9-1.3 0-1.3h-2.9c-.9.1-.9 1.3 0 1.3", fill: "#b2c1c0" }), React.createElement("path", { d: "M30.1 50h4.3c1.4 0 1.4-1.9 0-1.9h-4.3c-1.4-.1-1.4 1.9 0 1.9", fill: "#ed4c5c" })); exports.default = Svg1f388;