UNPKG

@onesy/icons-material-rounded-react

Version:

Icons material rounded for React

14 lines (13 loc) 1.23 kB
"use strict"; 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 IconMaterialAirlineSeatLegroomExtraFilled = react_1.default.forwardRef((props, ref) => { return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AirlineSeatLegroomExtraFilled', short_name: 'AirlineSeatLegroomExtra', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-280H160q-33 0-56.5-23.5T80-360v-440q0-17 11.5-28.5T120-840q17 0 28.5 11.5T160-800v440h320q17 0 28.5 11.5T520-320q0 17-11.5 28.5T480-280Zm120-120H340q-50 0-85-35t-35-85v-280q0-17 11.5-28.5T260-840h160q17 0 28.5 11.5T460-800v200h120q23 0 42 12.5t30 33.5l136 278 44-20q23-11 46.5-3.5T914-270q12 23 3.5 47T886-188l-115 52q-15 7-30 1t-22-20L600-400Z" }) }))); }); IconMaterialAirlineSeatLegroomExtraFilled.displayName = 'OnesyIconMaterialAirlineSeatLegroomExtraFilled'; exports.default = IconMaterialAirlineSeatLegroomExtraFilled;