@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 853 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Beaker = /*#__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: "M12 5v8.44a4 4 0 0 1-.71 2.28L9.7 18h12.58l-1.58-2.29a4 4 0 0 1-.71-2.27V5h1a1 1 0 1 0 0-2H11a1 1 0 1 0 0 2h1Zm11.68 15H8.32l-2.74 3.96A3.21 3.21 0 0 0 8.22 29h15.56c2.6 0 4.11-2.9 2.64-5.04L23.68 20Z"
}));
});
Beaker.displayName = 'Beaker';
export var BeakerDimensions = {
height: 32,
width: 32
};