google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 651 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 SignalWifiBad = createIcon("SignalWifiBad", [
[
"path",
{
d: "M24 8.48C20.93 5.4 16.69 3.5 12 3.5C7.31 3.5 3.07 5.4 0 8.48L12 20.5V11.5H20.99L24 8.48ZM19.59 13.5L17.5 15.59L15.41 13.5L14 14.91L16.09 17L14 19.09L15.41 20.5L17.5 18.42L19.59 20.5L21 19.09L18.92 17L21 14.91L19.59 13.5Z",
key: "1yclsi"
}
]
]);
export { SignalWifiBad as default };
//# sourceMappingURL=signal_wifi_bad.js.map