Merged in chore/icons-to-components (pull request #3420)
Convert all material symbols to react components * convert all material symbols to react components * remove svgr Approved-by: Linus Flood
This commit is contained in:
6
packages/booking-flow/types/svg.d.ts
vendored
6
packages/booking-flow/types/svg.d.ts
vendored
@@ -1,6 +0,0 @@
|
||||
declare module "*.svg" {
|
||||
const ReactComponent: React.FunctionComponent<
|
||||
React.SVGProps<SVGSVGElement> & { title?: string }
|
||||
>
|
||||
export default ReactComponent
|
||||
}
|
||||
Reference in New Issue
Block a user