@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 945 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BeakerOff = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m26.33 27.74 1.96 1.97a1 1 0 0 0 1.42-1.42l-26-26a1 1 0 0 0-1.42 1.42l9.7 9.7v.03a4 4 0 0 1-.7 2.28L9.7 18h6.89l2 2H8.32l-2.74 3.96A3.21 3.21 0 0 0 8.22 29h15.56c1.08 0 1.98-.5 2.55-1.26ZM21.53 18 12 8.46V5h-1a1 1 0 1 1 0-2h10a1 1 0 0 1 0 2h-1v8.44a4 4 0 0 0 .7 2.28L22.3 18h-.76Z"
}));
});
BeakerOff.displayName = 'BeakerOff';
export var BeakerOffDimensions = {
height: 32,
width: 32
};