google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 531 B
JavaScript
/**
* @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 Wifi1Bar = createIcon("Wifi1Bar", [
[
"path",
{
d: "M15.5302 10.96L12.0002 14.5L8.47021 10.96C9.37021 10.06 10.6202 9.5 12.0002 9.5C13.3802 9.5 14.6302 10.06 15.5302 10.96Z",
key: "12u8rr"
}
]
]);
export { Wifi1Bar as default };
//# sourceMappingURL=wifi_1_bar.js.map