@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 902 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowTurnRightLeft = /*#__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: "M8.94 9.9a1.5 1.5 0 0 1 1.12-2.8L41.6 19.7a2.5 2.5 0 0 1 .04 4.63L12.4 36.63l7.73 3.5a1.5 1.5 0 1 1-1.24 2.74l-11-5a1.5 1.5 0 0 1-.76-1.95l5-12a1.5 1.5 0 0 1 2.77 1.16l-3.66 8.78 28.13-11.82L8.94 9.89Z"
}));
});
ArrowTurnRightLeft.displayName = 'ArrowTurnRightLeft';
export var ArrowTurnRightLeftDimensions = {
height: 48,
width: 48
};