@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.15 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 IconMaterialHangoutMeetingFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'HangoutMeetingFilled', short_name: 'HangoutMeeting', viewBox: '0 96 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M380 656h160q17 0 28.5-11.5T580 616v-30l80 50V436l-80 50v-30q0-17-11.5-28.5T540 416H380q-17 0-28.5 11.5T340 456v160q0 17 11.5 28.5T380 656Zm100 360V876q-73 0-138.5-27.5t-114.5-74q-49-46.5-78-108T120 536q0-75 28.5-140.5t77-114.5q48.5-49 114-77T480 176q75 0 140.5 28T735 281q49 49 77 114.5T840 536q0 138-96 266t-264 214Z" }) })));
});
IconMaterialHangoutMeetingFilled.displayName = 'OnesyIconMaterialHangoutMeetingFilled';
exports.default = IconMaterialHangoutMeetingFilled;
;