UNPKG

google-material-icons

Version:

A google material icon library package for React applications

27 lines (23 loc) 819 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 SignalWifiStatusbarConnectedNoInternet4 = createIcon( "SignalWifiStatusbarConnectedNoInternet4", [ [ "path", { d: "M12.54 3.5C7.85004 3.5 3.61004 5.4 0.540039 8.48L12.54 20.5L17.54 15.49V7.5H23.46C20.51 5.01 16.7 3.5 12.54 3.5Z", key: "1kzsj9" } ], ["path", { d: "M21.54 17.5H19.54V19.5H21.54V17.5Z", key: "19qhjv" }], ["path", { d: "M21.54 9.5H19.54V15.5H21.54V9.5Z", key: "1dz9ee" }] ] ); export { SignalWifiStatusbarConnectedNoInternet4 as default }; //# sourceMappingURL=signal_wifi_statusbar_connected_no_internet_4.js.map