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