@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 881 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FlipVertical = /*#__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: "M39.31 4.24c.43.27.69.75.69 1.26v15c0 .83-.67 1.5-1.5 1.5h-33a1.5 1.5 0 0 1-.62-2.87l33-15c.46-.2 1-.17 1.43.1ZM12.42 19H37V7.83L12.42 19ZM40 43a1 1 0 0 1-1.43.9l-34-16A1 1 0 0 1 5 26h34a1 1 0 0 1 1 1v16Z"
}));
});
FlipVertical.displayName = 'FlipVertical';
export var FlipVerticalDimensions = {
height: 48,
width: 48
};