@gravity-ui/icons
Version:
Pack of Gravity UI icons
12 lines (11 loc) • 1.91 kB
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const React = tslib_1.__importStar(require("react"));
const Cherry = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
React.createElement("g", { clipPath: "url(#a)" },
React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.71.058c-1.62.676-2.758 1.724-3.414 3.04l-.033.066a6.5 6.5 0 0 0-.624 2.516q-.038.74.058 1.51l.002.01.002.016A4.002 4.002 0 0 0 5 15a3.99 3.99 0 0 0 3.317-1.764q.057-.084.11-.173A4 4 0 0 0 11 14a4 4 0 1 0-1.391-7.752 4 4 0 0 1-.747-.327 3 3 0 0 1-.423-.285 2.8 2.8 0 0 1-.818-1.039c-.303-.67-.355-1.519-.048-2.477q.196.543.48.995.33.531.772.939a4.5 4.5 0 0 0 1.234.815q.451.203.941.321a6.4 6.4 0 0 0 1.062.163q.541.037 1.1 0l.024-.002a10 10 0 0 0 .937-.111.75.75 0 0 0 .617-.863 6 6 0 0 0-.267-1.032 4.6 4.6 0 0 0-.965-1.59 4.7 4.7 0 0 0-1.22-.918C11.068.191 9.553.001 8.018 0a.75.75 0 0 0-.307.058m1.605 2.247a3 3 0 0 0 1.113 1.072l.02.01q.341.188.745.303c.546.156 1.174.212 1.87.166l-.034-.091A2.95 2.95 0 0 0 11.825 2.3a4 4 0 0 0-.238-.138 4.5 4.5 0 0 0-.707-.296C10.33 1.69 9.7 1.582 9 1.533l-.045-.003.028.08q.141.386.332.695M5.867 3.363q0 .3.036.594a4.4 4.4 0 0 0 .365 1.29 4.2 4.2 0 0 0 .679 1.035q.323.365.731.659.21.15.442.283a4 4 0 0 0-.548.713 4 4 0 0 0-2.387-.933 8 8 0 0 1-.055-.694 7 7 0 0 1 .009-.591 5 5 0 0 1 .466-1.886l.008-.016a4 4 0 0 1 .254-.454M8.608 9.27a4 4 0 0 1 .365 2.193 2.5 2.5 0 1 0 .229-3.201l-.002.002a2.5 2.5 0 0 0-.592 1.006M7.5 11.037V11a2.5 2.5 0 1 0 0 .037", clipRule: "evenodd" })),
React.createElement("defs", null,
React.createElement("clipPath", { id: "a" },
React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
exports.default = Cherry;