UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 2.99 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class TiTrash extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m30 11.666666666666668h-1.6666666666666679v-1.6666666666666679c0-1.8399999999999999-1.4933333333333323-3.333333333333334-3.333333333333332-3.333333333333334h-11.666666666666666c-1.8399999999999999 0-3.333333333333334 1.493333333333334-3.333333333333334 3.333333333333334v1.666666666666666h-1.666666666666666c-0.9199999999999999 0-1.666666666666667 0.7466666666666661-1.666666666666667 1.666666666666666s0.746666666666667 1.666666666666666 1.666666666666667 1.666666666666666v13.333333333333334c0 3.676666666666666 2.99 6.666666666666668 6.666666666666666 6.666666666666668h8.333333333333336c3.676666666666666 0 6.666666666666668-2.990000000000002 6.666666666666668-6.666666666666668v-13.333333333333332c0.9200000000000017 0 1.6666666666666679-0.7466666666666661 1.6666666666666679-1.666666666666666s-0.7466666666666661-1.666666666666666-1.6666666666666679-1.666666666666666z m-16.666666666666664-1.6666666666666679h11.666666666666664v1.666666666666666h-11.666666666666666v-1.666666666666666z m13.333333333333332 18.333333333333336c0 1.8399999999999999-1.4933333333333323 3.333333333333332-3.333333333333332 3.333333333333332h-8.333333333333336c-1.8399999999999999 0-3.333333333333334-1.4933333333333323-3.333333333333334-3.333333333333332v-13.333333333333336h14.999999999999998v13.333333333333336z m-12.5-10.833333333333336c-0.4583333333333339 0-0.8333333333333339 0.375-0.8333333333333339 0.8333333333333321v10c0 0.45833333333333215 0.375 0.8333333333333321 0.8333333333333339 0.8333333333333321s0.8333333333333339-0.375 0.8333333333333339-0.8333333333333321v-10c0-0.45833333333333215-0.375-0.8333333333333321-0.8333333333333339-0.8333333333333321z m3.333333333333332 0c-0.45833333333333215 0-0.8333333333333321 0.375-0.8333333333333321 0.8333333333333321v10c0 0.45833333333333215 0.375 0.8333333333333321 0.8333333333333321 0.8333333333333321s0.8333333333333321-0.375 0.8333333333333321-0.8333333333333321v-10c0-0.45833333333333215-0.375-0.8333333333333321-0.8333333333333321-0.8333333333333321z m3.3333333333333357 0c-0.45833333333333215 0-0.8333333333333321 0.375-0.8333333333333321 0.8333333333333321v10c0 0.45833333333333215 0.375 0.8333333333333321 0.8333333333333321 0.8333333333333321s0.8333333333333321-0.375 0.8333333333333321-0.8333333333333321v-10c0-0.45833333333333215-0.375-0.8333333333333321-0.8333333333333321-0.8333333333333321z m3.333333333333332 0c-0.45833333333333215 0-0.8333333333333321 0.375-0.8333333333333321 0.8333333333333321v10c0 0.45833333333333215 0.375 0.8333333333333321 0.8333333333333321 0.8333333333333321s0.8333333333333321-0.375 0.8333333333333321-0.8333333333333321v-10c0-0.45833333333333215-0.375-0.8333333333333321-0.8333333333333321-0.8333333333333321z"/></g> </IconBase> ); } }