@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 983 B
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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M23 4a5 5 0 0 1 5 5v1H4V9a5 5 0 0 1 5-5h14zm5 19V12H4v11a5 5 0 0 0 5 5h14a5 5 0 0 0 5-5zm-6.5-5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zM20 21.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zM16 23a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3zm-1.5-6.5a1.5 1.5 0 1 1 3 0 1.5 1.5 0 0 1-3 0zm-4 1.5a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z"
}));
});
CalendarRtl.displayName = 'CalendarRtl';
export var CalendarRtlDimensions = {
height: 32,
width: 32
};