Files

12 lines
492 B
PHP

@blaze
@props([
'kbd' => '⌘+Shift+Z',
])
<flux:tooltip content="{{ __('Redo') }}" :$kbd class="contents">
<flux:editor.button data-editor="redo">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><path d="M21 7v6h-6"/><path d="M3 17a9 9 0 0 1 9-9 9 9 0 0 1 6 2.3l3 2.7"/></svg>
</flux:editor.button>
</flux:tooltip>