@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.56 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 IconMaterialMulticookerW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'MulticookerW100', short_name: 'Multicooker', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M346-734v-34q0-25 17.5-42.5T406-828h148q25 0 42.5 17.5T614-768v34h114q25 0 42.5 17.5T788-674v442q0 25-17.5 42.5T728-172H232q-25 0-42.5-17.5T172-232v-442q0-25 17.5-42.5T232-734h114ZM232-200h496q14 0 23-9t9-23v-328H654v54q0 25-17.5 42.5T594-446H366q-25 0-42.5-17.5T306-506v-54H200v328q0 14 9 23t23 9Zm88-72q-11 0-19.5-8.5T292-300q0-11 8.5-19.5T320-328q11 0 19.5 8.5T348-300q0 11-8.5 19.5T320-272Zm160 0q-11 0-19.5-8.5T452-300q0-11 8.5-19.5T480-328q11 0 19.5 8.5T508-300q0 11-8.5 19.5T480-272Zm160 0q-11 0-19.5-8.5T612-300q0-11 8.5-19.5T640-328q11 0 19.5 8.5T668-300q0 11-8.5 19.5T640-272ZM366-474h228q14 0 23-9t9-23v-54H334v54q0 14 9 23t23 9ZM200-588h560v-86q0-14-9-23t-23-9H232q-14 0-23 9t-9 23v86Zm174-146h212v-34q0-14-9-23t-23-9H406q-14 0-23 9t-9 23v34Z" }) })));
});
IconMaterialMulticookerW100.displayName = 'OnesyIconMaterialMulticookerW100';
exports.default = IconMaterialMulticookerW100;
;