UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 737 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialGoogleWifiFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "GoogleWifiFilled", short_name: "GoogleWifi", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m104-560 11-165q2-32 25-53.5t55-21.5h570q32 0 55 21.5t25 53.5l11 165H104Zm96 400-13-40h-21q-35 0-58.5-25T86-285l13-195h762l13 195q2 35-21.5 60T794-200h-21l-13 40H200Z" })); }); IconMaterialGoogleWifiFilled.displayName = 'OnesyIconMaterialGoogleWifiFilled'; export default IconMaterialGoogleWifiFilled;