UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 965 B
var React = require('react'); var IconBase = require('../IconBase'); export default class GoOcticonThumbsup extends React.Component { render() { return ( <IconBase viewBox="0 0 896 1024.032" {...this.props}> <g><path d="m896 451.001c0-72-52-131-128-131l-256 44c23-23 97-118 117-138 52-53 53-137 2-188-24-25-57-38-92-38-36 0-70 14-96 40 0 0-161 158-173 168-51 43-169 110-206 112h-64v576h63c24 0 71 25 113 47 72 38 154 81 242 81 10 0 222 0 222 0 69 0 128-51 128-117 0-8-8-19-10-27 39-25 65-68 65-118 0-14-2-28-6-41 41-24 69-69 69-120 0-22-6-43-15-62 22-24 25-54 25-88z m-64 0c0 38-21 70-63 70h-27c45 0 81 36 81 80 0 45-36 71-81 71h-63c45 0 81 46 81 90 0 45-27 70-72 70h-48c34 0 64 41 64 75 0 33-30 53-64 53h-224c-131 0-265-126-352-126v-450c67 0 197-87 283-158l140-141.99999999999997c15-14 34-21 52-21s35 6 48 19c26 27 25 71-3 100 0 0-207 266-200 266l384-64c41 0 64 28 64 67z"/></g> </IconBase> ); } }