mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-12-23 20:56:53 +00:00
fix (video): Missing loop video icon
This commit is contained in:
parent
613aa49532
commit
1ff1642052
@ -3,7 +3,7 @@ import { lazy } from 'react';
|
|||||||
|
|
||||||
export const tool = defineTool('video', {
|
export const tool = defineTool('video', {
|
||||||
path: 'loop',
|
path: 'loop',
|
||||||
icon: 'material-symbols:loop',
|
icon: 'ic:outline-loop',
|
||||||
|
|
||||||
keywords: ['video', 'loop', 'repeat', 'continuous'],
|
keywords: ['video', 'loop', 'repeat', 'continuous'],
|
||||||
component: lazy(() => import('./index')),
|
component: lazy(() => import('./index')),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user