Skip to content

Commit

Permalink
fix(icon): export launchpad icon
Browse files Browse the repository at this point in the history
Fixes #40

Signed-off-by: Ashley Ryan <asryan@vmware.com>
  • Loading branch information
Ashley Ryan authored and ashleyryan committed Apr 19, 2022
1 parent 207433c commit fb6acdd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions projects/core/custom-elements.json
Expand Up @@ -13163,6 +13163,22 @@
"module": "./shapes/landscape.js"
}
},
{
"kind": "js",
"name": "launchpadIcon",
"declaration": {
"name": "launchpadIcon",
"module": "./shapes/launchpad.js"
}
},
{
"kind": "js",
"name": "launchpadIconName",
"declaration": {
"name": "launchpadIconName",
"module": "./shapes/launchpad.js"
}
},
{
"kind": "js",
"name": "libraryIcon",
Expand Down
1 change: 1 addition & 0 deletions projects/core/src/icon/index.ts
Expand Up @@ -113,6 +113,7 @@ export { hourglassIcon, hourglassIconName } from './shapes/hourglass.js';
export { idBadgeIcon, idBadgeIconName } from './shapes/id-badge.js';
export { keyIcon, keyIconName } from './shapes/key.js';
export { landscapeIcon, landscapeIconName } from './shapes/landscape.js';
export { launchpadIcon, launchpadIconName } from './shapes/launchpad.js';
export { libraryIcon, libraryIconName } from './shapes/library.js';
export { lightbulbIcon, lightbulbIconName } from './shapes/lightbulb.js';
export { listIcon, listIconName } from './shapes/list.js';
Expand Down

0 comments on commit fb6acdd

Please sign in to comment.