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