diff options
author | codecalm <codecalm@gmail.com> | 2022-07-10 12:23:02 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2022-07-10 12:23:02 +0200 |
commit | ec765512055501df9acdd8ddbb260a80416a8661 (patch) | |
tree | 27ffeb5216d8333591bd55c07ea471d94ccd403f /icons-react/index.d.ts | |
parent | 18 new icons: `arrow-merge-both`, `arrow-merge-left`, `arrow-merge-right`, `g... (diff) | |
download | tabler-icons-ec765512055501df9acdd8ddbb260a80416a8661.tar.xz |
Release 1.74.0v1.74.0
Diffstat (limited to 'icons-react/index.d.ts')
-rw-r--r-- | icons-react/index.d.ts | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/icons-react/index.d.ts b/icons-react/index.d.ts index 5f0a61bd..b8e94342 100644 --- a/icons-react/index.d.ts +++ b/icons-react/index.d.ts @@ -124,6 +124,9 @@ export const IconArrowLoopLeft2: TablerIcon; export const IconArrowLoopLeft: TablerIcon; export const IconArrowLoopRight2: TablerIcon; export const IconArrowLoopRight: TablerIcon; +export const IconArrowMergeBoth: TablerIcon; +export const IconArrowMergeLeft: TablerIcon; +export const IconArrowMergeRight: TablerIcon; export const IconArrowMerge: TablerIcon; export const IconArrowNarrowDown: TablerIcon; export const IconArrowNarrowLeft: TablerIcon; @@ -1072,6 +1075,7 @@ export const IconFridge: TablerIcon; export const IconFriendsOff: TablerIcon; export const IconFriends: TablerIcon; export const IconFunction: TablerIcon; +export const IconGardenCart: TablerIcon; export const IconGasStationOff: TablerIcon; export const IconGasStation: TablerIcon; export const IconGaugeOff: TablerIcon; @@ -1122,6 +1126,7 @@ export const IconGrillOff: TablerIcon; export const IconGrill: TablerIcon; export const IconGripHorizontal: TablerIcon; export const IconGripVertical: TablerIcon; +export const IconGround: TablerIcon; export const IconGrowth: TablerIcon; export const IconH1: TablerIcon; export const IconH2: TablerIcon; @@ -1324,6 +1329,14 @@ export const IconLockOpenOff: TablerIcon; export const IconLockOpen: TablerIcon; export const IconLockSquare: TablerIcon; export const IconLock: TablerIcon; +export const IconLogicAnd: TablerIcon; +export const IconLogicBuffer: TablerIcon; +export const IconLogicNand: TablerIcon; +export const IconLogicNor: TablerIcon; +export const IconLogicNot: TablerIcon; +export const IconLogicOr: TablerIcon; +export const IconLogicXnor: TablerIcon; +export const IconLogicXor: TablerIcon; export const IconLogin: TablerIcon; export const IconLogout: TablerIcon; export const IconLollipopOff: TablerIcon; @@ -1396,6 +1409,7 @@ export const IconMicrophone2: TablerIcon; export const IconMicrophoneOff: TablerIcon; export const IconMicrophone: TablerIcon; export const IconMicroscope: TablerIcon; +export const IconMicrowave: TablerIcon; export const IconMilitaryAward: TablerIcon; export const IconMilitaryRank: TablerIcon; export const IconMilk: TablerIcon; @@ -1473,6 +1487,7 @@ export const IconOctagon: TablerIcon; export const IconOld: TablerIcon; export const IconOlympics: TablerIcon; export const IconOmega: TablerIcon; +export const IconOutbound: TablerIcon; export const IconOutlet: TablerIcon; export const IconOvalVertical: TablerIcon; export const IconOval: TablerIcon; @@ -1775,6 +1790,7 @@ export const IconSortDescending2: TablerIcon; export const IconSortDescendingLetters: TablerIcon; export const IconSortDescendingNumbers: TablerIcon; export const IconSortDescending: TablerIcon; +export const IconSos: TablerIcon; export const IconSoup: TablerIcon; export const IconSpaceOff: TablerIcon; export const IconSpace: TablerIcon; @@ -1828,11 +1844,13 @@ export const IconStarHalf: TablerIcon; export const IconStarOff: TablerIcon; export const IconStar: TablerIcon; export const IconStars: TablerIcon; +export const IconSteam: TablerIcon; export const IconSteeringWheel: TablerIcon; export const IconStepInto: TablerIcon; export const IconStepOut: TablerIcon; export const IconStethoscope: TablerIcon; export const IconSticker: TablerIcon; +export const IconStorm: TablerIcon; export const IconStrikethrough: TablerIcon; export const IconSubmarine: TablerIcon; export const IconSubscript: TablerIcon; |