@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.06 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PanelRightContract = /*#__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: "M9.2 9.25a.75.75 0 0 1 1.05-.06l2.5 2.25a.75.75 0 0 1 0 1.12l-2.5 2.25a.75.75 0 1 1-1-1.12l1.05-.94H6.75a.75.75 0 0 1 0-1.5h3.55l-1.05-.94a.75.75 0 0 1-.06-1.06Zm12.8 8A2.75 2.75 0 0 1 19.25 20H4.75A2.75 2.75 0 0 1 2 17.25V6.75A2.75 2.75 0 0 1 4.75 4h14.5A2.75 2.75 0 0 1 22 6.75v10.5Zm-7 1.25v-13H4.75c-.69 0-1.25.56-1.25 1.25v10.5c0 .69.56 1.25 1.25 1.25H15Z"
}));
});
PanelRightContract.displayName = 'PanelRightContract';
export var PanelRightContractDimensions = {
height: 24,
width: 24
};