google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 551 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.5ZM13 15.5H11V9.5H13V15.5ZM11 7.5V5.5H13V7.5H11Z",
key: "177fqn"
}
]
]);
export { PermScanWifi as default };
//# sourceMappingURL=perm_scan_wifi.js.map