UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 840 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSignalCellularAltW100 = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SignalCellularAltW100", short_name: "SignalCellularAlt", 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 7Zm230 0q-10 0-17-7t-7-17v-288q0-10 7-17t17-7q10 0 17 7t7 17v288q0 10-7 17t-17 7Zm218 0q-10 0-17-7t-7-17v-488q0-10 7-17t17-7q10 0 17 7t7 17v488q0 10-7 17t-17 7Z" })); }); IconMaterialSignalCellularAltW100.displayName = 'OnesyIconMaterialSignalCellularAltW100'; export default IconMaterialSignalCellularAltW100;