From 2d09a8f950d76dc851dbbbcbc673fa5ec9c77af0 Mon Sep 17 00:00:00 2001 From: Celeste Horgan Date: Thu, 3 Dec 2020 10:26:52 -0800 Subject: Update icons to use control plane Signed-off-by: Celeste Horgan --- icons/README.md | 2 +- .../labeled/control-plane-128.png | Bin 0 -> 9873 bytes .../labeled/control-plane-256.png | Bin 0 -> 20756 bytes .../unlabeled/control-plane-128.png | Bin 0 -> 8390 bytes .../unlabeled/control-plane-256.png | Bin 0 -> 17471 bytes .../labeled/control-plane.svg | 106 +++++++++++++++++++++ .../infrastructure_components/labeled/master.svg | 95 ------------------ .../unlabeled/control-plane.svg | 84 ++++++++++++++++ .../infrastructure_components/unlabeled/master.svg | 84 ---------------- icons/visio/kubernetes-visio-stencil.vssx | Bin 815581 -> 841494 bytes 10 files changed, 191 insertions(+), 180 deletions(-) create mode 100644 icons/png/infrastructure_components/labeled/control-plane-128.png create mode 100644 icons/png/infrastructure_components/labeled/control-plane-256.png create mode 100644 icons/png/infrastructure_components/unlabeled/control-plane-128.png create mode 100644 icons/png/infrastructure_components/unlabeled/control-plane-256.png create mode 100644 icons/svg/infrastructure_components/labeled/control-plane.svg delete mode 100644 icons/svg/infrastructure_components/labeled/master.svg create mode 100644 icons/svg/infrastructure_components/unlabeled/control-plane.svg delete mode 100644 icons/svg/infrastructure_components/unlabeled/master.svg (limited to 'icons') diff --git a/icons/README.md b/icons/README.md index 582e52b5..87f31d5c 100644 --- a/icons/README.md +++ b/icons/README.md @@ -51,7 +51,7 @@ There is 2 types of icons ![](./png/control_plane_components/labeled/sched-128.png) ## Infrastructure Components icons -![](./png/infrastructure_components/labeled/master-128.png) +![](./png/infrastructure_components/labeled/control-plane-128.png) ![](./png/infrastructure_components/labeled/node-128.png) ![](./png/infrastructure_components/labeled/etcd-128.png) diff --git a/icons/png/infrastructure_components/labeled/control-plane-128.png b/icons/png/infrastructure_components/labeled/control-plane-128.png new file mode 100644 index 00000000..17402217 Binary files /dev/null and b/icons/png/infrastructure_components/labeled/control-plane-128.png differ diff --git a/icons/png/infrastructure_components/labeled/control-plane-256.png b/icons/png/infrastructure_components/labeled/control-plane-256.png new file mode 100644 index 00000000..11653457 Binary files /dev/null and b/icons/png/infrastructure_components/labeled/control-plane-256.png differ diff --git a/icons/png/infrastructure_components/unlabeled/control-plane-128.png b/icons/png/infrastructure_components/unlabeled/control-plane-128.png new file mode 100644 index 00000000..ffd854e5 Binary files /dev/null and b/icons/png/infrastructure_components/unlabeled/control-plane-128.png differ diff --git a/icons/png/infrastructure_components/unlabeled/control-plane-256.png b/icons/png/infrastructure_components/unlabeled/control-plane-256.png new file mode 100644 index 00000000..7c6099a9 Binary files /dev/null and b/icons/png/infrastructure_components/unlabeled/control-plane-256.png differ diff --git a/icons/svg/infrastructure_components/labeled/control-plane.svg b/icons/svg/infrastructure_components/labeled/control-plane.svg new file mode 100644 index 00000000..d4e9f39c --- /dev/null +++ b/icons/svg/infrastructure_components/labeled/control-plane.svg @@ -0,0 +1,106 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + control + plane + + + diff --git a/icons/svg/infrastructure_components/labeled/master.svg b/icons/svg/infrastructure_components/labeled/master.svg deleted file mode 100644 index 020bc155..00000000 --- a/icons/svg/infrastructure_components/labeled/master.svg +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - control - - - diff --git a/icons/svg/infrastructure_components/unlabeled/control-plane.svg b/icons/svg/infrastructure_components/unlabeled/control-plane.svg new file mode 100644 index 00000000..94233bf9 --- /dev/null +++ b/icons/svg/infrastructure_components/unlabeled/control-plane.svg @@ -0,0 +1,84 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + diff --git a/icons/svg/infrastructure_components/unlabeled/master.svg b/icons/svg/infrastructure_components/unlabeled/master.svg deleted file mode 100644 index 94233bf9..00000000 --- a/icons/svg/infrastructure_components/unlabeled/master.svg +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - diff --git a/icons/visio/kubernetes-visio-stencil.vssx b/icons/visio/kubernetes-visio-stencil.vssx index df1b450b..6b77bcbd 100644 Binary files a/icons/visio/kubernetes-visio-stencil.vssx and b/icons/visio/kubernetes-visio-stencil.vssx differ -- cgit v1.2.3