Файловый менеджер - Редактировать - /home/infrafs/www/wp-content/plugins/woocommerce/packages/woocommerce-blocks/assets/js/icons/icon/index.tsx
Назад
/** * External dependencies */ import { cloneElement, isValidElement } from '@wordpress/element'; import type { HTMLProps, ReactElement } from 'react'; interface IconProps { srcElement?: ReactElement; size?: number; className?: string; } function Icon( { srcElement, size = 24, ...props }: IconProps & HTMLProps< HTMLImageElement | SVGElement > ): ReactElement | null { if ( ! isValidElement( srcElement ) ) { return null; } return cloneElement( srcElement, { width: size, height: size, ...props, } ); } export default Icon;
| ver. 1.4 |
Github
|
.
| PHP 8.2.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка