import React from 'react';
import withIcon from '../lib/withIcon';
export const IconHeadphones = withIcon(function IconHeadphones(props) {
    return (<svg data-tag="IconHeadphones" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M18.75 12c0-2.25-.562-3.938-1.687-5.063C15.938 5.812 14.25 5.25 12 5.25c-2.25 0-3.937.562-5.062 1.687C5.813 8.062 5.25 9.75 5.25 12c0 .5.125.875.375 1.125s.625.375 1.125.375h1.5c.75 0 1.313.187 1.688.562.374.375.562.938.562 1.688v3c0 .75-.187 1.312-.562 1.687C9.562 20.812 9 21 8.25 21h-1.5c-1.25 0-2.187-.313-2.812-.938C3.312 19.437 3 18.5 3 17.25V12c0-3 .75-5.25 2.25-6.75S9 3 12 3s5.25.75 6.75 2.25S21 9 21 12v5.25c0 1.25-.312 2.188-.937 2.812-.625.625-1.563.938-2.813.938h-1.5c-.75 0-1.312-.188-1.687-.563-.376-.375-.563-.937-.563-1.687v-3c0-.75.188-1.313.563-1.688.374-.375.937-.562 1.687-.562h1.5c.5 0 .875-.125 1.125-.375s.375-.625.375-1.125"/>
    </svg>);
});
//# sourceMappingURL=Headphones.jsx.map