UNPKG

google-material-icons

Version:

A google material icon library package for React applications

29 lines (25 loc) 797 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 MarkUnreadChatAlt = createIcon("MarkUnreadChatAlt", [ [ "path", { d: "M19 7C20.6569 7 22 5.65685 22 4C22 2.34315 20.6569 1 19 1C17.3431 1 16 2.34315 16 4C16 5.65685 17.3431 7 19 7Z", key: "1ewe21" } ], [ "path", { d: "M6 9V7H15.03C13.82 5.4 13.95 3.79 14.11 3H4.01C2.91 3 2.01 3.89 2.01 5L2 23L6 19H20C21.1 19 22 18.1 22 17V7.97C21.16 8.61 20.13 9 19 9H6ZM14 15H6V13H14V15ZM18 12H6V10H18V12Z", key: "zxi0m9" } ] ]); export { MarkUnreadChatAlt as default }; //# sourceMappingURL=mark_unread_chat_alt.js.map