UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

15 lines 987 B
import _extends from "@babel/runtime/helpers/extends"; import React from 'react'; import { Icon } from '@onesy/ui-react'; const IconMaterialSignalCellularPauseFilled = /*#__PURE__*/React.forwardRef((props, ref) => { return /*#__PURE__*/React.createElement(Icon, _extends({ ref: ref, name: "SignalCellularPauseFilled", short_name: "SignalCellularPause", viewBox: "0 -960 960 960" }, props), /*#__PURE__*/React.createElement("path", { d: "m148-148 664-664q19-19 43.5-8.5T880-783v303q0 17-11.5 28.5T840-440H640q-50 0-85 35t-35 85v200q0 17-11.5 28.5T480-80H177q-27 0-37.5-24.5T148-148Zm612 28v-200q0-17 11.5-28.5T800-360q17 0 28.5 11.5T840-320v200q0 17-11.5 28.5T800-80q-17 0-28.5-11.5T760-120Zm-160 0v-200q0-17 11.5-28.5T640-360q17 0 28.5 11.5T680-320v200q0 17-11.5 28.5T640-80q-17 0-28.5-11.5T600-120Z" })); }); IconMaterialSignalCellularPauseFilled.displayName = 'OnesyIconMaterialSignalCellularPauseFilled'; export default IconMaterialSignalCellularPauseFilled;