@amaui/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.23 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("@amaui/ui-react");
const IconMaterialAirlineSeatLegroomNormalFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AirlineSeatLegroomNormalFilled', short_name: 'AirlineSeatLegroomNormal', viewBox: '0 0 24 24' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M18 21q-.825 0-1.413-.587Q16 19.825 16 19v-5H8q-.825 0-1.412-.588Q6 12.825 6 12V3h6v6h5q.825 0 1.413.587Q19 10.175 19 11v7h1.5q.65 0 1.075.425Q22 18.85 22 19.5q0 .65-.425 1.075Q21.15 21 20.5 21ZM5 17q-.825 0-1.413-.587Q3 15.825 3 15V4q0-.425.288-.713Q3.575 3 4 3t.713.287Q5 3.575 5 4v11h8q.425 0 .713.287.287.288.287.713t-.287.712Q13.425 17 13 17Z" }) })));
});
IconMaterialAirlineSeatLegroomNormalFilled.displayName = 'AmauiIconMaterialAirlineSeatLegroomNormalFilled';
exports.default = IconMaterialAirlineSeatLegroomNormalFilled;