Skip to content

Commit

Permalink
add tower icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kvndrsslr committed Aug 21, 2021
1 parent d811353 commit 1a1e181
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/app-icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ export const apps = {
Notability: Icons.Notability,
Skim: Icons.PDF,
WezTerm: Icons.Terminal,
Tower: Icons.Tower,

// German app names
Nachrichten: Icons.Messages,
Expand Down
10 changes: 10 additions & 0 deletions lib/components/icons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -891,6 +891,16 @@ export const CPU = (props) => (
<Icon {...props}>
<path d="M16.8 7.2H7.2v9.6h9.6V7.2z" />
<path d="M22.8 13.2c.7 0 1.2-.5 1.2-1.2 0-.6-.5-1.2-1.2-1.2h-1.2V8.4h1.2c.7 0 1.2-.5 1.2-1.2 0-.6-.5-1.2-1.2-1.2h-1.2V4.8c0-1.3-1-2.4-2.4-2.4H18V1.2a1.2 1.2 0 00-2.4 0v1.2h-2.4V1.2C13.2.6 12.7 0 12 0s-1.2.5-1.2 1.2v1.2H8.4V1.2C8.4.6 7.9 0 7.2 0S6 .5 6 1.2v1.2H4.8c-1.3 0-2.4 1-2.4 2.4V6H1.2C.5 6 0 6.5 0 7.2c0 .6.5 1.2 1.2 1.2h1.2v2.4H1.2c-.7 0-1.2.5-1.2 1.2 0 .6.5 1.2 1.2 1.2h1.2v2.4H1.2c-.7 0-1.2.5-1.2 1.2 0 .6.5 1.2 1.2 1.2h1.2v1.2c0 1.3 1 2.4 2.4 2.4H6v1.2c0 .6.5 1.2 1.2 1.2s1.2-.5 1.2-1.2v-1.2h2.4v1.2c0 .6.5 1.2 1.2 1.2s1.2-.5 1.2-1.2v-1.2h2.4v1.2a1.2 1.2 0 002.4 0v-1.2h1.2c1.3 0 2.4-1 2.4-2.4V18h1.2c.7 0 1.2-.5 1.2-1.2 0-.6-.5-1.2-1.2-1.2h-1.2v-2.4h1.2zm-3.6 6H4.8V4.8h14.4v14.4z" />
</Icon>
)

export const Tower = (props) => (
<Icon {...props}>
<path
fillRule="evenodd"
clipRule="evenodd"
d="M5.7 1H18v1h1.1l-.9 3.8H17v.9h.7V8h.7l.2 1.3h.7l.8 2.4-3 5.2H17V22h-1v.9H8v-1h-.8V17H7l-3-5.2.9-2.4h.5L5.5 8h.8V6.7h.6v-1H5.6L4.6 2h1V1zm3.2 4.8v.9h.6v-1h-.6zm2.6 0v.9h1v-1h-1zm3 0v.9h.5v-1h-.5zm-5.3 11v3.3h.3v-3.2h-.3zm2.3 0v3.3h1.2v-3.2h-1.2zm3.2 0v3.3h.2v-3.2h-.2zm-3.6-2h2l1.1-2.2H10L11 15zm-3.5-2.2L8.8 15H8l-1.3-2.3h1zm8.9 0L15.3 15h.7l1.3-2.3h-.8z" clip-rule="evenodd"
/>
</Icon>
)

Expand Down

0 comments on commit 1a1e181

Please sign in to comment.