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="M22 12.934V15.066c0 .886 0 1.65-.082 2.262-.088.655-.287 1.284-.797 1.793-.51.51-1.138.709-1.793.797-.612.082-1.376.082-2.262.082h-6.132c-.886 0-1.65 0-2.262-.082-.655-.088-1.284-.287-1.793-.797-.51-.51-.709-1.138-.797-1.793C6 16.716 6 15.952 6 15.066v-2.132c0-.886 0-1.65.082-2.262.088-.655.287-1.284.797-1.793.51-.51 1.138-.709 1.793-.797C9.284 8 10.048 8 10.934 8h6.132c.886 0 1.65 0 2.262.082.655.088 1.284.287 1.793.797.51.51.709 1.138.797 1.793.082.612.082 1.376.082 2.262ZM11 14a3 3 0 1 1 6 0 3 3 0 0 1-6 0Z" clipRule="evenodd" /><path d="M17.997 7.004C17.71 7 17.417 7 17.119 7H10.88c-.843 0-1.663 0-2.342.091-.766.103-1.64.354-2.367 1.08-.727.727-.978 1.602-1.08 2.368C5 11.218 5 12.037 5 12.881v2.238c0 .293 0 .583.004.865a6.678 6.678 0 0 1-.188-.011c-.373-.03-.745-.093-1.107-.265a3 3 0 0 1-1.417-1.418c-.172-.36-.236-.733-.265-1.106A17.876 17.876 0 0 1 2 11.904v-2.97c0-.886 0-1.65.082-2.262.088-.655.287-1.284.797-1.793.51-.51 1.138-.709 1.793-.797C5.284 4 6.048 4 6.934 4h7.605c.422 0 .785 0 1.109.07a3 3 0 0 1 2.281 2.282c.045.2.061.416.068.652Z" /></svg>;
export default SvgComponent;