feat: add two tone icon.

This commit is contained in:
rabbitism
2024-01-27 03:47:54 +08:00
parent 2a5de69c89
commit ccc883d5f8
9 changed files with 173 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
using CommunityToolkit.Mvvm.ComponentModel;
namespace Ursa.Demo.ViewModels;
public class TwoTonePathIconDemoViewModel:ObservableObject
{
}