UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 585 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 SignalWifi4Bar = createIcon("SignalWifi4Bar", [ [ "path", { d: "M12.0104 21.24L23.6404 6.75C23.1903 6.41 18.7104 2.75 12.0004 2.75C5.28035 2.75 0.810352 6.41 0.360352 6.75L11.9904 21.24L12.0004 21.25L12.0104 21.24Z", key: "ovngl" } ] ]); export { SignalWifi4Bar as default }; //# sourceMappingURL=signal_wifi_4_bar.js.map