UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 662 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 MarkEmailRead = createIcon("MarkEmailRead", [ [ "path", { d: "M19.5 3H3.5C2.4 3 1.51 3.9 1.51 5L1.5 17C1.5 18.1 2.4 19 3.5 19H11.5V17H3.5V7L11.5 12L19.5 7V12H21.5V5C21.5 3.9 20.6 3 19.5 3ZM11.5 10L3.5 5H19.5L11.5 10ZM16.84 21L13.3 17.46L14.71 16.05L16.83 18.17L21.07 13.93L22.5 15.34L16.84 21Z", key: "10wrhd" } ] ]); export { MarkEmailRead as default }; //# sourceMappingURL=mark_email_read.js.map