google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 724 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 Wifi2Bar = createIcon("Wifi2Bar", [
[
"path",
{
d: "M12.0002 6.5C15.0302 6.5 17.7802 7.73 19.7602 9.72L17.6402 11.84C16.2002 10.4 14.2002 9.5 12.0002 9.5C9.80023 9.5 7.80023 10.4 6.36023 11.85L4.24023 9.73C6.22023 7.73 8.97023 6.5 12.0002 6.5ZM12.0002 12.5C10.6202 12.5 9.37023 13.06 8.47023 13.96L12.0002 17.5L15.5302 13.96C14.6302 13.06 13.3802 12.5 12.0002 12.5Z",
key: "8clrod"
}
]
]);
export { Wifi2Bar as default };
//# sourceMappingURL=wifi_2_bar.js.map