google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 557 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 MarkunreadMailbox = createIcon("MarkunreadMailbox", [
[
"path",
{
d: "M20 7H10V13H8V5H14V1H6V7H4C2.9 7 2 7.9 2 9V21C2 22.1 2.9 23 4 23H20C21.1 23 22 22.1 22 21V9C22 7.9 21.1 7 20 7Z",
key: "r2oqe1"
}
]
]);
export { MarkunreadMailbox as default };
//# sourceMappingURL=markunread_mailbox.js.map