Skip to content

Commit 9f2188d

Browse files
committed
codexteam icon integrated
1 parent cca7ba8 commit 9f2188d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

assets/icon.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class InlineCode {
166166
* @return {string}
167167
*/
168168
get toolboxIcon() {
169-
return require('./../assets/icon.svg').default;
169+
return require('@codexteam/icons').IconInlineCode;
170170
}
171171

172172
/**

0 commit comments

Comments
 (0)