UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 742 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialGoogleWifi = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "GoogleWifi", short_name: "GoogleWifi", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M184-560h592l-11-160H195l-11 160Zm-18 280h628l-13-200H179l-13 200Zm34 120-13-40h-21q-35 0-58.5-25T86-285l29-440q2-32 25-53.5t55-21.5h570q32 0 55 21.5t25 53.5l29 440q2 35-21.5 60T794-200h-21l-13 40H200Z" })); }); IconMaterialGoogleWifi.displayName = 'OnesyIconMaterialGoogleWifi'; export default IconMaterialGoogleWifi;