import type { SVGProps } from "react"; import * as React from "react"; const SvgMeta = (props: SVGProps) => ( ); export default SvgMeta;