Merge pull request #230

fix (video): Missing loop video icon
This commit is contained in:
Ibrahima G. Coulibaly 2025-10-02 20:51:26 +01:00 committed by GitHub
commit ee71c0d39c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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')),