UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 1.87 kB
let React = require('react'); let IconBase = require('react-icon-base'); export default class MdPhoneBluetoothSpeaker extends React.Component { render() { return ( <IconBase viewBox="0 0 40 40" {...this.props}> <g><path d="m33.36 25.86q0.7033333333333331 0 1.1716666666666669 0.466666666666665t0.46666666666666856 1.173333333333332v5.860000000000003q0 0.7033333333333331-0.46666666666666856 1.1716666666666669t-1.173333333333332 0.46666666666666856q-11.716666666666669 0-20.038333333333334-8.32t-8.32-20.03666666666667q0-0.7033333333333323 0.46999999999999975-1.171666666666666t1.1716666666666669-0.4666666666666668h5.858333333333333q0.7050000000000001 0 1.1733333333333338 0.4666666666666668t0.4666666666666668 1.1716666666666669q0 3.124999999999999 0.9399999999999995 5.9383333333333335 0.3133333333333326 1.0166666666666675-0.39000000000000057 1.7166666666666668l-3.673333333333332 3.6750000000000007q3.673333333333334 7.188333333333333 11.016666666666667 11.01666666666667l3.671666666666667-3.673333333333332q0.7033333333333331-0.7033333333333331 1.716666666666665-0.39000000000000057 2.8166666666666664 0.9383333333333326 5.939999999999998 0.9383333333333326z m-3.3599999999999994-13.826666666666666v3.123333333333333l1.5633333333333326-1.5633333333333326z m0-7.19v3.123333333333335l1.5633333333333326-1.5616666666666665z m-5.466666666666669 11.016666666666666l-1.173333333333332-1.1716666666666669 4.610000000000003-4.688333333333333-4.609999999999999-4.6883333333333335 1.1716666666666669-1.1716666666666669 3.826666666666668 3.828333333333334v-6.326666666666667h0.783333333333335l4.763333333333335 4.766666666666667-3.5933333333333337 3.591666666666667 3.5933333333333337 3.591666666666667-4.766666666666666 4.7666666666666675h-0.7800000000000011v-6.331666666666667z"/></g> </IconBase> ); } }