UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 665 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 NetworkWifi2Bar = createIcon("NetworkWifi2Bar", [ [ "path", { d: "M12 3.5C7.31 3.5 3.07 5.4 0 8.48L12 20.5L24 8.48C20.93 5.4 16.69 3.5 12 3.5ZM16.78 12.88C15.4 12 13.76 11.5 12 11.5C10.24 11.5 8.6 12 7.22 12.88L2.92 8.58C5.51 6.58 8.67 5.5 12 5.5C15.33 5.5 18.49 6.58 21.08 8.57L16.78 12.88Z", key: "1kxhuh" } ] ]); export { NetworkWifi2Bar as default }; //# sourceMappingURL=network_wifi_2_bar.js.map