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