UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 526 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 LastPage = createIcon("LastPage", [ [ "path", { d: "M5.79492 7.41L10.3849 12L5.79492 16.59L7.20492 18L13.2049 12L7.20492 6L5.79492 7.41ZM16.2049 6H18.2049V18H16.2049V6Z", key: "kiw08v" } ] ]); export { LastPage as default }; //# sourceMappingURL=last_page.js.map