mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-01 11:56:25 +02:00
feat: integrate SVGR for SVG handling in webpack and add new provider icons
This commit is contained in:
parent
efe8755132
commit
8dd2b15796
38 changed files with 2105 additions and 105 deletions
6
surfsense_web/svgr.d.ts
vendored
Normal file
6
surfsense_web/svgr.d.ts
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
declare module "*.svg" {
|
||||
import type { FC, SVGProps } from "react";
|
||||
const content: FC<SVGProps<SVGSVGElement>>;
|
||||
export default content;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue