UNPKG

iconista

Version:

Thousands of SVG icons with one React component

15 lines (14 loc) 1.59 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 Svg1f526 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M24.4 39.6c-7.6-7.6-16.7-10.7-20.6-7 5.2-5 12.5-6.6 19.1-4.7L48.7 2c3 .9 5.9 2.5 8.3 4.9 2.4 2.4 4 5.3 4.9 8.3l-25.8 26c1.9 6.5.3 13.9-4.7 19.1 3.6-4 .5-13.1-7-20.7", fill: "#3e4347" }), React.createElement("path", { d: "M24.4 39.6c-5.7-5.7-13.3-7.2-17.1-3.6 5.2-5.1 11.8-7.4 17.3-6.5L50.4 3.7c2.6.4 4.9 1.5 6.7 3.3s2.9 4.1 3.3 6.7l-26 25.8c.8 5.5-1.4 12.1-6.5 17.3 3.7-3.9 2.1-11.5-3.5-17.2", fill: "#676e72" }), React.createElement("path", { d: "M10.5 53.5c-7.6-7.6-10.7-16.9-7-20.7l.2-.2c3.9-3.6 13.1-.5 20.6 7 7.6 7.6 10.7 16.7 7 20.6l-.2.2c-3.7 3.8-12.9.7-20.6-6.9", fill: "#fef500" }), React.createElement("path", { d: "M17.1 46.9c-3.7-3.7-5.2-8.1-3.3-10 0 0 .1 0 .1-.1 1.9-1.7 6.3-.3 9.9 3.4 3.6 3.6 5.1 8 3.4 9.9l-.1.1c-1.9 1.8-6.3.3-10-3.3", fill: "#fff7ab" }), React.createElement("path", { d: "M17.9 46.1c-1.7-1.7-2.4-3.8-1.6-4.7.9-.8 2.9-.1 4.6 1.6 1.7 1.7 2.4 3.8 1.6 4.6-.8.9-2.9.2-4.6-1.5", fill: "#fff" }), React.createElement("path", { fill: "#3e4347", d: "M28.887 18.301l6.01-6.01 1.768 1.769-6.011 6.01z" }), React.createElement("path", { fill: "#676e72", d: "M30.594 16.5l3.394-3.395 1.768 1.768-3.394 3.395z" })); exports.default = Svg1f526;