mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +08:00
hotfix: svg sprite demo
This commit is contained in:
parent
e07dfea33f
commit
2485d0de62
@ -18,7 +18,7 @@ import { Icon } from 'antd';
|
||||
|
||||
const DemoIcon = Icon.create({
|
||||
prefix: 'demo-',
|
||||
viewBox: '0 0 1024 1024',
|
||||
extraCommonProps: { viewBox: '0 0 1024 1024' },
|
||||
});
|
||||
|
||||
const svgSpriteRenderer = (nodeId, contents) => `
|
||||
|
Loading…
Reference in New Issue
Block a user