UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 565 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 GMobiledata = createIcon("GMobiledata", [ [ "path", { d: "M12.5 11V13H14.5V15H9.5V9H16.5C16.5 7.9 15.6 7 14.5 7H9.5C8.4 7 7.5 7.9 7.5 9V15C7.5 16.1 8.4 17 9.5 17H14.5C15.6 17 16.5 16.1 16.5 15V11H12.5Z", key: "2stef6" } ] ]); export { GMobiledata as default }; //# sourceMappingURL=g_mobiledata.js.map