From aef13cce0167ab6bf952a86101e57a875c7ca267 Mon Sep 17 00:00:00 2001 From: Henriette Darge Date: Tue, 6 Aug 2024 11:47:45 +0200 Subject: [PATCH 1/2] Add 24px version for some icons --- .changeset/real-taxis-vanish.md | 5 +++++ icons/op-add-attachment-24.svg | 4 ++++ icons/op-backlogs-24.svg | 7 ++++++- icons/op-indent-24.svg | 7 +++++++ icons/op-outdent-24.svg | 7 +++++++ icons/op-read-all-24.svg | 4 ++++ icons/op-relation-new-child-24.svg | 4 ++++ 7 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 .changeset/real-taxis-vanish.md create mode 100644 icons/op-add-attachment-24.svg create mode 100644 icons/op-indent-24.svg create mode 100644 icons/op-outdent-24.svg create mode 100644 icons/op-read-all-24.svg create mode 100644 icons/op-relation-new-child-24.svg diff --git a/.changeset/real-taxis-vanish.md b/.changeset/real-taxis-vanish.md new file mode 100644 index 000000000..98e7155c4 --- /dev/null +++ b/.changeset/real-taxis-vanish.md @@ -0,0 +1,5 @@ +--- +'@openproject/octicons': minor +--- + +Add 24px versions for multiple icons diff --git a/icons/op-add-attachment-24.svg b/icons/op-add-attachment-24.svg new file mode 100644 index 000000000..21cbb83f8 --- /dev/null +++ b/icons/op-add-attachment-24.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/op-backlogs-24.svg b/icons/op-backlogs-24.svg index 405fcc856..b9de0bce5 100644 --- a/icons/op-backlogs-24.svg +++ b/icons/op-backlogs-24.svg @@ -1 +1,6 @@ - \ No newline at end of file + + + + + + diff --git a/icons/op-indent-24.svg b/icons/op-indent-24.svg new file mode 100644 index 000000000..340b8a249 --- /dev/null +++ b/icons/op-indent-24.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/op-outdent-24.svg b/icons/op-outdent-24.svg new file mode 100644 index 000000000..c473f19dd --- /dev/null +++ b/icons/op-outdent-24.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/icons/op-read-all-24.svg b/icons/op-read-all-24.svg new file mode 100644 index 000000000..6f723c2ee --- /dev/null +++ b/icons/op-read-all-24.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icons/op-relation-new-child-24.svg b/icons/op-relation-new-child-24.svg new file mode 100644 index 000000000..abd74021e --- /dev/null +++ b/icons/op-relation-new-child-24.svg @@ -0,0 +1,4 @@ + + + + From 4917c3ecd735a4fd234a920d80a578dde0820357 Mon Sep 17 00:00:00 2001 From: Henriette Darge Date: Tue, 6 Aug 2024 09:50:18 +0000 Subject: [PATCH 2/2] Optimize SVGs --- icons/op-add-attachment-24.svg | 5 +---- icons/op-backlogs-24.svg | 7 +------ icons/op-indent-24.svg | 8 +------- icons/op-outdent-24.svg | 8 +------- icons/op-read-all-24.svg | 5 +---- icons/op-relation-new-child-24.svg | 5 +---- 6 files changed, 6 insertions(+), 32 deletions(-) diff --git a/icons/op-add-attachment-24.svg b/icons/op-add-attachment-24.svg index 21cbb83f8..92c154375 100644 --- a/icons/op-add-attachment-24.svg +++ b/icons/op-add-attachment-24.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/icons/op-backlogs-24.svg b/icons/op-backlogs-24.svg index b9de0bce5..405fcc856 100644 --- a/icons/op-backlogs-24.svg +++ b/icons/op-backlogs-24.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/icons/op-indent-24.svg b/icons/op-indent-24.svg index 340b8a249..b86e26af0 100644 --- a/icons/op-indent-24.svg +++ b/icons/op-indent-24.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/icons/op-outdent-24.svg b/icons/op-outdent-24.svg index c473f19dd..2fcaa6cd4 100644 --- a/icons/op-outdent-24.svg +++ b/icons/op-outdent-24.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/icons/op-read-all-24.svg b/icons/op-read-all-24.svg index 6f723c2ee..53bd8ec15 100644 --- a/icons/op-read-all-24.svg +++ b/icons/op-read-all-24.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/icons/op-relation-new-child-24.svg b/icons/op-relation-new-child-24.svg index abd74021e..a23049e47 100644 --- a/icons/op-relation-new-child-24.svg +++ b/icons/op-relation-new-child-24.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file