import { SVGProps } from 'react'; /** * @figmaNode wXrXt5uKNNzV2DnQCgyYZH#33057-232886 (Design-System · "call") * * Material Symbols "call" (outlined). The exported glyph is 15×15 inside a 20px icon frame * (12.5% inset), so it is placed on the shared 24×24 grid via `translate(3 3) scale(1.2)` — * 15 × 1.2 = 18 units of glyph with a 3-unit inset, preserving the designed proportions. */ export declare function CallIcon(props: SVGProps): JSX.Element;