UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 553 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 Navigation = createIcon("Navigation", [ [ "path", { d: "M12 7.77L16.28 18.2L12.81 16.67L12 16.31L11.19 16.67L7.72 18.2L12 7.77ZM12 2.5L4.5 20.79L5.21 21.5L12 18.5L18.79 21.5L19.5 20.79L12 2.5Z", key: "tkaex9" } ] ]); export { Navigation as default }; //# sourceMappingURL=navigation.js.map