bevi-icon 2.0.6 → 2.0.7
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +820 -800
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -74,7 +74,7 @@ export declare const allBvIcons: readonly [{
|
|
|
74
74
|
readonly name: "Autorenew";
|
|
75
75
|
readonly displayName: "autorenew";
|
|
76
76
|
readonly status: "active";
|
|
77
|
-
readonly tags: readonly ["
|
|
77
|
+
readonly tags: readonly ["load", "loading", "renew"];
|
|
78
78
|
readonly variants: {
|
|
79
79
|
readonly variant: readonly ["solid", "duo", "dark", "light"];
|
|
80
80
|
readonly weight: readonly [400];
|