import { SVGAttributes } from "react"; export function AlbyIcon(props: SVGAttributes) { return ( ); }