UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.78 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdAirlineSeatReclineExtra extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m27.03333333333333 25l9.608333333333334 7.5-2.5 2.5-6.328333333333333-5h-11.406666666666666q-1.7966666666666669 0-3.163333333333334-1.1333333333333329t-1.7599999999999998-2.9299999999999997l-2.261666666666665-9.843333333333334q-0.2333333333333325-1.5633333333333326 0.663333333333334-2.8133333333333326t2.383333333333333-1.5633333333333326h0.07833333333333314q1.7166666666666668-0.2333333333333325 2.8900000000000006 0.7033333333333331l2.736666666666668 2.1099999999999994q3.75 2.8900000000000006 7.813333333333333 2.1099999999999994v3.5933333333333337q-3.75 0.625-8.593333333333334-2.0333333333333314l1.7166666666666686 6.800000000000001h8.126666666666665z m-0.3933333333333344 6.640000000000001v3.3599999999999994h-11.716666666666667q-3.126666666666667 0-5.470000000000001-1.9916666666666671t-2.8133333333333335-5.038333333333334l-3.283333333333333-16.328333333333337h3.283333333333333l3.2833333333333323 15.783333333333335q0.3116666666666674 1.7950000000000017 1.7166666666666668 3.0066666666666677t3.283333333333333 1.2100000000000009h11.716666666666665z m-17.733333333333327-22.266666666666666q-1.0933333333333355-0.7800000000000011-1.328333333333335-2.1466666666666683t0.5466666666666669-2.461666666666667 2.1500000000000004-1.3666666666666667 2.460000000000001 0.5066666666666668q1.0950000000000006 0.8599999999999999 1.3666666666666671 2.226666666666667t-0.5066666666666659 2.461666666666667-2.1883333333333344 1.3283333333333331-2.5-0.5466666666666669z"/></g> </IconBase> ); } }