From 40d7b624d769b3e4387479f647d29814787d41a4 Mon Sep 17 00:00:00 2001 From: minORC Date: Thu, 11 Apr 2024 16:53:06 -0700 Subject: [PATCH] DBC22-1954: Updated custom icons --- .../src/Components/CurrentCameraIcon.js | 4 +-- src/frontend/src/Components/Filters.js | 12 ++++----- src/frontend/src/Components/Pin.js | 2 +- src/frontend/src/Components/WeatherIcon.js | 26 ++++++++++++++++++- 4 files changed, 34 insertions(+), 10 deletions(-) diff --git a/src/frontend/src/Components/CurrentCameraIcon.js b/src/frontend/src/Components/CurrentCameraIcon.js index be26226d..33731073 100644 --- a/src/frontend/src/Components/CurrentCameraIcon.js +++ b/src/frontend/src/Components/CurrentCameraIcon.js @@ -3,7 +3,7 @@ import React from 'react'; export default function CurrentCameraIcon({variant}) { if (variant === 'outline') { return ( - + @@ -11,7 +11,7 @@ export default function CurrentCameraIcon({variant}) { } else { return ( - + - + @@ -196,7 +196,7 @@ export default function Filters(props) { />