Skip to content

Commit

Permalink
fix(core:icon): export digital signature icon
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Mathis <smathis@vmware.com>
  • Loading branch information
Scott Mathis authored and mathisscott committed Mar 26, 2022
1 parent 723a956 commit 54542f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/icon/index.ts
Expand Up @@ -291,6 +291,7 @@ export { dashboardIcon, dashboardIconName } from './shapes/dashboard.js';
export { dataClusterIcon, dataClusterIconName } from './shapes/data-cluster.js';
export { deployIcon, deployIconName } from './shapes/deploy.js';
export { devicesIcon, devicesIconName } from './shapes/devices.js';
export { digitalSignatureIcon, digitalSignatureIconName } from './shapes/digital-signature.js';
export { disconnectIcon, disconnectIconName } from './shapes/disconnect.js';
export { displayIcon, displayIconName } from './shapes/display.js';
export { downloadCloudIcon, downloadCloudIconName } from './shapes/download-cloud.js';
Expand Down

0 comments on commit 54542f0

Please sign in to comment.