@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 777 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSignalCellular4BarW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SignalCellular4BarW100Filled",
short_name: "SignalCellular4Bar",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M186-132q-11 0-16.5-7t-5.5-16.33q0-4.67 1-7.67t5-7l620-620q4-4 7-5t7.67-1q9.33 0 16.33 5.5 7 5.5 7 16.5v612q0 12.5-8.75 21.25T798-132H186Z"
}));
});
IconMaterialSignalCellular4BarW100Filled.displayName = 'OnesyIconMaterialSignalCellular4BarW100Filled';
export default IconMaterialSignalCellular4BarW100Filled;