iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 914 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 Svg1f441 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M62 32S51.9 52 32 52 2 32 2 32s10.1-20 30-20 30 20 30 20", fill: "#231f20" }),
React.createElement("path", { d: "M57 32s-8.4 16.7-25 16.7S7 32 7 32s8.4-16.7 25-16.7S57 32 57 32z", fill: "#fff" }),
React.createElement("path", { d: "M45.4 32c0 7.5-6 13.5-13.5 13.5s-13.5-6-13.5-13.5 6-13.5 13.5-13.5 13.5 6 13.5 13.5", fill: "#42ade2" }),
React.createElement("path", { d: "M39.4 32c0 4.1-3.4 7.5-7.5 7.5s-7.5-3.4-7.5-7.5 3.4-7.5 7.5-7.5 7.5 3.4 7.5 7.5", fill: "#231f20" }));
exports.default = Svg1f441;