UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 708 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 Svg1f495 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "#ff5a79" }, React.createElement("path", { d: "M28.3 32.2C29.6 24.3 16.8 11.5 6 21.9-6 33.6 13.2 59 14 62c2.6-.8 34.4-1.6 36-18.2 1.3-15.4-17.2-17.4-21.7-11.6M59.2 3.6c-6.8-5.1-13.1 3.1-11.7 7-3.3-2.9-13-.5-11.3 7.7 1.9 9.1 19.3 7.3 20.9 7.7.4-1.5 9.3-16.9 2.1-22.4" }))); exports.default = Svg1f495;