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="M8.75 3a1 1 0 0 1 1-1c3.713 0 6.778 2.682 7.558 6.223C19.938 8.254 22 10.465 22 13.11a1 1 0 1 1-2 0c0-1.63-1.265-2.889-2.75-2.889-.139 0-.275.011-.407.032a1.215 1.215 0 0 1-1.393-1.047C15.076 6.24 12.64 4 9.75 4a1 1 0 0 1-1-1ZM3.64 2.232a1 1 0 0 0-1.28 1.536L3.754 4.93A8.13 8.13 0 0 0 2 10c0 4.384 3.436 8 7.75 8h7.5c.625 0 1.221-.124 1.768-.35l1.342 1.118a1 1 0 1 0 1.28-1.536l-18-15Z" clipRule="evenodd" /></svg>;
export default SvgComponent;