UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 687 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 Mp = createIcon("Mp", [ [ "path", { d: "M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM6.5 9H11C11.55 9 12 9.45 12 10V15H10.5V10.5H9.5V13.5H8V10.5H7V15H5.5V10C5.5 9.45 5.95 9 6.5 9ZM15.5 15H14V9H17.5C18.05 9 18.5 9.45 18.5 10V12.5C18.5 13.05 18.05 13.5 17.5 13.5H15.5V15ZM15.5 12H17V10.5H15.5V12Z", key: "1iljg1" } ] ]); export { Mp as default }; //# sourceMappingURL=mp.js.map