UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 478 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 Forward = createIcon("Forward", [ [ "path", { d: "M14 8.83L17.17 12L14 15.17V14H6V10H14V8.83ZM12 4V8H4V16H12V20L20 12L12 4Z", key: "nnw9g9" } ] ]); export { Forward as default }; //# sourceMappingURL=forward.js.map