@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 890 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var FlipHorizontal = /*#__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: "M43.76 39.31a1.5 1.5 0 0 1-1.26.69h-15a1.5 1.5 0 0 1-1.5-1.5v-33a1.5 1.5 0 0 1 2.87-.62l15 33c.2.46.17 1-.1 1.43ZM29 12.43V37h11.17L29 12.43ZM5 40a1 1 0 0 1-.9-1.43l16-34A1 1 0 0 1 22 5v34a1 1 0 0 1-1 1H5Z"
}));
});
FlipHorizontal.displayName = 'FlipHorizontal';
export var FlipHorizontalDimensions = {
height: 48,
width: 48
};