UNPKG

iconista

Version:

Thousands of SVG icons with one React component

13 lines (12 loc) 1.28 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 Svg1f4a0 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M60.2 27.7c2.4 2.4 2.4 6.3 0 8.6L36.3 60.2c-2.4 2.4-6.3 2.4-8.6 0L3.8 36.3c-2.4-2.4-2.4-6.3 0-8.6L27.7 3.8c2.4-2.4 6.3-2.4 8.6 0l23.9 23.9", fill: "#9970c4" }), React.createElement("path", { d: "M57.4 28.1c2.1 2.1 2.1 5.6 0 7.8L35.9 57.4c-2.1 2.1-5.6 2.1-7.8 0L6.6 35.9c-2.1-2.1-2.1-5.6 0-7.8L28.1 6.6c2.1-2.1 5.6-2.1 7.8 0l21.5 21.5", fill: "#ace1ef" }), React.createElement("g", { fill: "#42ade2" }, React.createElement("path", { d: "M51 23h-2.5L41 15.5V13l4-4h2.5l7.5 7.5V19zM19 55h-2.5L9 47.5V45l4-4h2.5l7.5 7.5V51zM51 41h-2.5L41 48.5V51l4 4h2.5l7.5-7.5V45zM19 9h-2.5L9 16.5V19l4 4h2.5l7.5-7.5V13zM34.3 32L43 21l-11 8.7L21 21l8.7 11L21 43l11-8.7L43 43z" })), React.createElement("path", { d: "M39.5 30.9c.6.6.6 1.7 0 2.3l-6.4 6.4c-.6.6-1.7.6-2.3 0l-6.4-6.4c-.6-.6-.6-1.7 0-2.3l6.4-6.4c.6-.6 1.7-.6 2.3 0l6.4 6.4", fill: "#fff" })); exports.default = Svg1f4a0;