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="M12 10.198a2.477 2.477 0 0 0-.07-.046L6.943 7.035C5.662 6.235 4 7.155 4 8.667v6.666c0 1.511 1.662 2.432 2.943 1.632l4.987-3.117.07-.046v.865c0 1.362 1.471 2.216 2.654 1.54l4.442-2.539c1.291-.737 1.291-2.599 0-3.336l-4.442-2.539C13.47 7.118 12 7.971 12 9.333v.865Z" clipRule="evenodd" /></svg>;
export default SvgComponent;