@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
15 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import React from 'react';
import { Icon } from '@onesy/ui-react';
const IconMaterialSignalCellularNodataW100 = /*#__PURE__*/React.forwardRef((props, ref) => {
return /*#__PURE__*/React.createElement(Icon, _extends({
ref: ref,
name: "SignalCellularNodataW100",
short_name: "SignalCellularNodata",
viewBox: "0 -960 960 960"
}, props), /*#__PURE__*/React.createElement("path", {
d: "M204-132q-14 0-22-9.5t-8-20.5q0-5 2-10.5t7-10.5l594-594q5-5 10.5-7t10.5-2q11 0 20.5 8t9.5 22v290q0 6-4 10t-10 4q-6 0-10-4t-4-10v-294L200-160h334q6 0 10 4t4 10q0 6-4 10t-10 4H204Zm556-88-75 74q-4 4-9 3.5t-9-4.5q-4-4-4-9.5t4-9.5l74-74-75-75q-4-4-3.5-9.5t4.5-9.5q4-4 9.5-4t9.5 4l74 75 75-75q4-4 9.5-3.5t9.5 4.5q4 4 4 9t-4 9l-74 75 74 75q4 4 3.5 9.5T853-146q-4 4-9 4t-9-4l-75-74Zm-560 60 600-600-185.5 185.5L471-431 342-302 200-160Z"
}));
});
IconMaterialSignalCellularNodataW100.displayName = 'OnesyIconMaterialSignalCellularNodataW100';
export default IconMaterialSignalCellularNodataW100;