<div class='sourceset sourceset-common'>Common</div>

```kotlin
Copy(
        key = TextContextMenuKeys.CopyKey,
        stringId = ContextMenuStrings.Copy,
        drawableId = ContextMenuIcons.ActionModeCopyDrawable,
    ),
```