@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 736 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSignalCellularAlt1BarW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SignalCellularAlt1BarW100Filled",
short_name: "SignalCellularAlt1Bar",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M276-212q-10 0-17-7t-7-17v-88q0-10 7-17t17-7q10 0 17 7t7 17v88q0 10-7 17t-17 7Z"
}));
});
IconMaterialSignalCellularAlt1BarW100Filled.displayName = 'OnesyIconMaterialSignalCellularAlt1BarW100Filled';
export default IconMaterialSignalCellularAlt1BarW100Filled;