Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/tough-cooks-notice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hashicorp/flight-icons": minor
---

`move-horizontal` and `resize-column` icons added.
46 changes: 43 additions & 3 deletions packages/flight-icons/catalog.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastRunTimeISO": "2025-06-17T18:52:27.403Z",
"lastRunTimeISO": "2025-06-25T21:50:47.532Z",
"lastRunFigma": {
"id": "TLnoT5AYQfy3tZ0H68BgOr",
"page": "Export",
Expand Down Expand Up @@ -2648,7 +2648,7 @@
},
{
"id": "7665:175",
"fileName": "ping-identity-24",
"fileName": "ping-identity -24",
"iconName": "ping-identity ",
"description": "ping, identity",
"category": "Services",
Expand All @@ -2658,7 +2658,7 @@
},
{
"id": "7665:177",
"fileName": "ping-identity-16",
"fileName": "ping-identity -16",
"iconName": "ping-identity ",
"description": "ping, identity",
"category": "Services",
Expand Down Expand Up @@ -8766,6 +8766,26 @@
"width": 16,
"height": 16
},
{
"id": "8361:244",
"fileName": "move-horizontal-24",
"iconName": "move-horizontal",
"description": "column, move, arrows, table",
"category": "Interface",
"size": "24",
"width": 24,
"height": 24
},
{
"id": "8361:252",
"fileName": "move-horizontal-16",
"iconName": "move-horizontal",
"description": "column, move, arrows, table",
"category": "Interface",
"size": "16",
"width": 16,
"height": 16
},
{
"id": "350:2988",
"fileName": "paperclip-24",
Expand Down Expand Up @@ -8926,6 +8946,26 @@
"width": 16,
"height": 16
},
{
"id": "8357:159",
"fileName": "resize-column-24",
"iconName": "resize-column",
"description": "column, resize, arrows, table",
"category": "Interface",
"size": "24",
"width": 24,
"height": 24
},
{
"id": "8357:164",
"fileName": "resize-column-16",
"iconName": "resize-column",
"description": "column, resize, arrows, table",
"category": "Interface",
"size": "16",
"width": 16,
"height": 16
},
{
"id": "350:3355",
"fileName": "rotate-cw-24",
Expand Down
9 changes: 9 additions & 0 deletions packages/flight-icons/svg-original/move-horizontal-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions packages/flight-icons/svg-original/move-horizontal-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions packages/flight-icons/svg-original/resize-column-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions packages/flight-icons/svg-original/resize-column-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions packages/flight-icons/svg-react/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,8 @@ export { IconMoreVertical24 } from './more-vertical-24';
export { IconMoreVertical16 } from './more-vertical-16';
export { IconMousePointer24 } from './mouse-pointer-24';
export { IconMousePointer16 } from './mouse-pointer-16';
export { IconMoveHorizontal24 } from './move-horizontal-24';
export { IconMoveHorizontal16 } from './move-horizontal-16';
export { IconPaperclip24 } from './paperclip-24';
export { IconPaperclip16 } from './paperclip-16';
export { IconPenTool24 } from './pen-tool-24';
Expand All @@ -890,6 +892,8 @@ export { IconReload24 } from './reload-24';
export { IconReload16 } from './reload-16';
export { IconRepeat24 } from './repeat-24';
export { IconRepeat16 } from './repeat-16';
export { IconResizeColumn24 } from './resize-column-24';
export { IconResizeColumn16 } from './resize-column-16';
export { IconRotateCw24 } from './rotate-cw-24';
export { IconRotateCw16 } from './rotate-cw-16';
export { IconRotateCcw24 } from './rotate-ccw-24';
Expand Down
32 changes: 32 additions & 0 deletions packages/flight-icons/svg-react/move-horizontal-16.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import { forwardRef, useMemo } from 'react';
import { IconProps } from './types';

export const IconMoveHorizontal16 = forwardRef<SVGSVGElement, IconProps>(
({ color = 'currentColor', title, ...props }, svgRef) => {
const titleId = useMemo(
() =>
title
? 'title-' + Math.random().toString(36).substr(2, 9)
: undefined,
[title]
);
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
fill="none"
viewBox="0 0 16 16"
aria-hidden={!title}
ref={svgRef}
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g fill={color}>
<path d="M8 1a.75.75 0 01.75.75v12.5a.75.75 0 01-1.5 0V1.75A.75.75 0 018 1zM3.526 5.168A.75.75 0 014.53 6.28l-.97.97H5.5a.75.75 0 010 1.5H3.56l.97.97a.75.75 0 01-1.06 1.06L1.22 8.53a.75.75 0 010-1.06l2.25-2.25.056-.052zM11.47 5.22a.75.75 0 011.06 0l2.25 2.25a.75.75 0 010 1.06l-2.25 2.25a.75.75 0 01-1.06-1.06l.97-.97H10.5a.75.75 0 010-1.5h1.94l-.97-.97a.75.75 0 010-1.06z" />
</g>
</svg>
);
}
);
32 changes: 32 additions & 0 deletions packages/flight-icons/svg-react/move-horizontal-24.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
import { forwardRef, useMemo } from 'react';
import { IconProps } from './types';

