@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.3 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialDishwasherGenW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "DishwasherGenW100Filled",
short_name: "DishwasherGen",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M320-692q11 0 19.5-8.5T348-720q0-11-8.5-19.5T320-748q-11 0-19.5 8.5T292-720q0 11 8.5 19.5T320-692Zm120 0q11 0 19.5-8.5T468-720q0-11-8.5-19.5T440-748q-11 0-19.5 8.5T412-720q0 11 8.5 19.5T440-692Zm39.94 426Q532-266 569-301.47t37-86.61q0-23.92-8-46.42t-25.12-39.62L501-546q-9-9-21-9t-21 9l-69 69q-17.81 18.12-27.4 41.18-9.6 23.06-8.6 47.76 2 51.06 38.36 86.56 36.35 35.5 87.58 35.5Zm-.06-25q-40.88 0-69.38-28-28.5-28-28.5-69 0-18.93 6-35.96Q394-441 408-455l72-72 76 76q12 12 17 29t5 34q0 41-28.62 69t-69.5 28ZM272-132q-24.75 0-42.37-17.63Q212-167.25 212-192v-576q0-24.75 17.63-42.38Q247.25-828 272-828h416q24.75 0 42.38 17.62Q748-792.75 748-768v576q0 24.75-17.62 42.37Q712.75-132 688-132H272Z"
}));
});
IconMaterialDishwasherGenW100Filled.displayName = 'OnesyIconMaterialDishwasherGenW100Filled';
export default IconMaterialDishwasherGenW100Filled;