react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.18 kB
JavaScript
let React = require('react');
let IconBase = require('react-icon-base');
export default class MdAirlineSeatLegroomReduced extends React.Component {
render() {
return (
<IconBase viewBox="0 0 40 40" {...this.props}>
<g><path d="m8.360000000000001 20q0 2.0333333333333314 1.4833333333333325 3.5166666666666657t3.5166666666666657 1.4833333333333343h6.640000000000001v3.3599999999999994h-6.639999999999999q-3.4383333333333344 0-5.9-2.461666666666666t-2.460000000000001-5.898333333333333v-15h3.3599999999999994v15z m24.921666666666667 12.033333333333331q0.23333333333333428 1.1700000000000017-0.509999999999998 2.06666666666667t-1.913333333333334 0.8999999999999986h-7.5v-5l1.6416666666666657-6.640000000000001h-10q-2.033333333333333 0-3.5166666666666657-1.4833333333333343t-1.4833333333333343-3.518333333333331v-13.358333333333334h10v10h8.36q1.3283333333333331 0 2.3049999999999997 1.0166666666666657t0.9750000000000014 2.3416666666666686l-3.2816666666666663 11.641666666666666h2.344999999999999q0.9383333333333326 0 1.6799999999999997 0.5833333333333321t0.8999999999999986 1.446666666666669z"/></g>
</IconBase>
);
}
}