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