UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 671 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 ForwardToInbox = createIcon("ForwardToInbox", [ [ "path", { d: "M19.5 2.5H3.5C2.4 2.5 1.5 3.4 1.5 4.5V16.5C1.5 17.6 2.4 18.5 3.5 18.5H12.5V16.5H3.5V6.5L11.5 11.5L19.5 6.5V11.5H21.5V4.5C21.5 3.4 20.6 2.5 19.5 2.5ZM11.5 9.5L3.5 4.5H19.5L11.5 9.5ZM18.5 13.5L22.5 17.5L18.5 21.5V18.5H14.5V16.5H18.5V13.5Z", key: "h6tq86" } ] ]); export { ForwardToInbox as default }; //# sourceMappingURL=forward_to_inbox.js.map