UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

11 lines (8 loc) 241 B
module.exports = function() { var result = {}; for (var prop in this) { if (!this.hasOwnProperty(prop) || prop.match(/^(?:include|contains|reverse|join|map|wrap)$/)) continue; result[prop] = this[prop]; } return result; };