@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 879 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PanelRight = /*#__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: "M44 13.25C44 9.8 41.2 7 37.75 7h-27.5A6.25 6.25 0 0 0 4 13.25v21.5C4 38.2 6.8 41 10.25 41h27.5C41.2 41 44 38.2 44 34.75v-21.5ZM10.25 38.5a3.75 3.75 0 0 1-3.75-3.75v-21.5a3.75 3.75 0 0 1 3.75-3.75h19.5v29h-19.5Z"
}));
});
PanelRight.displayName = 'PanelRight';
export var PanelRightDimensions = {
height: 48,
width: 48
};