@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowSync = /*#__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: "M16.05 5.03a1 1 0 0 0 .2 1.4 6.99 6.99 0 0 1-3.17 12.49l.71-.71a1 1 0 0 0-1.41-1.42l-2.5 2.5a1 1 0 0 0 0 1.42l2.5 2.5a1 1 0 0 0 1.41-1.42l-.84-.84a9 9 0 0 0 4.5-16.11 1 1 0 0 0-1.4.19zm-1.93-1.74L11.62.8a1 1 0 0 0-1.5 1.32l.09.1.84.84a9 9 0 0 0-4.78 15.9 1 1 0 0 0 1.28-1.55 6.98 6.98 0 0 1 3.37-12.32l-.71.71a1 1 0 0 0 1.32 1.5l.1-.08 2.5-2.5a1 1 0 0 0 .07-1.32l-.08-.1z"
}));
});
ArrowSync.displayName = 'ArrowSync';
export var ArrowSyncDimensions = {
height: 24,
width: 24
};