UNPKG

iconista

Version:

Thousands of SVG icons with one React component

16 lines (15 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 Svg1f484 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#ed4c5c" }, React.createElement("path", { d: "M20.8 6.4l20.1 20.1-11.2 11.2L2.2 10.2z" }), React.createElement("path", { d: "M10.6 5.8c-5.2.9-9 2.7-8.6 4.1.5 1.4 5.1 1.8 10.4.9 5.2-1 9.1-2.8 8.6-4.2-.5-1.4-5.2-1.7-10.4-.8" })), React.createElement("path", { d: "M10.8 5.8c-4.9.8-8.5 2.6-8 3.9.5 1.3 4.8 1.6 9.7.8 4.9-.8 8.5-2.6 8-3.8-.5-1.4-4.8-1.8-9.7-.9", fill: "#ff8080" }), React.createElement("path", { fill: "#e8e8e8", d: "M16.855 26.363l12.869-12.869 16.829 16.829-12.87 12.87z" }), React.createElement("path", { fill: "#555b61", d: "M44.407 54.577L57.84 41.14l4.173 4.171L48.58 58.748z" }), React.createElement("path", { fill: "#b2c1c0", d: "M28.047 38.228l13.43-13.439 3.89 3.888-13.43 13.439z" }), React.createElement("path", { fill: "#3e4347", d: "M29.229 40.798l14.849-14.85L61.33 43.203l-14.85 14.85z" })); exports.default = Svg1f484;