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 12c0-7.412 1.236-9 7-9 5.765 0 7 1.588 7 9s-1.235 9-7 9c-5.764 0-7-1.588-7-9ZM12 7v5" /></svg>;
export default SvgComponent;