@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.2 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowMove = /*#__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.46 6.46a1 1 0 0 1-1.42 0L13 5.4v2.84a1 1 0 1 1-2 0V5.41L9.96 6.46a1 1 0 0 1-1.42-1.42L11.3 2.3a1 1 0 0 1 1.42 0l2.75 2.75a1 1 0 0 1 0 1.42zM6.46 14.04a1 1 0 1 1-1.42 1.42L2.3 12.7a1 1 0 0 1 0-1.42l2.75-2.75a1 1 0 0 1 1.42 1.42L5.4 11h2.84a1 1 0 1 1 0 2H5.41l1.05 1.04zM18.96 15.46a1 1 0 0 1-1.42-1.42L18.6 13h-2.84a1 1 0 1 1 0-2h2.84l-1.05-1.04a1 1 0 0 1 1.42-1.42l2.75 2.75a1 1 0 0 1 0 1.42l-2.75 2.75zM11 18.59v-2.84a1 1 0 1 1 2 0v2.84l1.04-1.05a1 1 0 0 1 1.42 1.42L12.7 21.7a1 1 0 0 1-1.42 0l-2.75-2.75a1 1 0 1 1 1.42-1.42L11 18.6z"
}));
});
ArrowMove.displayName = 'ArrowMove';
export var ArrowMoveDimensions = {
height: 24,
width: 24
};