We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eecac2d commit 10f31caCopy full SHA for 10f31ca
1 file changed
packages/nimble-components/build/generate-icons.mjs
@@ -44,7 +44,7 @@ for (const key of Object.keys(icons)) {
44
45
const componentFileContents = `${generatedFilePrefix}
46
import { ${svgName} } from '@ni/nimble-tokens/dist/icons/js';
47
-import { SvgIcon, registerSvgIcon } from '../icon-base';
+import { SvgIcon, registerSvgIcon } from '../../icon-base';
48
49
declare global {
50
interface HTMLElementTagNameMap {
0 commit comments