UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.49 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdExtension extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m34.14000000000001 18.36q1.7166666666666686 0 2.9666666666666686 1.211666666666666t1.25 2.9299999999999997-1.25 2.9333333333333336-2.9666666666666686 1.2100000000000009h-2.5v6.716666666666665q0 1.3299999999999983-0.9766666666666666 2.306666666666665t-2.3049999999999997 0.9766666666666666h-6.328333333333333v-2.5q0-1.875-1.3283333333333331-3.163333333333334t-3.1999999999999993-1.288333333333334-3.205 1.288333333333334-1.3283333333333331 3.163333333333334v2.5h-6.330000000000009q-1.3283333333333331 0-2.3049999999999997-0.9766666666666666t-0.9766666666666666-2.3049999999999997v-6.329999999999998h2.5q1.875 0 3.163333333333332-1.3283333333333331t1.288333333333334-3.203333333333333-1.288333333333334-3.1999999999999993-3.163333333333333-1.3300000000000018h-2.5v-6.3299999999999965q0-1.3283333333333331 0.9766666666666666-2.3049999999999997t2.3050000000000006-0.9766666666666666h6.716666666666667v-2.5q0-1.7166666666666668 1.213333333333333-2.966666666666667t2.933333333333332-1.25 2.9283333333333346 1.25 1.211666666666666 2.966666666666667v2.5h6.716666666666669q1.3299999999999983 0 2.306666666666665 0.9766666666666666t0.9766666666666666 2.3049999999999997v6.716666666666667h2.5z"/></g> </IconBase> ); } }