added x.svg for close dialogue button

This commit is contained in:
Rylee Davis 2023-05-15 18:33:32 -06:00
parent 834af8472a
commit 264313abfa
2 changed files with 2 additions and 0 deletions

View File

@ -13,4 +13,5 @@ class _SVG {
const _SVG(); const _SVG();
String get drifterIcon => "assets/images/logo/drifter_logo_circle.svg"; String get drifterIcon => "assets/images/logo/drifter_logo_circle.svg";
String get x => "assets/images/svg/x.svg";
} }

View File

@ -64,6 +64,7 @@ flutter:
# To add assets to your application, add an assets section, like this: # To add assets to your application, add an assets section, like this:
assets: assets:
- assets/images/logo/ - assets/images/logo/
- assets/images/svg/
# - images/a_dot_ham.jpeg # - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see # An image asset can refer to one or more resolution-specific "variants", see