google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 602 B
JavaScript
/**
* @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: "M11.5 18H5.5L1.5 22V4C1.5 2.9 2.4 2 3.5 2H19.5C20.6 2 21.5 2.9 21.5 4V11H19.5V4H3.5V16H11.5V18ZM22.5 14.34L21.09 12.93L16.85 17.17L14.73 15.05L13.32 16.46L16.84 20L22.5 14.34Z",
key: "ztjexv"
}
]
]);
export { MarkChatRead as default };
//# sourceMappingURL=mark_chat_read.js.map