UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (9 loc) 285 B
var IconBase = require('../IconBase'); var MdLocalBar = (props) => { return ( <IconBase viewBox="0 0 24 24" {...props}> <g><path d="M11 13v6H6v2h12v-2h-5v-6l8-8V3H3v2l8 8zM7.5 7l-2-2h13l-2 2h-9z"/></g> </IconBase> ); }; export default MdLocalBar;