UNPKG

@activecollab/components

Version:

ActiveCollab Components

17 lines 709 B
import React from "react"; /** * @component GitRepositoryConnectIcon * @description * Outline repository glyph (a stacked database cylinder) with a cutout in the * upper-right corner holding a small plug badge — used to signify connecting / * linking a repository. * * @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke. * * @see https://design.activecollab.com/docs/foundations/icons */ declare const GitRepositoryConnectIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & { gradient?: string; }, "ref"> & React.RefAttributes<SVGSVGElement>>; export default GitRepositoryConnectIcon; //# sourceMappingURL=GitRepositoryConnect.d.ts.map