@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.21 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MathSymbols = /*#__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.5 4c.83 0 1.5.67 1.5 1.5V11h5.5a1.5 1.5 0 0 1 0 3H14v5.5a1.5 1.5 0 0 1-3 0V14H5.5a1.5 1.5 0 0 1 0-3H11V5.5c0-.83.67-1.5 1.5-1.5Zm16 7a1.5 1.5 0 0 0 0 3h14a1.5 1.5 0 1 0 0-3h-14ZM27 35.5c0-.83.67-1.5 1.5-1.5h14a1.5 1.5 0 0 1 0 3h-14a1.5 1.5 0 0 1-1.5-1.5Zm8.5-3.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm2 9a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM4.19 27.19a1.5 1.5 0 0 1 2.12 0l6.19 6.19 6.19-6.2a1.5 1.5 0 0 1 2.12 2.13l-6.19 6.19 6.2 6.19a1.5 1.5 0 0 1-2.13 2.12l-6.19-6.19-6.19 6.2a1.5 1.5 0 0 1-2.12-2.13l6.19-6.19-6.2-6.19a1.5 1.5 0 0 1 0-2.12Z"
}));
});
MathSymbols.displayName = 'MathSymbols';
export var MathSymbolsDimensions = {
height: 48,
width: 48
};