UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 798 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdSettingsInputComposite extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path fill="#444" d="m28.4 26.6v-3.2h10v3.2c0 2.2-1.4 4-3.4 4.7v7.1h-3.4v-7.1c-1.9-0.7-3.2-2.5-3.2-4.7z m-6.8-23.2v6.6h3.4v10h-10v-10h3.4v-6.6c0-1 0.7-1.8 1.6-1.8s1.6 0.8 1.6 1.8z m13.4 6.6h3.4v10h-10v-10h3.2v-6.6c0-1 0.8-1.8 1.8-1.8s1.6 0.8 1.6 1.8v6.6z m-33.4 16.6v-3.2h10v3.2c0 2.2-1.3 4-3.2 4.7v7.1h-3.4v-7.1c-2-0.7-3.4-2.5-3.4-4.7z m13.4 0v-3.2h10v3.2c0 2.2-1.4 4-3.4 4.7v7.1h-3.2v-7.1c-2-0.7-3.4-2.5-3.4-4.7z m-6.6-23.2v6.6h3.2v10h-10v-10h3.4v-6.6c0-1 0.7-1.8 1.6-1.8s1.8 0.8 1.8 1.8z"/></g> </IconBase> ); } }