UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 761 B
/** * @license google-material-icons v2.1.4 - 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 RestorePage = createIcon("RestorePage", [ [ "path", { d: "M14 2H6C4.9 2 4.01 2.9 4.01 4L4 20C4 21.1 4.89 22 5.99 22H18C19.1 22 20 21.1 20 20V8L14 2ZM12 18C9.95 18 8.19 16.76 7.42 15H9.13C9.76 15.9 10.81 16.5 12 16.5C13.93 16.5 15.5 14.93 15.5 13C15.5 11.07 13.93 9.5 12 9.5C10.65 9.5 9.48 10.28 8.9 11.4L10.5 13H6.5V9L7.8 10.3C8.69 8.92 10.23 8 12 8C14.76 8 17 10.24 17 13C17 15.76 14.76 18 12 18Z", key: "98xg8t" } ] ]); export { RestorePage as default }; //# sourceMappingURL=restore_page.js.map