google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 597 B
JavaScript
/**
* @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 SignalWifi0Bar = createIcon("SignalWifi0Bar", [
[
"path",
{
d: "M12 5.5C15.33 5.5 18.49 6.58 21.08 8.57L12 17.67L2.92 8.57C5.51 6.58 8.67 5.5 12 5.5ZM12 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: "7i3eux"
}
]
]);
export { SignalWifi0Bar as default };
//# sourceMappingURL=signal_wifi_0_bar.js.map