UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 569 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 RestoreFromTrash = createIcon("RestoreFromTrash", [ [ "path", { d: "M19 4H15.5L14.5 3H9.5L8.5 4H5V6H19V4ZM6 7V19C6 20.1 6.9 21 8 21H16C17.1 21 18 20.1 18 19V7H6ZM14 14V18H10V14H8L12 10L16 14H14Z", key: "1c4rvu" } ] ]); export { RestoreFromTrash as default }; //# sourceMappingURL=restore_from_trash.js.map