UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 607 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 SignalCellularConnectedNoInternet0Bar = createIcon("SignalCellularConnectedNoInternet0Bar", [ [ "path", { d: "M20 18H22V10H20V18ZM20 22H22V20H20V22ZM18 20V22H2L22 2V8H20V6.83L6.83 20H18Z", key: "1gngwj" } ] ]); export { SignalCellularConnectedNoInternet0Bar as default }; //# sourceMappingURL=signal_cellular_connected_no_internet_0_bar.js.map