UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 690 B
/** * @license google-material-icons v2.1.4 - 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 ThreegMobiledata = createIcon("ThreegMobiledata", [ [ "path", { d: "M3 7V9H8V11H4V13H8V15H3V17H8C9.1 17 10 16.1 10 15V13.5C10 12.67 9.33 12 8.5 12C9.33 12 10 11.33 10 10.5V9C10 7.9 9.1 7 8 7H3ZM21 11V15C21 16.1 20.1 17 19 17H14C12.9 17 12 16.1 12 15V9C12 7.9 12.9 7 14 7H19C20.1 7 21 7.9 21 9H14V15H19V13H16.5V11H21Z", key: "164o0m" } ] ]); export { ThreegMobiledata as default }; //# sourceMappingURL=threeg_mobiledata.js.map