UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 649 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class GoOcticonFileBinary extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m15 30h2.5v2.5h-7.5v-2.5h2.5v-5h-2.5v-2.5h5v7.5z m20-18.8v23.8c0 1.4-1.1 2.5-2.5 2.5h-25c-1.4 0-2.5-1.1-2.5-2.5v-30c0-1.4 1.1-2.5 2.5-2.5h18.7l8.8 8.7z m-2.5 1.3l-7.5-7.5h-17.5v30h25v-22.5z m-7.5-2.5h-5v2.5h2.5v5h-2.5v2.5h7.5v-2.5h-2.5v-7.5z m-15 0h7.5v10h-7.5v-10z m2.5 7.5h2.5v-5h-2.5v5z m7.5 5h7.5v10h-7.5v-10z m2.5 7.5h2.5v-5h-2.5v5z"/></g> </IconBase> ); } }