@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 744 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialGoogleWifiW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "GoogleWifiW100Filled",
short_name: "GoogleWifi",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m159-528 11-164q2-24 19-40t41-16h500q24 0 41 16t19 40l11 164H159Zm77 316-10-32h-21q-26 0-44-19t-16-45l12-191h646l12 191q2 26-16 45t-44 19h-21l-10 32H236Z"
}));
});
IconMaterialGoogleWifiW100Filled.displayName = 'OnesyIconMaterialGoogleWifiW100Filled';
export default IconMaterialGoogleWifiW100Filled;