@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowMaximizeVertical = /*#__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: "M22.5 4.13a1.5 1.5 0 0 1 2 0l5.06 4.5a1.5 1.5 0 0 1-1.99 2.24L25 8.6v9.16a1.5 1.5 0 0 1-3 0V8.59l-2.57 2.28a1.5 1.5 0 1 1-2-2.24l5.07-4.5Zm2 39.73a1.5 1.5 0 0 1-2 0l-5-4.5a1.5 1.5 0 0 1 2-2.22l2.5 2.24v-9.13a1.5 1.5 0 1 1 3 0v9.13l2.5-2.24a1.5 1.5 0 1 1 2 2.22l-5 4.5ZM8.25 22.25a1.5 1.5 0 0 0 0 3h31.5a1.5 1.5 0 0 0 0-3H8.25Z"
}));
});
ArrowMaximizeVertical.displayName = 'ArrowMaximizeVertical';
export var ArrowMaximizeVerticalDimensions = {
height: 48,
width: 48
};