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