UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.29 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdLocationCity extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m31.640000000000004 25v-3.3599999999999994h-3.283333333333335v3.3599999999999994h3.2833333333333314z m0 6.640000000000001v-3.2833333333333314h-3.283333333333335v3.2833333333333314h3.2833333333333314z m-10-20v-3.283333333333333h-3.283333333333335v3.283333333333333h3.2833333333333314z m0 6.719999999999999v-3.3599999999999994h-3.283333333333335v3.3599999999999994h3.2833333333333314z m0 6.640000000000001v-3.3599999999999994h-3.283333333333335v3.3599999999999994h3.2833333333333314z m0 6.640000000000001v-3.2833333333333314h-3.283333333333335v3.2833333333333314h3.2833333333333314z m-10-13.280000000000001v-3.3599999999999994h-3.283333333333333v3.3599999999999994h3.283333333333333z m0 6.640000000000001v-3.3599999999999994h-3.283333333333333v3.3599999999999994h3.283333333333333z m0 6.640000000000001v-3.2833333333333314h-3.283333333333333v3.2833333333333314h3.283333333333333z m13.359999999999996-13.280000000000001h10v16.64h-30v-23.36h10v-3.283333333333333l5-5 5 5v10.000000000000002z"/></g> </IconBase> ); } }