google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 623 B
JavaScript
/**
* @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 LtePlusMobiledata = createIcon("LtePlusMobiledata", [
[
"path",
{
d: "M2.5 14H5.5V16H0.5V8H2.5V14ZM4.5 10H6.5V16H8.5V10H10.5V8H4.5V10ZM11.5 16H16.5V14H13.5V13H16.5V11H13.5V10H16.5V8H11.5V16ZM23.5 11H21.5V9H19.5V11H17.5V13H19.5V15H21.5V13H23.5V11Z",
key: "101vk5"
}
]
]);
export { LtePlusMobiledata as default };
//# sourceMappingURL=lte_plus_mobiledata.js.map