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="M18.245 7A7.966 7.966 0 0 1 20 12c0 1.892-.657 3.63-1.755 5M5.755 7A7.966 7.966 0 0 0 4 12c0 1.892.657 3.63 1.755 5" /></svg>;
export default SvgComponent;