iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 863 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 Svg1f497 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#ff5a79" },
React.createElement("path", { d: "M61.1 18.2c-6.4-17-27.2-9.4-29.1-.9-2.6-9-22.9-15.7-29.1.9C-4 36.7 29.6 53.3 32 56c2.4-2.2 36-19.6 29.1-37.8M32 50.8C30 48.6 2 35.6 7.8 21c5.1-13.1 22-7.8 24.2-.7 1.6-6.6 18.9-12.6 24.2.7C62 35.3 34 49.1 32 50.8" }),
React.createElement("path", { d: "M49.2 24.8c-3.8-10-16.1-5.5-17.2-.5-1.6-5.3-13.6-9.3-17.2.5-4.1 11 15.8 20.8 17.2 22.4 1.4-1.3 21.3-11.6 17.2-22.4" })));
exports.default = Svg1f497;