UNPKG

iconista

Version:

Thousands of SVG icons with one React component

12 lines (11 loc) 1.04 kB
"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 Svg1f58b = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M12.3 43.8l7.9 7.9-6.1 10.1S7.7 61.1 1.6 64l10-10c.5 0 .9-.1 1.3-.5.7-.7.7-1.7 0-2.4s-1.7-.7-2.4 0c-.4.4-.5.9-.5 1.3l-10 10c2.9-6.2 2.2-12.5 2.2-12.5l10.1-6.1", fill: "#94989b" }), React.createElement("path", { d: "M61.5 2.5c3.3 3.3 3.3 8.6 0 11.9L56.9 19S55.1 24 46 33.1C36.8 42.2 31.8 44 31.8 44l-9.7 9.7-11.8-11.9 9.7-9.7s1.8-5 10.9-14.1S45 7.1 45 7.1l4.7-4.7c3.3-3.2 8.6-3.2 11.8.1z", fill: "#3e4347" }), React.createElement("g", { fill: "#94989b" }, React.createElement("path", { d: "M45.008 7.149l1.555-1.556 11.88 11.88-1.556 1.555zM18.404 33.752l1.554-1.557 11.89 11.87-1.553 1.556z" }))); exports.default = Svg1f58b;