UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 451 B
import React from 'react'; export default function HeadphonesSettingsIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-headphones-settings ${props.className}`} viewBox="0 0 24 24" > <path d="M12 1a9 9 0 0 1 9 9v7a3 3 0 0 1-3 3h-3v-8h4v-2a7 7 0 0 0-7-7 7 7 0 0 0-7 7v2h4v8H6a3 3 0 0 1-3-3v-7a9 9 0 0 1 9-9m3 23v-2h2v2h-2m-4 0v-2h2v2h-2m-4 0v-2h2v2H7z" /> </svg> ); }