UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.26 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 Cherry = (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-cherry", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M16.588 5.191l.058.045.078.074.072.084.013.018a.998.998 0 01.182.727l-.022.111-.03.092c-.99 2.725-.666 5.158.679 7.706a4 4 0 11-4.613 4.152L13 18l.005-.2a4.002 4.002 0 012.5-3.511c-.947-2.03-1.342-4.065-1.052-6.207-.166.077-.332.15-.499.218l.094-.064c-2.243 1.47-3.552 3.004-3.98 4.57a4.5 4.5 0 11-7.064 3.906L3 16.5l.005-.212a4.5 4.5 0 015.2-4.233c.332-1.073.945-2.096 1.83-3.069C8.241 8.89 6.449 8.227 4.68 7l-.268-.19-.051-.04-.046-.04-.044-.044-.04-.046-.04-.05-.032-.047-.035-.06-.053-.11-.038-.116-.023-.117-.005-.042L4 5.98l.01-.118.023-.117.038-.115.03-.066.023-.045.035-.06.032-.046.04-.051.04-.046.044-.044.046-.04.05-.04c4.018-2.922 8.16-2.922 12.177 0z" })); exports.default = Cherry;