File manager - Edit - /var/www/payraty/helpdesk/common/resources/client/ui/images/icon.tsx
Back
import React from 'react'; type IconProps = { name: string; className?: string; }; export function Icon({name, className = 'w-24 h-24'}: IconProps) { return ( <svg className={`fill-current inline-block ${className}`}> <use href={`/icons/merged.svg#${name}`} /> </svg> ); }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings