@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Microscope = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M8 2.75c0-.41.34-.75.75-.75h1.5c.41 0 .75.34.75.75V3h1.25c.41 0 .75.34.75.75v1.78h.03a8.25 8.25 0 0 1 3.96 14.97h3.26a.75.75 0 0 1 0 1.5H3.75a.75.75 0 0 1 0-1.5h8.53A6.75 6.75 0 0 0 13 7.04v5.21c0 .41-.34.75-.75.75h-.75v1a2 2 0 1 1-4 0v-1h-.75a.75.75 0 0 1-.75-.75v-8.5c0-.41.34-.75.75-.75H8v-.25ZM9 13v1a.5.5 0 0 0 1 0v-1H9Zm-3.25 4.5a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5h-7.5Z"
}));
});
Microscope.displayName = 'Microscope';
export var MicroscopeDimensions = {
height: 24,
width: 24
};