iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 768 B
JavaScript
;
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 Svg1f445 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M62 9.3c0 10.9-13.4 20.2-30 20.2S2 20.2 2 9.3c0 0 14.3 3.2 30 3.2s30-3.2 30-3.2", fill: "#493b30" }),
React.createElement("path", { d: "M8 29.1C8 12 8 17.2 32 17.2S56 12 56 29c0 17.1-10.7 25.6-24 25.6-13.3.1-24-8.5-24-25.5", fill: "#ff717f" }),
React.createElement("path", { fill: "#e2596c", d: "M33.5 17.2L32 46.5l-1.5-29.3z" }));
exports.default = Svg1f445;