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.11531 2.10547L1.69531 3.51547L4.38531 6.20547C3.08531 7.89547 2.30531 10.0055 2.30531 12.2955C2.30531 15.0555 3.42531 17.5555 5.23531 19.3655L6.65531 17.9455C5.20531 16.5055 4.30531 14.5055 4.30531 12.2955C4.30531 10.5455 4.87531 8.94547 5.81531 7.63547L7.24531 9.06547C6.65531 9.99547 6.30531 11.1055 6.30531 12.2955C6.30531 13.9555 6.98531 15.4455 8.06531 16.5355L9.48531 15.1155C8.75531 14.3955 8.30531 13.4055 8.30531 12.2955C8.30531 11.6655 8.45531 11.0655 8.71531 10.5355L10.3253 12.1455C10.3253 12.1955 10.3053 12.2455 10.3053 12.2955C10.3053 12.8455 10.5353 13.3455 10.8953 13.7055C11.2553 14.0655 11.7553 14.2955 12.3053 14.2955C12.3553 14.2955 12.4053 14.2855 12.4653 14.2755L20.0853 21.8955L21.4953 20.4855L3.11531 2.10547ZM18.0053 14.1655C18.1953 13.5755 18.3053 12.9455 18.3053 12.2955C18.3053 8.98547 15.6153 6.29547 12.3053 6.29547C11.6553 6.29547 11.0253 6.39547 10.4353 6.59547L12.1453 8.30547C12.1953 8.29547 12.2553 8.29547 12.3053 8.29547C14.5153 8.29547 16.3053 10.0855 16.3053 12.2955C16.3053 12.3455 16.3053 12.4055 16.2953 12.4555L18.0053 14.1655ZM12.3053 4.29547C16.7253 4.29547 20.3053 7.87547 20.3053 12.2955C20.3053 13.5155 20.0353 14.6655 19.5353 15.6955L21.0253 17.1855C21.8353 15.7455 22.3053 14.0755 22.3053 12.2955C22.3053 6.77547 17.8253 2.29547 12.3053 2.29547C10.5253 2.29547 8.86531 2.75547 7.41531 3.57547L8.89531 5.05547C9.93531 4.56547 11.0853 4.29547 12.3053 4.29547Z",
key: "p4b5n4"
}
]
]);
export { WifiTetheringOff as default };
//# sourceMappingURL=wifi_tethering_off.js.map