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