carbon-design-system / carbon

A design system built by IBM
https://www.carbondesignsystem.com
Apache License 2.0
7.84k stars 1.81k forks source link

[Bug]: rule--data-quality icon not rendering in @carbon/icons-vue #17802

Open mamartinezmejia opened 1 week ago

mamartinezmejia commented 1 week ago

Package

@carbon/icons-vue

Browser

No response

Package version

10.99.1

React version

No response

Description

I'm encountering an issue with the rule--data-quality icon in the @carbon/icons-vue package. The rule--data-quality icon is not being displayed in my Vue 3 project. Other icons seem to work as expected, but this particular icon doesn't render, and there are no visible errors in the console.

Reproduction/example

Import the icon as any other icon

Steps to reproduce

Import the icon as any other icon

Suggested Severity

None

Application/PAL

No response

Code of Conduct

alisonjoseph commented 3 days ago

Can you provide a reproduction somewhere like Stackblitz of how you are using these? I'm seeing the icon in the source and in the build.

mamartinezmejia commented 2 days ago

Hi @alisonjoseph, here is the Stackblitz link where you can see the issue where the rule--data-quality icon cannot be seen, but others can.

https://stackblitz.com/edit/vitejs-vite-yke9s6?file=src%2Fcomponents%2FHelloWorld.vue,src%2FApp.vue,src%2Fmain.js&terminal=dev

I look forward to hearing from you.