@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowShuffle = /*#__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: "M38.06 8.94a1.5 1.5 0 0 0-2.12 2.12L38.88 14h-.38c-8.5 0-13.2 4.63-17.47 8.85l-.08.08C16.62 27.2 12.7 31 5.5 31a1.5 1.5 0 0 0 0 3c8.5 0 13.2-4.63 17.47-8.85l.08-.08C27.38 20.8 31.3 17 38.5 17h.38l-2.94 2.94a1.5 1.5 0 0 0 2.12 2.12l5.5-5.5a1.5 1.5 0 0 0 0-2.12l-5.5-5.5ZM5.5 14c6.93 0 11.34 3.09 15.05 6.52l-.83.81-.18.18-1.14 1.11C14.95 19.45 11.28 17 5.5 17a1.5 1.5 0 0 1 0-3Zm33 20c-6.93 0-11.34-3.09-15.05-6.52l.83-.81.18-.18 1.14-1.11C29.05 28.55 32.72 31 38.5 31h.38l-2.94-2.94a1.5 1.5 0 0 1 2.12-2.12l5.5 5.5a1.5 1.5 0 0 1 0 2.12l-5.5 5.5a1.5 1.5 0 0 1-2.12-2.12L38.88 34h-.38Z"
}));
});
ArrowShuffle.displayName = 'ArrowShuffle';
export var ArrowShuffleDimensions = {
height: 48,
width: 48
};