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