diff --git a/CHANGELOG.md b/CHANGELOG.md
index e74c7de03..a32c164cb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
+# [7.4.0](https://github.com/ionic-team/ionicons/compare/v7.3.1...v7.4.0) (2024-05-01)
+
+
+### Features
+
+* add X logo ([#1371](https://github.com/ionic-team/ionicons/issues/1371)) ([0963fe2](https://github.com/ionic-team/ionicons/commit/0963fe20b77a03b0b8b7f4e94b646cd5d7b25f03)), closes [#1249](https://github.com/ionic-team/ionicons/issues/1249)
+* export setAssetPath ([#1372](https://github.com/ionic-team/ionicons/issues/1372)) ([87f2094](https://github.com/ionic-team/ionicons/commit/87f2094890c22b7b03bf754b6fd2651a83fe20ed)), closes [#1302](https://github.com/ionic-team/ionicons/issues/1302)
+* update server icon ([#1259](https://github.com/ionic-team/ionicons/issues/1259)) ([b4ade9d](https://github.com/ionic-team/ionicons/commit/b4ade9d887c0d5ecc29e25f8e12b576106de712a)), closes [#407](https://github.com/ionic-team/ionicons/issues/407)
+
+
+
+
+
## [7.3.1](https://github.com/ionic-team/ionicons/compare/v7.3.0...v7.3.1) (2024-03-27)
diff --git a/lerna.json b/lerna.json
index 536598f23..42cf2d6f0 100644
--- a/lerna.json
+++ b/lerna.json
@@ -2,5 +2,5 @@
"packages": [
"./"
],
- "version": "7.3.1"
+ "version": "7.4.0"
}
diff --git a/package-lock.json b/package-lock.json
index 154def361..7d1c3914c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "ionicons",
- "version": "7.3.1",
+ "version": "7.4.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "ionicons",
- "version": "7.3.1",
+ "version": "7.4.0",
"license": "MIT",
"dependencies": {
"@stencil/core": "^4.0.3"
diff --git a/package.json b/package.json
index ddf4fb642..78f3be875 100755
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ionicons",
- "version": "7.3.1",
+ "version": "7.4.0",
"description": "Premium icons for Ionic.",
"files": [
"components/",
diff --git a/src/data.json b/src/data.json
index f472d61ae..a432d3f8f 100644
--- a/src/data.json
+++ b/src/data.json
@@ -6669,7 +6669,8 @@
"name": "logo-twitter",
"tags": [
"logo",
- "twitter"
+ "twitter",
+ "x"
]
},
{
@@ -6750,6 +6751,14 @@
"wordpress"
]
},
+ {
+ "name": "logo-x",
+ "tags": [
+ "logo",
+ "twitter",
+ "x"
+ ]
+ },
{
"name": "logo-xbox",
"tags": [
diff --git a/src/index.ts b/src/index.ts
index 20f7cd3ac..8692e9521 100644
--- a/src/index.ts
+++ b/src/index.ts
@@ -1,2 +1,4 @@
+export { setAssetPath } from '@stencil/core';
+
export { addIcons } from './components/icon/utils';
export type { Components, JSX } from './components';
diff --git a/src/svg/logo-x.svg b/src/svg/logo-x.svg
new file mode 100644
index 000000000..2b1c37a44
--- /dev/null
+++ b/src/svg/logo-x.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/svg/server-outline.svg b/src/svg/server-outline.svg
index 82244c826..ccf5609d9 100644
--- a/src/svg/server-outline.svg
+++ b/src/svg/server-outline.svg
@@ -1 +1,5 @@
-
\ No newline at end of file
+
diff --git a/src/svg/server-sharp.svg b/src/svg/server-sharp.svg
index 9db5c5e61..dde056aba 100644
--- a/src/svg/server-sharp.svg
+++ b/src/svg/server-sharp.svg
@@ -1 +1,5 @@
-
\ No newline at end of file
+
diff --git a/src/svg/server.svg b/src/svg/server.svg
index dd52fe963..cb87de711 100644
--- a/src/svg/server.svg
+++ b/src/svg/server.svg
@@ -1 +1,5 @@
-
\ No newline at end of file
+