iconista
Version:
Thousands of SVG icons with one React component
14 lines (13 loc) • 1.82 kB
JavaScript
;
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 Svg1f359 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M57.1 36.2c1.2-4.3-3.5-10.6-6-12.1-.8-10.1-6.6-11-6.6-11-6.6-14.8-18.5-14.8-25 0 0 0-5.9.9-6.6 11-2.5 1.6-7.2 7.8-6 12.1C1.3 40 .7 50.5 4.2 51.4 2 62.9 62 62.9 59.8 51.4c3.6-.9 2.9-11.3-2.7-15.2", fill: "#e6eded" }),
React.createElement("g", { fill: "#d2d8d9" },
React.createElement("path", { d: "M50.4 35c-7.5-1.9-9.2 3.5-1.7 5.5 7.5 2 9.2-3.6 1.7-5.5M54.8 47c-5.5-5.4-9.7-1.6-4.2 3.9 5.5 5.5 9.8 1.5 4.2-3.9M42.6 24.8c-3.1 7 1.9 9.6 5.1 2.6 3.3-7-1.9-9.7-5.1-2.6M37 17.1c-7.1-3-9.6 2.1-2.5 5.2 7.1 3.2 9.6-2.2 2.5-5.2M30.1 6.6c-7.2 2.7-5.5 8.1 1.8 5.5 7.3-2.7 5.4-8.2-1.8-5.5M22.2 19.8c-6.5-4-9.8.6-3.3 4.7 6.6 4.2 9.9-.7 3.3-4.7M30.3 27.5c-7.4 2.1-6.2 7.6 1.3 5.6s6.1-7.7-1.3-5.6M12.5 31c-6.8 3.5-4.6 8.7 2.3 5.3 7-3.5 4.6-8.9-2.3-5.3M11.2 46c-7.4-2.2-9.3 3.1-2 5.4 7.5 2.3 9.4-3.2 2-5.4" })),
React.createElement("path", { d: "M47 59.8c0 2.9-30 2.9-30 0V36h30v23.8z", fill: "#334037" }),
React.createElement("g", { fill: "#3f4f44" },
React.createElement("path", { d: "M20.6 47.1l-1 1.6 1 1.5 1-1.5zM32 47.1l-1 1.6 1 1.5 1-1.5zM43.4 47.1l-1 1.6 1 1.5 1-1.5zM20.6 37.8l-1 1.5 1 1.6 1-1.6zM32 37.8l-1 1.5 1 1.6 1-1.6zM43.4 37.8l-1 1.5 1 1.6 1-1.6zM20.6 56.5l-1 1.5 1 1.6 1-1.6zM32 56.5L31 58l1 1.6 1-1.6zM43.4 56.5l-1 1.5 1 1.6 1-1.6zM37.7 51.8l-1 1.6 1 1.5 1-1.5zM26.3 51.8l-1 1.6 1 1.5 1-1.5zM37.7 42.5l-1 1.5 1 1.6 1-1.6zM26.3 42.5l-1 1.5 1 1.6 1-1.6z" })));
exports.default = Svg1f359;