We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407e77f commit 1b2bf4cCopy full SHA for 1b2bf4c
packages/bezier-react/src/components/AlphaIcon/Icon.tsx
@@ -13,8 +13,6 @@ import { type IconProps } from './Icon.types'
13
14
import styles from './Icon.module.scss'
15
16
-export const ICON_TEST_ID = 'bezier-alpha-icon'
17
-
18
export const Icon = memo(
19
forwardRef<SVGSVGElement, IconProps>(function Icon(props, forwardedRef) {
20
const [marginProps, marginRest] = splitByMarginProps(props)
@@ -45,7 +43,6 @@ export const Icon = memo(
45
43
marginStyles.className,
46
44
className
47
)}
48
- data-testid={ICON_TEST_ID}
49
{...rest}
50
/>
51
)
0 commit comments