UNPKG

iconista

Version:

Thousands of SVG icons with one React component

20 lines (19 loc) 2.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 Svg1f6f0 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M24.4 24.4c3.2-3.2 3.2-8.4 0-11.6L12.8 24.4c3.2 3.2 8.4 3.2 11.6 0", fill: "#d0d0d0" }), React.createElement("path", { d: "M27 27c-4.3 4.3-4.3 4.3-6 2.6-1.7-1.7-1.7-1.7 2.6-6s4.3-4.3 6-2.6c1.7 1.7 1.7 1.7-2.6 6", fill: "#94989b" }), React.createElement("path", { d: "M37.2 37.2c-4.3 4.3-4.3 4.3-6 2.6l-6.9-6.9c-1.7-1.7-1.7-1.7 2.6-6s4.3-4.3 6-2.6l6.9 6.9c1.7 1.7 1.7 1.7-2.6 6", fill: "#7f8285" }), React.createElement("path", { d: "M39.6 39.6c-3.2 3.2-3.2 3.2-4.5 1.9-1.3-1.3-1.3-1.3 1.9-4.5s3.2-3.2 4.5-1.9c1.3 1.2 1.3 1.2-1.9 4.5", fill: "#646669" }), React.createElement("path", { d: "M22.2 15l-7.1-1.3c0-.3-.1-.5-.3-.7-.4-.4-1.2-.4-1.6 0-.4.4-.4 1.2 0 1.6.2.2.4.3.6.3l1.4 7.2.8-.8h-.2l-1.2-6.5c.1-.1.2-.1.3-.2.1-.1.1-.1.1-.2l6.5 1.2v.2l.7-.8", fill: "#94989b" }), React.createElement("g", { fill: "#3e4347" }, React.createElement("path", { d: "M25.756 37.336l1.485-1.484.919.92-1.485 1.484zM35.866 27.24l1.485-1.484.919.919-1.485 1.485z" })), React.createElement("path", { d: "M31.1 42.6c.2.2.2.5 0 .7L12.5 61.9c-.2.2-.5.2-.7 0l-9.7-9.7c-.1-.2-.1-.5 0-.7l18.6-18.6c.2-.2.5-.2.7 0l9.7 9.7", fill: "#428bc1", id: "a" }), React.createElement("use", { href: "#a" }), React.createElement("path", { d: "M61.9 11.9c.2.2.2.5 0 .7L43.3 31.1c-.2.2-.5.2-.7 0l-9.7-9.7c-.2-.2-.2-.5 0-.7L51.5 2.1c.2-.1.5-.1.6 0l9.8 9.8", fill: "#428bc1" }), React.createElement("g", { fill: "#42ade2" }, React.createElement("path", { d: "M3.3 51.8l.7.7h16.4l5.1-5.1H7.7zM29.2 42.3H12.8l-2.5 2.6H28l1.9-1.9zM34.1 21l.7.7h16.4l5.1-5.1H38.5zM60 11.5H43.6l-2.5 2.6h17.7l1.9-1.9z" }))); exports.default = Svg1f6f0;