import type { SVGProps } from "react"; const SvgShareIcon = (props: SVGProps) => ( ); export default SvgShareIcon;