UNPKG

@gravityforms/gulp-tasks

Version:
8 lines (5 loc) 192 B
import args from './get-args.js'; import getConfig from '../../config.js'; const { config } = getConfig(); const key = Object.keys( args )[ 0 ]; export default config?.icons?.[ key ] || {};