UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

6 lines (3 loc) 166 B
// Exports true if environment provides native `Symbol` implementation 'use strict'; module.exports = typeof Symbol === 'function' && typeof Symbol() === 'symbol';