diff options
author | codecalm <codecalm@gmail.com> | 2020-09-29 11:44:57 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-29 11:44:57 +0200 |
commit | 7173695acc0d75b498ede15cdc935d567a240f21 (patch) | |
tree | 63471dbcaf98a6351650b266b1ef1fee13126f87 /icons-react/index.d.ts | |
parent | 3 new icons: `fold-down`, `fold-up`, `fold` (diff) | |
download | tabler-icons-7173695acc0d75b498ede15cdc935d567a240f21.tar.xz |
Release 1.30.0v1.30.0
Diffstat (limited to 'icons-react/index.d.ts')
-rw-r--r-- | icons-react/index.d.ts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 8f73af5c..84b8c437 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -362,6 +362,7 @@ export const IconFileOff: TablerIcon; export const IconFilePhone: TablerIcon; export const IconFilePlus: TablerIcon; export const IconFileShredder: TablerIcon; +export const IconFileSymlink: TablerIcon; export const IconFileText: TablerIcon; export const IconFileUpload: TablerIcon; export const IconFileX: TablerIcon; @@ -382,6 +383,9 @@ export const IconFloatNone: TablerIcon; export const IconFloatRight: TablerIcon; export const IconFocus2: TablerIcon; export const IconFocus: TablerIcon; +export const IconFoldDown: TablerIcon; +export const IconFoldUp: TablerIcon; +export const IconFold: TablerIcon; export const IconFolderMinus: TablerIcon; export const IconFolderOff: TablerIcon; export const IconFolderPlus: TablerIcon; @@ -632,6 +636,7 @@ export const IconRecordMail: TablerIcon; export const IconRectangleVertical: TablerIcon; export const IconRectangle: TablerIcon; export const IconRecycle: TablerIcon; +export const IconRefreshAlert: TablerIcon; export const IconRefresh: TablerIcon; export const IconRegistered: TablerIcon; export const IconRepeatOnce: TablerIcon; @@ -672,6 +677,7 @@ export const IconSettings: TablerIcon; export const IconShape: TablerIcon; export const IconShare: TablerIcon; export const IconShieldCheck: TablerIcon; +export const IconShieldLock: TablerIcon; export const IconShieldOff: TablerIcon; export const IconShieldX: TablerIcon; export const IconShield: TablerIcon; @@ -691,6 +697,9 @@ export const IconSortAscending: TablerIcon; export const IconSortDescending: TablerIcon; export const IconSpace: TablerIcon; export const IconSquareCheck: TablerIcon; +export const IconSquareDot: TablerIcon; +export const IconSquareForbid2: TablerIcon; +export const IconSquareForbid: TablerIcon; export const IconSquareMinus: TablerIcon; export const IconSquarePlus: TablerIcon; export const IconSquareRotated: TablerIcon; |