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