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="M7.25 4.664C8.12 3.367 9.623 2 12 2s3.88 1.367 4.75 2.664a8.956 8.956 0 0 1 1.235 2.851l1.535 7.914A3 3 0 0 1 16.575 19h-9.15a3 3 0 0 1-2.945-3.571l1.535-7.914A8.956 8.956 0 0 1 7.25 4.663Z" clipRule="evenodd" /><path d="M8.514 20c.252.48.638.983 1.223 1.367.61.4 1.376.633 2.31.633.933 0 1.7-.233 2.31-.633.585-.384.97-.886 1.223-1.367H8.514Z" /><path fillRule="evenodd" d="M17.293 2.293a1 1 0 0 0 0 1.414c.826.826 1.262 1.636 1.737 3.536a1 1 0 0 0 1.94-.486c-.525-2.1-1.09-3.29-2.263-4.464a1 1 0 0 0-1.414 0ZM6.707 2.293a1 1 0 0 1 0 1.414c-.826.826-1.262 1.636-1.737 3.536a1 1 0 0 1-1.94-.486c.525-2.1 1.09-3.29 2.263-4.464a1 1 0 0 1 1.414 0Z" clipRule="evenodd" /></svg>;
export default SvgComponent;