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 12, 2021
1 parent ede946b commit 608cb97
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 @@ -857,6 +857,16 @@ export const PDF = (props) => (
</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>
)

export const Default = (props) => (
<Icon {...props}>
<path
Expand Down

0 comments on commit 608cb97

Please sign in to comment.