@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 651 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialWifi1BarW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "Wifi1BarW100",
short_name: "Wifi1Bar",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M480-150q-21 0-35.5-14.5T430-200q0-21 14.5-35.5T480-250q21 0 35.5 14.5T530-200q0 21-14.5 35.5T480-150Z"
}));
});
IconMaterialWifi1BarW100.displayName = 'OnesyIconMaterialWifi1BarW100';
export default IconMaterialWifi1BarW100;