UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 702 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class GoOcticonChecklist extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m13.1 26c0.1-0.8 0.4-1.6 1-2.2l2.5-2.3c0.6-0.6 1.4-0.9 2.2-0.9s1.6 0.3 2.2 0.9l1.5 1.6 5-5v-10.6c0-1.4-1.1-2.5-2.5-2.5h-17.5c-1.4 0-2.5 1.1-2.5 2.5v22.5c0 1.4 1.1 2.5 2.5 2.5h10.6l-4.1-4.2c-0.6-0.6-0.9-1.4-0.9-2.3z m-0.6-18.5h12.5v2.5h-12.5v-2.5z m-2.5 7.5h-2.5v-2.5h2.5v2.5z m0-5h-2.5v-2.5h2.5v2.5z m2.5 2.5h12.5v2.5h-12.5v-2.5z m21.2 8.7l-11.2 11.3-6.2-6.4 2.5-2.4 3.7 3.8 8.7-8.8 2.5 2.5z"/></g> </IconBase> ); } }