UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 793 B
"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 Svg1f4ab = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M59.7 13.8c1.7-5.2 1.2-14.9-16.6-3.2C25 22.5 6.2 50.3 7.6 55.4c1.1 4 17.3-5 26-17.2.7-1 8.7 8.8 7.6 9.8C33.4 55.8 8.3 65.7 3 60.6c-6.1-5.9 16.7-39.8 40.1-53.3 6.4-3.7 25.5-12.5 16.6 6.5", fill: "#ffdd7d" }), React.createElement("path", { d: "M60.6 49.5L46.7 48l-9.1 10.6-2.9-13.7-12.9-5.4 12.2-7 1.2-13.9L45.5 28l13.6-3.2-5.7 12.7 7.2 12", fill: "#ffd05a" })); exports.default = Svg1f4ab;