UNPKG

iconista

Version:

Thousands of SVG icons with one React component

19 lines (18 loc) 1.52 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 Svg1f529 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#b6c0c6" }, React.createElement("path", { d: "M58.7 64H64v-3.4zM63.5 54.2L18.4 9.1l-9.3 9.3 44.4 44.4-1.4-1.3z" })), React.createElement("g", { fill: "#7a8891" }, React.createElement("path", { d: "M64 54.6l-.5-.4.5.5zM53.5 62.8l1.2 1.2z" }), React.createElement("path", { d: "M58.7 64l5.3-3.4v-5.9l-.5-.5-11.4 7.3 1.4 1.3 1.2 1.2zM55.3 46l-11.4 7.3 4.1 4.1 11.4-7.3zM47.1 37.7L35.7 45l4.1 4.1 11.4-7.2zM30.6 21.3l-11.4 7.3 4.1 4.1 11.4-7.3zM38.8 29.5l-11.4 7.3 4.1 4.1L43 33.6zM22.4 13L11 20.3l4.1 4.1 11.4-7.2z" })), React.createElement("path", { fill: "#4f585b", d: "M7.1 17.9l-7.1 7 11 11 7-7.1z" }), React.createElement("path", { fill: "#8b979e", d: "M17.9 7L7.1 17.9 18 28.8 28.9 18z" }), React.createElement("path", { fill: "#cedae0", d: "M24.9 0l-7 7 11 11 7-7z" }), React.createElement("path", { fill: "#4f585b", d: "M28.3 39.1l-7 7.1 11 10.9 7-7z" }), React.createElement("path", { fill: "#8b979e", d: "M39.2 28.3L28.3 39.1l11 11 10.8-10.8z" }), React.createElement("path", { fill: "#cedae0", d: "M46.2 21.3l-7 7 10.9 11 7.1-7.1z" })); exports.default = Svg1f529;