UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.23 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdSettingsBluetooth extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m24.766666666666666 23.828333333333337l-3.126666666666665-3.125v6.25z m-3.1283333333333303-17.42166666666667v6.25l3.1283333333333303-3.123333333333333z m7.894999999999996 3.126666666666667l-7.190000000000001 7.1083333333333325 7.188333333333333 7.188333333333333-9.533333333333335 9.533333333333331h-1.6400000000000006v-12.658333333333331l-7.656666666666666 7.656666666666666-2.3433333333333337-2.3433333333333337 9.296666666666667-9.373333333333335-9.296666666666667-9.296666666666667 2.3433333333333337-2.3433333333333337 7.656666666666666 7.656666666666666v-12.658333333333328h1.6416666666666728z m-4.533333333333331 30.46666666666667v-3.3599999999999994h3.3599999999999994v3.3599999999999994h-3.3599999999999994z m-13.360000000000001 0v-3.3599999999999994h3.360000000000001v3.3599999999999994h-3.3599999999999994z m6.720000000000001 0v-3.3599999999999994h3.2833333333333314v3.3599999999999994h-3.2833333333333314z"/></g> </IconBase> ); } }