feat : out of the province
This commit is contained in:
@@ -150,6 +150,9 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/setting.svg
|
||||
SvgGenImage get setting => const SvgGenImage('assets/icons/setting.svg');
|
||||
|
||||
/// File path: assets/icons/shopping_basket.svg
|
||||
SvgGenImage get shoppingBasket => const SvgGenImage('assets/icons/shopping_basket.svg');
|
||||
|
||||
/// File path: assets/icons/tag_label.svg
|
||||
SvgGenImage get tagLabel => const SvgGenImage('assets/icons/tag_label.svg');
|
||||
|
||||
@@ -227,6 +230,7 @@ class $AssetsIconsGen {
|
||||
search,
|
||||
securityTime,
|
||||
setting,
|
||||
shoppingBasket,
|
||||
tagLabel,
|
||||
tagUser,
|
||||
trash,
|
||||
@@ -407,6 +411,9 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/setting.svg.vec
|
||||
SvgGenImage get settingSvg => const SvgGenImage.vec('assets/vec/setting.svg.vec');
|
||||
|
||||
/// File path: assets/vec/shopping_basket.svg.vec
|
||||
SvgGenImage get shoppingBasketSvg => const SvgGenImage.vec('assets/vec/shopping_basket.svg.vec');
|
||||
|
||||
/// File path: assets/vec/tag_label.svg.vec
|
||||
SvgGenImage get tagLabelSvg => const SvgGenImage.vec('assets/vec/tag_label.svg.vec');
|
||||
|
||||
@@ -484,6 +491,7 @@ class $AssetsVecGen {
|
||||
searchSvg,
|
||||
securityTimeSvg,
|
||||
settingSvg,
|
||||
shoppingBasketSvg,
|
||||
tagLabelSvg,
|
||||
tagUserSvg,
|
||||
trashSvg,
|
||||
|
||||
Reference in New Issue
Block a user