@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowSyncOff = /*#__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 12 12"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M2.77 3.48a4.08 4.08 0 0 0 .05 5.11.6.6 0 0 0 .93-.76 2.89 2.89 0 0 1-.12-3.5l4.04 4.04a2.8 2.8 0 0 1-1.18.49l.18-.19a.6.6 0 1 0-.84-.84L4.58 9.08a.6.6 0 0 0 0 .84l1.25 1.25a.6.6 0 1 0 .84-.84l-.24-.25c.78-.08 1.5-.39 2.1-.85l1.62 1.62a.5.5 0 0 0 .7-.7l-9-9a.5.5 0 1 0-.7.7l1.62 1.63zm6.05 3.21.94.95a4.09 4.09 0 0 0-.79-4.46.6.6 0 0 0-.87.82 2.89 2.89 0 0 1 .72 2.7zM4.36 2.24l1.87 1.87 1.2-1.19a.6.6 0 0 0 0-.84L6.16.83a.6.6 0 0 0-.84.84l.24.25c-.42.05-.83.16-1.2.32z"
}));
});
ArrowSyncOff.displayName = 'ArrowSyncOff';
export var ArrowSyncOffDimensions = {
height: 12,
width: 12
};