@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Dishwasher = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12 6a6 6 0 0 0-6 6v5.5h36V12a6 6 0 0 0-6-6H12Zm30 14H16.25a3.25 3.25 0 0 1 3.25 3.25v5a8.75 8.75 0 0 1-5.5 8.13v3.2A3.25 3.25 0 0 1 16.41 42H36a6 6 0 0 0 6-6V20Zm-24-7.75a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM25.25 11h7.5a1.25 1.25 0 1 1 0 2.5h-7.5a1.25 1.25 0 1 1 0-2.5Zm-20 11C4.56 22 4 22.56 4 23.25v5c0 3.3 2.37 6.05 5.5 6.63v6.62H8.25a1.25 1.25 0 1 0 0 2.5h5a1.25 1.25 0 1 0 0-2.5H12v-6.62a6.75 6.75 0 0 0 5.5-6.63v-5c0-.69-.56-1.25-1.25-1.25h-11Z"
}));
});
Dishwasher.displayName = 'Dishwasher';
export var DishwasherDimensions = {
height: 48,
width: 48
};