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="M21 13.5a9 9 0 1 1-18 0c0-2.704 1.409-5.056 2.976-6.847 1.579-1.805 3.421-3.16 4.518-3.89a2.707 2.707 0 0 1 3.012 0c1.097.73 2.94 2.085 4.518 3.89C19.591 8.444 21 10.796 21 13.5Z" clipRule="evenodd" /></svg>;
export default SvgComponent;