UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 573 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 ViewModule = createIcon("ViewModule", [ [ "path", { d: "M3 5V19H21V5H3ZM19 11H15.67V7H19V11ZM13.67 11H10.34V7H13.67V11ZM8.33 7V11H5V7H8.33ZM5 17V13H8.33V17H5ZM10.33 17V13H13.66V17H10.33ZM15.67 17V13H19V17H15.67Z", key: "1cbfcb" } ] ]); export { ViewModule as default }; //# sourceMappingURL=view_module.js.map