google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 934 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 WifiOff = createIcon("WifiOff", [
[
"path",
{
d: "M21 12.1705L23 10.1705C19.27 6.44055 14.13 5.02055 9.3 5.86055L11.88 8.44055C15.18 8.42055 18.49 9.66055 21 12.1705ZM19 14.1705C17.92 13.0905 16.64 12.3205 15.28 11.8405L18.3 14.8605L19 14.1705ZM9 18.1705L12 21.1705L15 18.1705C13.35 16.5105 10.66 16.5105 9 18.1705ZM3.41 2.81055L2 4.22055L5.05 7.27055C3.59 8.00055 2.22 8.96055 1 10.1705L3 12.1705C4.23 10.9405 5.65 10.0105 7.17 9.39055L9.41 11.6305C7.79 12.0605 6.27 12.9105 5 14.1705L7 16.1705C8.35 14.8205 10.11 14.1305 11.89 14.1105L18.97 21.1905L20.38 19.7805L3.41 2.81055Z",
key: "7g0v2e"
}
]
]);
export { WifiOff as default };
//# sourceMappingURL=wifi_off.js.map