UNPKG

google-material-icons

Version:

A google material icon library package for React applications

43 lines (39 loc) 1.8 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 WifiCalling3 = createIcon("WifiCalling3", [ [ "path", { d: "M15.9259 2.99902C13.7159 2.99902 11.7159 3.89902 10.2659 5.33902L11.3259 6.39902C12.5059 5.21902 14.1259 4.48902 15.9159 4.48902C17.7059 4.48902 19.3359 5.21902 20.5059 6.39902L21.5659 5.33902C20.1359 3.89902 18.1359 2.99902 15.9259 2.99902Z", key: "1j88nn" } ], [ "path", { d: "M19.4659 7.45902C18.5559 6.55902 17.3059 5.99902 15.9259 5.99902C14.5459 5.99902 13.2959 6.55902 12.3859 7.45902L13.4459 8.51902C14.0759 7.88902 14.9559 7.48902 15.9159 7.48902C16.8759 7.48902 17.7559 7.87902 18.3859 8.51902L19.4659 7.45902Z", key: "dsgz7i" } ], [ "path", { d: "M14.5159 9.58902L15.9259 10.999L17.3359 9.58902C16.9759 9.21902 16.4759 8.99902 15.9259 8.99902C15.3759 8.99902 14.8759 9.21902 14.5159 9.58902Z", key: "1jnjjv" } ], [ "path", { d: "M15.0659 14.399L12.5459 16.899C10.0459 15.469 7.97593 13.399 6.54593 10.899L9.04593 8.37902C9.27593 8.13902 9.37593 7.80902 9.31593 7.47902L8.56593 3.79902C8.47593 3.33902 8.06593 2.99902 7.58593 2.99902H3.43593C2.87593 2.99902 2.40593 3.46902 2.43593 4.02902C2.60593 6.91902 3.48593 9.62902 4.86593 11.999C6.44593 14.729 8.71593 16.989 11.4359 18.569C13.8059 19.939 16.5159 20.829 19.4059 20.999C19.9659 21.029 20.4359 20.559 20.4359 19.999V15.849C20.4359 15.369 20.0959 14.959 19.6359 14.869L15.9659 14.139C15.6359 14.069 15.2959 14.169 15.0659 14.399Z", key: "43ofzt" } ] ]); export { WifiCalling3 as default }; //# sourceMappingURL=wifi_calling_3.js.map