@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 857 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSignalCellularAlt2BarFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SignalCellularAlt2BarFilled",
short_name: "SignalCellularAlt2Bar",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M260-160q-25 0-42.5-17.5T200-220v-120q0-25 17.5-42.5T260-400q25 0 42.5 17.5T320-340v120q0 25-17.5 42.5T260-160Zm240 0q-25 0-42.5-17.5T440-220v-320q0-25 17.5-42.5T500-600q25 0 42.5 17.5T560-540v320q0 25-17.5 42.5T500-160Z"
}));
});
IconMaterialSignalCellularAlt2BarFilled.displayName = 'OnesyIconMaterialSignalCellularAlt2BarFilled';
export default IconMaterialSignalCellularAlt2BarFilled;