import type { JSX, SVGProps } from 'react' /** * Note: `ChevronIcon` default mengarah ke bawah. * Gunakan class `rotate-xx` untuk mengubah arah ikon. */ export const ChevronIcon = ( properties: JSX.IntrinsicAttributes & SVGProps, ) => { return ( ) }