UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (9 loc) 322 B
var IconBase = require('../IconBase'); var MdGamepad = (props) => { return ( <IconBase viewBox="0 0 24 24" {...props}> <g><path d="M15 7.5V2H9v5.5l3 3 3-3zM7.5 9H2v6h5.5l3-3-3-3zM9 16.5V22h6v-5.5l-3-3-3 3zM16.5 9l-3 3 3 3H22V9h-5.5z"/></g> </IconBase> ); }; export default MdGamepad;