@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 966 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Oven = /*#__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-6H12Zm6 6.25a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm8 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm6-2a2 2 0 1 1 0 4 2 2 0 0 1 0-4ZM6 20v16a6 6 0 0 0 6 6h24a6 6 0 0 0 6-6V20H6Zm6.75 3.5h22.5c.97 0 1.75.78 1.75 1.75v10c0 .97-.78 1.75-1.75 1.75h-22.5c-.97 0-1.75-.78-1.75-1.75v-10c0-.97.78-1.75 1.75-1.75Z"
}));
});
Oven.displayName = 'Oven';
export var OvenDimensions = {
height: 48,
width: 48
};