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.5297 10.96L11.9997 14.5L8.46973 10.96C9.36973 10.06 10.6197 9.5 11.9997 9.5C13.3797 9.5 14.6297 10.06 15.5297 10.96Z",
key: "xsotwo"
}
]
]);
export { Wifi1Bar as default };
//# sourceMappingURL=wifi_1_bar.js.map