google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 729 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 MarkEmailRead = createIcon("MarkEmailRead", [
[
"path",
{
d: "M11.5 18C11.5 14.13 14.63 11 18.5 11C19.58 11 20.59 11.25 21.5 11.68V5C21.5 3.9 20.6 3 19.5 3H3.5C2.4 3 1.5 3.9 1.5 5V17C1.5 18.1 2.4 19 3.5 19H11.58C11.53 18.67 11.5 18.34 11.5 18ZM3.5 5L11.5 10L19.5 5V7L11.5 12L3.5 7V5ZM16.84 21L13.3 17.46L14.71 16.05L16.83 18.17L21.07 13.93L22.5 15.34L16.84 21Z",
key: "fwlbr4"
}
]
]);
export { MarkEmailRead as default };
//# sourceMappingURL=mark_email_read.js.map