@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 639 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialWifi1BarFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Wifi1BarFilled",
short_name: "Wifi1Bar",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480-120q-42 0-71-29t-29-71q0-42 29-71t71-29q42 0 71 29t29 71q0 42-29 71t-71 29Z"
}));
});
IconMaterialWifi1BarFilled.displayName = 'OnesyIconMaterialWifi1BarFilled';
export default IconMaterialWifi1BarFilled;