UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.33 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdCardTravel extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m33.36 23.36v-10h-5v3.2833333333333314h-3.3599999999999994v-3.283333333333333h-10v3.283333333333333h-3.3599999999999994v-3.283333333333333h-5v10.000000000000002h26.71666666666667z m0 8.280000000000001v-3.2833333333333314h-26.716666666666665v3.2833333333333314h26.716666666666665z m-18.36-25v3.3599999999999994h10v-3.3599999999999994h-10z m18.36 3.3599999999999994q1.4066666666666663 0 2.3433333333333337 0.9766666666666666t0.9383333333333326 2.383333333333333v18.283333333333335q0 1.4049999999999976-0.9383333333333326 2.3833333333333364t-2.3433333333333337 0.9733333333333292h-26.716666666666665q-1.408333333333334 0-2.3450000000000006-0.9750000000000014t-0.94-2.383333333333333v-18.28333333333333q0-1.4049999999999994 0.938333333333333-2.383333333333333t2.3433333333333337-0.9750000000000014h5v-3.3599999999999994q0-1.4066666666666663 0.9766666666666666-2.3433333333333337t2.383333333333333-0.938333333333333h10q1.408333333333335 0 2.383333333333333 0.938333333333333t0.9783333333333317 2.3433333333333337v3.3599999999999994h5z"/></g> </IconBase> ); } }