iconista
Version:
Thousands of SVG icons with one React component
20 lines (19 loc) • 2.31 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 Svg1f631 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M32 2C15.5 2 2 15.4 2 32c0 4.9 15.8 22.9 23 27.6 2 1.3 4.7 2.4 7 2.4s5-1.2 7-2.4c7.3-4.7 23-22.7 23-27.6C62 15.4 48.6 2 32 2", fill: "#ffdd67" }),
React.createElement("path", { d: "M30.5 24.7c0 5.5-4.5 10-10 10s-10-4.5-10-10 4.4-10 10-10c5.5 0 10 4.5 10 10", fill: "#fff" }),
React.createElement("path", { d: "M24 24.7c0 1.9-1.5 3.5-3.5 3.5-1.9 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5c2 0 3.5 1.6 3.5 3.5", fill: "#664e27" }),
React.createElement("path", { d: "M53.5 24.7c0 5.5-4.5 10-10 10s-10-4.5-10-10 4.5-10 10-10 10 4.5 10 10", fill: "#fff" }),
React.createElement("g", { fill: "#664e27" },
React.createElement("path", { d: "M47 24.7c0 1.9-1.6 3.5-3.5 3.5-2 0-3.5-1.6-3.5-3.5s1.6-3.5 3.5-3.5 3.5 1.6 3.5 3.5M40.4 46.1c0 6.6-3.7 12-8.4 12-4.6 0-8.3-5.4-8.3-12s3.8-12 8.3-12c4.6-.1 8.4 5.3 8.4 12" })),
React.createElement("path", { d: "M34 41.4c-.6 0-1.6.6-1.2 2.3.2.8 1.3 1.8 1.3 3.2 0 2.7-4 2.7-4 0 0-1.3 1.1-2.3 1.3-3.2.4-1.6-.6-2.3-1.2-2.3-1.7 0-4.5 2-4.5 5.3 0 3.7 2.9 6.7 6.4 6.7 3.6 0 6.4-3 6.4-6.7-.1-3.3-2.8-5.3-4.5-5.3", fill: "#4c3526" }),
React.createElement("path", { d: "M32 51.9c-3.9 0-4.9 1.1-4.9 1.1 1 2.1 2.8 3.6 4.9 3.6 2.2 0 4-1.4 5-3.6 0 0-1.1-1.1-5-1.1", fill: "#ff717f" }),
React.createElement("g", { fill: "#917524" },
React.createElement("path", { d: "M22.7 7.7c-2.4 3.5-6.2 5.7-10.5 6.1-.6 0-.5 2.2.2 2.2 4.9-.4 9.3-3 12.1-7 .4-.6-1.5-1.8-1.8-1.3M51.8 13.6c-4.2-.4-8-2.6-10.5-6.1-.3-.5-2.2.7-1.8 1.3 2.8 4 7.2 6.6 12.1 7 .7 0 .8-2.2.2-2.2" })),
React.createElement("g", { fill: "#d8a941" },
React.createElement("path", { d: "M48.3 45.7c4-2.9 4.7-9 10-10.9 6.4-2.4 2.7 1.2 2 6.8-1 7.7-6.9 12.2-7.8 18.5-.1.5 0 1.9 0 1.9H38.8s.2-2.7 0-3.6c-.4-2.8 1.7-7.1 9.5-12.7M15.7 45.7c-4-2.9-4.7-9-10-10.9-6.4-2.4-2.7 1.2-2 6.8 1 7.7 6.9 12.2 7.8 18.5.1.5 0 1.9 0 1.9h13.6s-.1-2.7 0-3.6c.6-2.8-1.5-7.1-9.4-12.7" })));
exports.default = Svg1f631;