iconista
Version:
Thousands of SVG icons with one React component
11 lines (10 loc) • 891 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 Salad = (props) => React.createElement("svg", { className: "lucide lucide-salad", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("path", { d: "M7 21h10M12 21a9 9 0 009-9H3a9 9 0 009 9z" }),
React.createElement("path", { d: "M11.38 12a2.4 2.4 0 01-.4-4.77 2.4 2.4 0 013.2-2.77 2.4 2.4 0 013.47-.63 2.4 2.4 0 013.37 3.37 2.4 2.4 0 01-1.1 3.7 2.51 2.51 0 01.03 1.1M13 12l4-4" }),
React.createElement("path", { d: "M10.9 7.25A3.99 3.99 0 004 10c0 .73.2 1.41.54 2" }));
exports.default = Salad;