UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 570 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 RMobiledata = createIcon("RMobiledata", [ [ "path", { d: "M14.3 13.2L15.5 16H13.5L12.37 13.33H10.5V16H8.5V8H13.5C14.63 8 15.5 8.87 15.5 10V11.33C15.5 12.13 14.97 12.87 14.3 13.2ZM13.5 10H10.5V11.33H13.5V10Z", key: "7ddvuy" } ] ]); export { RMobiledata as default }; //# sourceMappingURL=r_mobiledata.js.map