import {h} from 'preact' export const Reply = ({ width = 16, height = 17, fill = 'currentColor', className, }: { width?: number height?: number fill?: string className?: string }) => ( )