Skip to content

Commit 0b1def5

Browse files
authored
Fix Remaining SVG file imports (#253)
* fix: svg file name * fix: remaining SVG file names
1 parent b394721 commit 0b1def5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/frappe-ui-react/src/icons/line

packages/frappe-ui-react/src/icons/line/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ export { default as NotificationOff } from "./notification-off.svg?react";
278278
export { default as NotificationVibrate } from "./notification-vibrate.svg?react";
279279
export { default as Notifications } from "./notifications.svg?react";
280280
export { default as Number } from "./number.svg?react";
281-
export { default as NumberedList } from "./numbered-List.svg?react";
281+
export { default as NumberedList } from "./numbered-list.svg?react";
282282
export { default as Org } from "./org.svg?react";
283283
export { default as Org1 } from "./org-1.svg?react";
284284
export { default as OttoLogo } from "./otto-logo.svg?react";
@@ -312,7 +312,7 @@ export { default as Plans } from "./plans.svg?react";
312312
export { default as Plans1 } from "./plans-1.svg?react";
313313
export { default as Play } from "./play.svg?react";
314314
export { default as Pointer } from "./pointer.svg?react";
315-
export { default as Polyline } from "./Polyline.svg?react";
315+
export { default as Polyline } from "./polyline.svg?react";
316316
export { default as Preview } from "./preview.svg?react";
317317
export { default as PreviewOff } from "./preview-off.svg?react";
318318
export { default as Print } from "./print.svg?react";

0 commit comments

Comments
 (0)