@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.27 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CalendarArrowCounterclockwise = /*#__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: "M12.25 6A6.25 6.25 0 0 0 6 12.25V18l-1.93-1.7a1.25 1.25 0 1 0-1.64 1.9l4 3.5c.47.4 1.17.4 1.64 0l4-3.5a1.25 1.25 0 0 0-1.64-1.9L8.5 18v-4H42v-1.75C42 8.8 39.2 6 35.75 6h-23.5ZM6 23.75c1.12.47 2.44.28 3.39-.55l4-3.5a3.25 3.25 0 0 0 1.02-3.2H42v19.25C42 39.2 39.2 42 35.75 42h-23.5A6.25 6.25 0 0 1 6 35.75v-12ZM15.5 26a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm6-2.5a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0Zm11 2.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM13 31.5a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0ZM24 34a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z"
}));
});
CalendarArrowCounterclockwise.displayName = 'CalendarArrowCounterclockwise';
export var CalendarArrowCounterclockwiseDimensions = {
height: 48,
width: 48
};