diff options
author | Kevin Silva <kevin.silva@sonarsource.com> | 2023-05-11 14:53:21 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-05-12 20:02:40 +0000 |
commit | 804a7a7d5a05ec01293c6ebfc85185b313b6670a (patch) | |
tree | fccffb435187262d718e614017356dd78009a36d /server/sonar-web/design-system/src/components/icons/index.ts | |
parent | 57573e1ea66e415b32bb9dfb2c575f16be1d8277 (diff) | |
download | sonarqube-804a7a7d5a05ec01293c6ebfc85185b313b6670a.tar.gz sonarqube-804a7a7d5a05ec01293c6ebfc85185b313b6670a.zip |
SONAR-19167 - Create KeyboardHint component in DS
Diffstat (limited to 'server/sonar-web/design-system/src/components/icons/index.ts')
-rw-r--r-- | server/sonar-web/design-system/src/components/icons/index.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/server/sonar-web/design-system/src/components/icons/index.ts b/server/sonar-web/design-system/src/components/icons/index.ts index 114132d4710..3b23d108df4 100644 --- a/server/sonar-web/design-system/src/components/icons/index.ts +++ b/server/sonar-web/design-system/src/components/icons/index.ts @@ -61,6 +61,10 @@ export { StatusConfirmedIcon } from './StatusConfirmedIcon'; export { StatusOpenIcon } from './StatusOpenIcon'; export { StatusReopenedIcon } from './StatusReopenedIcon'; export { StatusResolvedIcon } from './StatusResolvedIcon'; +export { TriangleDownIcon } from './TriangleDownIcon'; +export { TriangleLeftIcon } from './TriangleLeftIcon'; +export { TriangleRightIcon } from './TriangleRightIcon'; +export { TriangleUpIcon } from './TriangleUpIcon'; export { UnfoldDownIcon } from './UnfoldDownIcon'; export { UnfoldIcon } from './UnfoldIcon'; export { UnfoldUpIcon } from './UnfoldUpIcon'; |