UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 528 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 CalendarViewDay = createIcon("CalendarViewDay", [ [ "path", { d: "M3 16.5H21V18.5H3V16.5ZM19 11.5V12.5H5V11.5H19ZM21 9.5H3V14.5H21V9.5ZM3 5.5H21V7.5H3V5.5Z", key: "1nywhr" } ] ]); export { CalendarViewDay as default }; //# sourceMappingURL=calendar_view_day.js.map