UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 615 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class GoOcticonGistSecret extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m22.5 26.2l2.5 8.8h-10l2.5-8.8-1.9-3.7h8.8l-1.9 3.7z m5-11.2h-15l-5 2.5h25l-5-2.5z m-2.5-10l-5 2.5-5-2.5-2.5 7.5h15l-2.5-7.5z m10.1 19.4l-7.6-1.9 2.5 5-5 7.5h8c1.2 0 2.2-0.8 2.5-1.9l1.4-5.7c0.3-1.3-0.5-2.7-1.8-3z m-22.6-1.9l-7.6 1.9c-1.3 0.3-2.1 1.7-1.8 3l1.4 5.7c0.3 1.1 1.3 1.9 2.5 1.9h8l-5-7.5 2.5-5z"/></g> </IconBase> ); } }