mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-02-04 07:13:25 +08:00
style(arch): arenamed icon files to match convention
This commit is contained in:
parent
7c9e0e51da
commit
e9ca618780
@ -536,7 +536,7 @@ function initialize(options: MermaidConfig = {}) {
|
||||
options.iconLibraries.forEach(async (library) => {
|
||||
if (typeof (library) === 'string') {
|
||||
if (library === 'aws:full') {
|
||||
const { default: awsFull } = await import('./rendering-util/svg/aws/aws_full.js');
|
||||
const { default: awsFull } = await import('./rendering-util/svg/aws/awsFull.js');
|
||||
registerIcons(awsFull);
|
||||
}
|
||||
} else {
|
||||
|
@ -6,8 +6,8 @@ import internet from './default/internet.js';
|
||||
import cloud from './default/cloud.js';
|
||||
import unknown from './default/unknown.js';
|
||||
import blank from './default/blank.js';
|
||||
import awsCommon from './aws/aws_common.js';
|
||||
import digitalOcean from './digitial-ocean/digital_ocean.js';
|
||||
import awsCommon from './aws/awsCommon.js';
|
||||
import digitalOcean from './digitial-ocean/digitalOcean.js';
|
||||
import github from './github/github.js';
|
||||
|
||||
const defaultIconLibrary: IconLibrary = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user