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="M9.399 2c-1.25 0-2.431.79-2.771 2.084C6.34 5.18 6 6.822 6 8.5a6.002 6.002 0 0 0 5 5.917V20H8a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2h-3v-5.583A6.002 6.002 0 0 0 18 8.5c0-1.678-.34-3.32-.628-4.416C17.032 2.79 15.85 2 14.602 2H9.398ZM9.26 9.1c.23-.062.469-.1.74-.1.583 0 1.013.171 1.614.422l.035.015c.59.247 1.344.563 2.351.563.47 0 .884-.068 1.26-.169a1 1 0 0 0-.52-1.931c-.23.062-.469.1-.74.1-.583 0-1.013-.171-1.614-.422l-.035-.015C11.76 7.316 11.007 7 10 7c-.47 0-.884.068-1.26.169A1 1 0 0 0 9.26 9.1Z" clipRule="evenodd" /></svg>;
export default SvgComponent;