iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 847 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 Svg1f397 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32.1 2S19.4 2 17.4 6.9c-.8 1.9-.1 7.6.1 9.4 1.7-3.2 7.5-5.6 14.3-5.6 7.2 0 13.2 2.6 14.5 6.1h.3V7.1c0-2.4-6.3-5.1-14.5-5.1", fill: "#c94747" }),
React.createElement("path", { d: "M34.1 2.1S52 1.2 52 18.8C52 36.4 20.8 62 20.8 62l-4.9-11.1c0-.1 54.1-44.5 18.2-48.8", fill: "#ff5760" }),
React.createElement("path", { d: "M29.8 2.1S12 1.2 12 18.8 43.2 62 43.2 62l4.9-11.1S-6.2 6.4 29.8 2.1", fill: "#ff717f" }));
exports.default = Svg1f397;