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