UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.07 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdAirlineSeatLegroomNormal extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m34.14000000000001 30q1.0166666666666657 0 1.7583333333333329 0.7033333333333331t0.740000000000002 1.7966666666666669-0.7416666666666671 1.7966666666666669-1.759999999999998 0.7033333333333331h-7.5v-11.64h-11.636666666666677q-2.033333333333333 0-3.5166666666666657-1.4833333333333343t-1.4833333333333343-3.518333333333331v-13.358333333333334h10v10h8.36q1.3283333333333331 0 2.3049999999999997 1.0166666666666657t0.9750000000000014 2.3416666666666686v11.641666666666666h2.5z m-25.78000000000001-10q1.7763568394002505e-15 2.0333333333333314 1.4833333333333343 3.5166666666666657t3.5166666666666657 1.4833333333333343h10v3.3599999999999994h-10q-3.4383333333333344 0-5.9-2.461666666666666t-2.459999999999999-5.898333333333333v-15h3.3599999999999994v15z"/></g> </IconBase> ); } }