// BROKEN //import React from 'react' //import Icon from './Icon' //import type { IconProps, IconVariant } from './Icon' // //export const createIconComponent = ( // name: string, // defaultVariant: IconVariant = 'outline' //): React.FC> => { // const IconComponent: React.FC> = (props) => { // return ( // // ) // } // // IconComponent.displayName = `${name}Icon` // return IconComponent //} //