@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.48 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 IconMaterialRobot2W100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'Robot2W100Filled', short_name: 'Robot2', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M242-172q-12.75 0-21.37-8.64-8.63-8.63-8.63-21.4v-120.17q0-24.79 17.63-42.29Q247.25-382 272-382h416q24.75 0 42.38 17.65Q748-346.7 748-321.92v120.15q0 12.77-8.62 21.27-8.63 8.5-21.38 8.5H242Zm133-290q-67.64 0-115.32-47.68Q212-557.35 212-625q0-67.65 47.68-115.32Q307.36-788 375-788h210q67.65 0 115.32 47.68Q748-692.65 748-625q0 67.65-47.68 115.32Q652.65-462 585-462H375Zm-.04-137q11.04 0 18.54-7.46 7.5-7.47 7.5-18.5 0-11.04-7.46-18.54-7.47-7.5-18.5-7.5-11.04 0-18.54 7.46-7.5 7.47-7.5 18.5 0 11.04 7.46 18.54 7.47 7.5 18.5 7.5Zm210 0q11.04 0 18.54-7.46 7.5-7.47 7.5-18.5 0-11.04-7.46-18.54-7.47-7.5-18.5-7.5-11.04 0-18.54 7.46-7.5 7.47-7.5 18.5 0 11.04 7.46 18.54 7.47 7.5 18.5 7.5Z" }) })));
});
IconMaterialRobot2W100Filled.displayName = 'OnesyIconMaterialRobot2W100Filled';
exports.default = IconMaterialRobot2W100Filled;
;