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="M5 9.5a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0ZM4.641 15.7c1.233-.536 2.85-.7 4.859-.7 2.011 0 3.63.165 4.862.7 1.343.585 2.16 1.58 2.587 2.984A1.02 1.02 0 0 1 15.974 20H3.028a1.02 1.02 0 0 1-.976-1.319c.428-1.404 1.245-2.398 2.59-2.982ZM21.707 2.293a1 1 0 0 1 0 1.414l-3.5 3.5a1.707 1.707 0 0 1-2.414 0l-1.5-1.5a1 1 0 0 1 1.414-1.414L17 5.586l3.293-3.293a1 1 0 0 1 1.414 0Z" clipRule="evenodd" /></svg>;
export default SvgComponent;