diff --git a/app/rendering.tsx b/app/rendering.tsx
index 0048be9..0f3d174 100644
--- a/app/rendering.tsx
+++ b/app/rendering.tsx
@@ -29,10 +29,10 @@ const iconsPath = 'assets/icons';
// Info that should be used to render different types of spaces
const spaceRendererInfo = {
'R-Handicapped': {
- label: 'Handicapped Spaces',
- description: 'Handicapped space',
- iconUrl: `${iconsPath}/handicapped-space.png`,
- altText: 'White H in a blue circle'
+ label: 'Accessible Spaces',
+ description: 'Accessible space',
+ iconUrl: `${iconsPath}/accessible-space.png`,
+ altText: 'Accessible space'
},
'R-Carpool': {
label: 'Carpool Spaces',
diff --git a/static/assets/icons/accessible-space.png b/static/assets/icons/accessible-space.png
new file mode 100644
index 0000000..42b4be2
Binary files /dev/null and b/static/assets/icons/accessible-space.png differ
diff --git a/static/assets/icons/accessible-space.svg b/static/assets/icons/accessible-space.svg
new file mode 100644
index 0000000..f63e954
--- /dev/null
+++ b/static/assets/icons/accessible-space.svg
@@ -0,0 +1,23 @@
+
+
+
+
diff --git a/static/assets/icons/handicapped-space.png b/static/assets/icons/handicapped-space.png
index 7341e8a..42b4be2 100644
Binary files a/static/assets/icons/handicapped-space.png and b/static/assets/icons/handicapped-space.png differ
diff --git a/static/assets/icons/handicapped-space.svg b/static/assets/icons/handicapped-space.svg
index 4a7a551..f63e954 100644
--- a/static/assets/icons/handicapped-space.svg
+++ b/static/assets/icons/handicapped-space.svg
@@ -1,74 +1,23 @@
-
-