UNPKG

@amaui/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.43 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@amaui/ui-react'; const IconMaterialDishwasherGenW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "DishwasherGenW100", short_name: "DishwasherGen", viewBox: "0 0 24 24" }, props), /*#__PURE__*/React.createElement("path", { d: "M8 6.7q.275 0 .488-.213Q8.7 6.275 8.7 6t-.212-.488Q8.275 5.3 8 5.3t-.487.212Q7.3 5.725 7.3 6t.213.487Q7.725 6.7 8 6.7Zm3 0q.275 0 .488-.213.212-.212.212-.487t-.212-.488Q11.275 5.3 11 5.3t-.487.212Q10.3 5.725 10.3 6t.213.487q.212.213.487.213Zm1 10.65q1.3 0 2.225-.888.925-.887.925-2.162 0-.6-.2-1.163-.2-.562-.625-.987L12 9.825l-2.25 2.25q-.45.45-.688 1.025-.237.575-.212 1.2.05 1.275.962 2.162.913.888 2.188.888Zm0-.625q-1.025 0-1.737-.7-.713-.7-.713-1.725 0-.475.15-.9.15-.425.5-.775l1.8-1.8 1.9 1.9q.3.3.425.725t.125.85q0 1.025-.712 1.725-.713.7-1.738.7ZM6.8 20.7q-.65 0-1.075-.425Q5.3 19.85 5.3 19.2V4.8q0-.65.425-1.075Q6.15 3.3 6.8 3.3h10.4q.65 0 1.075.425.425.425.425 1.075v14.4q0 .65-.425 1.075-.425.425-1.075.425Zm0-.7h10.4q.3 0 .55-.25.25-.25.25-.55V4.8q0-.3-.25-.55Q17.5 4 17.2 4H6.8q-.3 0-.55.25Q6 4.5 6 4.8v14.4q0 .3.25.55.25.25.55.25ZM6 20V4v16Z" })); }); IconMaterialDishwasherGenW100.displayName = 'AmauiIconMaterialDishwasherGenW100'; export default IconMaterialDishwasherGenW100;