UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 893 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSignalCellularOffW100Filled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SignalCellularOffW100Filled", short_name: "SignalCellularOff", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "M204-132q-20 0-27.5-18.5T183-183l277-277-289-289q-4-4-4.5-9.5T171-769q5-5 10-5t10 5l661 661q4 4 4.5 9.5T852-88q-5 5-10 5t-10-5l-44-44H204Zm624-624v440q0 14-9.5 22t-20.5 8q-5 0-10.5-2t-10.5-7L557-515q-5-5-7-10t-2-11q0-6 2-11t7-10l220-220q14-14 32.5-6.5T828-756Z" })); }); IconMaterialSignalCellularOffW100Filled.displayName = 'OnesyIconMaterialSignalCellularOffW100Filled'; export default IconMaterialSignalCellularOffW100Filled;