Skip to content

Commit 9d9c9c1

Browse files
committed
refactor: add ellipsis horizontal icon
1 parent 93ea93d commit 9d9c9c1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/AzureAppConfigurationEmulator/Components/AzureIcon.razor

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,15 @@
7676
Size48 = 48
7777
}
7878

79+
public static class Icons
80+
{
81+
public static class Regular
82+
{
83+
public static class Size16
84+
{
85+
public class EllipsisHorizontal() : Icon(nameof(EllipsisHorizontal), "<circle cx=\"14.4\" cy=\"7.6\" r=\"1.6\"></circle><circle cx=\"8\" cy=\"7.6\" r=\"1.6\"></circle><circle cx=\"1.6\" cy=\"7.6\" r=\"1.6\"></circle>", IconVariant.Regular, IconSize.Size16);
86+
}
87+
}
88+
}
89+
7990
}

0 commit comments

Comments
 (0)