Skip to content

Commit

Permalink
Add HTTPie icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-Tinland committed Jan 12, 2024
1 parent c0b7f2d commit d661c3f
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -49,6 +49,7 @@ export const apps = {
"Google Chrome Canary": Icons.GoogleChrome,
"Grammarly Editor": Icons.Grammarly,
HEY: Icons.Mail,
HTTPie: Icons.HTTPie,
Hyper: Icons.Terminal,
iTerm2: Icons.Terminal,
Warp: Icons.Terminal,
Expand Down
6 changes: 6 additions & 0 deletions lib/components/icons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1554,6 +1554,12 @@ export const Spotube = (props) => (
</Icon>
);

export const HTTPie = (props) => (
<Icon {...props}>
<path d="M22.141 5.215C22.12 2.314 19.701 0 16.8 0H7.347C4.467 0 2.057 2.277 2 5.157a5.263 5.263 0 0 0 5.26 5.358h4.222a.306.306 0 0 1 .122.583l-6.473 2.838A5.264 5.264 0 0 0 2 18.783C2.023 21.684 4.44 24 7.343 24h2.215c2.923 0 5.356-2.344 5.351-5.266a5.265 5.265 0 0 0-3.293-4.867.303.303 0 0 1-.005-.559l7.404-3.246a5.264 5.264 0 0 0 3.126-4.847Z" />
</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 d661c3f

Please sign in to comment.