UNPKG

iconista

Version:

Thousands of SVG icons with one React component

19 lines (18 loc) 1.41 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 Svg1f489 = (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: "M59.7 25.5c0 9.8-7.1 9.8-7.1 0 0-5.8 3.5-10.5 3.5-10.5s3.6 4.7 3.6 10.5M54.5 43.2c0 7.5-7.1 7.5-7.1 0 0-4.4 3.5-8 3.5-8s3.6 3.6 3.6 8" })), React.createElement("path", { fill: "#d0d0d0", d: "M21.1 55.5L9.5 43.7l25.9-26.2L47 29.3z" }), React.createElement("path", { fill: "#ed4c5c", d: "M30.2 43.7l14.2-14.4-9-9.2-14.3 14.4z" }), React.createElement("path", { fill: "#333", d: "M27.6 46.3l2.6-2.6-9.1-9.2-2.6 2.6z" }), React.createElement("path", { fill: "#bcc0c1", d: "M43.8 26l2.6-2.6-5.2-5.3-2.6 2.6z" }), React.createElement("g", { fill: "#42ade2" }, React.createElement("path", { d: "M14.7 62l1.2-1.3L4.3 48.9 3 50.2z" }), React.createElement("path", { d: "M12.7 57.4l5.2-5.2-5.2-5.3-5.2 5.3z" })), React.createElement("path", { fill: "#fff", d: "M45.1 19.4l-.3-.3z" }), React.createElement("path", { fill: "#bcc0c1", d: "M43.1 20.1l.4.3.3.4.6.6L59.7 6l.7-2 .3-1 .3-1z" })); exports.default = Svg1f489;