/** * [WHO]: Public exports from this file (see implementation below). * [FROM]: See the import block immediately after this header. * [TO]: sparkdesign package consumers; output of CLI `add` when applicable. * [HERE]: registry/basic/icons-inline.tsx — Spark Design source; keep aligned with the main library. * * [PROTOCOL]: * 1. Keep this P3 header in sync when the public contract changes. * 2. Update module AGENTS.md (P2) and root AGENTS.md (P1) when boundaries change. * 3. Follow design tokens and explicit type exports. */ import * as React from 'react'; export interface InlineIconProps extends React.SVGAttributes { className?: string; size?: number | string; } export declare const ArrowDownLine: React.ForwardRefExoticComponent>; export declare const ArrowUpLine: React.ForwardRefExoticComponent>; export declare const ArrowRightLine: React.ForwardRefExoticComponent>; export declare const ArrowLeftLine: React.ForwardRefExoticComponent>; export declare const CheckLine: React.ForwardRefExoticComponent>; export declare const CloseLine: React.ForwardRefExoticComponent>; export declare const CloseLargeLine: React.ForwardRefExoticComponent>; export declare const CodeSSlashLine: React.ForwardRefExoticComponent>; export declare const EyeLine: React.ForwardRefExoticComponent>; export declare const LoaderLine: React.ForwardRefExoticComponent>; export declare const SendPlaneLine: React.ForwardRefExoticComponent>; export declare const StopLine: React.ForwardRefExoticComponent>; export declare const MicLine: React.ForwardRefExoticComponent>; export declare const FolderLine: React.ForwardRefExoticComponent>; export declare const FolderFillLine: React.ForwardRefExoticComponent>; export declare const FileLine: React.ForwardRefExoticComponent>; export declare const Chat3Line: React.ForwardRefExoticComponent>; export declare const WarningLine: React.ForwardRefExoticComponent>; export declare const ArrowDownSLine: React.ForwardRefExoticComponent>; export declare const ArrowUpSLine: React.ForwardRefExoticComponent>; export declare const ArrowRightSLine: React.ForwardRefExoticComponent>; export declare const SparklingLine: React.ForwardRefExoticComponent>; export declare const TimeLine: React.ForwardRefExoticComponent>; export declare const CheckboxCircleLine: React.ForwardRefExoticComponent>; export declare const CloseCircleLine: React.ForwardRefExoticComponent>; export declare const MoreLine: React.ForwardRefExoticComponent>; export declare const QuestionAnswerLine: React.ForwardRefExoticComponent>; export declare const RequestChangesLine: React.ForwardRefExoticComponent>; export declare const CatalogLine: React.ForwardRefExoticComponent>; export declare const CircleLine: React.ForwardRefExoticComponent>; export declare const IndeterminateCircleLine: React.ForwardRefExoticComponent>; export declare const ArrowRightCircleFillLine: React.ForwardRefExoticComponent>; export declare const FileList2Line: React.ForwardRefExoticComponent>; export declare const DownloadLine: React.ForwardRefExoticComponent>; export declare const QuestionnaireLine: React.ForwardRefExoticComponent>; export declare const TerminalBoxLine: React.ForwardRefExoticComponent>; export declare const ExternalLinkLine: React.ForwardRefExoticComponent>; export declare const GlobalLine: React.ForwardRefExoticComponent>; export declare const Forbid2Line: React.ForwardRefExoticComponent>;