color) only to convey semantic meaning. Never change an Icon's color to match an application theme or color scheme.size) consistent across a page, and especially within a close group. Never mix Icon sizes in the same group.color) — defaults to the surrounding text color. Accepts "base", "bold", "subtle", "accent", "success", "caution", "critical", "information", "feature", "disabled", and "inherit".size) — four presets: "sm", "md", "lg", "xl".size="fill") — scales the Icon to 100% of its parent container so it resizes with a responsive layout.preferFilled) — renders the filled counterpart of an icon where one exists. Use it to show a change in state, such as an active sidebar navigation link. Most Pluma icons are outlined, and outlined is the default.isInline) — shifts the Icon vertically so it aligns with the text it sits in.inlineAlignment) — set "uppercase" or "lowercase" to match the case of the adjacent letters. Applies only when isInline is set.label) describing the Icon's meaning or purpose whenever the Icon has no visible supporting text.name is required and accepts any IconName from @customerio/pluma-icons.<svg> referencing a sprite sheet via <use>. Box layout and sprinkle props are available.size defaults to "md".sizeVersion selects the size scale: "v2" (the default, set through PlumaProvider) or the legacy "v1". Only v1 accepts "xxs" and "xs"; under v2 both fall back to "sm".label: a non-empty label sets aria-label, and omitting it sets aria-hidden="true". Omit label for decorative Icons that sit beside visible text.Image with size="icon-v2-md" and withBoundingBox — Icon itself cannot render an arbitrary source.size defaults to the Coin's size and sizeVersion defaults to "v2"; when the Coin has a colorVariant and neither the Coin nor the Icon sets color, the Icon takes the Coin's icon color. Explicit props always win.componentConfig.PlumaIcon) accepts defaultSizeVersion to change the app-wide size scale and iconNameOverrides to remap icon names globally.<PlumaIcon @name="star" @size="md" /> with @-prefixed args.