google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 1.85 kB
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 WifiTetheringOff = createIcon("WifiTetheringOff", [
[
"path",
{
d: "M3.11482 2.10547L1.69482 3.51547L4.38482 6.20547C3.08482 7.89547 2.30482 10.0055 2.30482 12.2955C2.30482 15.0555 3.42482 17.5555 5.23482 19.3655L6.65482 17.9455C5.20482 16.5055 4.30482 14.5055 4.30482 12.2955C4.30482 10.5455 4.87482 8.94547 5.81482 7.63547L7.24482 9.06547C6.65482 9.99547 6.30482 11.1055 6.30482 12.2955C6.30482 13.9555 6.98482 15.4455 8.06482 16.5355L9.48482 15.1155C8.75482 14.3955 8.30482 13.4055 8.30482 12.2955C8.30482 11.6655 8.45482 11.0655 8.71482 10.5355L10.3248 12.1455C10.3248 12.1955 10.3048 12.2455 10.3048 12.2955C10.3048 12.8455 10.5348 13.3455 10.8948 13.7055C11.2548 14.0655 11.7548 14.2955 12.3048 14.2955C12.3548 14.2955 12.4048 14.2855 12.4648 14.2755L20.0848 21.8955L21.4948 20.4855L3.11482 2.10547ZM18.0048 14.1655C18.1948 13.5755 18.3048 12.9455 18.3048 12.2955C18.3048 8.98547 15.6148 6.29547 12.3048 6.29547C11.6548 6.29547 11.0248 6.39547 10.4348 6.59547L12.1448 8.30547C12.1948 8.29547 12.2548 8.29547 12.3048 8.29547C14.5148 8.29547 16.3048 10.0855 16.3048 12.2955C16.3048 12.3455 16.3048 12.4055 16.2948 12.4555L18.0048 14.1655ZM12.3048 4.29547C16.7248 4.29547 20.3048 7.87547 20.3048 12.2955C20.3048 13.5155 20.0348 14.6655 19.5348 15.6955L21.0248 17.1855C21.8348 15.7455 22.3048 14.0755 22.3048 12.2955C22.3048 6.77547 17.8248 2.29547 12.3048 2.29547C10.5248 2.29547 8.86482 2.75547 7.41482 3.57547L8.89482 5.05547C9.93482 4.56547 11.0848 4.29547 12.3048 4.29547Z",
key: "1bt003"
}
]
]);
export { WifiTetheringOff as default };
//# sourceMappingURL=wifi_tethering_off.js.map