UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

27 lines 1.28 kB
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.5z" }), /*#__PURE__*/React.createElement("path", { d: "M25 21.75V9.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 0zM25 6.25C25 4.45 23.54 3 21.75 3H6.25A3.25 3.25 0 0 0 3 6.25V8h22V6.25z" }), /*#__PURE__*/React.createElement("path", { d: "M15.75 20.31a.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 };