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 fillRule="evenodd" d="M5.549 4.107C6.899 2.37 9.117 2 12 2c2.883 0 5.101.371 6.451 2.107.654.841 1.03 1.913 1.251 3.19C19.922 8.573 20 10.13 20 12s-.077 3.427-.298 4.703c-.22 1.277-.597 2.349-1.251 3.19C17.101 21.63 14.883 22 12 22c-2.883 0-5.101-.371-6.451-2.107-.654-.841-1.03-1.913-1.251-3.19C4.078 15.427 4 13.87 4 12s.077-3.427.298-4.703c.22-1.277.597-2.349 1.251-3.19Z" clipRule="evenodd" opacity={0.1} stroke="none" fill="currentColor" /><path d="M5 12c0-7.412 1.236-9 7-9 5.765 0 7 1.588 7 9s-1.235 9-7 9c-5.764 0-7-1.588-7-9ZM12 7v5" /></svg>;
export default SvgComponent;