UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 573 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const CalendarToday = createIcon("CalendarToday", [ [ "path", { d: "M20 3H19V1H17V3H7V1H5V3H4C2.9 3 2 3.9 2 5V21C2 22.1 2.9 23 4 23H20C21.1 23 22 22.1 22 21V5C22 3.9 21.1 3 20 3ZM20 21H4V10H20V21ZM20 8H4V5H20V8Z", key: "gb9na2" } ] ]); export { CalendarToday as default }; //# sourceMappingURL=calendar_today.js.map