Change icons in web UI (#27385)
Co-authored-by: Renaud Chaput <renchap@gmail.com>
This commit is contained in:
parent
b1885387b6
commit
134de736dc
123 changed files with 927 additions and 725 deletions
8
app/javascript/types/image.d.ts
vendored
8
app/javascript/types/image.d.ts
vendored
|
@ -20,6 +20,14 @@ declare module '*.png' {
|
|||
}
|
||||
|
||||
declare module '*.svg' {
|
||||
import type React from 'react';
|
||||
|
||||
interface SVGPropsWithTitle extends React.SVGProps<SVGSVGElement> {
|
||||
title?: string;
|
||||
}
|
||||
|
||||
export const ReactComponent: React.FC<SVGPropsWithTitle>;
|
||||
|
||||
const path: string;
|
||||
export default path;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue