google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 637 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 PermScanWifi = createIcon("PermScanWifi", [
[
"path",
{
d: "M12 2.5C6.95 2.5 3.15 4.35 0 6.73L12 21.5L24 6.75C20.85 4.37 17.05 2.5 12 2.5ZM2.92 7.15C5.8 5.35 8.74 4.5 12 4.5C15.25 4.5 18.18 5.35 21.08 7.17L12 18.33L2.92 7.15ZM11 9.5H13V15.5H11V9.5ZM11 5.5H13V7.5H11V5.5Z",
key: "1kg0dp"
}
]
]);
export { PermScanWifi as default };
//# sourceMappingURL=perm_scan_wifi.js.map