UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.09 kB
/** * @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 WifiOff = createIcon("WifiOff", [ [ "path", { d: "M22.9949 10.1045C19.1549 6.26453 13.8049 4.86453 8.84488 5.88453L11.3649 8.40453C14.8349 8.23453 18.3549 9.45453 20.9949 12.1045L22.9949 10.1045ZM18.9949 14.1045C17.7049 12.8145 16.1549 11.9745 14.5049 11.5445L18.0349 15.0745L18.9949 14.1045ZM2.00488 4.15453L5.07488 7.20453C3.60488 7.92453 2.22488 8.88453 1.00488 10.1045L2.99488 12.1045C4.23488 10.8645 5.66488 9.94453 7.19488 9.33453L9.43488 11.5745C7.81488 11.9945 6.27488 12.8345 5.00488 14.1045V14.1145L6.99488 16.1045C8.35488 14.7445 10.1349 14.0645 11.9149 14.0445L18.9849 21.1045L20.2549 19.8445L3.29488 2.89453L2.00488 4.15453ZM9.00488 18.1045L12.0049 21.1045L15.0049 18.1045C13.3549 16.4445 10.6649 16.4445 9.00488 18.1045Z", key: "1dm8lm" } ] ]); export { WifiOff as default }; //# sourceMappingURL=wifi_off.js.map