@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.18 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 IconMaterialNetworkPingW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'NetworkPingW100', short_name: 'NetworkPing', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M242-296q-5.95 0-9.98-4.04-4.02-4.03-4.02-10 0-5.96 4.02-9.96 4.03-4 9.98-4h235L178-623q-4-4-4.5-9.89-.5-5.9 4.43-10.18 3.93-3.93 10-3.93t10.07 4l282 282 200-200q-5-12-7.5-21.5t-2.5-16.64q0-27.24 18.79-46.05t46-18.81Q762-664 781-645.21t19 46Q800-572 781.11-553t-46.25 19q-5.86 0-14.36-2t-19.5-7L483-324h235q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4H242Z" }) })));
});
IconMaterialNetworkPingW100.displayName = 'OnesyIconMaterialNetworkPingW100';
exports.default = IconMaterialNetworkPingW100;
;