UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 549 B
/** * @license google-material-icons v2.1.4 - 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 SignalWifiStatusbar4Bar = createIcon("SignalWifiStatusbar4Bar", [ [ "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.5Z", key: "ibkv4u" } ] ]); export { SignalWifiStatusbar4Bar as default }; //# sourceMappingURL=signal_wifi_statusbar_4_bar.js.map