import React from "react";export const AddImageSvg = ({ className }: { className?: string }) => { const _class = className || "w-12 h-12"; // square SVG return ( {/* Dashed Border */} {/* Camera Body */} {/* Lens */} {/* Small top details */} ); };