UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 2.2 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdContentCut extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m31.640000000000004 5h4.9999999999999964v1.6400000000000006l-11.64 11.716666666666665-3.3599999999999994-3.3566666666666656z m-11.640000000000004 15.86q0.8599999999999994 0 0.8599999999999994-0.8599999999999994t-0.8599999999999994-0.8599999999999994-0.8599999999999994 0.8599999999999994 0.8599999999999994 0.8599999999999994z m-10 12.5q1.3283333333333331 0 2.3433333333333337-0.9766666666666666t1.0166666666666657-2.383333333333333-1.0166666666666657-2.383333333333333-2.3433333333333337-0.9766666666666666-2.3433333333333337 0.9766666666666666-1.0166666666666666 2.383333333333333 1.0166666666666666 2.383333333333333 2.3433333333333337 0.9766666666666666z m0-20q1.3283333333333331 0 2.3433333333333337-0.9766666666666666t1.0166666666666675-2.383333333333333-1.0166666666666675-2.383333333333333-2.3433333333333337-0.9766666666666666-2.3433333333333337 0.9766666666666666-1.0166666666666657 2.383333333333333 1.0166666666666666 2.383333333333333 2.343333333333333 0.9766666666666683z m6.093333333333334-0.625l20.546666666666667 20.626666666666665v1.6383333333333354h-5l-11.64-11.64-3.9066666666666663 3.9066666666666663q0.5466666666666669 1.1716666666666669 0.5466666666666669 2.7333333333333343 0 2.7366666666666646-1.9533333333333331 4.689999999999998t-4.686666666666667 1.9533333333333402-4.69-1.9533333333333331-1.9533333333333331-4.690000000000005 1.9533333333333331-4.686666666666667 4.69-1.9533333333333331q1.5616666666666674 0 2.7333333333333343 0.5466666666666669l3.9066666666666663-3.9066666666666663-3.906666666666668-3.9066666666666663q-1.1716666666666669 0.5466666666666669-2.7333333333333325 0.5466666666666669-2.7366666666666664 0-4.69-1.9533333333333331t-1.9533333333333331-4.686666666666667 1.9533333333333331-4.69 4.69-1.9533333333333331 4.683333333333335 1.953333333333334 1.9566666666666652 4.6899999999999995q0 1.5616666666666674-0.5466666666666669 2.7333333333333343z"/></g> </IconBase> ); } }