@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 911 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowCounterclockwise = /*#__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: "M24 39A15 15 0 0 1 9.07 22.57C9.14 21.75 8.53 21 7.7 21c-.84 0-1.57.61-1.64 1.45a18 18 0 1 0 5.68-11.64V8.25a1.5 1.5 0 0 0-3 0v6.5c0 .83.67 1.5 1.5 1.5h6.5a1.5 1.5 0 0 0 0-3h-3.21A15 15 0 1 1 24 39Z"
}));
});
ArrowCounterclockwise.displayName = 'ArrowCounterclockwise';
export var ArrowCounterclockwiseDimensions = {
height: 48,
width: 48
};