react-icons
Version:
svg react icons of popular icon packs using ES6 imports
14 lines (11 loc) • 1.95 kB
JavaScript
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 d="m28.36 26.64v-3.2833333333333314h10v3.2833333333333314q0 1.6400000000000006-0.9383333333333326 2.8900000000000006t-2.421666666666667 1.7966666666666669v7.033333333333331h-3.3599999999999994v-7.033333333333331q-3.2833333333333314-1.1716666666666669-3.2833333333333314-4.688333333333333z m-6.719999999999999-23.28v6.640000000000001h3.3599999999999994v10h-10v-10h3.3599999999999994v-6.64q0-0.7033333333333331 0.466666666666665-1.211666666666667t1.1733333333333356-0.51 1.1716666666666669 0.5083333333333331 0.466666666666665 1.21z m13.36 6.640000000000001h3.3599999999999994v10h-10v-10h3.2833333333333314v-6.64q0-0.7033333333333331 0.5066666666666677-1.211666666666667t1.211666666666666-0.51 1.1716666666666669 0.5083333333333331 0.46666666666666856 1.21v6.6433333333333335z m-33.36 16.64v-3.2833333333333314h10v3.2833333333333314q0 3.5166666666666657-3.283333333333333 4.688333333333333v7.033333333333331h-3.3566666666666674v-7.033333333333331q-1.4866666666666668-0.5466666666666669-2.4233333333333333-1.7966666666666669t-0.9383333333333332-2.8916666666666657z m13.360000000000001 0v-3.2833333333333314h9.999999999999998v3.2833333333333314q0 1.6400000000000006-0.9383333333333326 2.8900000000000006t-2.421666666666667 1.7966666666666669v7.033333333333331h-3.2833333333333314v-7.033333333333331q-1.4833333333333343-0.5466666666666669-2.42-1.7966666666666669t-0.9366666666666692-2.8900000000000006z m-6.640000000000001-23.28v6.640000000000001h3.283333333333333v10h-10v-10h3.3566666666666656v-6.64q0-0.7033333333333331 0.46999999999999975-1.211666666666667t1.1716666666666669-0.51 1.211666666666667 0.5083333333333331 0.5083333333333329 1.21z"/></g>
</IconBase>
);
}
}