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