ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
1declare module "*.svg?react" { 2 import * as React from "react"; 3 const Component: React.FC<React.SVGProps<SVGSVGElement>>; 4 export default Component; 5}