Skip to content

Commit

Permalink
chore(schematics): invalid proprietary icons (#8704)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Aug 27, 2024
1 parent 4a9ca40 commit 144a23e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/cdk/schematics/ng-update/v3-35/constants/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1852,19 +1852,19 @@ export const ICONS: Array<{from: string; to: string}> = [
from: 'tuiIconSort',
},
{
to: 'tuiIconTdsArrowSortDownSmallPragmatic',
to: 'tuiIconTdsSortDownSmallPragmatic',
from: 'tuiIconSortAscending',
},
{
to: 'tuiIconTdsArrowSortUpSmallPragmatic',
to: 'tuiIconTdsSortUpSmallPragmatic',
from: 'tuiIconSortDescending',
},
{
to: 'tuiIconTdsSortDownSmallPragmatic',
from: 'tuiIconSortDown',
},
{
to: 'tuiIconTdsArrowSortDownSmallPragmatic',
to: 'tuiIconTdsSortDownSmallPragmatic',
from: 'tuiIconSortDown2',
},
{
Expand All @@ -1876,7 +1876,7 @@ export const ICONS: Array<{from: string; to: string}> = [
from: 'tuiIconSortUp',
},
{
to: 'tuiIconTdsArrowSortUpSmallPragmatic',
to: 'tuiIconTdsSortUpSmallPragmatic',
from: 'tuiIconSortUp2',
},
{
Expand Down

0 comments on commit 144a23e

Please sign in to comment.