@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.37 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ImageArrowCounterclockwise = /*#__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 6.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0Zm-8-3v.55a3.49 3.49 0 0 1 6 2.45 3.5 3.5 0 0 1-6.19 2.24c-.26-.31 0-.74.41-.74.18 0 .34.09.46.21A2.5 2.5 0 0 0 9 6.5 2.5 2.5 0 0 0 4.5 5h1a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 1 0Zm13.5 5.75a.75.75 0 1 0-1.5 0 .75.75 0 0 0 1.5 0ZM13 6.5a6.5 6.5 0 0 1-9 6v6.25c0 .63.18 1.21.49 1.7l6.93-6.8.14-.13c.83-.7 2.05-.7 2.89.01l.13.12 6.93 6.8c.31-.49.49-1.07.49-1.7V7.25C22 5.45 20.54 4 18.75 4H12.5c.32.77.5 1.61.5 2.5Zm1.5 2.75a2.25 2.25 0 1 1 4.5 0 2.25 2.25 0 0 1-4.5 0Zm-2.03 5.47.09-.07c.26-.2.61-.2.87-.01l.1.08 6.92 6.8c-.5.3-1.08.48-1.7.48H7.25c-.62 0-1.2-.18-1.7-.48l6.92-6.8Z"
}));
});
ImageArrowCounterclockwise.displayName = 'ImageArrowCounterclockwise';
export var ImageArrowCounterclockwiseDimensions = {
height: 24,
width: 24
};