UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 447 B
var React = require('react'); var IconBase = require('../IconBase'); export default class MdFormatListNumbered extends React.Component { render() { return ( <IconBase viewBox="0 0 24 24" {...this.props}> <g><path d="M2 17h2v.5H3v1h1v.5H2v1h3v-4H2v1zm1-9h1V4H2v1h1v3zm-1 3h1.8L2 13.1v.9h3v-1H3.2L5 10.9V10H2v1zm5-6v2h14V5H7zm0 14h14v-2H7v2zm0-6h14v-2H7v2z"/></g> </IconBase> ); } }