diff --git a/src/assets/busIcon.svg b/src/assets/busIcon.svg
new file mode 100644
index 0000000..fb39fd1
--- /dev/null
+++ b/src/assets/busIcon.svg
@@ -0,0 +1,12 @@
+
diff --git a/src/components/BusStops.tsx b/src/components/BusStops.tsx
index 1daec2d..fde2f7d 100644
--- a/src/components/BusStops.tsx
+++ b/src/components/BusStops.tsx
@@ -1,6 +1,7 @@
-import { Bus, ChevronDown } from "lucide-react";
+import { ChevronDown } from "lucide-react";
import { useEffect, useId, useRef, useState } from "react";
import type { BusStop } from "../data/busStops";
+import busIconSvg from "../assets/busIcon.svg";
type Props = {
busStops: BusStop[];
@@ -74,7 +75,7 @@ export default function BusStops({
className="group inline-flex w-full cursor-pointer items-center justify-between gap-3 rounded-lg border-0 bg-transparent px-4 py-3 transition-all duration-200 hover:bg-gray-50 disabled:cursor-not-allowed disabled:opacity-60"
>
-
+