@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Washer = /*#__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: "M15.75 27.25a8.25 8.25 0 0 1 16.22-2.15l-.1.1c-.46.5-.94 1.02-1.82 1.4-1.07.46-2.82.73-5.85-.03-3.38-.84-5.66-.34-7.25.65a7.2 7.2 0 0 0-1.16.9 8.34 8.34 0 0 1-.04-.87ZM6 12a6 6 0 0 1 6-6h24a6 6 0 0 1 6 6v24a6 6 0 0 1-6 6H12a6 6 0 0 1-6-6V12Zm10 2.25a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm8-2c0 .69.56 1.25 1.25 1.25h7.5a1.25 1.25 0 1 0 0-2.5h-7.5c-.69 0-1.25.56-1.25 1.25Zm0 4.25A10.75 10.75 0 1 0 24 38a10.75 10.75 0 0 0 0-21.5Z"
}));
});
Washer.displayName = 'Washer';
export var WasherDimensions = {
height: 48,
width: 48
};