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 fillRule="evenodd" d="M2 10c0-4.384 3.436-8 7.75-8 3.713 0 6.778 2.682 7.558 6.223C19.938 8.254 22 10.465 22 13.11 22 15.777 19.907 18 17.25 18h-7.5C5.436 18 2 14.384 2 10Z" clipRule="evenodd" /></svg>;
export default SvgComponent;