UNPKG

@ebay/ui-core-react

Version:

Skin components build off React

8 lines 215 B
import { FC } from "react"; import { Icon } from "../ebay-icon"; export type EbaySvgProps = { icons?: Icon[]; }; declare const EbaySvg: FC<EbaySvgProps>; export default EbaySvg; //# sourceMappingURL=svg.d.ts.map