google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 609 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 Outbox = createIcon("Outbox", [
[
"path",
{
d: "M19 3H4.99C3.88 3 3.01 3.9 3.01 5L3 19C3 20.1 3.88 21 4.99 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM19 15H15C15 16.66 13.65 18 12 18C10.35 18 9 16.66 9 15H4.99V5H19V15ZM8 11H10V14H14V11H16L12 7L8 11Z",
key: "suu0s4"
}
]
]);
export { Outbox as default };
//# sourceMappingURL=outbox.js.map