react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 810 B
JavaScript
var React = require('react');
var IconBase = require('../IconBase');
export default class GoOcticonClippy extends React.Component {
render() {
return (
<IconBase viewBox="0 0 896 1024.032" {...this.props}>
<g><path d="m128 768.001h256v64h-256v-64z m320-384h-320v64h320v-64z m128 192v-128l-192 192 192 192v-128h320v-128h-320z m-288-64h-160v64h160v-64z m-160 192h160v-64h-160v64z m576 64h64v128c-1 18-7 33-19 45s-27 18-45 19h-640c-35 0-64-29-64-64v-704c0-35 29-64 64-64h192c0-70.99999999999997 57-127.99999999999997 128-127.99999999999997s128 57 128 128h192c35 0 64 29 64 64v320h-64v-192h-640v576h640v-128z m-576-512h512c0-35-29-64-64-64h-64c-35 0-64-29-64-64s-29-64-64-64-64 29-64 64-29 64-64 64h-64c-35 0-64 29-64 64z"/></g>
</IconBase>
);
}
}