diff --git a/.vscode/tasks.json b/.vscode/tasks.json
deleted file mode 100644
index 830e9d18ee..0000000000
--- a/.vscode/tasks.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "version": "2.0.0",
- "inputs": [
- {
- "type": "pickString",
- "default": "./examples/FluentUI.Demo.Client",
- "options": [
- "FluentUI.Demo.Server",
- "FluentUI.Demo.Client"
- ],
- "id": "projectSelection",
- "description": "Select project",
- }
- ],
- "tasks": [
- {
- "label": "Build library",
- "type": "shell",
- "command": "dotnet build",
- "group": "build",
- "presentation": {
- "reveal": "always",
- "panel": "new"
- }
- },
- {
- "label": "Run samples",
- "type": "shell",
- "command": "dotnet run --project ${workspaceFolder}/examples/${input:projectSelection}/${input:projectSelection}.csproj",
- "group": "build",
- "presentation": {
- "reveal": "always",
- "panel": "new"
- }
- },
- ]
-}
\ No newline at end of file
diff --git a/Directory.Build.props b/Directory.Build.props
index c42d2c60c6..41efb83885 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -10,7 +10,7 @@
gittrue$(MSBuildThisFileDirectory)
- 2.1.2
+ 2.1.3true
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowLeft/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowLeft/20_r.svg
index 160dd2d086..88a8c4bbe6 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowLeft/20_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowLeft/20_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowRight/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowRight/20_r.svg
index 03b0c2b98a..cc1e68ed52 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowRight/20_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowRight/20_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowTrendingSparkle/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowTrendingSparkle/20_f.svg
new file mode 100644
index 0000000000..a0c6868fc9
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowTrendingSparkle/20_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowTrendingSparkle/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowTrendingSparkle/20_r.svg
new file mode 100644
index 0000000000..5e360ff5cd
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowTrendingSparkle/20_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowTrendingSparkle/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowTrendingSparkle/24_f.svg
new file mode 100644
index 0000000000..f4f6668050
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowTrendingSparkle/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowTrendingSparkle/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowTrendingSparkle/24_r.svg
new file mode 100644
index 0000000000..95888ba6da
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ArrowTrendingSparkle/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/16_f.svg
new file mode 100644
index 0000000000..1bc22cf30b
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/16_r.svg
new file mode 100644
index 0000000000..fec16a509d
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/20_f.svg
index c4a5d6bf47..ecab495190 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/20_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/20_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/20_r.svg
index a22a2e0057..0cdf888b84 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/20_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/20_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/24_f.svg
index d7958a8d6a..885e971392 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/24_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/24_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/24_r.svg
index 1e789452fb..8beb863230 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/24_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/24_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/28_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/28_f.svg
index 21a986dd5d..b3c2ebc5ad 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/28_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/28_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/28_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/28_r.svg
index c459e0a4d8..9743225822 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/28_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/28_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/32_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/32_f.svg
new file mode 100644
index 0000000000..33d0507658
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/32_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/32_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/32_r.svg
new file mode 100644
index 0000000000..c4755784f5
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/32_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/48_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/48_f.svg
new file mode 100644
index 0000000000..674d7562bf
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/48_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/48_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/48_r.svg
new file mode 100644
index 0000000000..8fd1531993
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Bluetooth/48_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothConnected/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothConnected/20_f.svg
index 08a6726928..2e38c16d08 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothConnected/20_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothConnected/20_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothConnected/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothConnected/20_r.svg
index 1c48b3556d..02576260ba 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothConnected/20_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothConnected/20_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothConnected/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothConnected/24_f.svg
index 032a958be1..24c725afbb 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothConnected/24_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothConnected/24_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothConnected/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothConnected/24_r.svg
index 73ef87a4cc..59eb7c1da5 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothConnected/24_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothConnected/24_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothDisabled/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothDisabled/20_f.svg
index c2eee4861e..9d69629bb9 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothDisabled/20_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothDisabled/20_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothDisabled/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothDisabled/20_r.svg
index b74df28656..6ae52cbbca 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothDisabled/20_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothDisabled/20_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothDisabled/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothDisabled/24_f.svg
index 71c13dc239..c5eef0af84 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothDisabled/24_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothDisabled/24_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothDisabled/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothDisabled/24_r.svg
index e720c2c08f..6e7447b28e 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothDisabled/24_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothDisabled/24_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothSearching/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothSearching/20_f.svg
index 90d1446881..fdc75d0798 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothSearching/20_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothSearching/20_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothSearching/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothSearching/20_r.svg
index 1874055c9e..34ee8723ed 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothSearching/20_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothSearching/20_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothSearching/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothSearching/24_f.svg
index 3ded07c4f8..9a4316116b 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothSearching/24_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothSearching/24_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothSearching/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothSearching/24_r.svg
index 1799a558df..c91795bd50 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothSearching/24_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/BluetoothSearching/24_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/16_f.svg
new file mode 100644
index 0000000000..46fad61367
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/16_r.svg
new file mode 100644
index 0000000000..804a2bd98a
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/20_f.svg
new file mode 100644
index 0000000000..024c952156
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/20_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/20_r.svg
new file mode 100644
index 0000000000..81df0fe9c0
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/20_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/24_f.svg
new file mode 100644
index 0000000000..8b14120836
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/24_r.svg
new file mode 100644
index 0000000000..1687d33b39
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/28_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/28_f.svg
new file mode 100644
index 0000000000..3681ca480c
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/28_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/28_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/28_r.svg
new file mode 100644
index 0000000000..52cd43bd9e
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/28_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/32_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/32_f.svg
new file mode 100644
index 0000000000..74d60e5be6
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/32_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/32_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/32_r.svg
new file mode 100644
index 0000000000..956ced7e69
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/32_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/48_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/48_f.svg
new file mode 100644
index 0000000000..608663fcf4
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/48_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/48_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/48_r.svg
new file mode 100644
index 0000000000..11e4b9567c
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ChatSparkle/48_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/16_f.svg
new file mode 100644
index 0000000000..31803fc2c4
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/16_r.svg
new file mode 100644
index 0000000000..77e72d702a
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/20_f.svg
new file mode 100644
index 0000000000..883ebbba1d
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/20_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/20_r.svg
new file mode 100644
index 0000000000..e9f20eea1c
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/20_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/24_f.svg
new file mode 100644
index 0000000000..59c644e76c
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/24_r.svg
new file mode 100644
index 0000000000..58c7b23cb7
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/28_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/28_f.svg
new file mode 100644
index 0000000000..5806b90dae
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/28_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/28_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/28_r.svg
new file mode 100644
index 0000000000..763d4198cb
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/28_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/48_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/48_f.svg
new file mode 100644
index 0000000000..c29915426e
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/48_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/48_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/48_r.svg
new file mode 100644
index 0000000000..7f17b6e2a0
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/CommentLink/48_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DeviceEQ/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DeviceEQ/16_f.svg
new file mode 100644
index 0000000000..a405aa9c0d
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DeviceEQ/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DeviceEQ/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DeviceEQ/16_r.svg
new file mode 100644
index 0000000000..f18a5aa4ca
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DeviceEQ/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document/24_r.svg
index 99d56f1f68..e3e5391269 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document/24_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document/24_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/16_f.svg
new file mode 100644
index 0000000000..500d36af00
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/16_r.svg
new file mode 100644
index 0000000000..402642af62
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/20_f.svg
new file mode 100644
index 0000000000..7f102a5959
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/20_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/20_r.svg
new file mode 100644
index 0000000000..755f203abf
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/20_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/24_f.svg
new file mode 100644
index 0000000000..4fe812aed1
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/24_r.svg
new file mode 100644
index 0000000000..25b7b8c03c
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Document100/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentNumber1/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentNumber1/16_f.svg
index ffbdfb646e..225f1947c4 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentNumber1/16_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentNumber1/16_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentNumber1/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentNumber1/16_r.svg
index d44bf68fc7..8bb0af588c 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentNumber1/16_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentNumber1/16_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePage/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePage/16_f.svg
new file mode 100644
index 0000000000..c127821586
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePage/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePage/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePage/16_r.svg
new file mode 100644
index 0000000000..228dec7f4b
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePage/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/16_f.svg
new file mode 100644
index 0000000000..0ffefa8b0f
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/16_r.svg
new file mode 100644
index 0000000000..c5f616c78c
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/20_f.svg
new file mode 100644
index 0000000000..65d3217640
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/20_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/20_r.svg
new file mode 100644
index 0000000000..c3a9304465
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/20_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/24_f.svg
new file mode 100644
index 0000000000..4ad963c18c
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/24_r.svg
new file mode 100644
index 0000000000..f9c363ab13
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageAdd/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/16_f.svg
new file mode 100644
index 0000000000..9b7cdffc5c
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/16_r.svg
new file mode 100644
index 0000000000..99a660802a
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/20_f.svg
new file mode 100644
index 0000000000..0911c5722f
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/20_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/20_r.svg
new file mode 100644
index 0000000000..c35fa801e7
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/20_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/24_f.svg
new file mode 100644
index 0000000000..5c48959a4a
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/24_r.svg
new file mode 100644
index 0000000000..b7dddc0ca6
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/DocumentOnePageLink/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/GlobeSurface/32_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/GlobeSurface/32_f.svg
new file mode 100644
index 0000000000..9ef53c657a
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/GlobeSurface/32_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/GlobeSurface/32_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/GlobeSurface/32_r.svg
new file mode 100644
index 0000000000..74d99f2546
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/GlobeSurface/32_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/16_f.svg
new file mode 100644
index 0000000000..487f72254b
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/16_r.svg
new file mode 100644
index 0000000000..c9fffff7db
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/20_f.svg
new file mode 100644
index 0000000000..7e4da2c1db
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/20_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/20_r.svg
new file mode 100644
index 0000000000..1c79c5f78e
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/20_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/24_f.svg
new file mode 100644
index 0000000000..2d777d3abd
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/24_r.svg
new file mode 100644
index 0000000000..b831fe7b71
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/28_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/28_f.svg
new file mode 100644
index 0000000000..6aa1245e1f
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/28_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/28_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/28_r.svg
new file mode 100644
index 0000000000..9c8d13a26b
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/28_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/32_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/32_f.svg
new file mode 100644
index 0000000000..62edf2df6c
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/32_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/32_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/32_r.svg
new file mode 100644
index 0000000000..00ebbab231
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/32_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/48_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/48_f.svg
new file mode 100644
index 0000000000..77c679185e
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/48_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/48_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/48_r.svg
new file mode 100644
index 0000000000..cbb9824ecb
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ImageCircle/48_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocalLanguage/ja/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocalLanguage/ja/20_f.svg
new file mode 100644
index 0000000000..0cd4d82571
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocalLanguage/ja/20_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocalLanguage/ja/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocalLanguage/ja/20_r.svg
new file mode 100644
index 0000000000..be6da0f818
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocalLanguage/ja/20_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocalLanguage/ja/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocalLanguage/ja/24_f.svg
new file mode 100644
index 0000000000..8eb6668249
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocalLanguage/ja/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocalLanguage/ja/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocalLanguage/ja/24_r.svg
new file mode 100644
index 0000000000..a1d8417f50
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocalLanguage/ja/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/12_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/12_f.svg
new file mode 100644
index 0000000000..ec6e82a1d7
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/12_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/12_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/12_r.svg
new file mode 100644
index 0000000000..6fa0a993f2
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/12_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/16_f.svg
new file mode 100644
index 0000000000..06c3867b73
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/16_r.svg
new file mode 100644
index 0000000000..1bc5ac6a54
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/20_f.svg
new file mode 100644
index 0000000000..09d8b7d6bb
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/20_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/20_r.svg
new file mode 100644
index 0000000000..85ad5f84b2
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/20_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/24_f.svg
new file mode 100644
index 0000000000..9f2b25479b
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/24_r.svg
new file mode 100644
index 0000000000..a4bbd531cf
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/28_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/28_f.svg
new file mode 100644
index 0000000000..609efc10d2
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/28_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/28_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/28_r.svg
new file mode 100644
index 0000000000..babb91b023
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/28_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/32_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/32_f.svg
new file mode 100644
index 0000000000..f519dc1e7c
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/32_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/32_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/32_r.svg
new file mode 100644
index 0000000000..65d5606ca7
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/32_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/48_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/48_f.svg
new file mode 100644
index 0000000000..e2babd08d6
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/48_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/48_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/48_r.svg
new file mode 100644
index 0000000000..ddaf47c380
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/LocationArrow/48_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/16_f.svg
new file mode 100644
index 0000000000..6eb9ffb9b6
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/16_r.svg
new file mode 100644
index 0000000000..e797312ef7
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/20_f.svg
new file mode 100644
index 0000000000..b89a46e5aa
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/20_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/20_r.svg
new file mode 100644
index 0000000000..a5c85ac47e
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/20_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/24_f.svg
new file mode 100644
index 0000000000..078bd5b36c
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/24_r.svg
new file mode 100644
index 0000000000..76ab23e2f7
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/28_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/28_f.svg
new file mode 100644
index 0000000000..9ce4deead6
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/28_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/28_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/28_r.svg
new file mode 100644
index 0000000000..8fc0f727fa
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/28_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/32_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/32_f.svg
new file mode 100644
index 0000000000..f4c789da6e
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/32_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/32_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/32_r.svg
new file mode 100644
index 0000000000..932c83bbb1
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/32_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/48_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/48_f.svg
new file mode 100644
index 0000000000..0278a2c6c6
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/48_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/48_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/48_r.svg
new file mode 100644
index 0000000000..426fe75612
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeader/48_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/16_f.svg
new file mode 100644
index 0000000000..fb17efb2eb
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/16_r.svg
new file mode 100644
index 0000000000..89f5dbb1f6
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/20_f.svg
new file mode 100644
index 0000000000..59562106e1
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/20_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/20_r.svg
new file mode 100644
index 0000000000..add8869145
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/20_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/24_f.svg
new file mode 100644
index 0000000000..6d4f866632
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/24_r.svg
new file mode 100644
index 0000000000..89f8695250
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/28_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/28_f.svg
new file mode 100644
index 0000000000..797335b158
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/28_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/28_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/28_r.svg
new file mode 100644
index 0000000000..3047b0009c
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/28_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/32_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/32_f.svg
new file mode 100644
index 0000000000..4b538f6689
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/32_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/32_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/32_r.svg
new file mode 100644
index 0000000000..4023f29954
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/32_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/48_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/48_f.svg
new file mode 100644
index 0000000000..c1407e42f1
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/48_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/48_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/48_r.svg
new file mode 100644
index 0000000000..f3056386f1
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderAdd/48_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/16_f.svg
new file mode 100644
index 0000000000..ff40fedb63
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/16_r.svg
new file mode 100644
index 0000000000..fbec0e37e8
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/20_f.svg
new file mode 100644
index 0000000000..79ecea960e
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/20_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/20_r.svg
new file mode 100644
index 0000000000..355ba7e8a6
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/20_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/24_f.svg
new file mode 100644
index 0000000000..9e35076162
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/24_r.svg
new file mode 100644
index 0000000000..45a3adfb3e
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PanelLeftHeaderKey/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/16_f.svg
index 67fd87e26c..3324f721c5 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/16_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/16_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/16_r.svg
index 7ec082f2ef..7bc5878e81 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/16_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/16_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/20_f.svg
index 3dcdb255ff..f5ad0c1655 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/20_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/20_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/20_r.svg
index 22d90cc3b0..c92a34f1e2 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/20_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/20_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/24_f.svg
new file mode 100644
index 0000000000..045ff7ba4a
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/24_r.svg
new file mode 100644
index 0000000000..25bb8548cf
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PeopleCall/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/16_f.svg
index 418f20e076..bc2ed938bf 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/16_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/16_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/16_r.svg
index 1c71ae552e..ab08ed7387 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/16_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/16_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/20_f.svg
index 3ab98336b8..74883c4768 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/20_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/20_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/20_r.svg
index 382de5788e..ea738c66d8 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/20_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/20_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/24_f.svg
index 9415aad606..08c0b5c1ab 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/24_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/24_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/24_r.svg
index 8f2a850bb6..cd25f2796f 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/24_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonCall/24_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/24_f.svg
index 155472b81a..f2d4329448 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/24_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/24_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/24_r.svg
index 10fbd84587..de25ae7a1a 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/24_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/24_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/28_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/28_f.svg
new file mode 100644
index 0000000000..21255b2ba8
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/28_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/28_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/28_r.svg
new file mode 100644
index 0000000000..6a447a035a
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/28_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/32_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/32_f.svg
new file mode 100644
index 0000000000..6db7e5ad71
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/32_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/32_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/32_r.svg
new file mode 100644
index 0000000000..eceaf4c3d1
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/32_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/48_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/48_f.svg
new file mode 100644
index 0000000000..d275089127
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/48_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/48_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/48_r.svg
new file mode 100644
index 0000000000..bad312b48c
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/PersonFeedback/48_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ProjectionScreenText/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ProjectionScreenText/24_f.svg
new file mode 100644
index 0000000000..18a97ca3a0
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ProjectionScreenText/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ProjectionScreenText/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ProjectionScreenText/24_r.svg
new file mode 100644
index 0000000000..f0e91f8cdf
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ProjectionScreenText/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Receipt/32_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Receipt/32_f.svg
new file mode 100644
index 0000000000..49e7afa426
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Receipt/32_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Receipt/32_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Receipt/32_r.svg
new file mode 100644
index 0000000000..6e75c83f54
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Receipt/32_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptAdd/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptAdd/20_f.svg
index 686512837e..2298812da5 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptAdd/20_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptAdd/20_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptAdd/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptAdd/20_r.svg
index 6f4ad9829c..92ec30e8f6 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptAdd/20_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptAdd/20_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptAdd/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptAdd/24_f.svg
index 6e5ad035fc..e49a65fce0 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptAdd/24_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptAdd/24_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptAdd/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptAdd/24_r.svg
index b6b35e5233..273aca0e68 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptAdd/24_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptAdd/24_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptBag/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptBag/20_f.svg
index b371db7b67..a554b45575 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptBag/20_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptBag/20_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptBag/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptBag/20_r.svg
index 6310684f64..1925773eca 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptBag/20_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptBag/20_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptBag/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptBag/24_f.svg
index 04d5c0a985..c973a06057 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptBag/24_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptBag/24_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptBag/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptBag/24_r.svg
index e103648e50..15aaa978dc 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptBag/24_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptBag/24_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptCube/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptCube/20_f.svg
index 6edb693416..45ca423cac 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptCube/20_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptCube/20_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptCube/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptCube/20_r.svg
index ef95b6e0d7..f47395d505 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptCube/20_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptCube/20_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptCube/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptCube/24_f.svg
index 805ff7965e..5aeacb804a 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptCube/24_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptCube/24_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptCube/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptCube/24_r.svg
index 85515e95d1..1cb85740eb 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptCube/24_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptCube/24_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptPlay/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptPlay/20_f.svg
index 4d0fa0aece..93eb1e46c5 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptPlay/20_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptPlay/20_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptPlay/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptPlay/20_r.svg
index df65bd141b..7426f3f01a 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptPlay/20_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptPlay/20_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptPlay/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptPlay/24_f.svg
index 99260d7efc..f25d478703 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptPlay/24_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptPlay/24_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptPlay/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptPlay/24_r.svg
index a23157f01a..84e2cdb856 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptPlay/24_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptPlay/24_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptSearch/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptSearch/20_f.svg
index 3cb1a3b9ec..ae139cd4e6 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptSearch/20_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptSearch/20_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptSearch/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptSearch/20_r.svg
index 1032368bd9..fff6ed7dfb 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptSearch/20_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/ReceiptSearch/20_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SlashForward/12_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SlashForward/12_f.svg
new file mode 100644
index 0000000000..4b1272adaa
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SlashForward/12_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SlashForward/12_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SlashForward/12_r.svg
new file mode 100644
index 0000000000..5ef0d2391b
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SlashForward/12_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SlashForward/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SlashForward/16_f.svg
new file mode 100644
index 0000000000..4e17f13248
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SlashForward/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SlashForward/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SlashForward/16_r.svg
new file mode 100644
index 0000000000..792e54f505
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SlashForward/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/16_f.svg
new file mode 100644
index 0000000000..f5bf50f735
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/16_r.svg
new file mode 100644
index 0000000000..3ea2b32e57
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/28_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/28_f.svg
new file mode 100644
index 0000000000..e245b7dd80
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/28_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/28_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/28_r.svg
new file mode 100644
index 0000000000..64681e7568
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/28_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/32_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/32_f.svg
new file mode 100644
index 0000000000..6dbe753030
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/32_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/32_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/32_r.svg
new file mode 100644
index 0000000000..ddbecaad73
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/32_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/48_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/48_f.svg
new file mode 100644
index 0000000000..fd72d44038
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/48_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/48_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/48_r.svg
new file mode 100644
index 0000000000..a37db033a6
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/SparkleCircle/48_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/16_f.svg
new file mode 100644
index 0000000000..a005cd89f8
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/16_r.svg
new file mode 100644
index 0000000000..56be7a3af9
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/20_f.svg
new file mode 100644
index 0000000000..16dfd4df65
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/20_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/20_r.svg
new file mode 100644
index 0000000000..f8873dc832
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/20_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/24_f.svg
new file mode 100644
index 0000000000..1895ca2e4e
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/24_r.svg
new file mode 100644
index 0000000000..ebc215e189
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/StarArrowBack/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextColumnOneSemiNarrow/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextColumnOneSemiNarrow/20_f.svg
new file mode 100644
index 0000000000..f5eb4e352f
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextColumnOneSemiNarrow/20_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextColumnOneSemiNarrow/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextColumnOneSemiNarrow/20_r.svg
new file mode 100644
index 0000000000..b10ddee158
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextColumnOneSemiNarrow/20_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextColumnOneSemiNarrow/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextColumnOneSemiNarrow/24_f.svg
new file mode 100644
index 0000000000..07879d762b
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextColumnOneSemiNarrow/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextColumnOneSemiNarrow/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextColumnOneSemiNarrow/24_r.svg
new file mode 100644
index 0000000000..92bc6f18b4
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextColumnOneSemiNarrow/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextExpand/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextExpand/16_f.svg
new file mode 100644
index 0000000000..e221926b44
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextExpand/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextExpand/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextExpand/16_r.svg
new file mode 100644
index 0000000000..dab6bc7777
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextExpand/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/16_f.svg
new file mode 100644
index 0000000000..ddce1aad2c
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/16_r.svg
new file mode 100644
index 0000000000..d187c7abd6
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/20_f.svg
new file mode 100644
index 0000000000..dc54f7db4d
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/20_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/20_r.svg
new file mode 100644
index 0000000000..9f105db1bd
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/20_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/24_f.svg
new file mode 100644
index 0000000000..c7fadb13d4
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/24_r.svg
new file mode 100644
index 0000000000..f4439442b8
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/TextUnderlineCharacterU/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/16_f.svg
new file mode 100644
index 0000000000..2b82bab25f
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/16_r.svg
new file mode 100644
index 0000000000..78f7df8cd1
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/28_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/28_f.svg
new file mode 100644
index 0000000000..5ed21d7028
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/28_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/28_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/28_r.svg
new file mode 100644
index 0000000000..abf41e421e
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/28_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/32_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/32_f.svg
new file mode 100644
index 0000000000..18648d97d1
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/32_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/32_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/32_r.svg
new file mode 100644
index 0000000000..e796714701
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/32_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/48_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/48_f.svg
new file mode 100644
index 0000000000..fba9e1e8ed
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/48_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/48_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/48_r.svg
new file mode 100644
index 0000000000..999b126bfa
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffect/48_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/16_f.svg
new file mode 100644
index 0000000000..4f0c18d7d5
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/16_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/16_r.svg
new file mode 100644
index 0000000000..7b69a554c3
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/16_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/20_f.svg
new file mode 100644
index 0000000000..6e445fc406
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/20_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/20_r.svg
new file mode 100644
index 0000000000..a87f545828
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/20_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/24_f.svg
new file mode 100644
index 0000000000..8bafac023a
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/24_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/24_r.svg
new file mode 100644
index 0000000000..08275e1354
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/24_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/28_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/28_f.svg
new file mode 100644
index 0000000000..ed112ecfc1
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/28_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/28_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/28_r.svg
new file mode 100644
index 0000000000..49c29540f3
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/28_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/32_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/32_f.svg
new file mode 100644
index 0000000000..d807cb8ad1
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/32_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/32_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/32_r.svg
new file mode 100644
index 0000000000..175a9dc699
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/32_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/48_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/48_f.svg
new file mode 100644
index 0000000000..5c613155ea
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/48_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/48_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/48_r.svg
new file mode 100644
index 0000000000..df0d04d8de
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoBackgroundEffectHorizontal/48_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/24_f.svg
index 730f69c933..e64a94f68c 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/24_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/24_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/24_r.svg
index e8d73ce0af..0a6dd81259 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/24_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/24_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/28_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/28_f.svg
new file mode 100644
index 0000000000..ffc90ea4bd
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/28_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/28_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/28_r.svg
new file mode 100644
index 0000000000..ccd8a2f3f3
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/28_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/32_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/32_f.svg
new file mode 100644
index 0000000000..2a498947e4
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/32_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/32_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/32_r.svg
new file mode 100644
index 0000000000..bbd77e20f0
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/32_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/48_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/48_f.svg
new file mode 100644
index 0000000000..b3430883c6
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/48_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/48_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/48_r.svg
new file mode 100644
index 0000000000..ff0b1a8715
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClip/48_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClipOff/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClipOff/24_f.svg
index e79afa0889..47383dad80 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClipOff/24_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClipOff/24_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClipOff/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClipOff/24_r.svg
index 8b52760186..dff66966b4 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClipOff/24_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoClipOff/24_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPerson/28_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPerson/28_f.svg
index 11ce9c768b..3d059e8188 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPerson/28_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPerson/28_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPerson/28_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPerson/28_r.svg
index 6031a4254a..c554e41731 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPerson/28_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPerson/28_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/16_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/16_f.svg
index dcadc22bd0..356ad918e2 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/16_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/16_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/16_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/16_r.svg
index e1ef3ad704..2e6025853e 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/16_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/16_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/20_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/20_f.svg
index e6b319c81c..84a73e02be 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/20_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/20_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/20_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/20_r.svg
index 764eb55aad..dfd904053b 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/20_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/20_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/24_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/24_f.svg
index 8f8bbe31d8..536e0a85f3 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/24_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/24_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/24_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/24_r.svg
index 8b49277d19..fa23917ed9 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/24_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/24_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/32_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/32_f.svg
index 31a8897efb..996ade5d25 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/32_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/32_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/32_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/32_r.svg
index ddb25076cc..e7731c2e3b 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/32_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonCall/32_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonClock/28_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonClock/28_f.svg
index aa987bb3f1..cf3daf6c54 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonClock/28_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonClock/28_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonClock/28_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonClock/28_r.svg
index 51741b7453..3ddb9f39f7 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonClock/28_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonClock/28_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonSparkle/28_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonSparkle/28_f.svg
index f094d1e4d7..39a003e8fd 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonSparkle/28_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonSparkle/28_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonSparkle/28_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonSparkle/28_r.svg
index e6ec8dff9b..624d814dd7 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonSparkle/28_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/VideoPersonSparkle/28_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/28_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/28_f.svg
index 5f01b2a4ea..655b80c083 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/28_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/28_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/28_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/28_r.svg
index db5a503420..b52fe2f27f 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/28_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/28_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/32_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/32_f.svg
index 9d5a8dacb1..9f63f3bb52 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/32_f.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/32_f.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/32_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/32_r.svg
index 04cbe574c8..c2b32a992e 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/32_r.svg
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/32_r.svg
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/48_f.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/48_f.svg
new file mode 100644
index 0000000000..61ab5f16d5
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/48_f.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/48_r.svg b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/48_r.svg
new file mode 100644
index 0000000000..abca337be0
--- /dev/null
+++ b/src/Microsoft.Fast.Components.FluentUI/Assets/icons/Voicemail/48_r.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/Microsoft.Fast.Components.FluentUI/Components/DataGrid/FluentDataGridRow.razor.cs b/src/Microsoft.Fast.Components.FluentUI/Components/DataGrid/FluentDataGridRow.razor.cs
index 365e5bb1de..7815185ec9 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Components/DataGrid/FluentDataGridRow.razor.cs
+++ b/src/Microsoft.Fast.Components.FluentUI/Components/DataGrid/FluentDataGridRow.razor.cs
@@ -6,7 +6,6 @@ namespace Microsoft.Fast.Components.FluentUI;
[CascadingTypeParameter(nameof(TGridItem))]
public partial class FluentDataGridRow : FluentComponentBase, IHandleEvent, IDisposable
{
- internal static int index = 0;
internal string RowId { get; } = Identifier.NewId();
private readonly Dictionary> cells = new();
@@ -48,7 +47,6 @@ public partial class FluentDataGridRow : FluentComponentBase, IHandle
protected override void OnInitialized()
{
Owner.Register(this);
- RowIndex = index++;
}
protected override void OnParametersSet()
diff --git a/src/Microsoft.Fast.Components.FluentUI/Components/DataGrid/Infrastructure/InternalGridContext.cs b/src/Microsoft.Fast.Components.FluentUI/Components/DataGrid/Infrastructure/InternalGridContext.cs
index e0785acaf7..ea58e7278a 100644
--- a/src/Microsoft.Fast.Components.FluentUI/Components/DataGrid/Infrastructure/InternalGridContext.cs
+++ b/src/Microsoft.Fast.Components.FluentUI/Components/DataGrid/Infrastructure/InternalGridContext.cs
@@ -9,6 +9,7 @@ namespace Microsoft.Fast.Components.FluentUI.DataGrid.Infrastructure;
// It's an internal type so it doesn't show up in unrelated components by mistake.
internal class InternalGridContext
{
+ private int index=0;
public Dictionary> Rows { get; set; } = new();
public FluentDataGrid Grid { get; }
@@ -22,6 +23,7 @@ public InternalGridContext(FluentDataGrid grid)
internal void Register(FluentDataGridRow row)
{
Rows.Add(row.RowId, row);
+ row.RowIndex = index++;
}
internal void Unregister(FluentDataGridRow row)
diff --git a/tools/InitIcons/Program.cs b/tools/InitIcons/Program.cs
index de9f7ef476..696c3f239a 100644
--- a/tools/InitIcons/Program.cs
+++ b/tools/InitIcons/Program.cs
@@ -19,7 +19,7 @@ static void RenameFile(string folder, string file)
}
-const string relRootFolder = @"..\Microsoft.Fast.Components.FluentUI\Assets\icons";
+const string relRootFolder = @"..\..\src\Microsoft.Fast.Components.FluentUI\Assets\icons";
string sCurrentDirectory = AppDomain.CurrentDomain.BaseDirectory;
string sRoot = Path.Combine(sCurrentDirectory, @"..\..\..");