UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 661 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 MarkChatUnread = createIcon("MarkChatUnread", [ [ "path", { d: "M22 7.98V17C22 18.1 21.1 19 20 19H6L2 23V5C2 3.9 2.9 3 4 3H14.1C14.04 3.32 14 3.66 14 4C14 6.76 16.24 9 19 9C20.13 9 21.16 8.61 22 7.98ZM16 4C16 5.66 17.34 7 19 7C20.66 7 22 5.66 22 4C22 2.34 20.66 1 19 1C17.34 1 16 2.34 16 4Z", key: "1taq5d" } ] ]); export { MarkChatUnread as default }; //# sourceMappingURL=mark_chat_unread.js.map