UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 794 B
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdSettingsInputComponent extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m8.3 3.3c0-0.9-0.7-1.6-1.6-1.6s-1.7 0.7-1.7 1.6v6.7h-3.3v10h10v-10h-3.4v-6.7z m6.7 23.4c0 2.1 1.4 4 3.3 4.7v6.9h3.4v-6.9c1.9-0.7 3.3-2.5 3.3-4.7v-3.4h-10v3.4z m-13.3 0c0 2.1 1.4 4 3.3 4.7v6.9h3.3v-6.9c2-0.7 3.4-2.6 3.4-4.7v-3.4h-10v3.4z m33.3-16.7v-6.7c0-0.9-0.7-1.6-1.7-1.6s-1.6 0.7-1.6 1.6v6.7h-3.4v10h10v-10h-3.3z m-13.3-6.7c0-0.9-0.8-1.6-1.7-1.6s-1.7 0.7-1.7 1.6v6.7h-3.3v10h10v-10h-3.3v-6.7z m6.6 23.4c0 2.1 1.4 4 3.4 4.7v6.9h3.3v-6.9c1.9-0.7 3.3-2.5 3.3-4.7v-3.4h-10v3.4z"/></g> </IconBase> ); } }