google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 636 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 SignalWifiStatusbarNull = createIcon("SignalWifiStatusbarNull", [
[
"path",
{
d: "M12 3.5C7.31 3.5 3.07 5.4 0 8.48L12 20.5L24 8.48C20.93 5.4 16.69 3.5 12 3.5ZM2.92 8.57C5.51 6.58 8.67 5.5 12 5.5C15.33 5.5 18.49 6.58 21.08 8.57L12 17.67L2.92 8.57Z",
key: "e86psn"
}
]
]);
export { SignalWifiStatusbarNull as default };
//# sourceMappingURL=signal_wifi_statusbar_null.js.map