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