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