UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 809 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class GoOcticonLaw extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m20 10c-2.1 0-3.7-1.7-3.7-3.8s1.6-3.7 3.7-3.7 3.7 1.7 3.7 3.7-1.6 3.8-3.7 3.8z m17.5 15c0 2.8-2.2 5-5 5h-2.5c-2.8 0-5-2.2-5-5l5-10h-2.5c-1.4 0-2.5-1.1-2.5-2.5h-2.5v20c1.1 0 2.5 1.1 2.5 2.5h2.5c1.1 0 2.5 1.1 2.5 2.5h-20c0-1.4 1.4-2.5 2.5-2.5h2.5c0-1.4 1.4-2.5 2.5-2.5h0.1l-0.1-20h-2.5c0 1.4-1.1 2.5-2.5 2.5h-2.5l5 10c0 2.8-2.2 5-5 5h-2.5c-2.8 0-5-2.2-5-5l5-10h-2.5v-2.5h7.5c0-1.4 1.1-2.5 2.5-2.5h10c1.4 0 2.5 1.1 2.5 2.5h7.5v2.5h-2.5l5 10z m-28.7-7.5l-3.8 7.5h7.5l-3.7-7.5z m26.2 7.5l-3.8-7.5-3.7 7.5h7.5z"/></g> </IconBase> ); } }