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 Svg2712 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M43.8 51.7l7.9-7.9 10.1 6.1s-.7 6.4 2.2 12.5l-10-10c0-.5-.1-.9-.5-1.3-.7-.7-1.7-.7-2.4 0s-.7 1.7 0 2.4c.4.4.8.5 1.3.5l10 10c-6.2-2.9-12.5-2.2-12.5-2.2l-6.1-10.1", fill: "#94989b" }), React.createElement("path", { d: "M2.5 2.5c3.3-3.3 8.6-3.3 11.9 0L19 7.1S24 8.9 33.1 18C42.2 27.2 44 32.2 44 32.2l9.7 9.7-11.9 11.8-9.6-9.7s-5-1.8-14.1-10.9S7.1 19 7.1 19l-4.7-4.7C-.8 11-.8 5.7 2.5 2.5z", fill: "#3e4347" }), React.createElement("g", { fill: "#94989b" }, React.createElement("path", { d: "M5.594 17.437L17.472 5.556l1.555 1.555L7.15 18.992zM32.2 44.048l11.864-11.894 1.558 1.553-11.864 11.895z" }))); exports.default = Svg2712;