iconista
Version:
Thousands of SVG icons with one React component
16 lines (15 loc) • 1.29 kB
JavaScript
"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 Svg270f = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props },
React.createElement("path", { fill: "#ffce31", d: "M7.934 41.132L39.828 9.246l14.918 14.922-31.895 31.886z" }),
React.createElement("path", { d: "M61.3 4.6l-1.9-1.9C55.8-.9 50-.9 46.3 2.7l-6.5 6.5 15 15 6.5-6.5c3.6-3.6 3.6-9.5 0-13.1", fill: "#ed4c5c" }),
React.createElement("path", { fill: "#93a2aa", d: "M35.782 13.31l4.1-4.102 14.92 14.92-4.1 4.101z" }),
React.createElement("path", { fill: "#c7d3d8", d: "M37.338 14.865l4.1-4.101 11.739 11.738-4.102 4.1z" }),
React.createElement("path", { fill: "#fed0ac", d: "M7.9 41.1l-6.5 17 4.5 4.5 17-6.5z" }),
React.createElement("path", { d: "M.3 61.1c-.9 2.4.3 3.5 2.7 2.6l8.2-3.1-7.7-7.7-3.2 8.2", fill: "#333" }),
React.createElement("path", { fill: "#ffdf85", d: "M7.89 41.175l27.86-27.86 4.95 4.95-27.86 27.86z" }),
React.createElement("path", { fill: "#ff8736", d: "M17.904 51.142l27.86-27.86 4.95 4.95-27.86 27.86z" }));
exports.default = Svg270f;