UNPKG

@atlaskit/icon

Version:

An icon is a symbol representing a command, device, directory, or common action.

14 lines (11 loc) 396 B
/** * THIS FILE WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen} * @codegen <<SignedSource::b7552b1ae84390e75d5a9448984a3b56>> * @codegenCommand yarn build:icon-glyphs */ import type { NewCoreIconProps } from '@atlaskit/icon/base-new'; declare const EyeOpenFilledIcon: { (props: NewCoreIconProps): JSX.Element; displayName: string; }; export default EyeOpenFilledIcon;