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 d="M19 11a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z" opacity={0.1} stroke="none" fill="currentColor" /><path d="m17 17 4 4M19 11a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z" /></svg>;
export default SvgComponent;