UNPKG

@atlaskit/icon

Version:

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

13 lines (12 loc) 477 B
/// <reference types="react" /> import { type IconTileProps } from '../types'; /** * __IconTile__ -- ⚠️ Experimental ⚠️ * * An icon tile is used to present an icon with a background color. * Icon tiles, unlike standard icons, can scale up and down to provide greater emphasis. * * This component is currently in an experimental state and is subject to change in minor or patch releases. * */ export default function IconTile(props: IconTileProps): JSX.Element;