Skip to content

Commit

Permalink
Add SuperProductivity && GnuCash icons + System Settings icon associa…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
Jean-Tinland committed Dec 11, 2023
1 parent 60c444e commit accc7ef
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/app-icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ export const apps = {
Anki: Icons.Anki,
Pins: Icons.Pins,
Arc: Icons.Arc,
SuperProductivity: Icons.SuperProductivity,
GnuCash: Icons.GnuCash,
"System Settings": Icons.Gear,

// German app names
Nachrichten: Icons.Messages,
Expand Down
16 changes: 16 additions & 0 deletions lib/components/icons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1503,6 +1503,22 @@ export const FreeTube = (props) => (
</Icon>
);

export const SuperProductivity = (props) => (
<Icon {...props}>
<path d="M11.3814 17.75 0 12.5 12.3711 24 24 0 11.3814 17.75Z" />
</Icon>
);

export const GnuCash = (props) => (
<Icon {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M4 4C1.7909 4 0 5.7909 0 8v1h24V8c0-2.2091-1.7909-4-4-4H4Zm20 8H0v4c0 2.2091 1.7909 4 4 4h16c2.2091 0 4-1.7909 4-4v-4Z"
/>
</Icon>
);

export const Upload = (props) => (
<Icon {...props}>
<path d="M11 22a1 1 0 1 1 2 0 1 1 0 0 1-2 0ZM11 16a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0v-3ZM11 4a1 1 0 1 1 2 0v9a1 1 0 1 1-2 0V4Z" />
Expand Down

0 comments on commit accc7ef

Please sign in to comment.