Skip to content

Commit

Permalink
Fix color for connection-gateway icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhaulagiri committed Jun 14, 2023
1 parent 084bdeb commit 12dc752
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .changeset/late-pumas-listen.md
@@ -0,0 +1,5 @@
---
"@hashicorp/flight-icons": patch
---

Fix color for connection-gateway icon
6 changes: 3 additions & 3 deletions packages/flight-icons/catalog.json
@@ -1,5 +1,5 @@
{
"lastRunTimeISO": "2023-06-09T17:27:18.560Z",
"lastRunTimeISO": "2023-06-13T22:37:55.483Z",
"lastRunFigma": {
"id": "TLnoT5AYQfy3tZ0H68BgOr",
"page": "Export",
Expand Down Expand Up @@ -3327,7 +3327,7 @@
"id": "350:609",
"fileName": "caret-24",
"iconName": "caret",
"description": "caret, open, dropdown",
"description": "caret, open, dropdown, double arrow, chevron",
"size": "24",
"width": 24,
"height": 24
Expand All @@ -3336,7 +3336,7 @@
"id": "350:612",
"fileName": "caret-16",
"iconName": "caret",
"description": "caret, open, dropdown",
"description": "caret, open, dropdown, double arrow, chevron",
"size": "16",
"width": 16,
"height": 16
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/flight-icons/svg-react/connection-gateway-16.tsx
Expand Up @@ -24,7 +24,7 @@ export const IconConnectionGateway16 = forwardRef<SVGSVGElement, IconProps>(
>
{title ? <title id={titleId}>{title}</title> : null}
<path
fill="#000"
fill={color}
fillRule="evenodd"
d="M13.75.5a2.25 2.25 0 00-1.847 3.536l-.933.934a.752.752 0 00-.11.14c-.19-.071-.396-.11-.61-.11h-2.5A1.75 1.75 0 006 6.75v.5H4.372a2.25 2.25 0 100 1.5H6v.5c0 .966.784 1.75 1.75 1.75h2.5c.214 0 .42-.039.61-.11.03.05.067.097.11.14l.933.934a2.25 2.25 0 101.24-.881L12.03 9.97a.75.75 0 00-.14-.11c.071-.19.11-.396.11-.61v-2.5c0-.214-.039-.42-.11-.61a.75.75 0 00.14-.11l1.113-1.113A2.252 2.252 0 0016 2.75 2.25 2.25 0 0013.75.5zM13 2.75a.75.75 0 111.5 0 .75.75 0 01-1.5 0zM7.75 6.5a.25.25 0 00-.25.25v2.5c0 .138.112.25.25.25h2.5a.25.25 0 00.25-.25v-2.5a.25.25 0 00-.25-.25h-2.5zm6 6a.75.75 0 100 1.5.75.75 0 000-1.5zM1.5 8A.75.75 0 113 8a.75.75 0 01-1.5 0z"
clipRule="evenodd"
Expand Down
7 changes: 1 addition & 6 deletions packages/flight-icons/svg-sprite/svg-sprite-module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/flight-icons/svg/connection-gateway-16.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 12dc752

Please sign in to comment.