import type { SVGProps } from 'react' const stroke: SVGProps = { fill: 'none', stroke: 'currentColor', strokeWidth: 2, viewBox: '0 0 24 24', } export const IconAntler = (p: SVGProps) => ( ) export const IconMenu = (p: SVGProps) => ( ) export const IconHome = (p: SVGProps) => ( ) export const IconSearch = (p: SVGProps) => ( ) export const IconBell = (p: SVGProps) => ( ) export const IconUser = (p: SVGProps) => ( ) export const IconRefresh = (p: SVGProps) => ( ) export const IconPlus = (p: SVGProps) => ( ) export const IconExport = (p: SVGProps) => ( ) export const IconEdit = (p: SVGProps) => ( ) export const IconDelete = (p: SVGProps) => ( ) export const IconSave = (p: SVGProps) => ( ) export const IconCancel = (p: SVGProps) => ( ) export const IconGrid = (p: SVGProps) => ( ) export const IconLock = (p: SVGProps) => ( ) export const IconAvatar = (p: SVGProps) => ( ) export const IconAi = (p: SVGProps) => ( )