Skip to content

pantoken / renderers/react/src / Icon

تابع: Icon()

Icon(__namedParameters): ReactNode

تجربی

Render an Instructure icon as the <instui-icon> custom element.

پارامترها

__namedParameters

IconProps

مقدار بازگشتی

ReactNode

نمونه

tsx
import { Icon } from "@pantoken/react";

<Icon name="check-mark" size="1.25rem" color="var(--instui-color-text-success)" />;