diff --git a/src/routes/resources/rgb/index.tsx b/src/routes/resources/rgb/index.tsx index 30844cfd..9ba6fb4d 100644 --- a/src/routes/resources/rgb/index.tsx +++ b/src/routes/resources/rgb/index.tsx @@ -5,7 +5,7 @@ import { Gradient } from '~/components/util/HexUtils'; import { defaults, loadPreset, presets, v3formats } from '~/components/util/PresetUtils'; import { convertToHex, convertToRGB, generateOutput, getBrightness, getRandomColor } from '~/components/util/RGBUtils'; -import { Add, ChevronDown, ChevronUp, ColorFillOutline, Remove, SettingsOutline, Text, Trash, TrashBinOutline, TrashOutline } from 'qwik-ionicons'; +import { Add, ChevronDown, ChevronUp, ColorFillOutline, Remove, SettingsOutline, Text, TrashOutline } from 'qwik-ionicons'; import { Button, ColorPicker, Header, Dropdown, TextArea, TextInput, Toggle } from '@luminescent/ui'; import { inlineTranslate, useSpeak } from 'qwik-speak';