import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M5.019 5.008A7.108 7.108 0 0 0 3 10c0 3.866 3.022 7 6.75 7h7.5c.6 0 1.168-.146 1.671-.407L5.02 5.008Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="M9.75 3c3.24 0 5.948 2.368 6.6 5.527.085.41.48.695.9.695 2.071 0 3.75 1.741 3.75 3.89M19.09 16.5a3.63 3.63 0 0 1-1.84.5h-7.5C6.022 17 3 13.866 3 10c0-1.959.776-3.73 2.026-5M3 3l18 15" /></svg>;
export default SvgComponent;