UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 632 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 MoveToInbox = createIcon("MoveToInbox", [ [ "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.99V5H19V15ZM16 10H14V7H10V10H8L12 14L16 10Z", key: "130gj1" } ] ]); export { MoveToInbox as default }; //# sourceMappingURL=move_to_inbox.js.map