From 470d5eb0e45762089a2ae4ce8090a5874eb2b60b Mon Sep 17 00:00:00 2001
From: Allie <13716824+ChildishGiant@users.noreply.github.com>
Date: Sat, 26 Jun 2021 19:55:55 +0100
Subject: [PATCH] docs: add templates for icons
---
.gitbook/assets/128-template.svg | 23 +++++++++++++++++++++++
.gitbook/assets/16-template.svg | 23 +++++++++++++++++++++++
.gitbook/assets/24-template.svg | 23 +++++++++++++++++++++++
.gitbook/assets/32-template.svg | 23 +++++++++++++++++++++++
.gitbook/assets/48-template.svg | 23 +++++++++++++++++++++++
.gitbook/assets/64-template.svg | 23 +++++++++++++++++++++++
reference/iconography.md | 16 ++++++++--------
7 files changed, 146 insertions(+), 8 deletions(-)
create mode 100644 .gitbook/assets/128-template.svg
create mode 100644 .gitbook/assets/16-template.svg
create mode 100644 .gitbook/assets/24-template.svg
create mode 100644 .gitbook/assets/32-template.svg
create mode 100644 .gitbook/assets/48-template.svg
create mode 100644 .gitbook/assets/64-template.svg
diff --git a/.gitbook/assets/128-template.svg b/.gitbook/assets/128-template.svg
new file mode 100644
index 0000000..1ac8eb0
--- /dev/null
+++ b/.gitbook/assets/128-template.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/.gitbook/assets/16-template.svg b/.gitbook/assets/16-template.svg
new file mode 100644
index 0000000..bdd37f5
--- /dev/null
+++ b/.gitbook/assets/16-template.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/.gitbook/assets/24-template.svg b/.gitbook/assets/24-template.svg
new file mode 100644
index 0000000..1d9f7ab
--- /dev/null
+++ b/.gitbook/assets/24-template.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/.gitbook/assets/32-template.svg b/.gitbook/assets/32-template.svg
new file mode 100644
index 0000000..d11e4ab
--- /dev/null
+++ b/.gitbook/assets/32-template.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/.gitbook/assets/48-template.svg b/.gitbook/assets/48-template.svg
new file mode 100644
index 0000000..3587bcd
--- /dev/null
+++ b/.gitbook/assets/48-template.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/.gitbook/assets/64-template.svg b/.gitbook/assets/64-template.svg
new file mode 100644
index 0000000..60b559f
--- /dev/null
+++ b/.gitbook/assets/64-template.svg
@@ -0,0 +1,23 @@
+
+
diff --git a/reference/iconography.md b/reference/iconography.md
index 7cd9e84..2fb7a07 100644
--- a/reference/iconography.md
+++ b/reference/iconography.md
@@ -94,14 +94,14 @@ Keeping these lines in mind while designing, means you can place elements along
If you're designing a square-shaped icon, like the one for Terminal seen above, then consider using these common measurements \(in pixels\) for each icon:
-| Canvas Size | Base Line | x-Height | Mean Line Height |
-| :--- | :--- | :--- | :--- |
-| 16x16 | 1 | 14 | 8 |
-| 24x24 | 2 | 20 | 12 |
-| 32x32 | 2 | 26 | 16 |
-| 48x48 | 3 | 40 | 24 |
-| 64x64 | 4 | 56 | 32 |
-| 128x128 | 9 | 104 | 64 |
+| Canvas Size | Base Line | x-Height | Mean Line Height | Template|
+| :--- | :--- | :--- | :--- | :--- |
+| 16x16 | 1 | 14 | 8 | [16-template.svg](../.gitbook/assets/16-template.svg) |
+| 24x24 | 2 | 20 | 12 | [24-template.svg](../.gitbook/assets/24-template.svg) |
+| 32x32 | 2 | 26 | 16 | [32-template.svg](../.gitbook/assets/32-template.svg) |
+| 48x48 | 3 | 40 | 24 | [48-template.svg](../.gitbook/assets/48-template.svg) |
+| 64x64 | 4 | 56 | 32 | [64-template.svg](../.gitbook/assets/64-template.svg) |
+| 128x128 | 9 | 104 | 64 | [128-template.svg](../.gitbook/assets/128-template.svg) |
### Exceptions