You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
export interface IconifyDimenisons {
// Left position of viewBox.
// Defaults to 0.
left?: number;
// Top position of viewBox.
// Defaults to 0.
top?: number;
// Width of viewBox.
// Defaults to 16.
width?: number;
// Height of viewBox.
// Defaults to 16.
height?: number;
}
Version
Vben Admin V5
Describe the bug?
需要提取svg内的body元素,外加viewbox数据作为参数
Reproduction
https://github.com/iconify/iconify/blob/b6c141ea1412e306ac20338e1e6c76f4bf2e0c39/packages/types/README.md?plain=1#L12
System Info
Relevant log output
No response
Validations
The text was updated successfully, but these errors were encountered: