芝麻web文件管理V1.00
编辑当前文件:/home/ezdajrnh/www/wp-content/plugins/better-wp-security/core/packages/ui/src/priority/icons.js
import { SVG, Path } from '@wordpress/primitives'; function Low( props ) { return
; } function Medium( props ) { return
; } function High( props ) { return
; } export default function PriorityIcon( { priority, ...rest } ) { switch ( priority ) { case 'low': return
; case 'medium': return
; case 'high': return
; } }