Skip to content

Commit 779ce82

Browse files
committed
refactor(md): 优化toobar颜色更改图标
1 parent 9ca1012 commit 779ce82

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

packages/devui-vue/devui/editor-md/src/icons-config.ts

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,14 +54,9 @@ export const STRIKE_ICON = `<svg width="16px" height="16px" viewBox="0 0 16 16">
5454
</g>
5555
</svg>`;
5656

57-
export const COLOR_ICON = `<svg width="16px" height="16px" viewBox="0 0 16 16">
58-
<g id="edit-icon/background-color" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
59-
<g fill="#293040">
60-
<g>
61-
<path d="M10.4761905,8 L5.52380952,8 L4,12 L3,12 L7.5,-3.84581256e-13 L8.5,-3.84581256e-13 L13,12 L12,12 L10.4761905,8 L10.4761905,8 Z M10.0952381,7 L8,1.5 L5.9047619,7 L10.0952381,7 Z M2,14 L14,14 L14,16 L2,16 L2,14 Z" id="形状"></path>
62-
</g>
63-
</g>
64-
</g>
57+
export const COLOR_ICON = `<svg width="16" height="16" viewBox="0 0 16 16" fill="none">
58+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.05597 9.5L4.05895 12H2.94092L7.55273 0.776367H8.44716L13.059 12H11.9409L10.9439 9.5H5.05597ZM5.45477 8.5H10.5451L7.99995 2.11801L5.45477 8.5Z" fill="#3B3E55"/>
59+
<path d="M1 13H15V16H1V13Z" fill="#3B3E55"/>
6560
</svg>`;
6661

6762
export const BACKGROUND_COLOR_ICON = `<svg width="16px" height="16px" viewBox="0 0 16 16">

0 commit comments

Comments
 (0)