size & color consistencies

This commit is contained in:
Prospector
2026-08-07 14:39:52 -07:00
parent 25eb09d6fa
commit e0dc001807
51 changed files with 110 additions and 3272 deletions
+4
View File
@@ -78,6 +78,8 @@ import _ChevronDownIcon from './icons/chevron-down.svg?component'
import _ChevronLeftIcon from './icons/chevron-left.svg?component'
import _ChevronRightIcon from './icons/chevron-right.svg?component'
import _ChevronUpIcon from './icons/chevron-up.svg?component'
import _ChevronsDownUpIcon from './icons/chevrons-down-up.svg?component'
import _ChevronsUpDownIcon from './icons/chevrons-up-down.svg?component'
import _CircleAlertIcon from './icons/circle-alert.svg?component'
import _CircleArrowRightIcon from './icons/circle-arrow-right.svg?component'
import _CircleDashedIcon from './icons/circle-dashed.svg?component'
@@ -511,6 +513,8 @@ export const ChevronDownIcon = _ChevronDownIcon
export const ChevronLeftIcon = _ChevronLeftIcon
export const ChevronRightIcon = _ChevronRightIcon
export const ChevronUpIcon = _ChevronUpIcon
export const ChevronsDownUpIcon = _ChevronsDownUpIcon
export const ChevronsUpDownIcon = _ChevronsUpDownIcon
export const CircleAlertIcon = _CircleAlertIcon
export const CircleArrowRightIcon = _CircleArrowRightIcon
export const CircleDashedIcon = _CircleDashedIcon