const factory SvgIcon({ required int id, required String name, required String path, @Default(false) bool selected, }) = _SvgIcon;