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="M15.958 3H8.043c-.476 0-.898 0-1.253.032-.386.036-.762.113-1.134.307-.372.194-.651.457-.901.753-.23.272-.472.618-.745 1.008l-.023.033-.597.853-.031.044c-.385.55-.723 1.031-.954 1.46-.25.463-.428.954-.41 1.525.016.571.223 1.05.5 1.498.255.414.62.875 1.037 1.402l5.332 6.735c.347.438.642.81.905 1.095.272.296.575.57.96.75a3 3 0 0 0 2.542 0c.385-.18.688-.454.96-.75.263-.284.558-.657.905-1.095l5.332-6.735c.417-.527.782-.988 1.038-1.402.277-.447.483-.927.5-1.498.017-.571-.161-1.062-.41-1.525-.232-.429-.57-.91-.954-1.46l-.651-.93c-.273-.39-.515-.736-.745-1.008-.25-.296-.53-.56-.902-.753-.372-.194-.748-.271-1.133-.307C16.856 3 16.434 3 15.958 3ZM9.832 8.055a1 1 0 0 0-1.664-1.11l-.5.75a2.207 2.207 0 0 0 .141 2.638l1.923 2.307a1 1 0 1 0 1.537-1.28L9.345 9.052a.207.207 0 0 1-.014-.247l.5-.75Z" clipRule="evenodd" /></svg>;
export default SvgComponent;