UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

7 lines (5 loc) 159 B
'use strict'; module.exports = function symbol(name) { let id = `EMBER_CLI${Math.floor(Math.random() * new Date())}`; return `__${name}__ [id=${id}]`; };