f05cd91c8c05862fbb92440f4fd886f1ea001ca95a649db18ab9e719a1a5248f45872f90e7f16268582208e6917d999519ff5db9a79905fb3f716e35db82e9 301 B

12345
  1. // DON'T MANUALLY EDIT THIS FILE; run `gulp build-icons` instead.
  2. $context-menu-icons-cachebust: "<%= (0|Math.random()*9e6).toString(36) %>";
  3. $context-menu-icons: (<% _.each(glyphs, function(glyph) { %>
  4. <%= glyph.name %>: "<%= glyph.unicode[0].charCodeAt(0).toString(16).toUpperCase() %>",<% }); %>
  5. );