diff --git a/assets/icons/3d_cube_square.svg b/assets/icons/3d_cube_square.svg
deleted file mode 100644
index 4eb620a..0000000
--- a/assets/icons/3d_cube_square.svg
+++ /dev/null
@@ -1,4 +0,0 @@
-
diff --git a/assets/icons/cube_scan.svg b/assets/icons/cube_scan.svg
index 5d088f4..c8f72fe 100644
--- a/assets/icons/cube_scan.svg
+++ b/assets/icons/cube_scan.svg
@@ -1,8 +1,13 @@
diff --git a/assets/icons/cube_scan_with_label.svg b/assets/icons/cube_scan_with_label.svg
new file mode 100644
index 0000000..5d088f4
--- /dev/null
+++ b/assets/icons/cube_scan_with_label.svg
@@ -0,0 +1,8 @@
+
diff --git a/assets/vec/3d_cube_square.svg.vec b/assets/vec/3d_cube_square.svg.vec
deleted file mode 100644
index a5b5704..0000000
Binary files a/assets/vec/3d_cube_square.svg.vec and /dev/null differ
diff --git a/assets/vec/bg_auth.svg.vec b/assets/vec/bg_auth.svg.vec
index 38b50f6..a5c1c29 100644
Binary files a/assets/vec/bg_auth.svg.vec and b/assets/vec/bg_auth.svg.vec differ
diff --git a/assets/vec/cube_scan.svg.vec b/assets/vec/cube_scan.svg.vec
index 4c5c41d..c45b62f 100644
Binary files a/assets/vec/cube_scan.svg.vec and b/assets/vec/cube_scan.svg.vec differ
diff --git a/assets/vec/cube_scan_with_label.svg.vec b/assets/vec/cube_scan_with_label.svg.vec
new file mode 100644
index 0000000..4c5c41d
Binary files /dev/null and b/assets/vec/cube_scan_with_label.svg.vec differ
diff --git a/assets/vec/empty.svg.vec b/assets/vec/empty.svg.vec
index f6caea4..b60778f 100644
Binary files a/assets/vec/empty.svg.vec and b/assets/vec/empty.svg.vec differ
diff --git a/packages/chicken/lib/presentation/pages/poultry_science/farm/view.dart b/packages/chicken/lib/presentation/pages/poultry_science/farm/view.dart
index 41eb9b7..3d2f14e 100644
--- a/packages/chicken/lib/presentation/pages/poultry_science/farm/view.dart
+++ b/packages/chicken/lib/presentation/pages/poultry_science/farm/view.dart
@@ -14,7 +14,7 @@ class FarmPage extends GetView {
routes: controller.routes,
hasFilter: false,
hasSearch: false,
- onBackPressed: () => Get.back(id:0),
+ onBackPressed: () => Get.back(id: 0),
widgets: [firstTagInformation(), farmListWidget()],
);
}
@@ -55,7 +55,7 @@ class FarmPage extends GetView {
child: itemListWidget(item),
secondChild: itemListExpandedWidget(item),
labelColor: AppColor.blueLight,
- labelIcon: Assets.vec.checkSquareSvg.path,
+ labelIcon: Assets.vec.cubeScanSvg.path,
);
}, controller.isExpandedList);
},
diff --git a/packages/chicken/lib/presentation/pages/poultry_science/home/view.dart b/packages/chicken/lib/presentation/pages/poultry_science/home/view.dart
index 6efa151..913465b 100644
--- a/packages/chicken/lib/presentation/pages/poultry_science/home/view.dart
+++ b/packages/chicken/lib/presentation/pages/poultry_science/home/view.dart
@@ -255,7 +255,7 @@ class PoultryScienceHomePage extends GetView {
),
widelyUsed(
title: 'فارم ها',
- iconPath: Assets.vec.a3dCubeSquareSvg.path,
+ iconPath: Assets.vec.cubeSvg.path,
isOnEdit: false,
onTap: () async {
controller.rootLogic.currentPage.value = 1;
diff --git a/packages/chicken/lib/presentation/pages/steward/home/view.dart b/packages/chicken/lib/presentation/pages/steward/home/view.dart
index 9f339a9..c7947d2 100644
--- a/packages/chicken/lib/presentation/pages/steward/home/view.dart
+++ b/packages/chicken/lib/presentation/pages/steward/home/view.dart
@@ -225,7 +225,7 @@ class HomePage extends GetView {
(data.value?.provinceFreeCarcassesWeight ?? 0))
.separatedByComma
: '0',
- iconPath: Assets.vec.a3dCubeSquareSvg.path,
+ iconPath: Assets.vec.cubeSvg.path,
iconColor: const Color(0xFF6C5D60),
bgDescriptionColor: const Color(0xFFEDDCE0),
bgLabelColor: const Color(0xFFDDC0C7),
diff --git a/packages/core/lib/presentation/common/assets.gen.dart b/packages/core/lib/presentation/common/assets.gen.dart
index f160cf9..100ab2b 100644
--- a/packages/core/lib/presentation/common/assets.gen.dart
+++ b/packages/core/lib/presentation/common/assets.gen.dart
@@ -32,9 +32,6 @@ class $AssetsAnimGen {
class $AssetsIconsGen {
const $AssetsIconsGen();
- /// File path: assets/icons/3d_cube_square.svg
- SvgGenImage get a3dCubeSquare => const SvgGenImage('assets/icons/3d_cube_square.svg');
-
/// File path: assets/icons/add.svg
SvgGenImage get add => const SvgGenImage('assets/icons/add.svg');
@@ -125,6 +122,9 @@ class $AssetsIconsGen {
/// File path: assets/icons/cube_scan.svg
SvgGenImage get cubeScan => const SvgGenImage('assets/icons/cube_scan.svg');
+ /// File path: assets/icons/cube_scan_with_label.svg
+ SvgGenImage get cubeScanWithLabel => const SvgGenImage('assets/icons/cube_scan_with_label.svg');
+
/// File path: assets/icons/cube_search.svg
SvgGenImage get cubeSearch => const SvgGenImage('assets/icons/cube_search.svg');
@@ -322,7 +322,6 @@ class $AssetsIconsGen {
/// List of all assets
List get values => [
- a3dCubeSquare,
add,
appBarInspection,
arrowLeft,
@@ -353,6 +352,7 @@ class $AssetsIconsGen {
cubeCard,
cubeRotate,
cubeScan,
+ cubeScanWithLabel,
cubeSearch,
cubeTopRotation,
cubeWatting,
@@ -469,9 +469,6 @@ class $AssetsRiveGen {
class $AssetsVecGen {
const $AssetsVecGen();
- /// File path: assets/vec/3d_cube_square.svg.vec
- SvgGenImage get a3dCubeSquareSvg => const SvgGenImage.vec('assets/vec/3d_cube_square.svg.vec');
-
/// File path: assets/vec/add.svg.vec
SvgGenImage get addSvg => const SvgGenImage.vec('assets/vec/add.svg.vec');
@@ -562,6 +559,9 @@ class $AssetsVecGen {
/// File path: assets/vec/cube_scan.svg.vec
SvgGenImage get cubeScanSvg => const SvgGenImage.vec('assets/vec/cube_scan.svg.vec');
+ /// File path: assets/vec/cube_scan_with_label.svg.vec
+ SvgGenImage get cubeScanWithLabelSvg => const SvgGenImage.vec('assets/vec/cube_scan_with_label.svg.vec');
+
/// File path: assets/vec/cube_search.svg.vec
SvgGenImage get cubeSearchSvg => const SvgGenImage.vec('assets/vec/cube_search.svg.vec');
@@ -759,7 +759,6 @@ class $AssetsVecGen {
/// List of all assets
List get values => [
- a3dCubeSquareSvg,
addSvg,
appBarInspectionSvg,
arrowLeftSvg,
@@ -790,6 +789,7 @@ class $AssetsVecGen {
cubeCardSvg,
cubeRotateSvg,
cubeScanSvg,
+ cubeScanWithLabelSvg,
cubeSearchSvg,
cubeTopRotationSvg,
cubeWattingSvg,