iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 1.04 kB
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 Svg1f444 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 22.5c-6.3 0-30 10.2-30 10.2 5.6 6.9 3.6 16.8 30 16.8 23.7 0 23.2-8.5 30-16.8 0 0-23.7-10.2-30-10.2", fill: "#ed4c5c" }),
React.createElement("path", { d: "M32 20.6L5.9 31.2c6.8 8.3 14.5 5.1 26.1 5.1 11.6 0 19.2 3.1 26.1-5.1L32 20.6z", fill: "#60452b" }),
React.createElement("path", { d: "M58.5 31c0-1.7-11.2-9.9-26.5-9.9S5.5 29.2 5.5 31h53", fill: "#fff" }),
React.createElement("path", { d: "M44.4 14.9c-2.5-.8-6.2-.4-11.1 1.6-.4.2-.8.3-1.3.5-.4-.2-.9-.3-1.3-.5-4.9-2-8.6-2.4-11.1-1.6C12.2 17.1 2 32.7 2 32.7c6.3.8 14.5-8.5 30-8.5s23.7 9.3 30 8.5c0 0-10.2-15.6-17.6-17.8", fill: "#ed4c5c" }));
exports.default = Svg1f444;