@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CalendarRtl = /*#__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: "M42 12.25C42 8.8 39.2 6 35.75 6h-23.5A6.25 6.25 0 0 0 6 12.25V14h36v-1.75Zm0 4.25v19.25C42 39.2 39.2 42 35.75 42h-23.5A6.25 6.25 0 0 1 6 35.75V16.5h36Zm-12 7a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0ZM24 26a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-11-2.5a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0ZM32.5 34a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-11-2.5a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0Z"
}));
});
CalendarRtl.displayName = 'CalendarRtl';
export var CalendarRtlDimensions = {
height: 48,
width: 48
};