UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.25 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class FaMapO extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m39.45375 2.7150000000000003q0.5462500000000006 0.39124999999999943 0.5462500000000006 1.0349999999999997v27.5q0 0.39124999999999943-0.21249999999999858 0.7025000000000006t-0.5675000000000026 0.45000000000000284l-12.5 5q-0.46875 0.21249999999999858-0.9375 0l-12.032499999999999-4.8075000000000045-12.02875 4.805000000000007q-0.1962499999999996 0.09999999999999432-0.4712499999999995 0.09999999999999432-0.37 0-0.7000000000000001-0.21625000000000227-0.5499999999999999-0.39124999999999943-0.5499999999999999-1.0337499999999977v-27.5q0-0.39250000000000007 0.21625-0.7037499999999994t0.5662499999999999-0.4500000000000002l12.5-5q0.46875-0.2124999999999999 0.9375 0l12.03 4.8075 12.033749999999998-4.80625q0.625-0.2537500000000006 1.1724999999999994 0.11749999999999972z m-25.07875 2.6374999999999997v24.80375l11.25 4.4925v-24.80625z m-11.875 4.235v24.805l10.625-4.237500000000001v-24.805z m35 20.82v-24.8025l-10.625 4.237500000000001v24.807499999999997z"/></g> </IconBase> ); } }