feat : new ui for steward
This commit is contained in:
@@ -137,6 +137,12 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/cube_card.svg
|
||||
SvgGenImage get cubeCard => const SvgGenImage('assets/icons/cube_card.svg');
|
||||
|
||||
/// File path: assets/icons/cube_card_free.svg
|
||||
SvgGenImage get cubeCardFree => const SvgGenImage('assets/icons/cube_card_free.svg');
|
||||
|
||||
/// File path: assets/icons/cube_card_goverment.svg
|
||||
SvgGenImage get cubeCardGoverment => const SvgGenImage('assets/icons/cube_card_goverment.svg');
|
||||
|
||||
/// File path: assets/icons/cube_rotate.svg
|
||||
SvgGenImage get cubeRotate => const SvgGenImage('assets/icons/cube_rotate.svg');
|
||||
|
||||
@@ -396,6 +402,8 @@ class $AssetsIconsGen {
|
||||
cube,
|
||||
cubeBottomRotation,
|
||||
cubeCard,
|
||||
cubeCardFree,
|
||||
cubeCardGoverment,
|
||||
cubeRotate,
|
||||
cubeScan,
|
||||
cubeScanWithLabel,
|
||||
@@ -623,6 +631,12 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/cube_card.svg.vec
|
||||
SvgGenImage get cubeCardSvg => const SvgGenImage.vec('assets/vec/cube_card.svg.vec');
|
||||
|
||||
/// File path: assets/vec/cube_card_free.svg.vec
|
||||
SvgGenImage get cubeCardFreeSvg => const SvgGenImage.vec('assets/vec/cube_card_free.svg.vec');
|
||||
|
||||
/// File path: assets/vec/cube_card_goverment.svg.vec
|
||||
SvgGenImage get cubeCardGovermentSvg => const SvgGenImage.vec('assets/vec/cube_card_goverment.svg.vec');
|
||||
|
||||
/// File path: assets/vec/cube_rotate.svg.vec
|
||||
SvgGenImage get cubeRotateSvg => const SvgGenImage.vec('assets/vec/cube_rotate.svg.vec');
|
||||
|
||||
@@ -882,6 +896,8 @@ class $AssetsVecGen {
|
||||
cubeSvg,
|
||||
cubeBottomRotationSvg,
|
||||
cubeCardSvg,
|
||||
cubeCardFreeSvg,
|
||||
cubeCardGovermentSvg,
|
||||
cubeRotateSvg,
|
||||
cubeScanSvg,
|
||||
cubeScanWithLabelSvg,
|
||||
|
||||
Reference in New Issue
Block a user