@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.38 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 IconMaterialAirlineSeatLegroomNormalW100Filled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AirlineSeatLegroomNormalW100Filled', short_name: 'AirlineSeatLegroomNormal', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M637-374H317q-23 0-38.5-15.5T263-428v-356q0-12.75 8.5-21.38Q280-814 293.49-814h127.02q13.49 0 21.99 8.62 8.5 8.63 8.5 21.38v262h192q23 0 38.5 15.5T697-468v266h76q15 0 23.5 7.31 8.5 7.32 8.5 18.5 0 11.19-8.5 18.69Q788-150 773-150H651q-5.95 0-9.97-4.02Q637-158.05 637-164v-210Zm-98 68H255q-26 0-43-17t-17-43v-434q0-5.95 4.04-9.97 4.03-4.03 10-4.03 5.96 0 9.96 4.03 4 4.02 4 9.97v434q0 12 10 22t22 10h284q5.95 0 9.97 4.04 4.03 4.03 4.03 10 0 5.96-4.03 9.96-4.02 4-9.97 4Z" }) })));
});
IconMaterialAirlineSeatLegroomNormalW100Filled.displayName = 'OnesyIconMaterialAirlineSeatLegroomNormalW100Filled';
exports.default = IconMaterialAirlineSeatLegroomNormalW100Filled;
;