HEX
Server: Apache
System: Linux www 5.10.0-10-amd64 #1 SMP Debian 5.10.84-1 (2021-12-08) x86_64
User: root (0)
PHP: 8.2.1
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
Upload Files
File: /mnt/drbd/www/edenhouse/wp-content/plugins/templately/assets/images/icons/ArrowRight.js
import React from 'react';

function ArrowRight() {
	return (
		<svg
			xmlns='http://www.w3.org/2000/svg'
			width='25'
			height='25'
			fill='none'
			viewBox='0 0 25 25'>
			<mask
				id='mask0_381_11152'
				style={{ maskType: 'alpha' }}
				width='25'
				height='25'
				x='0'
				y='0'
				maskUnits='userSpaceOnUse'>
				<path
					fill='#D9D9D9'
					d='M0.691 0.142H24.691V24.142H0.691z'></path>
			</mask>
			<g mask='url(#mask0_381_11152)'>
				<path
					fill='#fff'
					d='M15.691 19.142l-1.425-1.4 4.6-4.6H2.691v-2h16.175l-4.575-4.6 1.4-1.4 7 7-7 7z'></path>
			</g>
		</svg>
	);
}

export default ArrowRight;