IconNode typedef

IconNode = List<IconEl>

Lucide-style icon data: a list of [tag, attrs] pairs.

Implementation

typedef IconNode = List<IconEl>;