UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 702 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 MarkChatRead = createIcon("MarkChatRead", [ [ "path", { d: "M16.84 20L13.3 16.46L14.71 15.05L16.83 17.17L21.07 12.93L22.5 14.34L16.84 20ZM11.5 17C11.5 13.13 14.63 10 18.5 10C19.58 10 20.59 10.25 21.5 10.68V4C21.5 2.9 20.6 2 19.5 2H3.5C2.4 2 1.5 2.9 1.5 4V22L5.5 18H11.5C11.5 17.83 11.51 17.67 11.53 17.5C11.51 17.34 11.5 17.17 11.5 17Z", key: "k73cjf" } ] ]); export { MarkChatRead as default }; //# sourceMappingURL=mark_chat_read.js.map