@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.45 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 IconMaterialAutoMeetingRoomW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AutoMeetingRoomW100Filled', short_name: 'AutoMeetingRoom', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M222 856V328q0-24.75 17.625-42.375T282 268h196q17 0 28.5 11.5T518 308h48q24.75 0 42.375 17.625T626 368v244q0 5.95-4.035 9.975-4.035 4.025-10 4.025T602 621.975q-4-4.025-4-9.975V368q0-14-9-23t-23-9h-48v518q0 12.75-8.625 21.375T488 884H156q-5.95 0-9.975-4.035-4.025-4.035-4.025-10t4.025-9.965q4.025-4 9.975-4h66Zm188-252q11 0 19.5-8.5T438 576q0-11-8.5-19.5T410 548q-11 0-19.5 8.5T382 576q0 11 8.5 19.5T410 604Zm264 246 20 45q3.871 9 13.935 9Q718 904 722 895l20-45 45-20q9-3.871 9-13.935Q796 806 787 802l-45-20-20-45q-3.871-9-13.935-9Q698 728 694 737l-20 45-45 20q-9 3.871-9 13.935Q620 826 629 830l45 20Z" }) })));
});
IconMaterialAutoMeetingRoomW100Filled.displayName = 'OnesyIconMaterialAutoMeetingRoomW100Filled';
exports.default = IconMaterialAutoMeetingRoomW100Filled;