/* shortwind: icon@0.0.1 sha:fab3b2d3a0c089fb */

/* @guide
   Size an icon with @icon-sm/md/lg (16/20/24px) — these set width and height
   only; add @icon-muted for secondary color. They're for SVG/icon elements, not
   to be confused with @btn-icon (the icon button in the button family).
*/

/* Small icon — 16px. */
@recipe icon-sm {
  h-4 w-4 shrink-0
}

/* Default icon size — 20px. */
@recipe icon-md {
  h-5 w-5 shrink-0
}

/* Large icon — 24px. */
@recipe icon-lg {
  h-6 w-6 shrink-0
}

/* Icon with muted color. */
@recipe icon-muted {
  text-muted-foreground
}
