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="M14 6a4 4 0 1 1 .983 2.627l-5.07 2.535a4.015 4.015 0 0 1 0 1.676l5.07 2.536S16.796 14 18 14a4 4 0 1 1-3.912 3.162l-5.071-2.535a4 4 0 1 1 0-5.253l5.07-2.536A4.017 4.017 0 0 1 14 6Z" clipRule="evenodd" /></svg>;
export default SvgComponent;