forked from actualbudget/actual
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Maintenance: Updating icons generator to output typescript (actualbud…
- Loading branch information
1 parent
7668f42
commit 817f225
Showing
368 changed files
with
1,098 additions
and
365 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ges/desktop-client/src/icons/logo/Logo.js → ...es/desktop-client/src/icons/logo/Logo.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export { default as Logo } from './Logo'; |
3 changes: 2 additions & 1 deletion
3
packages/desktop-client/src/icons/v0/Add.js → packages/desktop-client/src/icons/v0/Add.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ges/desktop-client/src/icons/v0/Delete.js → ...es/desktop-client/src/icons/v0/Delete.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...esktop-client/src/icons/v0/ExpandArrow.js → ...sktop-client/src/icons/v0/ExpandArrow.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...desktop-client/src/icons/v0/LeftArrow2.js → ...esktop-client/src/icons/v0/LeftArrow2.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
packages/desktop-client/src/icons/v0/Math.js → ...ages/desktop-client/src/icons/v0/Math.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ages/desktop-client/src/icons/v0/Merge.js → ...ges/desktop-client/src/icons/v0/Merge.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...esktop-client/src/icons/v0/RightArrow2.js → ...sktop-client/src/icons/v0/RightArrow2.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ages/desktop-client/src/icons/v0/Split.js → ...ges/desktop-client/src/icons/v0/Split.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...s/desktop-client/src/icons/v0/Subtract.js → .../desktop-client/src/icons/v0/Subtract.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export { default as Add } from './Add'; | ||
export { default as Delete } from './Delete'; | ||
export { default as ExpandArrow } from './ExpandArrow'; | ||
export { default as LeftArrow2 } from './LeftArrow2'; | ||
export { default as Math } from './Math'; | ||
export { default as Merge } from './Merge'; | ||
export { default as RightArrow2 } from './RightArrow2'; | ||
export { default as Split } from './Split'; | ||
export { default as Subtract } from './Subtract'; |
3 changes: 2 additions & 1 deletion
3
packages/desktop-client/src/icons/v1/Add.js → packages/desktop-client/src/icons/v1/Add.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...desktop-client/src/icons/v1/AddOutline.js → ...esktop-client/src/icons/v1/AddOutline.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...s/desktop-client/src/icons/v1/AddSolid.js → .../desktop-client/src/icons/v1/AddSolid.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ges/desktop-client/src/icons/v1/Adjust.js → ...es/desktop-client/src/icons/v1/Adjust.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...s/desktop-client/src/icons/v1/Airplane.js → .../desktop-client/src/icons/v1/Airplane.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ages/desktop-client/src/icons/v1/Album.js → ...ges/desktop-client/src/icons/v1/Album.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...esktop-client/src/icons/v1/AlignCenter.js → ...sktop-client/src/icons/v1/AlignCenter.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...top-client/src/icons/v1/AlignJustified.js → ...op-client/src/icons/v1/AlignJustified.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
.../desktop-client/src/icons/v1/AlignLeft.js → ...desktop-client/src/icons/v1/AlignLeft.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...desktop-client/src/icons/v1/AlignRight.js → ...esktop-client/src/icons/v1/AlignRight.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ges/desktop-client/src/icons/v1/Anchor.js → ...es/desktop-client/src/icons/v1/Anchor.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...sktop-client/src/icons/v1/Announcement.js → ...ktop-client/src/icons/v1/Announcement.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...es/desktop-client/src/icons/v1/Apparel.js → ...s/desktop-client/src/icons/v1/Apparel.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
.../desktop-client/src/icons/v1/ArrowDown.js → ...desktop-client/src/icons/v1/ArrowDown.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
.../desktop-client/src/icons/v1/ArrowLeft.js → ...desktop-client/src/icons/v1/ArrowLeft.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...p-client/src/icons/v1/ArrowOutlineDown.js → ...-client/src/icons/v1/ArrowOutlineDown.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...p-client/src/icons/v1/ArrowOutlineLeft.js → ...-client/src/icons/v1/ArrowOutlineLeft.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...-client/src/icons/v1/ArrowOutlineRight.js → ...client/src/icons/v1/ArrowOutlineRight.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...top-client/src/icons/v1/ArrowOutlineUp.js → ...op-client/src/icons/v1/ArrowOutlineUp.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...desktop-client/src/icons/v1/ArrowRight.js → ...esktop-client/src/icons/v1/ArrowRight.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...top-client/src/icons/v1/ArrowThickDown.js → ...op-client/src/icons/v1/ArrowThickDown.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...top-client/src/icons/v1/ArrowThickLeft.js → ...op-client/src/icons/v1/ArrowThickLeft.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...op-client/src/icons/v1/ArrowThickRight.js → ...p-client/src/icons/v1/ArrowThickRight.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...sktop-client/src/icons/v1/ArrowThickUp.js → ...ktop-client/src/icons/v1/ArrowThickUp.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ktop-client/src/icons/v1/ArrowThinDown.js → ...top-client/src/icons/v1/ArrowThinDown.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ktop-client/src/icons/v1/ArrowThinLeft.js → ...top-client/src/icons/v1/ArrowThinLeft.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...top-client/src/icons/v1/ArrowThinRight.js → ...op-client/src/icons/v1/ArrowThinRight.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...esktop-client/src/icons/v1/ArrowThinUp.js → ...sktop-client/src/icons/v1/ArrowThinUp.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...es/desktop-client/src/icons/v1/ArrowUp.js → ...s/desktop-client/src/icons/v1/ArrowUp.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ges/desktop-client/src/icons/v1/Artist.js → ...es/desktop-client/src/icons/v1/Artist.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...s/desktop-client/src/icons/v1/AtSymbol.js → .../desktop-client/src/icons/v1/AtSymbol.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...desktop-client/src/icons/v1/Attachment.js → ...esktop-client/src/icons/v1/Attachment.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
.../desktop-client/src/icons/v1/Backspace.js → ...desktop-client/src/icons/v1/Backspace.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...s/desktop-client/src/icons/v1/Backward.js → .../desktop-client/src/icons/v1/Backward.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...sktop-client/src/icons/v1/BackwardStep.js → ...ktop-client/src/icons/v1/BackwardStep.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...ages/desktop-client/src/icons/v1/Badge.js → ...ges/desktop-client/src/icons/v1/Badge.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
...esktop-client/src/icons/v1/BatteryFull.js → ...sktop-client/src/icons/v1/BatteryFull.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.