export const IconMoveHorizontal24 = forwardRef<SVGSVGElement, IconProps>(
({ color = 'currentColor', title, ...props }, svgRef) => {
const titleId = useMemo(
() =>
title
? 'title-' + Math.random().toString(36).substr(2, 9)
: undefined,
[title]
);
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 24"
aria-hidden={!title}
ref={svgRef}
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g fill={color}>
<path d="M12 2a.75.75 0 01.75.75v18.5a.75.75 0 01-1.5 0V2.75A.75.75 0 0112 2zM5.033 8.668A.75.75 0 016.037 9.78l-1.47 1.47H9.5a.75.75 0 010 1.5H4.567l1.47 1.47a.75.75 0 01-1.06 1.06l-2.75-2.75a.75.75 0 010-1.06l2.75-2.75.056-.052zM17.977 8.727a.75.75 0 011.06 0l2.743 2.743a.75.75 0 010 1.06l-2.743 2.743-.057.051a.75.75 0 01-1.054-1.054l.05-.057 1.463-1.463H14.5a.75.75 0 010-1.5h4.94l-1.462-1.463a.75.75 0 010-1.06z" />
</g>
</svg>
);
}
);
37 changes: 37 additions & 0 deletions packages/flight-icons/svg-react/resize-column-16.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
import { forwardRef, useMemo } from 'react';
import { IconProps } from './types';

export const IconResizeColumn16 = forwardRef<SVGSVGElement, IconProps>(
({ color = 'currentColor', title, ...props }, svgRef) => {
const titleId = useMemo(
() =>
title
? 'title-' + Math.random().toString(36).substr(2, 9)
: undefined,
[title]
);
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
fill="none"
viewBox="0 0 16 16"
aria-hidden={!title}
ref={svgRef}
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g fill={color}>
<path d="M11.47 9.22a.75.75 0 011.06 0l2.25 2.25a.75.75 0 010 1.06l-2.25 2.25a.75.75 0 01-1.112-1.004l.052-.056.97-.97H3.56l.97.97a.75.75 0 01-1.06 1.06l-2.25-2.25a.75.75 0 010-1.06l2.25-2.25.057-.052A.75.75 0 014.53 10.28l-.97.97h8.88l-.97-.97a.75.75 0 010-1.06z" />
<path
fillRule="evenodd"
d="M12.75 1C14.192 1 15 2.22 15 3.25v4a.75.75 0 01-.75.75H1.75A.75.75 0 011 7.25v-4C1 2.22 1.788 1 3.25 1h9.5zm-9.5 1.5a.739.739 0 00-.75.75V6.5h11V3.25a.752.752 0 00-.75-.75h-9.5z"
clipRule="evenodd"
/>
</g>
</svg>
);
}
);
37 changes: 37 additions & 0 deletions packages/flight-icons/svg-react/resize-column-24.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
import { forwardRef, useMemo } from 'react';
import { IconProps } from './types';

export const IconResizeColumn24 = forwardRef<SVGSVGElement, IconProps>(
({ color = 'currentColor', title, ...props }, svgRef) => {
const titleId = useMemo(
() =>
title
? 'title-' + Math.random().toString(36).substr(2, 9)
: undefined,
[title]
);
return (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
fill="none"
viewBox="0 0 24 24"
aria-hidden={!title}
ref={svgRef}
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g fill={color}>
<path d="M5.05 15.168a.75.75 0 011.005 1.112l-1.47 1.47h14.871l-1.463-1.463a.75.75 0 011.06-1.06l2.744 2.743a.75.75 0 010 1.06l-2.743 2.743-.057.051a.75.75 0 01-1.055-1.055l.051-.056 1.463-1.463H4.585l1.47 1.47a.75.75 0 01-1.06 1.06l-2.75-2.75a.75.75 0 010-1.06l2.75-2.75.056-.052z" />
<path
fillRule="evenodd"
d="M19.2 2c.888 0 1.608.348 2.097.902.477.54.703 1.24.703 1.911v7.937a.75.75 0 01-.75.75H2.75a.75.75 0 01-.75-.75V4.813c0-.69.236-1.392.725-1.93C3.224 2.336 3.95 2 4.832 2h14.367zM4.831 3.5c-.481 0-.796.173-.997.394a1.367 1.367 0 00-.335.92V12h17V4.813c0-.347-.12-.681-.328-.917-.196-.223-.502-.396-.973-.396H4.832z"
clipRule="evenodd"
/>
</g>
</svg>
);
}
);
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.
Loading