google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 643 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 NetworkWifi = createIcon("NetworkWifi", [
[
"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.5L24 8.48ZM2.92 8.57C5.51 6.58 8.67 5.5 12 5.5C15.33 5.5 18.49 6.58 21.08 8.57L19.65 10C17.5 8.44 14.86 7.5 12 7.5C9.14 7.5 6.5 8.44 4.35 10.01L2.92 8.57Z",
key: "1rve2w"
}
]
]);
export { NetworkWifi as default };
//# sourceMappingURL=network_wifi.js.map