import { Props } from "./Props"; export const TemplateSmall = (props: Props & { fill?: string }) => { return ( ); };