@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 836 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Board = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M13.5 3v6.5H3V6.75A3.75 3.75 0 0 1 6.75 3h6.75zM15 3v13.5h10V6.75A3.75 3.75 0 0 0 21.25 3H15zm10 15H15v7h6.25A3.75 3.75 0 0 0 25 21.25V18zm-11.5 7V11H3v10.25A3.75 3.75 0 0 0 6.75 25h6.75z"
}));
});
Board.displayName = 'Board';
export var BoardDimensions = {
height: 28,
width: 28
};