google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 999 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 WifiPassword = createIcon("WifiPassword", [
[
"path",
{
d: "M23 17V16C23 14.9 22.1 14 21 14C19.9 14 19 14.9 19 16V17C18.45 17 18 17.45 18 18V21C18 21.55 18.45 22 19 22H23C23.55 22 24 21.55 24 21V18C24 17.45 23.55 17 23 17ZM22 17H20V16C20 15.45 20.45 15 21 15C21.55 15 22 15.45 22 16V17ZM24 6.98L21.88 9.11C19.35 6.57 15.85 5 12 5C8.15 5 4.65 6.57 2.12 9.11L0 6.98C3.07 3.9 7.31 2 12 2C16.69 2 20.93 3.9 24 6.98ZM12 8C15.03 8 17.78 9.23 19.76 11.22L17.64 13.34C16.2 11.9 14.2 11 12 11C9.8 11 7.8 11.9 6.36 13.35L4.24 11.23C6.22 9.23 8.97 8 12 8ZM15.53 15.46L12 19L8.47 15.46C9.37 14.56 10.62 14 12 14C13.38 14 14.63 14.56 15.53 15.46Z",
key: "1vaklz"
}
]
]);
export { WifiPassword as default };
//# sourceMappingURL=wifi_password.js.map