UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 893 B
/** * @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 CellWifi = createIcon("CellWifi", [ [ "path", { d: "M5.03484 21.501H21.0348V5.47104L5.03484 21.501ZM19.0348 19.501H17.0348V12.281L19.0348 10.281V19.501ZM4.25484 6.72104L2.96484 5.43104C6.86484 1.52104 13.2048 1.52104 17.1148 5.43104L15.8248 6.72104C12.6348 3.53103 7.44484 3.53103 4.25484 6.72104ZM11.9648 10.571L10.0348 12.501L8.10484 10.571C9.17484 9.51104 10.8948 9.51104 11.9648 10.571ZM13.2548 9.29104C11.4748 7.52104 8.59484 7.52104 6.82484 9.29104L5.53484 8.00104C8.01484 5.52104 12.0548 5.52104 14.5348 8.00104L13.2548 9.29104Z", key: "1veqll" } ] ]); export { CellWifi as default }; //# sourceMappingURL=cell_wifi.js.map