Skip to content

Commit

Permalink
Updated export of icons from Figma (#2175)
Browse files Browse the repository at this point in the history
Co-authored-by: heatherlarsen <8553306+heatherlarsen@users.noreply.github.com>
Co-authored-by: heatherlarsen <hlarsen@hashicorp.com>
  • Loading branch information
3 people committed Jun 20, 2024
1 parent cc264f6 commit 6e04e10
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .changeset/cool-fans-bathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hashicorp/flight-icons": patch
---

`search` icon (16px only) has been increased in size to better fit within the bounding box and more closely align with other icons of the same size
2 changes: 1 addition & 1 deletion packages/flight-icons/catalog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastRunTimeISO": "2024-06-04T20:15:50.426Z",
"lastRunTimeISO": "2024-06-18T23:27:17.764Z",
"lastRunFigma": {
"id": "TLnoT5AYQfy3tZ0H68BgOr",
"page": "Export",
Expand Down
2 changes: 1 addition & 1 deletion packages/flight-icons/svg-original/search-16.svg
Loading
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/search-16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const IconSearch16 = forwardRef<SVGSVGElement, IconProps>(
<path
fill={color}
fillRule="evenodd"
d="M7.25 2a5.25 5.25 0 103.144 9.455l2.326 2.325a.75.75 0 101.06-1.06l-2.325-2.326A5.25 5.25 0 007.25 2zM3.5 7.25a3.75 3.75 0 117.5 0 3.75 3.75 0 01-7.5 0z"
d="M6.344.969a5.375 5.375 0 103.233 9.669l4.174 4.174a.75.75 0 001.06-1.061l-4.173-4.174A5.375 5.375 0 006.344.97zM2.469 6.344a3.875 3.875 0 117.75 0 3.875 3.875 0 01-7.75 0z"
clipRule="evenodd"
/>
</svg>
Expand Down
2 changes: 1 addition & 1 deletion 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-sprite/svg-sprite.svg
Loading
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/search-16.svg
Loading
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 6e04e10

Please sign in to comment.