diff --git a/release.config.js b/release.config.js
index a962fc2..218e707 100644
--- a/release.config.js
+++ b/release.config.js
@@ -3,12 +3,7 @@ module.exports = {
plugins: [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
- [
- "@semantic-release/github",
- {
- assets: ["dist/**/*"], // Include only the dist folder
- },
- ],
+ "@semantic-release/github",
[
"@semantic-release/git",
{
diff --git a/src/icons/ArrowLinkRight.tsx b/src/icons/ArrowLinkRight.tsx
index ab4cd90..2ecb57f 100644
--- a/src/icons/ArrowLinkRight.tsx
+++ b/src/icons/ArrowLinkRight.tsx
@@ -18,17 +18,17 @@ const ArrowLinkRight = ({
diff --git a/src/icons/ArrowLinkUpRight.tsx b/src/icons/ArrowLinkUpRight.tsx
index 8c74aae..339e491 100644
--- a/src/icons/ArrowLinkUpRight.tsx
+++ b/src/icons/ArrowLinkUpRight.tsx
@@ -19,15 +19,15 @@ const ArrowLinkUpRight = ({
d="M17 7.5L6 18.5"
stroke="currentColor"
strokeWidth="1.5"
- stroke-linecap="round"
+ strokeLinecap="round"
{...pathProps}
/>
diff --git a/src/icons/BitcoinIcon.tsx b/src/icons/BitcoinIcon.tsx
index ab1dd36..ab58e75 100644
--- a/src/icons/BitcoinIcon.tsx
+++ b/src/icons/BitcoinIcon.tsx
@@ -10,7 +10,7 @@ const BitcoinIcon = ({ width = 18, height, ...props }: SVGProps)
>
diff --git a/src/icons/BookmarkIcon.tsx b/src/icons/BookmarkIcon.tsx
index 0d6e812..a4cc33d 100644
--- a/src/icons/BookmarkIcon.tsx
+++ b/src/icons/BookmarkIcon.tsx
@@ -10,8 +10,8 @@ const BookmarkIcon = ({ width = 25, height, ...props }: SVGProps)
xmlns="http://www.w3.org/2000/svg"
{...props}
>
-
-
+
+
);
diff --git a/src/icons/CalendarIcon.tsx b/src/icons/CalendarIcon.tsx
index 64072eb..36775f5 100644
--- a/src/icons/CalendarIcon.tsx
+++ b/src/icons/CalendarIcon.tsx
@@ -20,37 +20,37 @@ const CalendarIcon = ({
);
diff --git a/src/icons/DiceIcon.tsx b/src/icons/DiceIcon.tsx
index d9f5613..be70a53 100644
--- a/src/icons/DiceIcon.tsx
+++ b/src/icons/DiceIcon.tsx
@@ -20,24 +20,24 @@ const DiceIcon = ({
);
diff --git a/src/icons/MicIcon.tsx b/src/icons/MicIcon.tsx
index 25824fb..f8143b5 100644
--- a/src/icons/MicIcon.tsx
+++ b/src/icons/MicIcon.tsx
@@ -20,19 +20,19 @@ const MicIcon = ({
);