import * as React from "react"; export function Icon({name, ...props}) { // @ts-ignore return ; }