UNPKG

@activecollab/components

Version:

ActiveCollab Components

23 lines 761 B
import React from "react"; /** * @component AddCrossIcon * @description * * The React Icon component is a visual element that displays an icon to represent a concept, object, or action. * The Icon component is * customizable, allowing for variations in size, color, and style to fit the needs of the application. * * * @example * return ( * <AddCrossIcon className="mr-2" /> * ) * * @see * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons * @see * https://design.activecollab.com/docs/foundations/icons */ declare const AddCrossIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement>, "ref"> & React.RefAttributes<SVGSVGElement>>; export default AddCrossIcon; //# sourceMappingURL=AddCross.d.ts.map