import { Icon } from 'tvu-react-pilot' // DS is dark-default (:root tokens). Cards render on white, so wrap every story // on the DS's own dark surface — mirrors react-pilot App.tsx Card. The surface // also sets a light `color` so each Icon's default `currentColor` fill is // visible on the dark background (an unset color would inherit black → invisible). const Surface = ({ children }: any) => (
{children}
) // Registry icons resolve by `category/name` (see src/icons/manifest). Default size 16. export const Common = () => ( ) export const Sizes = () => ( )