scrivly
Version:
A powerful, feature-rich rich text editor for React with TypeScript support
41 lines • 4.1 kB
TypeScript
export type CustomIcon = React.SVGProps<SVGSVGElement> & {
size?: number | string;
};
export declare const AlignCenter: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const AlignJustify: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const AlignLeft: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const AlignRight: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Bold: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const CheckSquare: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const ChevronDown: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Code: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Eraser: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const FileCode: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const ImageIcon: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Indent: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Italic: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Link: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const List: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const ListOrdered: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Maximize: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Minimize: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Moon: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Outdent: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Palette: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Quote: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const RotateCcw: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const RotateCw: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Smile: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Strikethrough: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Subscript: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Sun: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Superscript: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Table: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Type: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Underline: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Video: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const XIcon: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Highlighter: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Search: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
export declare const Download: ({ size, ...props }: CustomIcon) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=icons.d.ts.map