@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.73 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 IconMaterialDinnerDiningW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'DinnerDiningW100', short_name: 'DinnerDining', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M206-148q-8.93 0-17.49-3.61-8.56-3.61-14.51-9.39l-17-17q-7-7-3.46-16.5T167-204h624q9.92 0 13.46 9.5Q808-185 801-178l-17 17q-5.95 5.78-14.51 9.39Q760.93-148 752-148H206Zm-34-106q7-14 17.5-26t22.5-22v-322h-26q-6.07 0-10.03-3.95-3.97-3.96-3.97-10 0-6.05 3.97-10.05 3.96-4 10.03-4h26v-40h-26q-6.07 0-10.03-3.95-3.97-3.96-3.97-10 0-6.05 3.97-10.05 3.96-4 10.03-4h26v-40h-26q-6.07 0-10.03-3.95-3.97-3.96-3.97-10 0-6.05 3.97-10.05 3.96-4 10.03-4h224q24.75 0 42.38 17.62Q470-752.75 470-728v8h304q6.07 0 10.03 3.95 3.97 3.96 3.97 10 0 6.05-3.97 10.05-3.96 4-10.03 4H470v7.67q0 25.33-17.62 42.83Q434.75-624 410-624h-70v282q26 4 50.5 13.5T436-302q5-59 50-97t105-38q65.12 0 111.06 44.96Q748-347.07 748-282v28H172Zm290-28h258q0-54-37.5-90.5T591-409q-54 0-91.5 36.5T462-282ZM340-720h102v-8q0-14-9-23t-23-9h-70v40Zm0 68h70q14 0 23-9t9-23v-8H340v40Zm-100-68h72v-40h-72v40Zm0 68h72v-40h-72v40Zm0 331q17-9 35-14t37-7.33V-624h-72v303Zm351 39Z" }) })));
});
IconMaterialDinnerDiningW100.displayName = 'OnesyIconMaterialDinnerDiningW100';
exports.default = IconMaterialDinnerDiningW100;
;