UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 755 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 SignalWifiOff = createIcon("SignalWifiOff", [ [ "path", { d: "M23.6404 7.59527C23.1903 7.25527 18.7104 3.59527 12.0004 3.59527C10.6804 3.59527 9.45035 3.73527 8.31035 3.97527L18.4304 14.0953L23.6404 7.59527ZM3.41035 1.90527L2.00035 3.31527L4.05035 5.36527C1.91035 6.35527 0.590352 7.41527 0.360352 7.59527L12.0004 22.0953L15.9104 17.2253L19.2304 20.5453L20.6404 19.1353L3.41035 1.90527Z", key: "1ednt7" } ] ]); export { SignalWifiOff as default }; //# sourceMappingURL=signal_wifi_off.js.map