@pdfme/schemas
Version:
TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!
10 lines (9 loc) • 692 B
TypeScript
export declare const TextStrikethroughIcon: string;
export declare const TextUnderlineIcon: string;
export declare const TextAlignLeftIcon: string;
export declare const TextAlignCenterIcon: string;
export declare const TextAlignRightIcon: string;
export declare const TextAlignJustifyIcon: string;
export declare const TextVerticalAlignTopIcon: string;
export declare const TextVerticalAlignMiddleIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" viewBox=\"0 0 24 24\"><path d=\"M8 19h3v4h2v-4h3l-4-4l-4 4zm8-14h-3V1h-2v4H8l4 4l4-4zM4 11v2h16v-2H4z\" fill=\"currentColor\"></path></svg>";
export declare const TextVerticalAlignBottomIcon: string;