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/chart-skeleton.js
const ChartSkeleton = (props) => {
	return (
		<svg
			viewBox="0 0 489 194"
			fill="transparent"
			{...props}
			style={{ maxWidth: '100%' }}
		>
			<path d="M24 1V137" stroke="#F3F3F4" />
			<path
				d="M24 122.5L102.029 106.033L190.906 2.5L270.809 92.5L344.46 63.4543L407.885 21.2879L488 53.7291"
				stroke="black"
				strokeOpacity="0.12"
				strokeWidth="2"
			/>
			<path d="M24 137L488 137" stroke="#F3F3F4" />
		</svg>
	);
};

export default ChartSkeleton;