icon color in buttons

how can you change color of an icon in a button

'''ExportAction::make()
->exporter(OrderExporter::class)
->label('Export Orders')
->icon('heroicon-o-cloud-arrow-down')
]),'''
Was this page helpful?