@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.62 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 IconMaterialZonePersonIdleW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'ZonePersonIdleW100', short_name: 'ZonePersonIdle', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M842-128 517-453l-25 129H384l42-216-132 55v113q0 6-4 10t-10 4q-6 0-10-4t-4-10v-112q0-9 5.5-16.5T285-512l123-50-308-308q-4-4-4.5-9.5T100-890q5-5 10-5t10 5l742 742q4 4 4.5 9.5T862-128q-5 5-10 5t-10-5Zm-650-56q-26 0-43-17t-17-43v-74q0-6 4-10t10-4q6 0 10 4t4 10v74q0 12 10 22t22 10h74q6 0 10 4t4 10q0 6-4 10t-10 4h-74Zm608-562v-74q0-12-10-22t-22-10h-74q-6 0-10-4t-4-10q0-6 4-10t10-4h74q26 0 43 17t17 43v74q0 6-4 10t-10 4q-6 0-10-4t-4-10Zm-668 14v-88q0-13 4-24t11-19l21 21q-3 5-5.5 10.5T160-820v88h-28Zm562 548q-6 0-10-4t-4-10q0-6 4-10t10-4h74q6 0 11.5-2.5t8.5-7.5l21 21q-7 8-17.5 12.5T768-184h-74ZM270-852l-28-28h38q6 0 10 4t4 10q0 6-4 10t-10 4h-10Zm558 558-28-28v-10q0-6 4-10t10-4q6 0 10 4t4 10v38ZM540-648q-27 0-45.5-18.5T476-712q0-27 18.5-45.5T540-776q27 0 45.5 18.5T604-712q0 27-18.5 45.5T540-648Z" }) })));
});
IconMaterialZonePersonIdleW100.displayName = 'OnesyIconMaterialZonePersonIdleW100';
exports.default = IconMaterialZonePersonIdleW100;
;