@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 932 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowRotateCounterclockwise = /*#__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: "M12 3a9 9 0 0 0-4.13 17H6a1 1 0 0 0-.12 2H10a1 1 0 0 0 1-.88V17a1 1 0 0 0-2-.12v1.45A7 7 0 1 1 19 12a1 1 0 1 0 2 0 9 9 0 0 0-9-9Zm0 6a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm0 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z"
}));
});
ArrowRotateCounterclockwise.displayName = 'ArrowRotateCounterclockwise';
export var ArrowRotateCounterclockwiseDimensions = {
height: 24,
width: 24
};