diff --git a/docs/fonts/Valkyrie.css b/docs/fonts/Valkyrie.css
index 15f279ce..f1f85665 100644
--- a/docs/fonts/Valkyrie.css
+++ b/docs/fonts/Valkyrie.css
@@ -1,9 +1,9 @@
@font-face {
font-family: "Valkyrie";
- src: url("./Valkyrie.ttf?a3def84045e4a37b8102d2f865b67c3c") format("truetype"),
-url("./Valkyrie.woff?a3def84045e4a37b8102d2f865b67c3c") format("woff"),
-url("./Valkyrie.woff2?a3def84045e4a37b8102d2f865b67c3c") format("woff2"),
-url("./Valkyrie.eot?a3def84045e4a37b8102d2f865b67c3c#iefix") format("embedded-opentype");
+ src: url("./Valkyrie.ttf?d17c89ba7720494c8c2402e59c7634b4") format("truetype"),
+url("./Valkyrie.woff?d17c89ba7720494c8c2402e59c7634b4") format("woff"),
+url("./Valkyrie.woff2?d17c89ba7720494c8c2402e59c7634b4") format("woff2"),
+url("./Valkyrie.eot?d17c89ba7720494c8c2402e59c7634b4#iefix") format("embedded-opentype");
}
.vi {
diff --git a/docs/fonts/Valkyrie.eot b/docs/fonts/Valkyrie.eot
index 8e81bb70..79213126 100644
Binary files a/docs/fonts/Valkyrie.eot and b/docs/fonts/Valkyrie.eot differ
diff --git a/docs/fonts/Valkyrie.scss b/docs/fonts/Valkyrie.scss
index 15f279ce..f1f85665 100644
--- a/docs/fonts/Valkyrie.scss
+++ b/docs/fonts/Valkyrie.scss
@@ -1,9 +1,9 @@
@font-face {
font-family: "Valkyrie";
- src: url("./Valkyrie.ttf?a3def84045e4a37b8102d2f865b67c3c") format("truetype"),
-url("./Valkyrie.woff?a3def84045e4a37b8102d2f865b67c3c") format("woff"),
-url("./Valkyrie.woff2?a3def84045e4a37b8102d2f865b67c3c") format("woff2"),
-url("./Valkyrie.eot?a3def84045e4a37b8102d2f865b67c3c#iefix") format("embedded-opentype");
+ src: url("./Valkyrie.ttf?d17c89ba7720494c8c2402e59c7634b4") format("truetype"),
+url("./Valkyrie.woff?d17c89ba7720494c8c2402e59c7634b4") format("woff"),
+url("./Valkyrie.woff2?d17c89ba7720494c8c2402e59c7634b4") format("woff2"),
+url("./Valkyrie.eot?d17c89ba7720494c8c2402e59c7634b4#iefix") format("embedded-opentype");
}
.vi {
diff --git a/docs/fonts/Valkyrie.ttf b/docs/fonts/Valkyrie.ttf
index 646a1d7a..c4fcdf23 100644
Binary files a/docs/fonts/Valkyrie.ttf and b/docs/fonts/Valkyrie.ttf differ
diff --git a/docs/fonts/Valkyrie.woff b/docs/fonts/Valkyrie.woff
index 4b6ec7c9..1687c18b 100644
Binary files a/docs/fonts/Valkyrie.woff and b/docs/fonts/Valkyrie.woff differ
diff --git a/docs/fonts/Valkyrie.woff2 b/docs/fonts/Valkyrie.woff2
index 9b1c5e91..05825376 100644
Binary files a/docs/fonts/Valkyrie.woff2 and b/docs/fonts/Valkyrie.woff2 differ
diff --git a/icons/devices.svg b/icons/devices.svg
index acde9d4f..50eea29a 100644
--- a/icons/devices.svg
+++ b/icons/devices.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/icons/display.svg b/icons/display.svg
index 84922e5a..c74117c9 100644
--- a/icons/display.svg
+++ b/icons/display.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/icons/ethernet.svg b/icons/ethernet.svg
index 0fc5a8db..6e719779 100644
--- a/icons/ethernet.svg
+++ b/icons/ethernet.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/icons/fax.svg b/icons/fax.svg
index 71247a44..8c2b8586 100644
--- a/icons/fax.svg
+++ b/icons/fax.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/icons/laptop.svg b/icons/laptop.svg
index bf092c69..5c6ba115 100644
--- a/icons/laptop.svg
+++ b/icons/laptop.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/icons/phone-office.svg b/icons/phone-office.svg
index a99814b0..068d21da 100644
--- a/icons/phone-office.svg
+++ b/icons/phone-office.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/icons/video.svg b/icons/video.svg
index 738115a4..6d4f0aca 100644
--- a/icons/video.svg
+++ b/icons/video.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Valkyrie.ts b/src/Valkyrie.ts
index a42e691b..bb2d73fd 100644
--- a/src/Valkyrie.ts
+++ b/src/Valkyrie.ts
@@ -445,14 +445,14 @@ export const viDevices: {
data: string;
} = {
name: 'devices',
- data: ``
+ data: ``
};
export const viDisplay: {
name: 'display';
data: string;
} = {
name: 'display',
- data: ``
+ data: ``
};
export const viEarth: {
name: 'earth';
@@ -501,7 +501,7 @@ export const viEthernet: {
data: string;
} = {
name: 'ethernet',
- data: ``
+ data: ``
};
export const viEuro: {
name: 'euro';
@@ -564,7 +564,7 @@ export const viFax: {
data: string;
} = {
name: 'fax',
- data: ``
+ data: ``
};
export const viFile: {
name: 'file';
@@ -816,7 +816,7 @@ export const viLaptop: {
data: string;
} = {
name: 'laptop',
- data: ``
+ data: ``
};
export const viLayersPlus: {
name: 'layers_plus';
@@ -1096,7 +1096,7 @@ export const viPhoneOffice: {
data: string;
} = {
name: 'phone_office',
- data: ``
+ data: ``
};
export const viPhoneVolume: {
name: 'phone_volume';
@@ -1453,7 +1453,7 @@ export const viVideo: {
data: string;
} = {
name: 'video',
- data: ``
+ data: ``
};
export const viVoicemail: {
name: 'voicemail';