UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 610 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 Redo = createIcon("Redo", [ [ "path", { d: "M18.6295 11.1C16.7795 9.49 14.3795 8.5 11.7295 8.5C7.07953 8.5 3.14953 11.53 1.76953 15.72L4.12953 16.5C5.17953 13.31 8.17953 11 11.7295 11C13.6795 11 15.4595 11.72 16.8495 12.88L13.2295 16.5H22.2295V7.5L18.6295 11.1Z", key: "chp1uk" } ] ]); export { Redo as default }; //# sourceMappingURL=redo.js.map