iconista
Version:
Thousands of SVG icons with one React component
17 lines (16 loc) • 1.77 kB
JavaScript
"use strict";
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 Svg1f380 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("g", { fill: "#c94747" },
React.createElement("path", { d: "M15.3 13.1S16 33.3 2 46h13v16s13.6-19.2 13.6-48.9H15.3M48.7 13.1S48 33.3 62 46H49v16S35.4 42.8 35.4 13.1h13.3" })),
React.createElement("path", { d: "M30.7 14c0 5.1-5.7 10-12.6 11l-5.5.8c-6.9 1-11.6-1.3-10.4-5 1.2-3.7 1.2-9.8 0-13.5-1.2-3.7 3.4-6 10.4-5l5.5.7c6.9.9 12.6 5.9 12.6 11", fill: "#ff5760" }),
React.createElement("path", { d: "M3.9 21.3c-.5.5.1 1.1.3 1.3.6.7 2.3 1.5 5.3 1.5.9 0 1.8-.1 2.8-.2l5.5-.8c3.9-.5 7.4-2.5 9.3-5 0 .1-16.8-3-23.2 3.2", fill: "#c94747" }),
React.createElement("path", { d: "M33.3 14c0 5.1 5.7 10 12.6 11l5.5.8c6.9 1 11.6-1.3 10.4-5-1.2-3.7-1.2-9.8 0-13.5s-3.4-6-10.4-5l-5.5.7c-6.9.9-12.6 5.9-12.6 11", fill: "#ff5760" }),
React.createElement("g", { fill: "#c94747" },
React.createElement("path", { d: "M60.1 21.3c.5.5-.1 1.1-.3 1.3-.6.7-2.3 1.5-5.3 1.5-.9 0-1.8-.1-2.8-.2l-5.5-.8c-3.9-.5-7.4-2.5-9.3-5 0 .1 16.8-3 23.2 3.2M31.2 12.5s-1.7 1.4-5.8-2c-4.7-3.9-11.5 1.3-2.4 3.6 4.9 1.3 8.2-1.6 8.2-1.6M32.8 12.5s1.7 1.4 5.8-2c4.7-3.9 11.5 1.3 2.4 3.6-4.9 1.3-8.2-1.6-8.2-1.6" }),
React.createElement("path", { d: "M32 20.9c-3.7 0-4.7 2.8-4.7-6.8s.9-6.8 4.7-6.8 4.7-2.8 4.7 6.8-1 6.8-4.7 6.8" })),
React.createElement("path", { d: "M32 21.1c-3 0-3.8 2.8-3.8-7 0-9.9.7-7 3.8-7s3.8-2.8 3.8 7-.8 7-3.8 7", fill: "#ff5760" }));
exports.default = Svg1f380;