@cdx-ui/icons 0.0.1-alpha.29 → 0.0.1-alpha.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/aliases/prefixed.js +7 -0
- package/lib/commonjs/aliases/prefixed.js.map +1 -1
- package/lib/commonjs/aliases/suffixed.js +7 -0
- package/lib/commonjs/aliases/suffixed.js.map +1 -1
- package/lib/commonjs/icons/bolt_boost.js +21 -0
- package/lib/commonjs/icons/bolt_boost.js.map +1 -0
- package/lib/commonjs/icons/index.js +7 -0
- package/lib/commonjs/icons/index.js.map +1 -1
- package/lib/module/aliases/prefixed.js +1 -0
- package/lib/module/aliases/prefixed.js.map +1 -1
- package/lib/module/aliases/suffixed.js +1 -0
- package/lib/module/aliases/suffixed.js.map +1 -1
- package/lib/module/icons/bolt_boost.js +17 -0
- package/lib/module/icons/bolt_boost.js.map +1 -0
- package/lib/module/icons/index.js +1 -0
- package/lib/module/icons/index.js.map +1 -1
- package/lib/typescript/aliases/prefixed.d.ts +1 -0
- package/lib/typescript/aliases/prefixed.d.ts.map +1 -1
- package/lib/typescript/aliases/suffixed.d.ts +1 -0
- package/lib/typescript/aliases/suffixed.d.ts.map +1 -1
- package/lib/typescript/icons/bolt_boost.d.ts +6 -0
- package/lib/typescript/icons/bolt_boost.d.ts.map +1 -0
- package/lib/typescript/icons/index.d.ts +1 -0
- package/lib/typescript/icons/index.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/aliases/prefixed.ts +1 -0
- package/src/aliases/suffixed.ts +1 -0
- package/src/icons/bolt_boost.ts +11 -0
- package/src/icons/index.ts +1 -0
|
@@ -2931,6 +2931,12 @@ Object.defineProperty(exports, "CdxBolt", {
|
|
|
2931
2931
|
return _bolt.default;
|
|
2932
2932
|
}
|
|
2933
2933
|
});
|
|
2934
|
+
Object.defineProperty(exports, "CdxBoltBoost", {
|
|
2935
|
+
enumerable: true,
|
|
2936
|
+
get: function () {
|
|
2937
|
+
return _bolt_boost.default;
|
|
2938
|
+
}
|
|
2939
|
+
});
|
|
2934
2940
|
Object.defineProperty(exports, "CdxBomb", {
|
|
2935
2941
|
enumerable: true,
|
|
2936
2942
|
get: function () {
|
|
@@ -23597,6 +23603,7 @@ var _boat_railway = _interopRequireDefault(require("../icons/boat_railway"));
|
|
|
23597
23603
|
var _body_fat = _interopRequireDefault(require("../icons/body_fat"));
|
|
23598
23604
|
var _body_system = _interopRequireDefault(require("../icons/body_system"));
|
|
23599
23605
|
var _bolt = _interopRequireDefault(require("../icons/bolt"));
|
|
23606
|
+
var _bolt_boost = _interopRequireDefault(require("../icons/bolt_boost"));
|
|
23600
23607
|
var _bomb = _interopRequireDefault(require("../icons/bomb"));
|
|
23601
23608
|
var _book = _interopRequireDefault(require("../icons/book"));
|
|
23602
23609
|
var _book_ = _interopRequireDefault(require("../icons/book_2"));
|