Skip to content

Commit df754c5

Browse files
committed
refactor: add delete icon
1 parent 072522b commit df754c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AzureAppConfigurationEmulator/Components/AzureIcon.razor

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@
8282
{
8383
public static class Size16
8484
{
85+
public class Delete() : Icon(nameof(Delete), "<path d=\"M14.5 3h-1v11.5a1.3 1.3 0 0 1-.1.6l-.3.5-.5.3H3.4l-.5-.3-.3-.5a1.3 1.3 0 0 1-.1-.6V3h-1V2h4V1a.6.6 0 0 1 .1-.4l.2-.3.3-.2h3.8l.3.2.2.3a.6.6 0 0 1 .1.4v1h4zm-2 0h-9v11.5a.6.6 0 0 0 .1.4h8.8a.6.6 0 0 0 .1-.4zm-6 10h-1V5h1zm0-11h3V1h-3zm2 11h-1V5h1zm2 0h-1V5h1z\"></path>", IconVariant.Regular, IconSize.Size16);
86+
8587
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);
8688
}
8789
}

0 commit comments

Comments
 (0)