chore : add new icons
This commit is contained in:
@@ -36,6 +36,9 @@ class $AssetsIconsGen {
|
||||
/// File path: assets/icons/call.svg
|
||||
SvgGenImage get call => const SvgGenImage('assets/icons/call.svg');
|
||||
|
||||
/// File path: assets/icons/chicken.svg
|
||||
SvgGenImage get chicken => const SvgGenImage('assets/icons/chicken.svg');
|
||||
|
||||
/// File path: assets/icons/convert_cube.svg
|
||||
SvgGenImage get convertCube => const SvgGenImage('assets/icons/convert_cube.svg');
|
||||
|
||||
@@ -174,6 +177,7 @@ class $AssetsIconsGen {
|
||||
calendar,
|
||||
calendarSearch,
|
||||
call,
|
||||
chicken,
|
||||
convertCube,
|
||||
cube,
|
||||
cubeRotate,
|
||||
@@ -273,6 +277,9 @@ class $AssetsVecGen {
|
||||
/// File path: assets/vec/call.svg.vec
|
||||
SvgGenImage get callSvg => const SvgGenImage.vec('assets/vec/call.svg.vec');
|
||||
|
||||
/// File path: assets/vec/chicken.svg.vec
|
||||
SvgGenImage get chickenSvg => const SvgGenImage.vec('assets/vec/chicken.svg.vec');
|
||||
|
||||
/// File path: assets/vec/convert_cube.svg.vec
|
||||
SvgGenImage get convertCubeSvg => const SvgGenImage.vec('assets/vec/convert_cube.svg.vec');
|
||||
|
||||
@@ -411,6 +418,7 @@ class $AssetsVecGen {
|
||||
calendarSvg,
|
||||
calendarSearchSvg,
|
||||
callSvg,
|
||||
chickenSvg,
|
||||
convertCubeSvg,
|
||||
cubeSvg,
|
||||
cubeRotateSvg,
|
||||
|
||||
Reference in New Issue
Block a user