@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.29 kB
JavaScript
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialSignalCellularNodataW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'SignalCellularNodataW100Filled', short_name: 'SignalCellularNodata', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M685-146q-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-74-75 74Zm-481 14q-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 22v230q0 14-10 22t-24 6q-10-2-19-2.5t-15-.5q-98 0-166.5 68.5T525-266q0 25 5.5 50t16.5 48q6 13-1 24.5T526-132H204Z" }) })));
});
IconMaterialSignalCellularNodataW100Filled.displayName = 'OnesyIconMaterialSignalCellularNodataW100Filled';
exports.default = IconMaterialSignalCellularNodataW100Filled;
;