UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 999 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 Svg1f496 = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("path", { d: "M61.1 18.2c-6.4-17-27.2-9.4-29.1-.9-2.6-9-22.9-15.7-29.1.9C-4 36.7 29.6 53.3 32 56c2.4-2.2 36-19.6 29.1-37.8", fill: "#ff5a79" }), React.createElement("g", { fill: "#fff" }, React.createElement("path", { d: "M53.8 13.3L51.2 8l-2.6 5.3-5.3 2.6 5.3 2.6 2.6 5.3 2.6-5.3 5.3-2.6zM16.3 26.8l-3.6-7.2-3.6 7.2L2 30.3l7.1 3.6 3.6 7.1 3.6-7.1 7.1-3.6zM48.7 42.4l-2.8-5.7-2.9 5.7-5.8 2.9 5.8 2.9 2.9 5.7 2.8-5.7 5.8-2.9zM18.886 20.601l2.97-2.97 2.97 2.97-2.97 2.97zM23.377 41.574l2.475-2.475 2.474 2.475-2.474 2.474zM39.314 27.292l2.97-2.97 2.97 2.97-2.97 2.97z" }))); exports.default = Svg1f496;