UNPKG

@gravityforms/gulp-tasks

Version:
7 lines (5 loc) 201 B
const args = require( './get-args' ); const getConfig = require( '../../config' ); const { config } = getConfig(); const key = Object.keys( args )[ 0 ]; module.exports = config?.icons?.[ key ] || {};