From 0414e08e4f8b9a6f4203d4b4e5eea32f8e23b8f8 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Tue, 26 Jul 2022 16:43:55 -0500 Subject: [PATCH] drop blueprints-icons we no longer override the styles, so this is no longer needed --- blueprints-icons/16px/chevron-right.svg | 9 --------- blueprints-icons/16px/more.svg | 10 ---------- blueprints-icons/16px/small-minus.svg | 9 --------- blueprints-icons/16px/small-tick.svg | 9 --------- blueprints-icons/README.md | 3 --- 5 files changed, 40 deletions(-) delete mode 100644 blueprints-icons/16px/chevron-right.svg delete mode 100644 blueprints-icons/16px/more.svg delete mode 100644 blueprints-icons/16px/small-minus.svg delete mode 100644 blueprints-icons/16px/small-tick.svg delete mode 100644 blueprints-icons/README.md diff --git a/blueprints-icons/16px/chevron-right.svg b/blueprints-icons/16px/chevron-right.svg deleted file mode 100644 index 2e4fa2b8..00000000 --- a/blueprints-icons/16px/chevron-right.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/blueprints-icons/16px/more.svg b/blueprints-icons/16px/more.svg deleted file mode 100644 index 28c0caac..00000000 --- a/blueprints-icons/16px/more.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/blueprints-icons/16px/small-minus.svg b/blueprints-icons/16px/small-minus.svg deleted file mode 100644 index ee4cad78..00000000 --- a/blueprints-icons/16px/small-minus.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/blueprints-icons/16px/small-tick.svg b/blueprints-icons/16px/small-tick.svg deleted file mode 100644 index e2e4529a..00000000 --- a/blueprints-icons/16px/small-tick.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/blueprints-icons/README.md b/blueprints-icons/README.md deleted file mode 100644 index f36331e8..00000000 --- a/blueprints-icons/README.md +++ /dev/null @@ -1,3 +0,0 @@ -Icons copied from: https://github.com/palantir/blueprint/tree/develop/resources/icons/16px - -Needed to work around: https://github.com/palantir/blueprint/issues/4759