iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 924 B
JavaScript
"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: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-cherry", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M4 16.5a3.5 3.5 0 107 0 3.5 3.5 0 10-7 0M14 18a3 3 0 106 0 3 3 0 10-6 0M9 13c.366-2 1.866-3.873 4.5-5.6M17 15c-1.333-2.333-2.333-5.333-1-9" }),
React.createElement("path", { d: "M5 6c3.667-2.667 7.333-2.667 11 0-3.667 2.667-7.333 2.667-11 0" }));
exports.default = Cherry;