google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 678 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 Wifi = createIcon("Wifi", [
[
"path",
{
d: "M1 8.77711L3 10.7771C7.97 5.80711 16.03 5.80711 21 10.7771L23 8.77711C16.93 2.70711 7.08 2.70711 1 8.77711ZM9 16.7771L12 19.7771L15 16.7771C13.35 15.1171 10.66 15.1171 9 16.7771ZM5 12.7771L7 14.7771C9.76 12.0171 14.24 12.0171 17 14.7771L19 12.7771C15.14 8.91711 8.87 8.91711 5 12.7771Z",
key: "njjb6l"
}
]
]);
export { Wifi as default };
//# sourceMappingURL=wifi.js.map