UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

13 lines (7 loc) 156 B
/** * Returns the first argument provided to it. */ function identity(val){ return val; } module.exports = identity;