From ccf9835d008160573338906f1ae0d2d23a57f4a9 Mon Sep 17 00:00:00 2001 From: kpaxman <kpaxman@uwaterloo.ca> Date: Tue, 24 Aug 2021 16:34:03 -0400 Subject: [PATCH] ISTWCMS-5036: add catalog-related icons for layout builder browser --- images/layout_builder_browser/catalogitemteaser.svg | 1 + images/layout_builder_browser/catalogsearch.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 images/layout_builder_browser/catalogitemteaser.svg create mode 100644 images/layout_builder_browser/catalogsearch.svg diff --git a/images/layout_builder_browser/catalogitemteaser.svg b/images/layout_builder_browser/catalogitemteaser.svg new file mode 100644 index 00000000..52323397 --- /dev/null +++ b/images/layout_builder_browser/catalogitemteaser.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><defs><style>.background{fill:#85bef4;}</style></defs><rect class="background" x="0.5" y="0.5" width="29" height="29"/><path d="M29,1V29H1V1H29m1-1H0V30H30V0Z"/><path d="M25.55,8.32a1.06,1.06,0,0,0-1.06-1.05h-19A1.06,1.06,0,0,0,4.45,8.32V9.38h21.1Z"/><path d="M24.84,4.8a1,1,0,0,0-1.05-1H6.21a1,1,0,0,0-1,1V5.86H24.84Z"/><path d="M25,10.79H5.16a1.41,1.41,0,0,0-1.41,1.41.49.49,0,0,0,0,.12L4.91,25a1.4,1.4,0,0,0,1.4,1.28H23.69A1.4,1.4,0,0,0,25.09,25l1.15-12.66A1.4,1.4,0,0,0,25,10.79ZM23.05,24.14H7l-1-11.25H24.08Z"/></svg> diff --git a/images/layout_builder_browser/catalogsearch.svg b/images/layout_builder_browser/catalogsearch.svg new file mode 100644 index 00000000..5e17332c --- /dev/null +++ b/images/layout_builder_browser/catalogsearch.svg @@ -0,0 +1 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30"><defs><style>.background{fill:#85bef4;}</style></defs><rect class="background" x="0.5" y="0.5" width="29" height="29"/><path d="M29,1V29H1V1H29m1-1H0V30H30V0Z"/><path d="M25.55,8.32a1.06,1.06,0,0,0-1.06-1.05h-19A1.06,1.06,0,0,0,4.45,8.32V9.38h21.1Z"/><path d="M24.84,4.8a1,1,0,0,0-1.05-1H6.21a1,1,0,0,0-1,1V5.86H24.84Z"/><path d="M15.29,24.14a5.43,5.43,0,0,1-.57,0,5.43,5.43,0,0,1-.57,0H7l-1-11.25H8.45c.05-.09.11-.17.17-.26a7.2,7.2,0,0,1,1.8-1.85H5.16a1.41,1.41,0,0,0-1.41,1.41.49.49,0,0,0,0,.12L4.91,25a1.4,1.4,0,0,0,1.4,1.28H20.22l-2.11-2.11Z"/><path d="M25,10.79H19a7.32,7.32,0,0,1,2,2.11h3.08l-.78,8.49.9.9a2.46,2.46,0,0,1,0,3.48l-.49.49A1.4,1.4,0,0,0,25.09,25l1.15-12.66A1.4,1.4,0,0,0,25,10.79Z"/><path d="M19.37,19.94a5.62,5.62,0,1,0-1.49,1.49L21.46,25a.7.7,0,0,0,1,0l.5-.5a.71.71,0,0,0,0-1Zm-4.65.36a3.52,3.52,0,1,1,3.52-3.52A3.52,3.52,0,0,1,14.72,20.3Z"/></svg> -- GitLab