import { SVGProps } from 'react'; export interface FigmaNeutralProps extends SVGProps { /** * Icon size (width and height) * @default 16 */ size?: number | string; } /** * FigmaNeutral icon from social-media category * * @example * * */ export declare const FigmaNeutral: ({ size, ...props }: FigmaNeutralProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=figma-neutral.d.ts.map