UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 586 B
import React from 'react'; export default function HeadphonesBluetoothIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-headphones-bluetooth ${props.className}`} viewBox="0 0 24 24" > <path d="M8 6a6 6 0 0 0-6 6v4.8c0 .66.54 1.2 1.2 1.2H6v-4H4v-2a4 4 0 0 1 4-4 4 4 0 0 1 4 4v2h-2v4h2.8a1.2 1.2 0 0 0 1.2-1.2V12a6 6 0 0 0-6-6m11 1v3.79L16.71 8.5l-.71.71L18.79 12 16 14.79l.71.71L19 13.21V17h.5l2.85-2.86L20.21 12l2.14-2.15L19.5 7H19m1 1.91l.94.94-.94.94V8.91m0 4.3l.94.93-.94.94v-1.87z" /> </svg> ); }