Pluma Icons can be used in apps by using the Icon component.

Usage

import { PlumaTestHelpers } from '@customerio/pluma-components/react/test-helpers/pluma-test-helpers'

const icon = PlumaTestHelpers.extract('Icon', screen.getByTestId('data-test-icon'));

On this page