From 05c8a9c6f0db7cccf9a0d8b6d16b8382125e30f0 Mon Sep 17 00:00:00 2001
From: RyushiAok <55625375+RyushiAok@users.noreply.github.com>
Date: Mon, 30 Sep 2024 13:52:50 +0900
Subject: [PATCH 1/2] feat(icons): filled counter
---
packages/constants/component/icon-name.ts | 9 +++++++
packages/icons/assets/counter-1-filled.svg | 1 +
packages/icons/assets/counter-2-filled.svg | 1 +
packages/icons/assets/counter-3-filled.svg | 1 +
packages/icons/assets/counter-4-filled.svg | 1 +
packages/icons/assets/counter-5-filled.svg | 1 +
packages/icons/assets/counter-6-filled.svg | 1 +
packages/icons/assets/counter-7-filled.svg | 1 +
packages/icons/assets/counter-8-filled.svg | 1 +
packages/icons/assets/counter-9-filled.svg | 1 +
.../src/components/icons/counter-1-filled.vue | 20 ++++++++++++++
.../src/components/icons/counter-2-filled.vue | 20 ++++++++++++++
.../src/components/icons/counter-3-filled.vue | 20 ++++++++++++++
.../src/components/icons/counter-4-filled.vue | 20 ++++++++++++++
.../src/components/icons/counter-5-filled.vue | 20 ++++++++++++++
.../src/components/icons/counter-6-filled.vue | 20 ++++++++++++++
.../src/components/icons/counter-7-filled.vue | 20 ++++++++++++++
.../src/components/icons/counter-8-filled.vue | 20 ++++++++++++++
.../src/components/icons/counter-9-filled.vue | 20 ++++++++++++++
.../wiz-ui-next/src/components/icons/index.ts | 27 +++++++++++++++++++
.../src/components/icons/counter-1-filled.tsx | 18 +++++++++++++
.../src/components/icons/counter-2-filled.tsx | 18 +++++++++++++
.../src/components/icons/counter-3-filled.tsx | 18 +++++++++++++
.../src/components/icons/counter-4-filled.tsx | 18 +++++++++++++
.../src/components/icons/counter-5-filled.tsx | 18 +++++++++++++
.../src/components/icons/counter-6-filled.tsx | 18 +++++++++++++
.../src/components/icons/counter-7-filled.tsx | 18 +++++++++++++
.../src/components/icons/counter-8-filled.tsx | 18 +++++++++++++
.../src/components/icons/counter-9-filled.tsx | 18 +++++++++++++
.../src/components/icons/index.ts | 27 +++++++++++++++++++
30 files changed, 414 insertions(+)
create mode 100644 packages/icons/assets/counter-1-filled.svg
create mode 100644 packages/icons/assets/counter-2-filled.svg
create mode 100644 packages/icons/assets/counter-3-filled.svg
create mode 100644 packages/icons/assets/counter-4-filled.svg
create mode 100644 packages/icons/assets/counter-5-filled.svg
create mode 100644 packages/icons/assets/counter-6-filled.svg
create mode 100644 packages/icons/assets/counter-7-filled.svg
create mode 100644 packages/icons/assets/counter-8-filled.svg
create mode 100644 packages/icons/assets/counter-9-filled.svg
create mode 100644 packages/wiz-ui-next/src/components/icons/counter-1-filled.vue
create mode 100644 packages/wiz-ui-next/src/components/icons/counter-2-filled.vue
create mode 100644 packages/wiz-ui-next/src/components/icons/counter-3-filled.vue
create mode 100644 packages/wiz-ui-next/src/components/icons/counter-4-filled.vue
create mode 100644 packages/wiz-ui-next/src/components/icons/counter-5-filled.vue
create mode 100644 packages/wiz-ui-next/src/components/icons/counter-6-filled.vue
create mode 100644 packages/wiz-ui-next/src/components/icons/counter-7-filled.vue
create mode 100644 packages/wiz-ui-next/src/components/icons/counter-8-filled.vue
create mode 100644 packages/wiz-ui-next/src/components/icons/counter-9-filled.vue
create mode 100644 packages/wiz-ui-react/src/components/icons/counter-1-filled.tsx
create mode 100644 packages/wiz-ui-react/src/components/icons/counter-2-filled.tsx
create mode 100644 packages/wiz-ui-react/src/components/icons/counter-3-filled.tsx
create mode 100644 packages/wiz-ui-react/src/components/icons/counter-4-filled.tsx
create mode 100644 packages/wiz-ui-react/src/components/icons/counter-5-filled.tsx
create mode 100644 packages/wiz-ui-react/src/components/icons/counter-6-filled.tsx
create mode 100644 packages/wiz-ui-react/src/components/icons/counter-7-filled.tsx
create mode 100644 packages/wiz-ui-react/src/components/icons/counter-8-filled.tsx
create mode 100644 packages/wiz-ui-react/src/components/icons/counter-9-filled.tsx
diff --git a/packages/constants/component/icon-name.ts b/packages/constants/component/icon-name.ts
index 857e80a15..3a29fa1e1 100644
--- a/packages/constants/component/icon-name.ts
+++ b/packages/constants/component/icon-name.ts
@@ -38,14 +38,23 @@ export const IconComponentName = {
IContactPageFilled: "WizIContactPageFilled",
IContentCopy: "WizIContentCopy",
IContract: "WizIContract",
+ ICounter1Filled: "WizICounter1Filled",
ICounter1: "WizICounter1",
+ ICounter2Filled: "WizICounter2Filled",
ICounter2: "WizICounter2",
+ ICounter3Filled: "WizICounter3Filled",
ICounter3: "WizICounter3",
+ ICounter4Filled: "WizICounter4Filled",
ICounter4: "WizICounter4",
+ ICounter5Filled: "WizICounter5Filled",
ICounter5: "WizICounter5",
+ ICounter6Filled: "WizICounter6Filled",
ICounter6: "WizICounter6",
+ ICounter7Filled: "WizICounter7Filled",
ICounter7: "WizICounter7",
+ ICounter8Filled: "WizICounter8Filled",
ICounter8: "WizICounter8",
+ ICounter9Filled: "WizICounter9Filled",
ICounter9: "WizICounter9",
IDashboard: "WizIDashboard",
IDelete: "WizIDelete",
diff --git a/packages/icons/assets/counter-1-filled.svg b/packages/icons/assets/counter-1-filled.svg
new file mode 100644
index 000000000..91e3ea7b6
--- /dev/null
+++ b/packages/icons/assets/counter-1-filled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/icons/assets/counter-2-filled.svg b/packages/icons/assets/counter-2-filled.svg
new file mode 100644
index 000000000..1eb28d2bf
--- /dev/null
+++ b/packages/icons/assets/counter-2-filled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/icons/assets/counter-3-filled.svg b/packages/icons/assets/counter-3-filled.svg
new file mode 100644
index 000000000..b57e68215
--- /dev/null
+++ b/packages/icons/assets/counter-3-filled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/icons/assets/counter-4-filled.svg b/packages/icons/assets/counter-4-filled.svg
new file mode 100644
index 000000000..8b58be60a
--- /dev/null
+++ b/packages/icons/assets/counter-4-filled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/icons/assets/counter-5-filled.svg b/packages/icons/assets/counter-5-filled.svg
new file mode 100644
index 000000000..124ba3334
--- /dev/null
+++ b/packages/icons/assets/counter-5-filled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/icons/assets/counter-6-filled.svg b/packages/icons/assets/counter-6-filled.svg
new file mode 100644
index 000000000..98edae80b
--- /dev/null
+++ b/packages/icons/assets/counter-6-filled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/icons/assets/counter-7-filled.svg b/packages/icons/assets/counter-7-filled.svg
new file mode 100644
index 000000000..377bf98a2
--- /dev/null
+++ b/packages/icons/assets/counter-7-filled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/icons/assets/counter-8-filled.svg b/packages/icons/assets/counter-8-filled.svg
new file mode 100644
index 000000000..bd8121d86
--- /dev/null
+++ b/packages/icons/assets/counter-8-filled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/icons/assets/counter-9-filled.svg b/packages/icons/assets/counter-9-filled.svg
new file mode 100644
index 000000000..0b5a8cf02
--- /dev/null
+++ b/packages/icons/assets/counter-9-filled.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/packages/wiz-ui-next/src/components/icons/counter-1-filled.vue b/packages/wiz-ui-next/src/components/icons/counter-1-filled.vue
new file mode 100644
index 000000000..829c88dc6
--- /dev/null
+++ b/packages/wiz-ui-next/src/components/icons/counter-1-filled.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
diff --git a/packages/wiz-ui-next/src/components/icons/counter-2-filled.vue b/packages/wiz-ui-next/src/components/icons/counter-2-filled.vue
new file mode 100644
index 000000000..4c08c7d06
--- /dev/null
+++ b/packages/wiz-ui-next/src/components/icons/counter-2-filled.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
diff --git a/packages/wiz-ui-next/src/components/icons/counter-3-filled.vue b/packages/wiz-ui-next/src/components/icons/counter-3-filled.vue
new file mode 100644
index 000000000..7f7c35b27
--- /dev/null
+++ b/packages/wiz-ui-next/src/components/icons/counter-3-filled.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
diff --git a/packages/wiz-ui-next/src/components/icons/counter-4-filled.vue b/packages/wiz-ui-next/src/components/icons/counter-4-filled.vue
new file mode 100644
index 000000000..b693c0d8a
--- /dev/null
+++ b/packages/wiz-ui-next/src/components/icons/counter-4-filled.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
diff --git a/packages/wiz-ui-next/src/components/icons/counter-5-filled.vue b/packages/wiz-ui-next/src/components/icons/counter-5-filled.vue
new file mode 100644
index 000000000..d67f1d14a
--- /dev/null
+++ b/packages/wiz-ui-next/src/components/icons/counter-5-filled.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
diff --git a/packages/wiz-ui-next/src/components/icons/counter-6-filled.vue b/packages/wiz-ui-next/src/components/icons/counter-6-filled.vue
new file mode 100644
index 000000000..99ff6a372
--- /dev/null
+++ b/packages/wiz-ui-next/src/components/icons/counter-6-filled.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
diff --git a/packages/wiz-ui-next/src/components/icons/counter-7-filled.vue b/packages/wiz-ui-next/src/components/icons/counter-7-filled.vue
new file mode 100644
index 000000000..dfe7b1c2b
--- /dev/null
+++ b/packages/wiz-ui-next/src/components/icons/counter-7-filled.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
diff --git a/packages/wiz-ui-next/src/components/icons/counter-8-filled.vue b/packages/wiz-ui-next/src/components/icons/counter-8-filled.vue
new file mode 100644
index 000000000..fc63ade16
--- /dev/null
+++ b/packages/wiz-ui-next/src/components/icons/counter-8-filled.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
diff --git a/packages/wiz-ui-next/src/components/icons/counter-9-filled.vue b/packages/wiz-ui-next/src/components/icons/counter-9-filled.vue
new file mode 100644
index 000000000..4fb136e35
--- /dev/null
+++ b/packages/wiz-ui-next/src/components/icons/counter-9-filled.vue
@@ -0,0 +1,20 @@
+
+
+
+
+
diff --git a/packages/wiz-ui-next/src/components/icons/index.ts b/packages/wiz-ui-next/src/components/icons/index.ts
index 83ed25fdf..132946ac9 100644
--- a/packages/wiz-ui-next/src/components/icons/index.ts
+++ b/packages/wiz-ui-next/src/components/icons/index.ts
@@ -37,14 +37,23 @@ import { default as WizICloudUpload } from "./cloud-upload.vue";
import { default as WizIContactPageFilled } from "./contact-page-filled.vue";
import { default as WizIContentCopy } from "./content-copy.vue";
import { default as WizIContract } from "./contract.vue";
+import { default as WizICounter1Filled } from "./counter-1-filled.vue";
import { default as WizICounter1 } from "./counter-1.vue";
+import { default as WizICounter2Filled } from "./counter-2-filled.vue";
import { default as WizICounter2 } from "./counter-2.vue";
+import { default as WizICounter3Filled } from "./counter-3-filled.vue";
import { default as WizICounter3 } from "./counter-3.vue";
+import { default as WizICounter4Filled } from "./counter-4-filled.vue";
import { default as WizICounter4 } from "./counter-4.vue";
+import { default as WizICounter5Filled } from "./counter-5-filled.vue";
import { default as WizICounter5 } from "./counter-5.vue";
+import { default as WizICounter6Filled } from "./counter-6-filled.vue";
import { default as WizICounter6 } from "./counter-6.vue";
+import { default as WizICounter7Filled } from "./counter-7-filled.vue";
import { default as WizICounter7 } from "./counter-7.vue";
+import { default as WizICounter8Filled } from "./counter-8-filled.vue";
import { default as WizICounter8 } from "./counter-8.vue";
+import { default as WizICounter9Filled } from "./counter-9-filled.vue";
import { default as WizICounter9 } from "./counter-9.vue";
import { default as WizIDashboard } from "./dashboard.vue";
import { default as WizIDelete } from "./delete.vue";
@@ -148,14 +157,23 @@ export type TIcon =
| typeof WizIContactPageFilled
| typeof WizIContentCopy
| typeof WizIContract
+ | typeof WizICounter1Filled
| typeof WizICounter1
+ | typeof WizICounter2Filled
| typeof WizICounter2
+ | typeof WizICounter3Filled
| typeof WizICounter3
+ | typeof WizICounter4Filled
| typeof WizICounter4
+ | typeof WizICounter5Filled
| typeof WizICounter5
+ | typeof WizICounter6Filled
| typeof WizICounter6
+ | typeof WizICounter7Filled
| typeof WizICounter7
+ | typeof WizICounter8Filled
| typeof WizICounter8
+ | typeof WizICounter9Filled
| typeof WizICounter9
| typeof WizIDashboard
| typeof WizIDelete
@@ -259,14 +277,23 @@ export {
WizIContactPageFilled,
WizIContentCopy,
WizIContract,
+ WizICounter1Filled,
WizICounter1,
+ WizICounter2Filled,
WizICounter2,
+ WizICounter3Filled,
WizICounter3,
+ WizICounter4Filled,
WizICounter4,
+ WizICounter5Filled,
WizICounter5,
+ WizICounter6Filled,
WizICounter6,
+ WizICounter7Filled,
WizICounter7,
+ WizICounter8Filled,
WizICounter8,
+ WizICounter9Filled,
WizICounter9,
WizIDashboard,
WizIDelete,
diff --git a/packages/wiz-ui-react/src/components/icons/counter-1-filled.tsx b/packages/wiz-ui-react/src/components/icons/counter-1-filled.tsx
new file mode 100644
index 000000000..75afa7d82
--- /dev/null
+++ b/packages/wiz-ui-react/src/components/icons/counter-1-filled.tsx
@@ -0,0 +1,18 @@
+import { CSSProperties } from "react";
+type Props = {
+ className?: string;
+ style?: CSSProperties;
+};
+export const WizICounter1Filled = ({ className, style }: Props) => (
+
+);
+WizICounter1Filled.displayName = "WizICounter1Filled";
diff --git a/packages/wiz-ui-react/src/components/icons/counter-2-filled.tsx b/packages/wiz-ui-react/src/components/icons/counter-2-filled.tsx
new file mode 100644
index 000000000..f5414cd21
--- /dev/null
+++ b/packages/wiz-ui-react/src/components/icons/counter-2-filled.tsx
@@ -0,0 +1,18 @@
+import { CSSProperties } from "react";
+type Props = {
+ className?: string;
+ style?: CSSProperties;
+};
+export const WizICounter2Filled = ({ className, style }: Props) => (
+
+);
+WizICounter2Filled.displayName = "WizICounter2Filled";
diff --git a/packages/wiz-ui-react/src/components/icons/counter-3-filled.tsx b/packages/wiz-ui-react/src/components/icons/counter-3-filled.tsx
new file mode 100644
index 000000000..2dcce6a8c
--- /dev/null
+++ b/packages/wiz-ui-react/src/components/icons/counter-3-filled.tsx
@@ -0,0 +1,18 @@
+import { CSSProperties } from "react";
+type Props = {
+ className?: string;
+ style?: CSSProperties;
+};
+export const WizICounter3Filled = ({ className, style }: Props) => (
+
+);
+WizICounter3Filled.displayName = "WizICounter3Filled";
diff --git a/packages/wiz-ui-react/src/components/icons/counter-4-filled.tsx b/packages/wiz-ui-react/src/components/icons/counter-4-filled.tsx
new file mode 100644
index 000000000..814a603ff
--- /dev/null
+++ b/packages/wiz-ui-react/src/components/icons/counter-4-filled.tsx
@@ -0,0 +1,18 @@
+import { CSSProperties } from "react";
+type Props = {
+ className?: string;
+ style?: CSSProperties;
+};
+export const WizICounter4Filled = ({ className, style }: Props) => (
+
+);
+WizICounter4Filled.displayName = "WizICounter4Filled";
diff --git a/packages/wiz-ui-react/src/components/icons/counter-5-filled.tsx b/packages/wiz-ui-react/src/components/icons/counter-5-filled.tsx
new file mode 100644
index 000000000..bba6d2de9
--- /dev/null
+++ b/packages/wiz-ui-react/src/components/icons/counter-5-filled.tsx
@@ -0,0 +1,18 @@
+import { CSSProperties } from "react";
+type Props = {
+ className?: string;
+ style?: CSSProperties;
+};
+export const WizICounter5Filled = ({ className, style }: Props) => (
+
+);
+WizICounter5Filled.displayName = "WizICounter5Filled";
diff --git a/packages/wiz-ui-react/src/components/icons/counter-6-filled.tsx b/packages/wiz-ui-react/src/components/icons/counter-6-filled.tsx
new file mode 100644
index 000000000..9160eb53a
--- /dev/null
+++ b/packages/wiz-ui-react/src/components/icons/counter-6-filled.tsx
@@ -0,0 +1,18 @@
+import { CSSProperties } from "react";
+type Props = {
+ className?: string;
+ style?: CSSProperties;
+};
+export const WizICounter6Filled = ({ className, style }: Props) => (
+
+);
+WizICounter6Filled.displayName = "WizICounter6Filled";
diff --git a/packages/wiz-ui-react/src/components/icons/counter-7-filled.tsx b/packages/wiz-ui-react/src/components/icons/counter-7-filled.tsx
new file mode 100644
index 000000000..34dca32bf
--- /dev/null
+++ b/packages/wiz-ui-react/src/components/icons/counter-7-filled.tsx
@@ -0,0 +1,18 @@
+import { CSSProperties } from "react";
+type Props = {
+ className?: string;
+ style?: CSSProperties;
+};
+export const WizICounter7Filled = ({ className, style }: Props) => (
+
+);
+WizICounter7Filled.displayName = "WizICounter7Filled";
diff --git a/packages/wiz-ui-react/src/components/icons/counter-8-filled.tsx b/packages/wiz-ui-react/src/components/icons/counter-8-filled.tsx
new file mode 100644
index 000000000..82727539a
--- /dev/null
+++ b/packages/wiz-ui-react/src/components/icons/counter-8-filled.tsx
@@ -0,0 +1,18 @@
+import { CSSProperties } from "react";
+type Props = {
+ className?: string;
+ style?: CSSProperties;
+};
+export const WizICounter8Filled = ({ className, style }: Props) => (
+
+);
+WizICounter8Filled.displayName = "WizICounter8Filled";
diff --git a/packages/wiz-ui-react/src/components/icons/counter-9-filled.tsx b/packages/wiz-ui-react/src/components/icons/counter-9-filled.tsx
new file mode 100644
index 000000000..306f56593
--- /dev/null
+++ b/packages/wiz-ui-react/src/components/icons/counter-9-filled.tsx
@@ -0,0 +1,18 @@
+import { CSSProperties } from "react";
+type Props = {
+ className?: string;
+ style?: CSSProperties;
+};
+export const WizICounter9Filled = ({ className, style }: Props) => (
+
+);
+WizICounter9Filled.displayName = "WizICounter9Filled";
diff --git a/packages/wiz-ui-react/src/components/icons/index.ts b/packages/wiz-ui-react/src/components/icons/index.ts
index 4b6310ecd..5fa38018a 100644
--- a/packages/wiz-ui-react/src/components/icons/index.ts
+++ b/packages/wiz-ui-react/src/components/icons/index.ts
@@ -38,14 +38,23 @@ import { WizIContactPageFilled } from "./contact-page-filled";
import { WizIContentCopy } from "./content-copy";
import { WizIContract } from "./contract";
import { WizICounter1 } from "./counter-1";
+import { WizICounter1Filled } from "./counter-1-filled";
import { WizICounter2 } from "./counter-2";
+import { WizICounter2Filled } from "./counter-2-filled";
import { WizICounter3 } from "./counter-3";
+import { WizICounter3Filled } from "./counter-3-filled";
import { WizICounter4 } from "./counter-4";
+import { WizICounter4Filled } from "./counter-4-filled";
import { WizICounter5 } from "./counter-5";
+import { WizICounter5Filled } from "./counter-5-filled";
import { WizICounter6 } from "./counter-6";
+import { WizICounter6Filled } from "./counter-6-filled";
import { WizICounter7 } from "./counter-7";
+import { WizICounter7Filled } from "./counter-7-filled";
import { WizICounter8 } from "./counter-8";
+import { WizICounter8Filled } from "./counter-8-filled";
import { WizICounter9 } from "./counter-9";
+import { WizICounter9Filled } from "./counter-9-filled";
import { WizIDashboard } from "./dashboard";
import { WizIDelete } from "./delete";
import { WizIDemography } from "./demography";
@@ -148,14 +157,23 @@ export type TIcon =
| typeof WizIContactPageFilled
| typeof WizIContentCopy
| typeof WizIContract
+ | typeof WizICounter1Filled
| typeof WizICounter1
+ | typeof WizICounter2Filled
| typeof WizICounter2
+ | typeof WizICounter3Filled
| typeof WizICounter3
+ | typeof WizICounter4Filled
| typeof WizICounter4
+ | typeof WizICounter5Filled
| typeof WizICounter5
+ | typeof WizICounter6Filled
| typeof WizICounter6
+ | typeof WizICounter7Filled
| typeof WizICounter7
+ | typeof WizICounter8Filled
| typeof WizICounter8
+ | typeof WizICounter9Filled
| typeof WizICounter9
| typeof WizIDashboard
| typeof WizIDelete
@@ -259,14 +277,23 @@ export {
WizIContactPageFilled,
WizIContentCopy,
WizIContract,
+ WizICounter1Filled,
WizICounter1,
+ WizICounter2Filled,
WizICounter2,
+ WizICounter3Filled,
WizICounter3,
+ WizICounter4Filled,
WizICounter4,
+ WizICounter5Filled,
WizICounter5,
+ WizICounter6Filled,
WizICounter6,
+ WizICounter7Filled,
WizICounter7,
+ WizICounter8Filled,
WizICounter8,
+ WizICounter9Filled,
WizICounter9,
WizIDashboard,
WizIDelete,
From 4f2aad5fbbf8ac28f0d63c3a6fded155761fe5a8 Mon Sep 17 00:00:00 2001
From: RyushiAok <55625375+RyushiAok@users.noreply.github.com>
Date: Mon, 30 Sep 2024 13:53:25 +0900
Subject: [PATCH 2/2] chore: add changeset
---
.changeset/forty-maps-attend.md | 8 ++++++++
1 file changed, 8 insertions(+)
create mode 100644 .changeset/forty-maps-attend.md
diff --git a/.changeset/forty-maps-attend.md b/.changeset/forty-maps-attend.md
new file mode 100644
index 000000000..80641422d
--- /dev/null
+++ b/.changeset/forty-maps-attend.md
@@ -0,0 +1,8 @@
+---
+"@wizleap-inc/wiz-ui-react": minor
+"@wizleap-inc/wiz-ui-next": minor
+"@wizleap-inc/wiz-ui-constants": minor
+"@wizleap-inc/wiz-ui-icons": minor
+---
+
+Feat(icon): filled counter