UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.12 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdSettingsCell extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m26.64 26.64v-20h-13.283333333333333v20h13.283333333333333z m0-26.64q1.3283333333333331 0 2.3433333333333337 1.0166666666666666t1.0166666666666657 2.34v26.643333333333334q0 1.326666666666668-1.0166666666666657 2.3416666666666686t-2.3433333333333337 1.0166666666666657h-13.283333333333333q-1.3266666666666662 0-2.341666666666667-1.0166666666666657t-1.0150000000000006-2.3416666666666686v-26.643333333333334q0-1.3283333333333323 1.0166666666666657-2.3433333333333324t2.34-1.0133333333333332h13.283333333333335z m-1.6400000000000006 40v-3.3599999999999994h3.3599999999999994v3.3599999999999994h-3.3599999999999994z m-6.640000000000001 0v-3.3599999999999994h3.2833333333333314v3.3599999999999994h-3.2833333333333314z m-6.720000000000001 0v-3.3599999999999994h3.360000000000001v3.3599999999999994h-3.3599999999999994z"/></g> </IconBase> ); } }