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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"export-icons": "pnpm update @koobiq/icons@latest && tsx scripts/build.ts && pnpm lint"
},
"devDependencies": {
"@koobiq/icons": "^11.1.2"
"@koobiq/icons": "^11.1.3"
},
"files": ["dist", "manifest.json"],
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/Icon3Columns16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const Icon3Columns16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/Icon3Columns24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const Icon3Columns24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
3 changes: 2 additions & 1 deletion packages/icons/src/Icon3Columns32.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ import type { SVGProps, Ref } from 'react';
export const Icon3Columns32 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={32}
height={32}
viewBox="0 0 32 32"
fill="currentColor"
ref={ref}
{...props}
>
<path d="M25 27a2 2 0 0 0 2-2V7.002a2 2 0 0 0-2.002-2L6 5.018a2 2 0 0 0-1.999 2V25a2 2 0 0 0 2 2zM6 25V7.017L11 7v18zm12 0h-5V7.017L18 7zm2 0V7.017L25 7v18z" />
<path d="M25 27a2 2 0 0 0 2-2V7.002a2 2 0 0 0-2.002-2L6 5.018a2 2 0 0 0-1.999 2V25a2 2 0 0 0 2 2zM6 25V7.016L11 7v18zm12 0h-5V7.016L18 7zm2 0V7.016L25 7v18z" />
</svg>
)
);
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconActiveDirectory16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconActiveDirectory16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconActiveDirectory24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconActiveDirectory24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconAix16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconAix16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconAix24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconAix24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconAlignCenter16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconAlignCenter16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconAlignCenter24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconAlignCenter24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconAlignLeft16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconAlignLeft16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconAlignLeft24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconAlignLeft24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconAlignRight16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconAlignRight16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconAlignRight24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconAlignRight24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconAndroid16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconAndroid16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconAndroid24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconAndroid24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconAnomaly16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconAnomaly16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconAnomaly24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconAnomaly24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconApi16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconApi16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconApi24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconApi24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconApple16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconApple16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconApple24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconApple24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowDown16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowDown16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowDown24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowDown24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowDownLeft16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowDownLeft16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowDownLeft24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowDownLeft24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowDownOnRectangles16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowDownOnRectangles16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowDownOnRectangles24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowDownOnRectangles24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowDownRight16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowDownRight16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowDownRight24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowDownRight24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowDownS16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowDownS16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowDownS24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowDownS24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowDownToBracket16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowDownToBracket16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowDownToBracket24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowDownToBracket24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowDownToLine16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowDownToLine16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowDownToLine24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowDownToLine24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowDownXs16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowDownXs16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowDownXs24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowDownXs24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowLeft16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowLeft16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowLeft24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowLeft24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowLeftS16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowLeftS16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowLeftS24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowLeftS24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowLeftToLine16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowLeftToLine16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowLeftToLine24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowLeftToLine24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowPointer16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowPointer16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={17}
height={16}
viewBox="0 0 17 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowPointer24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowPointer24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={25}
height={24}
viewBox="0 0 25 24"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowRight16.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowRight16 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={16}
height={16}
viewBox="0 0 16 16"
Expand Down
1 change: 1 addition & 0 deletions packages/icons/src/IconArrowRight24.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import type { SVGProps, Ref } from 'react';
export const IconArrowRight24 = forwardRef(
(props: SVGProps<SVGSVGElement>, ref: Ref<SVGSVGElement>) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width={24}
height={24}
viewBox="0 0 24 24"
Expand Down
Loading