HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux WebLive 5.15.0-79-generic #86-Ubuntu SMP Mon Jul 10 16:07:21 UTC 2023 x86_64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/wpmuhibbah_err/wp-content/plugins/tablepress/admin/img/tablepress-icon.jsx
/**
 * JavaScript code for the TablePress icon.
 *
 * @package TablePress
 * @subpackage Images
 * @author Tobias Bäthge
 * @since 3.1.0
 */

/**
 * WordPress dependencies.
 */
import { SVG, Circle, Path } from '@wordpress/primitives';

export const TablePressIcon = (
	<SVG xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="-50 -50 100 100" fill="#fff">
		<Circle r="42" fill="#16a34a"/>
		<Path d="M0-25.854h-25.854v51.708h51.708V0H21v21h-42v-42H0Z"/>
		<Path d="M-18-18h10v10h-10zM-18-5h10V5h-10zM-5-5H5V5H-5zM-18 8h10v10h-10zM-5 8H5v10H-5zM8 8h10v10H8zM5-31h6.18v6.18H5zM19-25h6.18v6.18H19zM0-15h3.82v3.82H0zM10-20h3.82v3.82H10zM25-12h3.82v3.82H25zM8-13h10v10H8z"/>
	</SVG>
);

export const TablePressIconSimple = (
	<SVG xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="-32 -32 64 64" fill="#fff">
		<Path d="M0-25.854h-25.854v51.708h51.708V0H21v21h-42v-42H0Z"/>
		<Path d="M-18-18h10v10h-10zM-18-5h10V5h-10zM-5-5H5V5H-5zM-18 8h10v10h-10zM-5 8H5v10H-5zM8 8h10v10H8zM5-31h6.18v6.18H5zM19-25h6.18v6.18H19zM0-15h3.82v3.82H0zM10-20h3.82v3.82H10zM25-12h3.82v3.82H25zM8-13h10v10H8z"/>
	</SVG>
);