This commit is contained in:
2025-11-11 12:01:22 +01:00
parent 2dd786ce14
commit 10f9f3be2f
6 changed files with 452 additions and 172 deletions
+10
View File
@@ -1,6 +1,7 @@
import {
IconChevronRight as TablerChevronRight,
IconDownload as TablerDownload,
IconZoomInArea as TablerZoomInArea,
IconPencil,
IconTagFilled,
IconUserFilled,
@@ -118,6 +119,15 @@ export const DownloadIcon = ({ className, size = '1em', stroke = 1.6, ...rest })
/>
);
export const IconZoomInArea = ({ className, size = '1em', stroke = 1.6, ...rest }) => (
<TablerZoomInArea
className={composeClassName('icon', className)}
size={size}
stroke={stroke}
{...rest}
/>
);
export const ViewListIcon = ({ className, size = '1em', stroke = 1.6, ...rest }) => (
<IconLayoutList
className={composeClassName('icon', className)}