UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 487 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.5ZM3 9.5H21V14.5H3V9.5ZM3 5.5H21V7.5H3V5.5Z", key: "1ltl7o" } ] ]); export { CalendarViewDay as default }; //# sourceMappingURL=calendar_view_day.js.map