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="M12 8.875c0-.33.12-.517.265-.638.168-.14.431-.237.735-.237s.566.097.735.237c.145.121.265.308.265.638a1 1 0 1 0 2 0c0-.92-.38-1.67-.985-2.174C14.433 6.216 13.696 6 13 6c-.696 0-1.434.216-2.015.7C10.38 7.205 10 7.956 10 8.876V11H9a1 1 0 1 0 0 2h1v1.963c-.066.143-.194.263-.307.369a5.2 5.2 0 0 1-.958.677c-.49.273-.607.802-.513 1.183a1.06 1.06 0 0 0 1.03.808H15a1 1 0 1 0 0-2h-3.288c.155-.266.288-.607.288-1v-2h1a1 1 0 1 0 0-2h-1V8.875ZM2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Z" clipRule="evenodd" /></svg>;
export default SvgComponent;