@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowSwap = /*#__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: "m15.2 2.3 4 3.99a1 1 0 0 1 .1 1.32l-.1.09-4 4a1 1 0 0 1-1.49-1.31l.08-.1L16.1 8H5.5a1 1 0 0 1-1-.87V7a1 1 0 0 1 .88-1H16.1l-2.3-2.3a1 1 0 0 1-.09-1.31l.08-.1a1 1 0 0 1 1.32-.08l.1.08 4 4-4-4Zm4.3 14.58V17a1 1 0 0 1-.89 1H7.91l2.3 2.3a1 1 0 0 1 .08 1.31l-.08.1a1 1 0 0 1-1.32.08l-.1-.08-4-4a1 1 0 0 1-.08-1.32l.08-.1 4-4a1 1 0 0 1 1.5 1.32l-.08.1L7.9 16h10.6a1 1 0 0 1 1 .88V17v-.12Z"
}));
});
ArrowSwap.displayName = 'ArrowSwap';
export var ArrowSwapDimensions = {
height: 24,
width: 24
};