UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 552 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 LteMobiledata = createIcon("LteMobiledata", [ [ "path", { d: "M5.5 14H8.5V16H3.5V8H5.5V14ZM8.5 10H10.5V16H12.5V10H14.5V8H8.5V10ZM20.5 10V8H15.5V16H20.5V14H17.5V13H20.5V11H17.5V10H20.5Z", key: "139k2y" } ] ]); export { LteMobiledata as default }; //# sourceMappingURL=lte_mobiledata.js.map