@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.85 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 IconMaterialRsvpW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'RsvpW100Filled', short_name: 'Rsvp', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M56-390v-172q0-9 7-15.5t16-6.5h99q19.17 0 32.58 13.42Q224-557.17 224-538v38q0 20-14 31t-29 13l26 60q3 7-1.25 13.5T194-376q-5 0-8-2.5t-5-6.5l-30-71H84v66q0 6.07-3.95 10.03-3.96 3.97-10 3.97Q64-376 60-379.97q-4-3.96-4-10.03Zm360-14v-62h-90q-12.75 0-21.37-8.63Q296-483.25 296-496v-58q0-12.75 8.63-21.38Q313.25-584 326-584h104q6.07 0 10.03 3.95 3.97 3.96 3.97 10 0 6.05-3.97 10.05-3.96 4-10.03 4H324v62h90q12.75 0 21.38 8.62Q444-476.75 444-464v58q0 12.75-8.62 21.37Q426.75-376 414-376H310q-6.07 0-10.03-3.95-3.97-3.96-3.97-10 0-6.05 3.97-10.05 3.96-4 10.03-4h106Zm184-2 49-168q2-5 5-7.5t8.12-2.5q7.17 0 11.53 5.5Q678-573 676-566l-52 176q-1.93 6-6.75 10T606-376h-11.69q-7.31 0-11.89-4-4.59-4-6.42-10l-52-176q-2-7 2.35-12.5 4.36-5.5 11.53-5.5 5.12 0 8.12 2.5 3 2.5 5 7.5l49 168Zm136 16v-172q0-9 7-15.5t16-6.5h99q19.17 0 32.58 13.42Q904-557.17 904-538v36q0 19.17-13.42 32.58Q877.17-456 858-456h-94v66q0 6.07-3.95 10.03-3.96 3.97-10 3.97-6.05 0-10.05-3.97-4-3.96-4-10.03ZM84-484h94q8 0 13-4t5-12v-38q0-8-5-13t-13-5H84v72Zm680 0h94q8 0 13-5t5-13v-36q0-8-5-13t-13-5h-94v72Z" }) })));
});
IconMaterialRsvpW100Filled.displayName = 'OnesyIconMaterialRsvpW100Filled';
exports.default = IconMaterialRsvpW100Filled;
;