UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 717 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 PermContactCalendar = createIcon("PermContactCalendar", [ [ "path", { d: "M19 4H18V2H16V4H8V2H6V4H5C3.89 4 3 4.9 3 6V20C3 21.1 3.89 22 5 22H19C20.1 22 21 21.1 21 20V6C21 4.9 20.1 4 19 4ZM12 7C13.66 7 15 8.34 15 10C15 11.66 13.66 13 12 13C10.34 13 9 11.66 9 10C9 8.34 10.34 7 12 7ZM18 19H6V18C6 16 10 14.9 12 14.9C14 14.9 18 16 18 18V19Z", key: "1h2tgo" } ] ]); export { PermContactCalendar as default }; //# sourceMappingURL=perm_contact_calendar.js.map