diff --git a/assets/icons/thermostat-cool-large.svg b/assets/icons/thermostat-cool-large.svg
deleted file mode 100644
index 26611fea4..000000000
--- a/assets/icons/thermostat-cool-large.svg
+++ /dev/null
@@ -1,10 +0,0 @@
-
diff --git a/assets/icons/thermostat-heat-large.svg b/assets/icons/thermostat-heat-large.svg
deleted file mode 100644
index 3f1daf5bf..000000000
--- a/assets/icons/thermostat-heat-large.svg
+++ /dev/null
@@ -1,5 +0,0 @@
-
diff --git a/src/lib/icons/ThermostatCoolLarge.tsx b/src/lib/icons/ThermostatCoolLarge.tsx
deleted file mode 100644
index 4675f72b8..000000000
--- a/src/lib/icons/ThermostatCoolLarge.tsx
+++ /dev/null
@@ -1,39 +0,0 @@
-/*
- * Automatically generated by SVGR from assets/icons/*.svg.
- * Do not edit this file or add other components to this directory.
- */
-import type { SVGProps } from 'react'
-export function ThermostatCoolLargeIcon(
- props: SVGProps
-): JSX.Element {
- return (
-
- )
-}
diff --git a/src/lib/icons/ThermostatHeatLarge.tsx b/src/lib/icons/ThermostatHeatLarge.tsx
deleted file mode 100644
index 3fa239a72..000000000
--- a/src/lib/icons/ThermostatHeatLarge.tsx
+++ /dev/null
@@ -1,24 +0,0 @@
-/*
- * Automatically generated by SVGR from assets/icons/*.svg.
- * Do not edit this file or add other components to this directory.
- */
-import type { SVGProps } from 'react'
-export function ThermostatHeatLargeIcon(
- props: SVGProps
-): JSX.Element {
- return (
-
- )
-}
diff --git a/src/lib/ui/thermostat/TemperatureControlGroup.tsx b/src/lib/ui/thermostat/TemperatureControlGroup.tsx
index d285727a3..b9027a356 100644
--- a/src/lib/ui/thermostat/TemperatureControlGroup.tsx
+++ b/src/lib/ui/thermostat/TemperatureControlGroup.tsx
@@ -1,7 +1,7 @@
import { useCallback, useEffect, useMemo } from 'react'
-import { ThermostatCoolLargeIcon } from 'lib/icons/ThermostatCoolLarge.js'
-import { ThermostatHeatLargeIcon } from 'lib/icons/ThermostatHeatLarge.js'
+import { ThermostatCoolIcon } from 'lib/icons/ThermostatCool.js'
+import { ThermostatHeatIcon } from 'lib/icons/ThermostatHeat.js'
import {
getCoolBounds,
getHeatBounds,
@@ -138,7 +138,7 @@ export function TemperatureControlGroup({