import React from 'react'; function Icon({ name, ...props }) { return ( ); }