UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.32 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialMulticookerW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "MulticookerW100", short_name: "Multicooker", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("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'; export default IconMaterialMulticookerW100;