UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 787 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 SignalWifiOff = createIcon("SignalWifiOff", [ [ "path", { d: "M23.6399 7.52973C23.1899 7.18973 18.7099 3.52973 11.9999 3.52973C10.4999 3.52973 9.10986 3.71973 7.84986 4.00973L18.1799 14.3297L23.6399 7.52973ZM3.26986 1.96973L1.99986 3.24973L4.04986 5.30973C1.90986 6.28973 0.589863 7.34973 0.359863 7.52973L11.9899 22.0197L11.9999 22.0297L12.0099 22.0197L15.9099 17.1597L19.2299 20.4797L20.4999 19.2097L3.26986 1.96973Z", key: "1mqb5u" } ] ]); export { SignalWifiOff as default }; //# sourceMappingURL=signal_wifi_off.js.map