// This is to mitigate an issue where the SVG icons being imported from the project weren't being rendered on Firefox
// To know more about this technique, check this doc: https://developer.mozilla.org/en-US/docs/Web/SVG/Element/defs
export const getChartIcon = (type) => `
`;