@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 897 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSignalCellularOffFilled = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SignalCellularOffFilled",
short_name: "SignalCellularOff",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M177-80q-27 0-37.5-24.5T148-148l276-276-300-299q-12-11-11.5-27.5T124-779q12-12 28.5-12t28.5 12l679 679q12 12 11.5 28T859-44q-12 11-28 11.5T803-44l-36-36H177Zm703-703v494q0 18-12 29.5T840-248q-8 0-15-3t-13-9L564-508q-6-6-8.5-13t-2.5-15q0-8 2.5-15t8.5-13l248-248q19-19 43.5-8.5T880-783Z"
}));
});
IconMaterialSignalCellularOffFilled.displayName = 'OnesyIconMaterialSignalCellularOffFilled';
export default IconMaterialSignalCellularOffFilled;