diff --git a/src/components/icon-list/icon-list.tsx b/src/components/icon-list/icon-list.tsx index 5c601c8964..c5a5d3a1f1 100644 --- a/src/components/icon-list/icon-list.tsx +++ b/src/components/icon-list/icon-list.tsx @@ -1,7 +1,7 @@ import React from "react"; const IconList = () => { - // This svg is a copy from public/icons/collection/Menu.svg + // This svg is a copy from public/icons/collection/list.svg // Without the fill values. // If you find out it no longer matches the original file, please update it return ( @@ -14,7 +14,7 @@ const IconList = () => { );