UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.33 kB
"use strict"; 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 IconMaterialRobotW100 = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RobotW100', short_name: 'Robot', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M232-172q-25 0-42.5-17.5T172-232v-368q0-78 55-133t133-55h240q78 0 133 55t55 133v368q0 25-17.5 42.5T728-172H232Zm0-28h496q14 0 23-9t9-23v-368q0-66-47-113t-113-47H360q-66 0-113 47t-47 113v368q0 14 9 23t23 9Zm128-306q-23 0-38.5-15.5T306-560q0-23 15.5-38.5T360-614q23 0 38.5 15.5T414-560q0 23-15.5 38.5T360-506Zm240 0q-23 0-38.5-15.5T546-560q0-23 15.5-38.5T600-614q23 0 38.5 15.5T654-560q0 23-15.5 38.5T600-506ZM306-200v-74q0-25 17.5-42.5T366-334h228q25 0 42.5 17.5T654-274v74h-28v-74q0-14-9-23t-23-9H494v106h-28v-106H366q-14 0-23 9t-9 23v74h-28Zm-74 0h528-560 32Z" }) }))); }); IconMaterialRobotW100.displayName = 'OnesyIconMaterialRobotW100'; exports.default = IconMaterialRobotW100;