UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 466 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 Navigation = createIcon("Navigation", [ [ "path", { d: "M12 2.5L4.5 20.79L5.21 21.5L12 18.5L18.79 21.5L19.5 20.79L12 2.5Z", key: "1sqx41" } ] ]); export { Navigation as default }; //# sourceMappingURL=navigation.js.map