import React from 'react';
import withIcon from '../lib/withIcon';
export const IconMicrophone = withIcon(function IconMicrophone(props) {
    return (<svg data-tag="IconMicrophone" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M9 10.875V5.25c0-1.2.15-1.95.6-2.4.45-.45 1.2-.6 2.4-.6s1.95.15 2.4.6c.45.45.6 1.2.6 2.4v5.625c0 1.2-.15 1.95-.6 2.4-.45.45-1.2.6-2.4.6s-1.95-.15-2.4-.6c-.45-.45-.6-1.2-.6-2.4m4.67 6.694c2.008-.15 3.278-.624 4.046-1.66.768-1.037 1.034-2.636 1.034-5.034 0-.45-.056-.731-.225-.9-.168-.169-.45-.225-.9-.225s-.732.056-.9.225c-.169.169-.225.45-.225.9 0 1.801-.225 2.926-.9 3.6-.674.676-1.8.9-3.6.9s-2.926-.225-3.6-.9c-.676-.674-.9-1.799-.9-3.6 0-.45-.056-.731-.225-.9-.169-.169-.45-.225-.9-.225s-.731.056-.9.225c-.169.169-.225.45-.225.9 0 2.398.266 3.997 1.034 5.033.768 1.037 2.038 1.512 4.047 1.661.2.015.336.062.422.155.086.093.122.233.122.434 0 .214-.041.362-.136.456-.094.095-.242.136-.456.136H7.875c-.45 0-.732.056-.9.225-.169.169-.225.45-.225.9s.056.732.225.9c.168.169.45.225.9.225h8.25c.45 0 .731-.056.9-.225.169-.168.225-.45.225-.9s-.056-.731-.225-.9c-.169-.169-.45-.225-.9-.225h-2.408c-.214 0-.362-.041-.456-.136-.095-.094-.136-.242-.136-.456 0-.2.036-.34.121-.434.086-.093.223-.14.423-.155"/>
    </svg>);
});
//# sourceMappingURL=Microphone.jsx.map