UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

20 lines (18 loc) 304 B
/* We're explicitly defining the list of entities that might see in escape HTML strings */ var htmlEntities = { nbsp: ' ', cent: '¢', pound: '£', yen: '¥', euro: '€', copy: '©', reg: '®', lt: '<', gt: '>', quot: '"', amp: '&', apos: '\'' }; module.exports = htmlEntities;