@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.17 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSignalCellularConnectedNoInternet4BarW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SignalCellularConnectedNoInternet4BarW100Filled",
short_name: "SignalCellularConnectedNoInternet4Bar",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m183-183 593-593q14-14 33-6.34 19 7.65 19 27.34v75h-14q-47.5 0-80.75 33.25T700-566v434H204q-20 0-27.5-18.5T183-183Zm631.04 63q-11.04 0-18.54-7.46-7.5-7.47-7.5-18.5 0-11.04 7.46-18.54 7.47-7.5 18.5-7.5 11.04 0 18.54 7.46 7.5 7.47 7.5 18.5 0 11.04-7.46 18.54-7.47 7.5-18.5 7.5ZM800-266v-300q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v301q0 5-4.04 9-4.03 4-10 4-5.96 0-9.96-4.02-4-4.03-4-9.98Z"
}));
});
IconMaterialSignalCellularConnectedNoInternet4BarW100Filled.displayName = 'OnesyIconMaterialSignalCellularConnectedNoInternet4BarW100Filled';
export default IconMaterialSignalCellularConnectedNoInternet4BarW100Filled;