iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 916 B
JavaScript
;
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 BrandCucumber = (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-brand-cucumber", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }),
React.createElement("path", { d: "M20 10.99c-.01 5.52-4.48 10-10 10.01v-2.26l-.01-.01c-4.28-1.11-6.86-5.47-5.76-9.75a8 8 0 019.74-5.76C17.5 4.13 20 7.35 20 11v-.01zM10.5 8L10 7M13.5 14l.5 1M9 12.5L8 13M11 14l-.5 1M13 8l.5-1M16 12.5l-1-.5M9 10l-1-.5" }));
exports.default = BrandCucumber;