iconista
Version:
Thousands of SVG icons with one React component
16 lines (15 loc) • 1.79 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 Svg1f6e0 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { d: "M20.9 50.9l30-30c3.5.8 7.3-.1 10-2.8 2.7-2.7 3.6-6.5 2.8-10L55 16.7l-6.1-1.6L47.3 9 56 .3c-3.5-.8-7.3.1-10 2.8-2.7 2.7-3.6 6.5-2.8 10l-30 30c-3.5-.8-7.3.1-10 2.8C-1 50-1 56.8 3.1 60.9c4.1 4.1 10.9 4.1 15 0 2.7-2.7 3.6-6.5 2.8-10m-8.7 8.6l-6.1-1.6-1.6-6.1L9 47.3l6.1 1.6 1.6 6.1-4.5 4.5", fill: "#94989b" }),
React.createElement("path", { fill: "#3e4347", d: "M28.8 21.9l-5.6 5.8-5.5-5.7 5.5-5.8z" }),
React.createElement("g", { fill: "#94989b" },
React.createElement("path", { d: "M16.7 5.1L6.9 15.2c-.4.4-.4 1 0 1.3l3.7 3.8 3.7 3.8c.4.4.9.4 1.3 0L25.4 14c.4-.4.4-1 0-1.3L18 5.1c-.3-.4-.9-.4-1.3 0M.3 22c-.4.4-.4 1 0 1.3L7.6 31c.4.4.9.4 1.3 0 0 0 2-2.1 2.1-2.2l-8.6-8.9C2.3 19.9.3 22 .3 22" })),
React.createElement("g", { fill: "#3e4347" },
React.createElement("path", { d: "M10.5 20.4l-3.7-3.8s1.2 2.1-2 2.5c-1.3.2-2.1.4-2.5.8l8.6 8.9c.4-.5.6-1.3.8-2.6.4-3.3 2.4-2 2.4-2l-3.6-3.8M39.6 4.3C29.5-6 18.4 5.5 18.4 5.5l6.5 6.7s6.3-8.5 14.2-6.1c.9.3 1.7.7 2 .5.4-.3-.8-1.6-1.5-2.3" })),
React.createElement("path", { d: "M26 24.8l-3.6 3.7s1.9 3 5.1 6.3c3.5 3.6 8.2 5.7 12.9 10.5 7 7.2 12.8 15 14.9 17.9.8 1.1.9 1 1.9 0l3-3.1L26 24.8", fill: "#f2b200" }),
React.createElement("path", { d: "M26 24.8l3.6-3.7s2.9 1.9 6.1 5.2c3.5 3.6 5.5 8.5 10.2 13.3 7 7.2 14.5 13.2 17.4 15.4 1.1.8 1 1 0 2l-3 3.1L26 24.8", fill: "#ffce31" }));
exports.default = Svg1f6e0;