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.198.07-.046 4.986-3.117c1.282-.8 2.944.12 2.944 1.632v6.666c0 1.511-1.662 2.432-2.944 1.632l-4.986-3.117a2.272 2.272 0 0 1-.07-.046v.865c0 1.362-1.472 2.216-2.654 1.54l-4.442-2.539c-1.291-.737-1.291-2.599 0-3.336l4.442-2.539C10.528 7.118 12 7.971 12 9.333v.865Z" clipRule="evenodd" /></svg>;
export default SvgComponent;