import type {IconSvgProps} from "@/types"; import * as React from "react"; export const LooperBg: React.FC = ({width = 1440, height = 1343, ...props}) => ( );