UNPKG

@activecollab/components

Version:

ActiveCollab Components

15 lines 521 B
import React from "react"; /** * @component CloudIcon * @description * Outline cloud glyph for cloud/storage/sync signifiers. * * @prop {string} [gradient] - Optional CSS linear-gradient string applied to the stroke. * * @see https://design.activecollab.com/docs/foundations/icons */ declare const CloudIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & { gradient?: string; }, "ref"> & React.RefAttributes<SVGSVGElement>>; export default CloudIcon; //# sourceMappingURL=Cloud.d.ts.map