feat : content list
This commit is contained in:
@@ -123,6 +123,9 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/user_square.svg
|
||||
SvgGenImage get userSquare => const SvgGenImage('assets/icons/user_square.svg');
|
||||
|
||||
/// File path: assets/icons/virtual_tag.svg
|
||||
SvgGenImage get virtualTag => const SvgGenImage('assets/icons/virtual_tag.svg');
|
||||
|
||||
/// List of all assets
|
||||
List<SvgGenImage> get values => [
|
||||
add,
|
||||
@@ -161,6 +164,7 @@ class $AssetsIconsGen {
|
||||
trash,
|
||||
user,
|
||||
userSquare,
|
||||
virtualTag,
|
||||
];
|
||||
}
|
||||
|
||||
@@ -252,6 +256,9 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/picture_frame.svg.vec
|
||||
SvgGenImage get pictureFrameSvg => const SvgGenImage.vec('assets/vec/picture_frame.svg.vec');
|
||||
|
||||
/// File path: assets/vec/place_holder.svg.vec
|
||||
SvgGenImage get placeHolderSvg => const SvgGenImage.vec('assets/vec/place_holder.svg.vec');
|
||||
|
||||
/// File path: assets/vec/profile_circle.svg.vec
|
||||
SvgGenImage get profileCircleSvg => const SvgGenImage.vec('assets/vec/profile_circle.svg.vec');
|
||||
|
||||
@@ -288,6 +295,9 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/user_square.svg.vec
|
||||
SvgGenImage get userSquareSvg => const SvgGenImage.vec('assets/vec/user_square.svg.vec');
|
||||
|
||||
/// File path: assets/vec/virtual_tag.svg.vec
|
||||
SvgGenImage get virtualTagSvg => const SvgGenImage.vec('assets/vec/virtual_tag.svg.vec');
|
||||
|
||||
/// List of all assets
|
||||
List<SvgGenImage> get values => [
|
||||
addSvg,
|
||||
@@ -313,6 +323,7 @@ class $AssetsVecGen {
|
||||
messageAddSvg,
|
||||
pdfDownloadSvg,
|
||||
pictureFrameSvg,
|
||||
placeHolderSvg,
|
||||
profileCircleSvg,
|
||||
profileUserSvg,
|
||||
receiptDiscountSvg,
|
||||
@@ -325,6 +336,7 @@ class $AssetsVecGen {
|
||||
trashSvg,
|
||||
userSvg,
|
||||
userSquareSvg,
|
||||
virtualTagSvg,
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user