mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-11-07 09:24:55 +05:30
fix (video): Missing loop video icon
This commit is contained in:
parent
613aa49532
commit
1ff1642052
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { lazy } from 'react';
|
|||
|
||||
export const tool = defineTool('video', {
|
||||
path: 'loop',
|
||||
icon: 'material-symbols:loop',
|
||||
icon: 'ic:outline-loop',
|
||||
|
||||
keywords: ['video', 'loop', 'repeat', 'continuous'],
|
||||
component: lazy(() => import('./index')),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue