@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CalendarToday = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M14 14.5a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Zm11 7.25V9.5H3v12.25C3 23.55 4.46 25 6.25 25h6v-3.57a1.75 1.75 0 0 1-1.66-2.99l2.25-2a1.75 1.75 0 0 1 2.32 0l2.25 2a1.75 1.75 0 0 1-1.66 2.99V25h6c1.8 0 3.25-1.46 3.25-3.25Zm-8.75-8.5a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm8.75-7C25 4.45 23.54 3 21.75 3H6.25A3.25 3.25 0 0 0 3 6.25V8h22V6.25Zm-9.25 14.06a.75.75 0 0 0 1-1.12l-2.25-2a.75.75 0 0 0-1 0l-2.25 2a.75.75 0 0 0 1 1.12l1-.89v5.83a.75.75 0 0 0 1.5 0v-5.83l1 .9Z"
}));
});
CalendarToday.displayName = 'CalendarToday';
export var CalendarTodayDimensions = {
height: 28,
width: 28
};