UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 744 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 MarkAsUnread = createIcon("MarkAsUnread", [ [ "path", { d: "M18.83 7.5H16.23L10.5 4.5L4 7.9V17.5C2.9 17.5 2 16.6 2 15.5V7.67C2 7.14 2.32 6.58 2.8 6.33L10.5 2.5L18.04 6.33C18.47 6.56 18.77 7.03 18.83 7.5ZM20 8.5H7C5.9 8.5 5 9.4 5 10.5V19.5C5 20.6 5.9 21.5 7 21.5H20C21.1 21.5 22 20.6 22 19.5V10.5C22 9.4 21.1 8.5 20 8.5ZM20 12.17L13.5 15.5L7 12.17V10.5L13.5 13.83L20 10.5V12.17Z", key: "1dt0w2" } ] ]); export { MarkAsUnread as default }; //# sourceMappingURL=mark_as_unread.js.map