Skip to content

Commit 5d41a7b

Browse files
authored
Merge pull request #1118 from glints-dev/feature/add-expand-icon
feat: add new diagonal expand icon and update icons mapping
2 parents c3de37c + a5aa35d commit 5d41a7b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/@next/Icon/icons/icons.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ export const iconNames = [
9494
'ri-error-warning-fill',
9595
'ri-error-warning-line',
9696
'ri-expand-right-line',
97+
'ri-expand-diagonal-s-line',
9798
'ri-external-link-line',
9899
'ri-eye-off-fill',
99100
'ri-eye-off-line',
@@ -344,6 +345,7 @@ export const iconsMappingComponent: { [name in IconNames]: SVGComponent } = {
344345
['ri-error-warning-fill']: Icons.RiErrorWarningFill,
345346
['ri-error-warning-line']: Icons.RiErrorWarningLine,
346347
['ri-expand-right-line']: Icons.RiExpandRightLine,
348+
['ri-expand-diagonal-s-line']: Icons.RiExpandDiagonalSLine,
347349
['ri-external-link-line']: Icons.RiExternalLinkLine,
348350
['ri-eye-fill']: Icons.RiEyeFill,
349351
['ri-eye-line']: Icons.RiEyeLine,
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)