iconista
Version:
Thousands of SVG icons with one React component
15 lines (14 loc) • 2.01 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 Svg1f357 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M28.4 35.6c-4.5-4.5-10.5 7-15.1 7.6-2.1.3-6.2-2.2-9.6 1.1-2.3 2.3-2.3 6.1 0 8.4 1.6 1.6 3.9 2.1 6 1.5-.6 2-.2 4.4 1.5 6 2.3 2.3 6.1 2.3 8.4 0 3.3-3.3.9-7.5 1.1-9.6.6-4.5 12.2-10.5 7.7-15", fill: "#ddd" }),
React.createElement("path", { d: "M22.9 46.9l1-1.1 1.9-6.7-7.6.9-1.2 1.2 2.9.7c-1.8 2.3-3 4.3-3 4.3s3.3.1 5.6-.4l.4 1.1", opacity: ".15" }),
React.createElement("g", { fill: "#fff" },
React.createElement("path", { d: "M11.5 58.7c-.6-3 .6-5.9 2.8-7.6h-.2c-2.5.5-4.1 3-3.6 5.6.2.9.6 1.6 1.1 2.3 0-.1 0-.2-.1-.3M3.8 49.8c-.4-2.2.4-4.2 2-5.5h-.1c-1.8.3-3 2.2-2.6 4 .1.7.4 1.3.8 1.7 0 0 0-.1-.1-.2", opacity: ".4" })),
React.createElement("path", { d: "M54.5 35.4C75 14.9 49.1-11 28.6 9.5c-8.2 8.2-6.7 18.2-8.3 26-.6 2.8-3 4.8-3 4.8s1.7.6 3.6 1c-1.6 2-2.7 3.7-2.7 3.7s2.4.2 4.9-.3c.3 1.2.6 2 .6 2s2.1-2.5 4.8-3c7.8-1.6 17.7 0 26-8.3", fill: "#a8693f" }),
React.createElement("g", { fill: "#c28d69" },
React.createElement("path", { d: "M40.411 18.522l1.061-1.06 1.06 1.06-1.06 1.061zM44.7 13.641l1.06-1.06 1.06 1.061-1.06 1.06zM36.268 23.06l1.06-1.061 1.061 1.06-1.06 1.061zM31.394 27.971l1.06-1.061 1.06 1.06-1.06 1.061zM33.084 9.712l1.061-1.06 1.06 1.06-1.06 1.06zM28.754 14.42l1.06-1.061 1.061 1.06-1.06 1.061zM25.476 20.25l1.06-1.062 1.06 1.06-1.06 1.061zM38.288 5.96l1.06-1.06 1.061 1.06-1.06 1.061zM34.5 16.311l1.061-1.06 1.06 1.06-1.06 1.061zM39.93 11.037l1.485-1.484 1.484 1.485-1.485 1.485zM25.16 26.622l1.06-1.06 1.06 1.061-1.06 1.06zM30.14 22.253l1.485-1.484 1.485 1.485-1.486 1.485zM45.275 6.489l1.061-1.06 1.06 1.061-1.061 1.06z" })));
exports.default = Svg1f357;