@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 885 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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M17.5 4.5a.75.75 0 0 0-1.1-.66L4.9 10.1a.75.75 0 0 0 .35 1.41h11.5c.41 0 .75-.34.75-.75V4.5zm-2 5h-5.33l5.33-2.9v2.9zM17.5 19.5a.75.75 0 0 1-1.1.66L4.9 13.9a.75.75 0 0 1 .35-1.41h11.5c.41 0 .75.34.75.75v6.25z"
}));
});
FlipVertical.displayName = 'FlipVertical';
export var FlipVerticalDimensions = {
height: 24,
width: 24
};