@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 778 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSignalCellular3BarW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SignalCellular3BarW100Filled",
short_name: "SignalCellular3Bar",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M186-132q-11 0-16.5-7t-5.5-16q0-5 1-8t5-7l620-620q4-4 7-5t8-1q9 0 16 5.5t7 16.5v612q0 13-8.5 21.5T798-132H186Zm377-28h237v-600L563-523v363Z"
}));
});
IconMaterialSignalCellular3BarW100Filled.displayName = 'OnesyIconMaterialSignalCellular3BarW100Filled';
export default IconMaterialSignalCellular3BarW100Filled;