Components
App Icon
The raw Saasflare SVG mark as a standalone icon — sized via a single size prop (any CSS length), with full SVG prop pass-through for favicons, loaders, and nav rails.
Installation
npx shadcn@latest add https://ui.saasflare.io/r/app-icon.jsonpnpm add @saasflare/uiDemo
Loading…
"use client"import { AppIcon } from "@saasflare/ui"/** AppIcon — the standalone SVG mark at several sizes. */export function Demo() { return ( <div className="flex flex-wrap items-end gap-6"> <AppIcon size={24} /> <AppIcon size={40} /> <AppIcon size={64} /> </div> )}API Reference
Prop
Type