diff --git a/packages/bezier-react/src/components/Icon/Icon.tsx b/packages/bezier-react/src/components/Icon/Icon.tsx index 6fc72536dd..47081b4a8e 100644 --- a/packages/bezier-react/src/components/Icon/Icon.tsx +++ b/packages/bezier-react/src/components/Icon/Icon.tsx @@ -1,6 +1,5 @@ /* External dependencies */ import React, { memo } from 'react' -import { noop } from 'lodash-es' /* Internal dependencies */ import type IconProps from './Icon.types' @@ -19,8 +18,8 @@ export const Icon = memo(function Icon({ marginRight = 0, marginBottom = 0, marginLeft = 0, - onClick = noop, - onMouseDown = noop, + onClick, + onMouseDown, }: IconProps) { return (