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="M8.36 5.234C9.157 5.057 10.103 5 11.195 5h1.612c1.093 0 2.038.057 2.833.234.806.18 1.518.494 2.075 1.052.558.558.873 1.269 1.052 2.075.177.795.234 1.74.234 2.833v1.612c0 1.093-.057 2.038-.234 2.833-.18.806-.494 1.518-1.052 2.075-.557.558-1.268.873-2.075 1.052-.795.177-1.74.234-2.833.234h-1.612c-1.093 0-2.038-.057-2.833-.234-.806-.18-1.517-.494-2.075-1.052-.558-.557-.873-1.268-1.052-2.075C5.057 14.844 5 13.9 5 12.806v-1.612c0-1.093.057-2.038.234-2.833.18-.806.494-1.517 1.052-2.075.558-.558 1.269-.873 2.075-1.052Z" clipRule="evenodd" /><path d="m8.09 4.27.054-.012c.902-.2 1.934-.258 3.05-.258h1.612c1.115 0 2.148.057 3.05.258l.055.012A3.001 3.001 0 0 0 13 2h-2a3.001 3.001 0 0 0-2.91 2.27ZM15.91 19.73a5.333 5.333 0 0 1-.054.012c-.902.2-1.935.258-3.05.258h-1.612c-1.116 0-2.148-.057-3.05-.258a5.203 5.203 0 0 1-.055-.012A3.001 3.001 0 0 0 11 22h2a3.001 3.001 0 0 0 2.912-2.27Z" /></svg>;
export default SvgComponent;