UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

12 lines (9 loc) 196 B
define(['./randBool'], function (randBool) { /** * Returns random sign (-1 or 1) */ function randomSign() { return randBool()? 1 : -1; } return randomSign; });