iconista
Version:
Thousands of SVG icons with one React component
23 lines (22 loc) • 2.87 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 Svg1f3bb = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M26.7 56.4c.3-2.8 1.6-3.6 2.6-3.8 3.3-.5 2.6-1.6 1.9-1.9-3.8-1.9-.8-5.9-.1-6.8 2.4-3.2 6.3-1 6.3-1-.3-4.6 3.5-4.4 5.5-5.5 8.9-4.9 1.3-12.3-1.4-14.9-2.6-2.6-10-10.2-14.9-1.4-1.1 1.9-.8 5.8-5.5 5.5 0 0 2.2 4-1 6.3-.9.7-4.9 3.7-6.8-.1-.3-.7-1.4-1.4-1.9 1.9-.1.9-.9 2.4-3.8 2.6-6.7.5-8.4 9.9.4 18.7 9 9 18.1 6.9 18.7.4", fill: "#de7f11" }),
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M30.5 37.4l-3.9-3.9L54 8l2 2zM57.519 7.788l.849-.849 3.251 3.254-.848.848zM53.026 4.802l.849-.849 2.757 2.758-.848.849z" }),
React.createElement("path", { d: "M53.4 6.2l-.9-1.8 1-1 1.8.8zM55.37 9.397l.848-.848 3.252 3.253-.848.848z" }),
React.createElement("path", { d: "M59 10.2l.8 1.8-.9 1-1.9-.8zM50.157 6.72l.849-.848 3.252 3.253-.849.849z" })),
React.createElement("path", { fill: "#b3660d", d: "M60.6 6.9l-3.5-3.5L59 2l3 3z" }),
React.createElement("path", { fill: "#de7f11", d: "M55.5 11.4l2.7-4.1 1.3-.2L62 3.3 60.7 2l-3.8 2.5-.2 1.3-4.1 2.7z" }),
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M24.2 35.3c.1-.3.2-.8-.2-1.2-2.7-2.7-7 6.3-8.8 4.5-.4-.4-.3-.7-.2-.9.2 0 .4 0 .6-.2.3-.3.3-.8 0-1-.3-.3-.8-.3-1 0-.2.2-.3.6-.1.9-.2.3-.6 1.1.1 1.8 2.5 2.5 7.2-6.1 8.8-4.5.1.1.1.3.1.4-.2 0-.3.1-.5.2-.3.3-.3.8 0 1 .3.3.8.3 1 0 .5-.3.5-.7.2-1M28.7 39.8c.3-.1.8-.2 1.2.2 2.7 2.7-6.3 7-4.5 8.8.4.4.7.3.9.2 0-.2 0-.4.2-.6.3-.3.8-.3 1 0 .3.3.3.8 0 1-.2.2-.6.3-.9.1-.3.2-1.1.6-1.8-.1-2.5-2.5 6.1-7.2 4.5-8.9-.1-.1-.3-.1-.4-.1 0 .2-.1.3-.2.5-.3.3-.8.3-1 0-.3-.3-.3-.8 0-1 .3-.3.8-.3 1-.1M16 42.9s-1.3 2.1-1.5 2.9c-.3.7-.3 2.2-.6 2.8-1.1 2-6.6 6.6-6.6 6.6l1.6 1.6s4.6-5.5 6.6-6.6c.6-.4 2.2-.4 2.8-.7.8-.3 2.9-1.5 2.9-1.5L16 42.9" }),
React.createElement("path", { d: "M15.99 44.227l11.087-11.115.354.353L16.343 44.58zM19.395 47.612l11.087-11.115.354.353L19.75 47.965zM18.3 46.477l11.102-11.102.353.354L18.654 46.83zM17.142 45.42l11.102-11.102.353.354-11.101 11.101z" })),
React.createElement("path", { fill: "#b3660d", d: "M5.944 11.532l1.061-1.06 46.527 46.526-1.06 1.061z" }),
React.createElement("path", { fill: "#e2d8c7", d: "M3.478 14.046l1.06-1.06 46.528 46.527-1.061 1.06z" }),
React.createElement("g", { fill: "#333" },
React.createElement("path", { d: "M5.5 16.1L2 12.6l5-2.1 2 2.1zM47.9 58.5l3.5 3.5 2.1-5-2.1-2z" }),
React.createElement("path", { d: "M45.657 56.199l1.061-1.061 4.313 4.313-1.06 1.06z" })));
exports.default = Svg1f3bb;