UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.1 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdFormatBold extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m22.5 25.86q1.0933333333333337 0 1.7966666666666669-0.7416666666666671t0.7033333333333331-1.7566666666666642-0.7033333333333331-1.7583333333333329-1.7966666666666669-0.7399999999999984h-5.859999999999999v5h5.859999999999999z m-5.859999999999999-15v5h5q1.0166666666666657 0 1.7583333333333329-0.7416666666666671t0.7399999999999984-1.7566666666666677-0.7416666666666671-1.7583333333333329-1.7600000000000016-0.7400000000000002h-5z m9.375 7.108333333333334q3.591666666666665 1.6416666666666657 3.591666666666665 5.704999999999998 0 2.6566666666666663-1.7583333333333329 4.491666666666667t-4.411666666666665 1.8350000000000009h-11.796666666666667v-23.36h10.466666666666669q2.8166666666666664 0 4.728333333333332 1.9533333333333331t1.9166666666666679 4.766666666666666-2.736666666666668 4.608333333333334z"/></g> </IconBase> ); } }