@ozen-ui/icons
Version:
A collection of icons
9 lines (8 loc) • 1.13 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FoodMIcon = void 0;
var tslib_1 = require("tslib");
var react_1 = tslib_1.__importStar(require("react"));
exports.FoodMIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", fill: "none", viewBox: "0 0 24 24" }, props, { ref: ref }),
react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.683 2.362a.75.75 0 0 1 .73-.033c3.017 1.509 4.67 4.316 5.568 7.01.9 2.7 1.077 5.382 1.077 6.815a.75.75 0 0 1-.75.75h-5.481V21a.75.75 0 0 1-1.5 0V3a.75.75 0 0 1 .356-.638m1.144 13.042h4.715c-.058-1.412-.29-3.506-.984-5.59-.705-2.115-1.862-4.15-3.731-5.489zM3.692 2.25a.75.75 0 0 1 .75.75V6.46a2.71 2.71 0 0 0 1.962 2.606V3a.75.75 0 0 1 1.5 0v6.067a2.71 2.71 0 0 0 1.961-2.606V3a.75.75 0 1 1 1.5 0V6.46a4.21 4.21 0 0 1-3.461 4.145V21a.75.75 0 0 1-1.5 0V10.606A4.21 4.21 0 0 1 2.942 6.46V3a.75.75 0 0 1 .75-.75", clipRule: "evenodd" }))); });
exports.FoodMIcon.displayName = 'FoodMIcon';