import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="none" fill="currentColor" fillRule="evenodd" clipRule="evenodd" {...props}><path d="M8 6a4 4 0 1 1 5 3.874v10.064A8.004 8.004 0 0 0 19.938 13H19a1 1 0 1 1 0-2h1.75c.687 0 1.266.563 1.246 1.278C21.85 17.673 17.43 22 12 22c-5.43 0-9.849-4.327-9.996-9.722A1.245 1.245 0 0 1 3.25 11H5a1 1 0 1 1 0 2h-.938A8.004 8.004 0 0 0 11 19.938V9.874A4.002 4.002 0 0 1 8 6Z" /></svg>;
export default SvgComponent;