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 Melon = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-melon", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M16.77 2.62a1 1 0 011.436.055A10.96 10.96 0 0121 10.001C21 16.075 16.075 21 10.001 21a10.97 10.97 0 01-7.684-3.127 1 1 0 01.008-1.438l4.343-4.153a1 1 0 011.352-.027 3 3 0 004.32-4.133 1 1 0 01.088-1.35z" })); exports.default = Melon;