@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 ArrowSyncCheckmark = /*#__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.25 5.18c-.25.33-.19.8.14 1.05a7.24 7.24 0 0 1-3.6 12.98 7.3 7.3 0 0 1-2.05-.07l-.33.33a.75.75 0 0 0-.07.98l.07.08 2 2a.75.75 0 0 0 1.13-.98l-.07-.08-.75-.75A8.75 8.75 0 0 0 17.3 5.04a.75.75 0 0 0-1.05.14Zm-5.72-3.71c-.3.3-.3.77 0 1.06l.75.75a8.75 8.75 0 0 0-4.85 15.47.75.75 0 1 0 .96-1.16A7.23 7.23 0 0 1 11.2 4.8h-.01a7.32 7.32 0 0 1 2.06.07l.33-.33c.3-.3.3-.77 0-1.06l-2-2a.75.75 0 0 0-1.06 0ZM18 12a6 6 0 1 1-12 0 6 6 0 0 1 12 0Zm-2.97-2.03a.75.75 0 0 0-1.06 0L11 12.94l-.97-.97a.75.75 0 1 0-1.06 1.06l1.5 1.5c.3.3.77.3 1.06 0l3.5-3.5c.3-.3.3-.77 0-1.06Z"
}));
});
ArrowSyncCheckmark.displayName = 'ArrowSyncCheckmark';
export var ArrowSyncCheckmarkDimensions = {
height: 24,
width: 24
};