UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 718 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSignalCellularAlt1Bar = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SignalCellularAlt1Bar", short_name: "SignalCellularAlt1Bar", 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-160Z" })); }); IconMaterialSignalCellularAlt1Bar.displayName = 'OnesyIconMaterialSignalCellularAlt1Bar'; export default IconMaterialSignalCellularAlt1Bar;