react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 679 B
JavaScript
var React = require('react');
var IconBase = require('../IconBase');
export default class GoOcticonFileZip extends React.Component {
render() {
return (
<IconBase viewBox="0 0 768 1024.032" {...this.props}>
<g><path d="m544 64.001h-480c-35 0-64 29-64 64v768c0 35 29 64 64 64h640c35 0 64-29 64-64v-608l-224-223.99999999999997z m160 832h-640v-768h192v64h64v-64h192l192 192v576z m-384-640v-64h64v64h-64z m-64 0h64v64h-64v-64z m64 128v-64h64v64h-64z m-64 0h64v64h-64v-64z m64 128v-64h64v64h-64z m-64 82c-38 22-64 63-64 110v64h256v-64c0-71-57-128-128-128v-64h-64v82z m128 46v64h-128v-64h128z"/></g>
</IconBase>
);
}
}