@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.51 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialLunchDiningW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'LunchDiningW100', short_name: 'LunchDining', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M192-172q-25 0-42.5-17.5T132-232v-78q0-13 8.5-21.5T162-340h636q13 0 21.5 8.5T828-310v78q0 25-17.5 42.5T768-172H192Zm-32-140v80q0 14 9 23t23 9h576q14 0 23-9t9-23v-80H160Zm320-154q-35 0-53.5 20T364-426q-44 0-62.5-20T248-466q-31 0-48.5 17T148-427q-6 1-11-3t-5-10q0-6 4.5-10t10.5-6q26-5 44.5-21.5T248-494q44 0 62.5 20t53.5 20q35 0 53.5-20t62.5-20q44 0 62.5 20t53.5 20q35 0 52.5-20t61.5-20q38 0 57.5 16.5T813-456q6 2 10.5 6t4.5 10q0 6-5 10t-11 3q-33-5-50-22t-48-17q-35 0-54.5 20T596-426q-44 0-62.5-20T480-466Zm0-322q63 0 125 8t111.5 28q49.5 20 80.5 55t31 89q0 11-8.5 19.5T800-580H160q-11 0-19.5-8.5T132-608q0-54 31-89t80.5-55Q293-772 355-780t125-8Zm0 28q-166 0-243 40.5T160-608h640q0-71-77-111.5T480-760Zm0 448Zm0-296Z" }) })));
});
IconMaterialLunchDiningW100.displayName = 'OnesyIconMaterialLunchDiningW100';
exports.default = IconMaterialLunchDiningW100;
;