HEX
Server: Apache
System: Linux efa57bbe-abb1-400d-2985-3b056fbc2701.secureserver.net 6.1.147-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 24 12:33:32 EDT 2025 x86_64
User: root (0)
PHP: 8.0.30.4
Disabled: NONE
Upload Files
File: /var/www/wp-content/plugins/pojo-accessibility/modules/settings/assets/js/icons/app-logo.js
import SvgIcon from '@elementor/ui/SvgIcon';

const AppLogo = () => {
	return (
		<SvgIcon viewBox="0 0 20 20" width="24" height="24" fill="none">
			<path
				fill="#000"
				d="M0 9.998a9.994 9.994 0 0 0 6.171 9.237 9.993 9.993 0 0 0 7.654 0 10.005 10.005 0 0 0 3.244-2.166 10.005 10.005 0 0 0 0-14.142 10.005 10.005 0 0 0-14.142 0A10.004 10.004 0 0 0 0 9.998Z"
			/>
			<path
				stroke="#fff"
				strokeLinecap="round"
				strokeLinejoin="round"
				strokeWidth="1.821"
				d="m7.775 15.001 2.221-3.335M9.996 11.666 12.221 15M9.996 11.666V9.445M9.996 9.445l3.335-1.11M9.997 9.445l-3.332-1.11"
			/>
			<path
				fill="#fff"
				stroke="#fff"
				strokeLinecap="round"
				strokeLinejoin="round"
				strokeWidth="1.456"
				d="M10.47 6.186a.557.557 0 1 0-.944-.593.557.557 0 0 0 .943.593Z"
			/>
		</SvgIcon>
	);
};

export default AppLogo;