File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
showcase/app/components/page-carbon/icon Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import type { HdsCarbonService } from '@hashicorp/design-system-components/compo
1616
1717import {
1818 HdsIcon ,
19- hdsCarbonIconMap ,
19+ mappedHdsIconNames ,
2020} from ' @hashicorp/design-system-components/components' ;
2121
2222import ShwTextH1 from ' showcase/components/shw/text/h1' ;
@@ -26,17 +26,7 @@ type IconName = HdsIconSignature['Args']['name'];
2626export default class IconIndex extends Component {
2727 @service declare readonly hdsCarbon: HdsCarbonService ;
2828
29- // iconNames: IconName[] = Object.keys(hdsCarbonIconMap).sort() as IconName[];
30- iconNames = [
31- ' accessibility' ,
32- ' accessibility' ,
33- ' accessibility' ,
34- ' accessibility' ,
35- ' accessibility' ,
36- ' accessibility' ,
37- ' accessibility' ,
38- ' accessibility' ,
39- ];
29+ iconNames = mappedHdsIconNames ;
4030
4131 <template >
4232 {{pageTitle " Icon" }}
You can’t perform that action at this time.
0 commit comments