UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 520 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 MenuOpen = createIcon("MenuOpen", [ [ "path", { d: "M3 18H16V16H3V18ZM3 13H13V11H3V13ZM3 6V8H16V6H3ZM21 15.59L17.42 12L21 8.41L19.59 7L14.59 12L19.59 17L21 15.59Z", key: "d5htrl" } ] ]); export { MenuOpen as default }; //# sourceMappingURL=menu_open.js.map