UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.08 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class GoHistory extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m20 2.5c-3.552500000000002 0-6.850000000000001 1.0750000000000002-9.6075 2.8925l-2.8925-2.8925v10h10l-3.4375-3.4375c1.7750000000000004-0.9624999999999986 3.7749999999999986-1.5625 5.9375-1.5625 6.903749999999999 0 12.5 5.594999999999999 12.5 12.5s-5.596250000000001 12.5-12.5 12.5c-6.904999999999999 0-12.5-5.596250000000001-12.5-12.5 0-1.7800000000000011 0.3825000000000003-3.467500000000001 1.0549999999999997-5h-3.5549999999999997v-3.8825000000000003c-1.5499999999999998 2.6125000000000007-2.5 5.625-2.5 8.8825 0 9.665 7.835000000000001 17.5 17.5 17.5s17.5-7.835000000000001 17.5-17.5-7.835000000000001-17.5-17.5-17.5z m-0.03750000000000142 29.9625l2.5375000000000014-2.4624999999999986v-7.5h5l2.5-2.5-2.5-2.5h-5l-2.5-2.5-5 5 2.5 2.5v7.5l2.4624999999999986 2.4624999999999986z"/></g> </IconBase> ); } }