/** * ! THIS FILE WAS AUTO_GENERATED - DO NOT EDIT MANUALLY * * ▲ Part of Vercel's Geistcn Design System * Generated by: pnpm logos:build * * @see Slack #project-geistcn for support: https://vercel.slack.com/archives/C08AW4PQHK3 */ import type { JSX } from "react"; import { type IconProps } from "../../__internal__/components/icon/base-icon.js"; /** * Logo icon SVG component - renders as inline SVG with currentColor support * * @param props.size - Controls icon height; width is auto-calculated to preserve aspect ratio (accepts number or string with optional "px" suffix) * @param props.color - Fill color for the icon (default: 'currentColor') * @param props.className - CSS class name for styling * @param props.style - Inline styles (excludes `width`, `height` which are managed internally) * * @remarks * - Supports currentColor for dynamic color inheritance from parent elements * - Inherits all standard SVG element props except `width`, `height`, `viewBox`, `fill` which are managed internally. * * @see {@link IconProps} for complete prop types * @see {@link BaseIcon} for underlying implementation behavior */ export declare function LogoIconGithubSvg(props: IconProps): JSX.Element; //# sourceMappingURL=logo-icon-github-svg.d.ts.map