import * as React from "react";
const SvgComponent = props => <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="currentColor" fill="none" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}><path d="M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10Z" /><path d="M14.386 11H9.614a1.427 1.427 0 0 0-.856 2.569L10.8 15.1a2 2 0 0 0 2.4 0l2.042-1.531A1.427 1.427 0 0 0 14.386 11ZM8.5 11 4 7.5M15.5 11l5-4M12 16v6M7.212 3.401C7.705 4.22 9.11 6 12 6c2.89 0 4.295-1.781 4.787-2.599" /></svg>;
export default SvgComponent;