This commit is contained in:
Rahim
2025-09-22 23:39:30 +10:00
parent d3221ec211
commit d2b2dd4868
132 changed files with 860 additions and 969 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
export * from './generated-icons';
export type { IconProps } from './types';
export type { IconProps } from './types';
+2 -2
View File
@@ -1,6 +1,6 @@
import type { SVGAttributes } from "react";
import type { SVGAttributes } from 'react';
export interface IconProps extends SVGAttributes<SVGElement> {
children?: never;
color?: string;
}
}