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