@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 901 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowTurnLeftRight = /*#__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: "M40.06 9.9a1.5 1.5 0 0 0-1.12-2.8L7.4 19.7a2.5 2.5 0 0 0-.04 4.63l29.26 12.3-7.73 3.5a1.5 1.5 0 1 0 1.24 2.74l11-5a1.5 1.5 0 0 0 .77-1.95l-5-12a1.5 1.5 0 1 0-2.77 1.16l3.65 8.78L9.64 22.04 40.06 9.89Z"
}));
});
ArrowTurnLeftRight.displayName = 'ArrowTurnLeftRight';
export var ArrowTurnLeftRightDimensions = {
height: 48,
width: 48
};