import type { IconProps } from "./Icon"; /** * Line spacing: the shared "A" letterform between two horizontal rules. * The letterform is shared with FontSizeIcon so the two typography controls read * as a matched pair. * * The rules are a separate path because they need no `fillRule` — only the letter * has a counter to punch — and keeping them apart lets both icons reuse one * letterform definition. */ export declare const LineHeightIcon: ({ active, color, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export default LineHeightIcon;