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="M12 20h.01M7 9c0-1.126.372-2.164 1-3a5 5 0 1 1 4.994 7.901c-.542.11-.994.547-.994 1.099v1" /></svg>;
export default SvgComponent;