UNPKG

@atlaskit/icon

Version:

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

8 lines (7 loc) 230 B
import { type IconTileProps } from '../../types'; /** * __IconTile__ * * An icon with background shape, color, and size properties determined by Tile. */ export default function IconTileNew(props: IconTileProps): JSX.Element;