iconista
Version:
Thousands of SVG icons with one React component
19 lines (18 loc) • 1.62 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 Svg1f376 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M44.1 50.4c7.6 0 13.8 2.6 13.8 5.8 0 3.2-6.2 5.8-13.8 5.8-7.6 0-13.8-2.6-13.8-5.8 0-3.2 6.1-5.8 13.8-5.8", fill: "#b7b198" }),
React.createElement("path", { d: "M35.6 5.4c-.3 2.2 1.9 6.4 2 8.7.2 3.3-18.4 24.7-8.6 40.5 4.4 7.1 25.7 7.1 30.1 0 9.8-15.8-8.8-37.1-8.6-40.5.1-2.2 2.4-6.5 2-8.7-.7-4.5-16.1-4.5-16.9 0", fill: "#f9f3d9" }),
React.createElement("g", { fill: "#b7b198" },
React.createElement("path", { d: "M37 5.7c-.8 4.9 14.9 4.9 14.1 0-.6-4-13.4-4-14.1 0" }),
React.createElement("ellipse", { cx: "13", cy: "58.5", rx: "10.1", ry: "3.5" })),
React.createElement("g", { fill: "#f9f3d9" },
React.createElement("path", { d: "M2 43.8h22v13.1H2z" }),
React.createElement("ellipse", { cx: "13", cy: "43.8", rx: "11", ry: "3.8" }),
React.createElement("ellipse", { cx: "13", cy: "56.9", rx: "11", ry: "3.8" })),
React.createElement("path", { d: "M22.1 45.1c.5-.3.7-.7.7-1.1 0-1.6-4.4-3-9.8-3s-9.8 1.3-9.8 3c0 .4.3.8.7 1.1 1.5-1.1 5-1.9 9.1-1.9s7.7.8 9.1 1.9", fill: "#b7b198" }),
React.createElement("path", { d: "M22.1 45.1c-1.5-1.1-5-1.9-9.1-1.9s-7.7.8-9.1 1.9c1.5 1.1 5 1.9 9.1 1.9 4.1-.1 7.7-.9 9.1-1.9", fill: "#b4d7ee" }));
exports.default = Svg1f376;