UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.32 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdDateRange extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m31.640000000000004 33.36v-18.36h-23.28333333333334v18.36h23.283333333333335z m0-26.720000000000002q1.3283333333333367 0 2.34333333333333 1.0166666666666666t1.0166666666666657 2.3400000000000043v23.358333333333334q0 1.3283333333333331-1.0166666666666657 2.3049999999999997t-2.3433333333333337 0.9766666666666666h-23.28333333333333q-1.405000000000002 0-2.3833333333333346-0.9766666666666666t-0.9733333333333345-2.3016666666666694v-23.358333333333334q0-1.33 0.9749999999999996-2.3450000000000006t2.383333333333333-1.0166666666666666h1.6416666666666675v-3.2783333333333324h3.3583333333333343v3.283333333333333h13.283333333333331v-3.283333333333333h3.3583333333333343v3.283333333333333h1.6400000000000006z m-3.280000000000001 11.720000000000002v3.2833333333333314h-3.360000000000003v-3.2833333333333314h3.3599999999999994z m-6.720000000000002 0v3.2833333333333314h-3.2833333333333314v-3.2833333333333314h3.2833333333333314z m-6.640000000000001 0v3.2833333333333314h-3.3599999999999994v-3.2833333333333314h3.3599999999999994z"/></g> </IconBase> ); } }