diff --git a/.changeset/hip-fishes-rush.md b/.changeset/hip-fishes-rush.md
new file mode 100644
index 000000000..e2cf02613
--- /dev/null
+++ b/.changeset/hip-fishes-rush.md
@@ -0,0 +1,5 @@
+---
+'@openproject/octicons': minor
+---
+
+Adds filter remove octicon
diff --git a/icons/filter-remove-16.svg b/icons/filter-remove-16.svg
new file mode 100644
index 000000000..c63267048
--- /dev/null
+++ b/icons/filter-remove-16.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/icons/filter-remove-24.svg b/icons/filter-remove-24.svg
new file mode 100644
index 000000000..33f7c9967
--- /dev/null
+++ b/icons/filter-remove-24.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/keywords.json b/keywords.json
index 8747421c1..a35b75d69 100644
--- a/keywords.json
+++ b/keywords.json
@@ -75,6 +75,7 @@
"file-symlink-directory": ["folder", "subfolder", "link", "alias"],
"file-symlink-file": ["link", "alias"],
"file-zip": ["compress", "archive"],
+ "filter-remove": ["funnel", "filter", "remove", "delete"],
"fiscal-host": ["safe", "money"],
"flame": ["fire", "hot", "burn", "trending"],
"fold": ["unfold", "hide", "collapse"],
diff --git a/lib/octicons_jekyll/Gemfile b/lib/octicons_jekyll/Gemfile
index 303f2f47c..203a7d846 100644
--- a/lib/octicons_jekyll/Gemfile
+++ b/lib/octicons_jekyll/Gemfile
@@ -2,7 +2,7 @@ source "https://rubygems.org"
gemspec
-gem "openproject-octicons", "19.6.1"
+gem "openproject-octicons", "19.7.0"
group :development, :test do
gem "minitest"
diff --git a/lib/octicons_jekyll/jekyll-octicons.gemspec b/lib/octicons_jekyll/jekyll-octicons.gemspec
index 7d966f5e2..e48722487 100644
--- a/lib/octicons_jekyll/jekyll-octicons.gemspec
+++ b/lib/octicons_jekyll/jekyll-octicons.gemspec
@@ -14,5 +14,5 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]
s.add_dependency "jekyll", ">= 3.6", "< 5.0"
- s.add_dependency "openproject-octicons", "19.6.0"
+ s.add_dependency "openproject-octicons", "19.7.0"
end
diff --git a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap
index ae06643d4..23691a221 100644
--- a/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap
+++ b/lib/octicons_react/__tests__/__snapshots__/public-api.test.js.snap
@@ -132,6 +132,7 @@ exports[`@primer/octicons-react should not update exports without a semver chang
"FileSymlinkFileIcon",
"FileZipIcon",
"FilterIcon",
+ "FilterRemoveIcon",
"FiscalHostIcon",
"FlameIcon",
"FoldDownIcon",