@qooxdoo/framework
Version:
The JS Framework for Coders
27 lines (19 loc) • 714 B
JavaScript
/* ************************************************************************
qooxdoo - the new era of web development
http://qooxdoo.org
Copyright:
2020 OETIKER+PARTNER AG
License:
MIT: https://opensource.org/licenses/MIT
See the LICENSE file in the project's top-level directory for details.
Authors:
* Tobias Oetiker (oetiker)
************************************************************************ */
/**
* A dummy class to trigger the compiler to copy the MaterialIconsTwoTone font files
*/
/**
* @usefont(MaterialIconsTwoTone)
* @deprecated use the `@usefont` directive directly in your code
*/
qx.Class.define("qx.theme.iconfont.LoadMaterialIconsTwoTone", {});