UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 1.09 kB
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSignalCellularNodata = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SignalCellularNodata", short_name: "SignalCellularNodata", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M177-80q-18 0-29-12t-11-28q0-8 2.5-15t8.5-13l664-663q6-6 13-9t15-3q16 0 28 11t12 29v285q0 17-11.5 28.5T840-458q-17 0-28.5-11.5T800-498v-188L273-160h229q17 0 28.5 11.5T542-120q0 17-11.5 28.5T502-80H177Zm583-103-56 55q-11 11-27.5 11.5T648-128q-11-11-11-28t11-28l56-56-56-56q-11-11-11-28t11-28q11-11 28-11t28 11l56 56 56-56q11-11 27.5-11.5T872-352q11 11 11 28t-11 28l-55 56 55 56q11 11 11.5 27.5T872-128q-11 11-28 11t-28-11l-56-55Zm-487 23 527-526q-76 76-138 137.5t-121.5 121L417-304 273-160Z" })); }); IconMaterialSignalCellularNodata.displayName = 'OnesyIconMaterialSignalCellularNodata'; export default IconMaterialSignalCellularNodata;