update test cases

This commit is contained in:
HeskeyBaozi 2018-07-18 13:39:02 +08:00
parent 56edb5be1a
commit 8df086f022
35 changed files with 505 additions and 1 deletions

View File

@ -224,6 +224,7 @@ exports[`renders ./components/alert/demo/icon.md correctly 1`] = `
data-show="true"
>
<svg
aria-hidden="true"
class="anticon ant-alert-icon"
data-icon="info-circle"
fill="currentColor"

View File

@ -101,6 +101,7 @@ exports[`renders ./components/auto-complete/demo/certain-category.md correctly 1
class="ant-input-suffix"
>
<svg
aria-hidden="true"
class="anticon certain-category-icon"
data-icon="search"
fill="currentColor"
@ -347,6 +348,7 @@ exports[`renders ./components/auto-complete/demo/uncertain-category.md correctly
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"

View File

@ -12,6 +12,7 @@ exports[`renders ./components/avatar/demo/badge.md correctly 1`] = `
class="ant-avatar ant-avatar-square ant-avatar-icon"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -199,6 +200,7 @@ exports[`renders ./components/avatar/demo/badge.md correctly 1`] = `
class="ant-avatar ant-avatar-square ant-avatar-icon"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -231,6 +233,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
class="ant-avatar ant-avatar-lg ant-avatar-circle ant-avatar-icon"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -251,6 +254,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
class="ant-avatar ant-avatar-circle ant-avatar-icon"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -271,6 +275,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
class="ant-avatar ant-avatar-sm ant-avatar-circle ant-avatar-icon"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -293,6 +298,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
class="ant-avatar ant-avatar-lg ant-avatar-square ant-avatar-icon"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -313,6 +319,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
class="ant-avatar ant-avatar-square ant-avatar-icon"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -333,6 +340,7 @@ exports[`renders ./components/avatar/demo/basic.md correctly 1`] = `
class="ant-avatar ant-avatar-sm ant-avatar-square ant-avatar-icon"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -383,6 +391,7 @@ exports[`renders ./components/avatar/demo/type.md correctly 1`] = `
class="ant-avatar ant-avatar-circle ant-avatar-icon"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -439,6 +448,7 @@ exports[`renders ./components/avatar/demo/type.md correctly 1`] = `
style="background-color:#87d068"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"

View File

@ -369,6 +369,7 @@ exports[`renders ./components/badge/demo/change.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="minus"
fill="currentColor"
@ -386,6 +387,7 @@ exports[`renders ./components/badge/demo/change.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="plus"
fill="currentColor"
@ -434,6 +436,7 @@ exports[`renders ./components/badge/demo/dot.md correctly 1`] = `
class="ant-badge"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="notification"
fill="currentColor"
@ -458,6 +461,7 @@ exports[`renders ./components/badge/demo/dot.md correctly 1`] = `
class="ant-badge"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="notification"
fill="currentColor"

View File

@ -223,6 +223,7 @@ exports[`renders ./components/breadcrumb/demo/withIcon.md correctly 1`] = `
href=""
>
<svg
aria-hidden="true"
class="anticon"
data-icon="home"
fill="currentColor"
@ -255,6 +256,7 @@ exports[`renders ./components/breadcrumb/demo/withIcon.md correctly 1`] = `
href=""
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"

View File

@ -132,6 +132,7 @@ exports[`renders ./components/button/demo/button-group.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="left"
fill="currentColor"
@ -155,6 +156,7 @@ exports[`renders ./components/button/demo/button-group.md correctly 1`] = `
Go forward
</span>
<svg
aria-hidden="true"
class="anticon"
data-icon="right"
fill="currentColor"
@ -176,6 +178,7 @@ exports[`renders ./components/button/demo/button-group.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="cloud"
fill="currentColor"
@ -197,6 +200,7 @@ exports[`renders ./components/button/demo/button-group.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="cloud-download"
fill="currentColor"
@ -341,6 +345,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"
@ -362,6 +367,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"
@ -386,6 +392,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"
@ -407,6 +414,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"
@ -432,6 +440,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"
@ -453,6 +462,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"
@ -477,6 +487,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"
@ -498,6 +509,7 @@ exports[`renders ./components/button/demo/icon.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"
@ -552,6 +564,7 @@ exports[`renders ./components/button/demo/loading.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="poweroff"
fill="currentColor"
@ -608,6 +621,7 @@ exports[`renders ./components/button/demo/multiple.md correctly 1`] = `
Actions
</span>
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -727,6 +741,7 @@ exports[`renders ./components/button/demo/size.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="download"
fill="currentColor"
@ -747,6 +762,7 @@ exports[`renders ./components/button/demo/size.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="download"
fill="currentColor"
@ -774,6 +790,7 @@ exports[`renders ./components/button/demo/size.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="left"
fill="currentColor"
@ -797,6 +814,7 @@ exports[`renders ./components/button/demo/size.md correctly 1`] = `
Forward
</span>
<svg
aria-hidden="true"
class="anticon"
data-icon="right"
fill="currentColor"

View File

@ -44,6 +44,7 @@ exports[`Button renders Chinese characters correctly 2`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"
@ -71,6 +72,7 @@ exports[`Button renders Chinese characters correctly 3`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"
@ -98,6 +100,7 @@ exports[`Button renders Chinese characters correctly 4`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"

View File

@ -597,6 +597,7 @@ exports[`renders ./components/card/demo/meta.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="setting"
fill="currentColor"
@ -626,6 +627,7 @@ exports[`renders ./components/card/demo/meta.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="edit"
fill="currentColor"
@ -648,6 +650,7 @@ exports[`renders ./components/card/demo/meta.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="ellipsis"
fill="currentColor"

View File

@ -17,6 +17,7 @@ exports[`renders ./components/cascader/demo/basic.md correctly 1`] = `
value=""
/>
<svg
aria-hidden="true"
class="anticon ant-cascader-picker-arrow"
data-icon="down"
fill="currentColor"
@ -48,6 +49,7 @@ exports[`renders ./components/cascader/demo/change-on-select.md correctly 1`] =
value=""
/>
<svg
aria-hidden="true"
class="anticon ant-cascader-picker-arrow"
data-icon="down"
fill="currentColor"
@ -93,6 +95,7 @@ exports[`renders ./components/cascader/demo/custom-render.md correctly 1`] = `
value=""
/>
<svg
aria-hidden="true"
class="anticon ant-cascader-picker-arrow"
data-icon="down"
fill="currentColor"
@ -137,6 +140,7 @@ exports[`renders ./components/cascader/demo/default-value.md correctly 1`] = `
value=""
/>
<svg
aria-hidden="true"
class="anticon ant-cascader-picker-arrow"
data-icon="down"
fill="currentColor"
@ -168,6 +172,7 @@ exports[`renders ./components/cascader/demo/disabled-option.md correctly 1`] = `
value=""
/>
<svg
aria-hidden="true"
class="anticon ant-cascader-picker-arrow"
data-icon="down"
fill="currentColor"
@ -199,6 +204,7 @@ exports[`renders ./components/cascader/demo/fileds-name.md correctly 1`] = `
value=""
/>
<svg
aria-hidden="true"
class="anticon ant-cascader-picker-arrow"
data-icon="down"
fill="currentColor"
@ -230,6 +236,7 @@ exports[`renders ./components/cascader/demo/hover.md correctly 1`] = `
value=""
/>
<svg
aria-hidden="true"
class="anticon ant-cascader-picker-arrow"
data-icon="down"
fill="currentColor"
@ -261,6 +268,7 @@ exports[`renders ./components/cascader/demo/lazy.md correctly 1`] = `
value=""
/>
<svg
aria-hidden="true"
class="anticon ant-cascader-picker-arrow"
data-icon="down"
fill="currentColor"
@ -291,6 +299,7 @@ exports[`renders ./components/cascader/demo/search.md correctly 1`] = `
value=""
/>
<svg
aria-hidden="true"
class="anticon ant-cascader-picker-arrow"
data-icon="down"
fill="currentColor"
@ -323,6 +332,7 @@ exports[`renders ./components/cascader/demo/size.md correctly 1`] = `
value=""
/>
<svg
aria-hidden="true"
class="anticon ant-cascader-picker-arrow"
data-icon="down"
fill="currentColor"
@ -353,6 +363,7 @@ exports[`renders ./components/cascader/demo/size.md correctly 1`] = `
value=""
/>
<svg
aria-hidden="true"
class="anticon ant-cascader-picker-arrow"
data-icon="down"
fill="currentColor"
@ -383,6 +394,7 @@ exports[`renders ./components/cascader/demo/size.md correctly 1`] = `
value=""
/>
<svg
aria-hidden="true"
class="anticon ant-cascader-picker-arrow"
data-icon="down"
fill="currentColor"

View File

@ -859,6 +859,7 @@ exports[`Cascader support controlled mode 1`] = `
value=""
/>
<svg
aria-hidden="true"
class="anticon ant-cascader-picker-arrow"
data-icon="down"
fill="currentColor"

View File

@ -7,6 +7,7 @@ exports[`renders ./components/dropdown/demo/basic.md correctly 1`] = `
>
Hover me
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -48,6 +49,7 @@ exports[`renders ./components/dropdown/demo/dropdown-button.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="ellipsis"
fill="currentColor"
@ -92,6 +94,7 @@ exports[`renders ./components/dropdown/demo/dropdown-button.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="ellipsis"
fill="currentColor"
@ -126,6 +129,7 @@ exports[`renders ./components/dropdown/demo/dropdown-button.md correctly 1`] = `
Button
</span>
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -148,6 +152,7 @@ exports[`renders ./components/dropdown/demo/event.md correctly 1`] = `
>
Hover me, Click menu item
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -169,6 +174,7 @@ exports[`renders ./components/dropdown/demo/item.md correctly 1`] = `
>
Hover me
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -190,6 +196,7 @@ exports[`renders ./components/dropdown/demo/overlay-visible.md correctly 1`] = `
>
Hover me
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -265,6 +272,7 @@ exports[`renders ./components/dropdown/demo/sub-menu.md correctly 1`] = `
>
Cascading menu
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -286,6 +294,7 @@ exports[`renders ./components/dropdown/demo/trigger.md correctly 1`] = `
>
Click me
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"

View File

@ -449,6 +449,7 @@ exports[`renders ./components/form/demo/advanced-search.md correctly 1`] = `
>
Collapse
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -718,6 +719,7 @@ exports[`renders ./components/form/demo/dynamic-form-item.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="plus"
fill="currentColor"
@ -989,6 +991,7 @@ exports[`renders ./components/form/demo/horizontal-login.md correctly 1`] = `
class="ant-input-prefix"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -1039,6 +1042,7 @@ exports[`renders ./components/form/demo/horizontal-login.md correctly 1`] = `
class="ant-input-prefix"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="lock"
fill="currentColor"
@ -1306,6 +1310,7 @@ exports[`renders ./components/form/demo/normal-login.md correctly 1`] = `
class="ant-input-prefix"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -1356,6 +1361,7 @@ exports[`renders ./components/form/demo/normal-login.md correctly 1`] = `
class="ant-input-prefix"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="lock"
fill="currentColor"
@ -1640,6 +1646,7 @@ exports[`renders ./components/form/demo/register.md correctly 1`] = `
value=""
/>
<svg
aria-hidden="true"
class="anticon ant-cascader-picker-arrow"
data-icon="down"
fill="currentColor"
@ -2881,6 +2888,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -2901,6 +2909,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -2925,6 +2934,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -2945,6 +2955,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -2969,6 +2980,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -2989,6 +3001,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -3013,6 +3026,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -3033,6 +3047,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -3057,6 +3072,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -3077,6 +3093,7 @@ exports[`renders ./components/form/demo/validate-other.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -3598,6 +3615,7 @@ exports[`renders ./components/form/demo/validate-static.md correctly 1`] = `
value=""
/>
<svg
aria-hidden="true"
class="anticon ant-cascader-picker-arrow"
data-icon="down"
fill="currentColor"

View File

@ -138,6 +138,7 @@ exports[`renders ./components/input/demo/addon.md correctly 1`] = `
class="ant-input-group-addon"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="setting"
fill="currentColor"
@ -657,6 +658,7 @@ exports[`renders ./components/input/demo/group.md correctly 1`] = `
value=""
/>
<svg
aria-hidden="true"
class="anticon ant-cascader-picker-arrow"
data-icon="down"
fill="currentColor"
@ -681,6 +683,7 @@ exports[`renders ./components/input/demo/presuffix.md correctly 1`] = `
class="ant-input-prefix"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -722,6 +725,7 @@ exports[`renders ./components/input/demo/search-input.md correctly 1`] = `
class="ant-input-suffix"
>
<svg
aria-hidden="true"
class="anticon ant-input-search-icon"
data-icon="search"
fill="currentColor"
@ -757,6 +761,7 @@ exports[`renders ./components/input/demo/search-input.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"

View File

@ -67,6 +67,7 @@ exports[`Input.Search should support suffix 1`] = `
type="search"
>
<svg
aria-hidden="true"
className="anticon ant-input-search-icon"
data-icon="search"
fill="currentColor"

View File

@ -147,6 +147,7 @@ exports[`renders ./components/layout/demo/custom-trigger.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -181,6 +182,7 @@ exports[`renders ./components/layout/demo/custom-trigger.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="upload"
fill="currentColor"
@ -339,6 +341,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -377,6 +380,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="upload"
fill="currentColor"
@ -403,6 +407,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="bar-chart"
fill="currentColor"
@ -451,6 +456,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="team"
fill="currentColor"
@ -481,6 +487,7 @@ exports[`renders ./components/layout/demo/fixed-sider.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="shop"
fill="currentColor"
@ -655,6 +662,7 @@ exports[`renders ./components/layout/demo/responsive.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -693,6 +701,7 @@ exports[`renders ./components/layout/demo/responsive.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="upload"
fill="currentColor"
@ -719,6 +728,7 @@ exports[`renders ./components/layout/demo/responsive.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -795,6 +805,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="pie-chart"
fill="currentColor"
@ -827,6 +838,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="desktop"
fill="currentColor"
@ -858,6 +870,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -895,6 +908,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="team"
fill="currentColor"
@ -929,6 +943,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="file"
fill="currentColor"
@ -959,6 +974,7 @@ exports[`renders ./components/layout/demo/side.md correctly 1`] = `
style="width:200px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="left"
fill="currentColor"
@ -1232,6 +1248,7 @@ exports[`renders ./components/layout/demo/top-side.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -1300,6 +1317,7 @@ exports[`renders ./components/layout/demo/top-side.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="laptop"
fill="currentColor"
@ -1339,6 +1357,7 @@ exports[`renders ./components/layout/demo/top-side.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="notification"
fill="currentColor"
@ -1445,6 +1464,7 @@ exports[`renders ./components/layout/demo/top-side-2.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -1513,6 +1533,7 @@ exports[`renders ./components/layout/demo/top-side-2.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="laptop"
fill="currentColor"
@ -1552,6 +1573,7 @@ exports[`renders ./components/layout/demo/top-side-2.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="notification"
fill="currentColor"

View File

@ -949,6 +949,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
<li>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="message"
fill="currentColor"
@ -1065,6 +1066,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
<li>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="message"
fill="currentColor"
@ -1181,6 +1183,7 @@ exports[`renders ./components/list/demo/vertical.md correctly 1`] = `
<li>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="message"
fill="currentColor"

View File

@ -362,6 +362,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
class="ant-transfer-list-search-action"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"
@ -399,6 +400,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="left"
fill="currentColor"
@ -417,6 +419,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="right"
fill="currentColor"
@ -479,6 +482,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
class="ant-transfer-list-search-action"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"
@ -1554,6 +1558,7 @@ exports[`renders ./components/locale-provider/demo/all.md correctly 1`] = `
<span>
Name
<svg
aria-hidden="true"
class="anticon ant-dropdown-trigger"
data-icon="filter"
fill="currentColor"

View File

@ -10,6 +10,7 @@ exports[`renders ./components/menu/demo/horizontal.md correctly 1`] = `
role="menuitem"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="mail"
fill="currentColor"
@ -55,6 +56,7 @@ exports[`renders ./components/menu/demo/horizontal.md correctly 1`] = `
class="submenu-title-wrapper"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="setting"
fill="currentColor"
@ -118,6 +120,7 @@ exports[`renders ./components/menu/demo/inline.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="mail"
fill="currentColor"
@ -245,6 +248,7 @@ exports[`renders ./components/menu/demo/inline.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="setting"
fill="currentColor"
@ -299,6 +303,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="pie-chart"
fill="currentColor"
@ -331,6 +336,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="desktop"
fill="currentColor"
@ -372,6 +378,7 @@ exports[`renders ./components/menu/demo/inline-collapsed.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="mail"
fill="currentColor"
@ -482,6 +489,7 @@ exports[`renders ./components/menu/demo/sider-current.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="mail"
fill="currentColor"
@ -581,6 +589,7 @@ exports[`renders ./components/menu/demo/sider-current.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="setting"
fill="currentColor"
@ -653,6 +662,7 @@ exports[`renders ./components/menu/demo/switch-mode.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="mail"
fill="currentColor"
@ -684,6 +694,7 @@ exports[`renders ./components/menu/demo/switch-mode.md correctly 1`] = `
style="padding-left:24px"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="calendar"
fill="currentColor"
@ -772,6 +783,7 @@ exports[`renders ./components/menu/demo/switch-mode.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="setting"
fill="currentColor"
@ -841,6 +853,7 @@ exports[`renders ./components/menu/demo/theme.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="mail"
fill="currentColor"
@ -940,6 +953,7 @@ exports[`renders ./components/menu/demo/theme.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="setting"
fill="currentColor"
@ -993,6 +1007,7 @@ exports[`renders ./components/menu/demo/vertical.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="mail"
fill="currentColor"
@ -1055,6 +1070,7 @@ exports[`renders ./components/menu/demo/vertical.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="setting"
fill="currentColor"

View File

@ -117,6 +117,7 @@ exports[`renders ./components/progress/demo/circle.md correctly 1`] = `
class="ant-progress-text"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="check"
fill="currentColor"
@ -184,6 +185,7 @@ exports[`renders ./components/progress/demo/circle-dynamic.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="minus"
fill="currentColor"
@ -201,6 +203,7 @@ exports[`renders ./components/progress/demo/circle-dynamic.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="plus"
fill="currentColor"
@ -334,6 +337,7 @@ exports[`renders ./components/progress/demo/circle-mini.md correctly 1`] = `
class="ant-progress-text"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="check"
fill="currentColor"
@ -427,6 +431,7 @@ exports[`renders ./components/progress/demo/dynamic.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="minus"
fill="currentColor"
@ -444,6 +449,7 @@ exports[`renders ./components/progress/demo/dynamic.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="plus"
fill="currentColor"

View File

@ -12,6 +12,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -32,6 +33,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -56,6 +58,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -76,6 +79,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -100,6 +104,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -120,6 +125,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -144,6 +150,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -164,6 +171,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -188,6 +196,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -208,6 +217,7 @@ exports[`renders ./components/rate/demo/basic.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -241,6 +251,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="heart"
fill="currentColor"
@ -261,6 +272,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="heart"
fill="currentColor"
@ -285,6 +297,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="heart"
fill="currentColor"
@ -305,6 +318,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="heart"
fill="currentColor"
@ -329,6 +343,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="heart"
fill="currentColor"
@ -349,6 +364,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="heart"
fill="currentColor"
@ -373,6 +389,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="heart"
fill="currentColor"
@ -393,6 +410,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="heart"
fill="currentColor"
@ -417,6 +435,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="heart"
fill="currentColor"
@ -437,6 +456,7 @@ exports[`renders ./components/rate/demo/character.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="heart"
fill="currentColor"
@ -624,6 +644,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -644,6 +665,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -668,6 +690,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -688,6 +711,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -712,6 +736,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -732,6 +757,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -756,6 +782,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -776,6 +803,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -800,6 +828,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -820,6 +849,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -851,6 +881,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -871,6 +902,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -895,6 +927,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -915,6 +948,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -939,6 +973,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -959,6 +994,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -983,6 +1019,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1003,6 +1040,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1027,6 +1065,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1047,6 +1086,7 @@ exports[`renders ./components/rate/demo/clear.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1081,6 +1121,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1101,6 +1142,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1125,6 +1167,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1145,6 +1188,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1169,6 +1213,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1189,6 +1234,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1213,6 +1259,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1233,6 +1280,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1257,6 +1305,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1277,6 +1326,7 @@ exports[`renders ./components/rate/demo/disabled.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1309,6 +1359,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1329,6 +1380,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1353,6 +1405,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1373,6 +1426,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1397,6 +1451,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1417,6 +1472,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1441,6 +1497,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1461,6 +1518,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1485,6 +1543,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1505,6 +1564,7 @@ exports[`renders ./components/rate/demo/half.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1538,6 +1598,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1558,6 +1619,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1582,6 +1644,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1602,6 +1665,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1626,6 +1690,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1646,6 +1711,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1670,6 +1736,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1690,6 +1757,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1714,6 +1782,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
class="ant-rate-star-first"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"
@ -1734,6 +1803,7 @@ exports[`renders ./components/rate/demo/text.md correctly 1`] = `
class="ant-rate-star-second"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="star"
fill="currentColor"

View File

@ -245,6 +245,7 @@ exports[`renders ./components/steps/demo/icon.md correctly 1`] = `
class="ant-steps-icon"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="user"
fill="currentColor"
@ -285,6 +286,7 @@ exports[`renders ./components/steps/demo/icon.md correctly 1`] = `
class="ant-steps-icon"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="solution"
fill="currentColor"

View File

@ -109,6 +109,7 @@ exports[`renders ./components/switch/demo/text.md correctly 1`] = `
class="ant-switch-inner"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="check"
fill="currentColor"

View File

@ -97,6 +97,7 @@ exports[`Table.filter renders filter correctly 1`] = `
<span>
Name
<svg
aria-hidden="true"
class="anticon ant-dropdown-trigger"
data-icon="filter"
fill="currentColor"

View File

@ -60,6 +60,7 @@ exports[`renders ./components/table/demo/ajax.md correctly 1`] = `
<span>
Gender
<svg
aria-hidden="true"
class="anticon ant-dropdown-trigger"
data-icon="filter"
fill="currentColor"
@ -221,6 +222,7 @@ exports[`renders ./components/table/demo/basic.md correctly 1`] = `
>
More actions
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -288,6 +290,7 @@ exports[`renders ./components/table/demo/basic.md correctly 1`] = `
>
More actions
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -355,6 +358,7 @@ exports[`renders ./components/table/demo/basic.md correctly 1`] = `
>
More actions
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -924,6 +928,7 @@ exports[`renders ./components/table/demo/custom-filter-panel.md correctly 1`] =
<span>
Address
<svg
aria-hidden="true"
class="anticon ant-dropdown-trigger"
data-icon="filter"
fill="currentColor"
@ -1916,6 +1921,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
>
More actions
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -2007,6 +2013,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
>
More actions
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -2098,6 +2105,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
>
More actions
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -2189,6 +2197,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
>
More actions
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -2280,6 +2289,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
>
More actions
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -2371,6 +2381,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
>
More actions
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -2462,6 +2473,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
>
More actions
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -2553,6 +2565,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
>
More actions
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -2644,6 +2657,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
>
More actions
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -2735,6 +2749,7 @@ exports[`renders ./components/table/demo/dynamic-settings.md correctly 1`] = `
>
More actions
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -7111,6 +7126,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
<span>
Name
<svg
aria-hidden="true"
class="anticon ant-dropdown-trigger"
data-icon="filter"
fill="currentColor"
@ -7779,6 +7795,7 @@ exports[`renders ./components/table/demo/grouping-columns.md correctly 1`] = `
<span>
Name
<svg
aria-hidden="true"
class="anticon ant-dropdown-trigger"
data-icon="filter"
fill="currentColor"
@ -8242,6 +8259,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
/>
</div>
<svg
aria-hidden="true"
class="anticon ant-dropdown-trigger"
data-icon="filter"
fill="currentColor"
@ -8297,6 +8315,7 @@ exports[`renders ./components/table/demo/head.md correctly 1`] = `
/>
</div>
<svg
aria-hidden="true"
class="anticon ant-dropdown-trigger"
data-icon="filter"
fill="currentColor"
@ -8593,6 +8612,7 @@ exports[`renders ./components/table/demo/jsx.md correctly 1`] = `
>
More actions
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -8661,6 +8681,7 @@ exports[`renders ./components/table/demo/jsx.md correctly 1`] = `
>
More actions
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -8729,6 +8750,7 @@ exports[`renders ./components/table/demo/jsx.md correctly 1`] = `
>
More actions
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"
@ -9153,6 +9175,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
/>
</div>
<svg
aria-hidden="true"
class="anticon ant-dropdown-trigger"
data-icon="filter"
fill="currentColor"
@ -9208,6 +9231,7 @@ exports[`renders ./components/table/demo/reset-filter.md correctly 1`] = `
/>
</div>
<svg
aria-hidden="true"
class="anticon ant-dropdown-trigger"
data-icon="filter"
fill="currentColor"
@ -10366,6 +10390,7 @@ exports[`renders ./components/table/demo/row-selection-custom.md correctly 1`] =
class="ant-table-selection-down ant-dropdown-trigger"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="down"
fill="currentColor"

View File

@ -354,6 +354,7 @@ exports[`renders ./components/tabs/demo/custom-add-trigger.md correctly 1`] = `
<div>
Tab 1
<svg
aria-hidden="true"
class="anticon"
data-icon="close"
fill="currentColor"
@ -376,6 +377,7 @@ exports[`renders ./components/tabs/demo/custom-add-trigger.md correctly 1`] = `
<div>
Tab 2
<svg
aria-hidden="true"
class="anticon"
data-icon="close"
fill="currentColor"
@ -523,6 +525,7 @@ exports[`renders ./components/tabs/demo/editable-card.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon ant-tabs-new-tab"
data-icon="plus"
fill="currentColor"
@ -576,6 +579,7 @@ exports[`renders ./components/tabs/demo/editable-card.md correctly 1`] = `
<div>
Tab 1
<svg
aria-hidden="true"
class="anticon"
data-icon="close"
fill="currentColor"
@ -598,6 +602,7 @@ exports[`renders ./components/tabs/demo/editable-card.md correctly 1`] = `
<div>
Tab 2
<svg
aria-hidden="true"
class="anticon"
data-icon="close"
fill="currentColor"
@ -807,6 +812,7 @@ exports[`renders ./components/tabs/demo/icon.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="apple"
fill="currentColor"
@ -836,6 +842,7 @@ exports[`renders ./components/tabs/demo/icon.md correctly 1`] = `
>
<span>
<svg
aria-hidden="true"
class="anticon"
data-icon="android"
fill="currentColor"

View File

@ -192,6 +192,7 @@ exports[`renders ./components/tag/demo/control.md correctly 1`] = `
style="background:#fff;border-style:dashed"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="plus"
fill="currentColor"

View File

@ -54,6 +54,7 @@ exports[`renders ./components/transfer/demo/advanced.md correctly 1`] = `
class="ant-transfer-list-search-action"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"
@ -104,6 +105,7 @@ exports[`renders ./components/transfer/demo/advanced.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="left"
fill="currentColor"
@ -125,6 +127,7 @@ exports[`renders ./components/transfer/demo/advanced.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="right"
fill="currentColor"
@ -191,6 +194,7 @@ exports[`renders ./components/transfer/demo/advanced.md correctly 1`] = `
class="ant-transfer-list-search-action"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"
@ -352,6 +356,7 @@ exports[`renders ./components/transfer/demo/basic.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="left"
fill="currentColor"
@ -370,6 +375,7 @@ exports[`renders ./components/transfer/demo/basic.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="right"
fill="currentColor"
@ -517,6 +523,7 @@ exports[`renders ./components/transfer/demo/custom-item.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="left"
fill="currentColor"
@ -535,6 +542,7 @@ exports[`renders ./components/transfer/demo/custom-item.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="right"
fill="currentColor"
@ -655,6 +663,7 @@ exports[`renders ./components/transfer/demo/large-data.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="left"
fill="currentColor"
@ -673,6 +682,7 @@ exports[`renders ./components/transfer/demo/large-data.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="right"
fill="currentColor"
@ -787,6 +797,7 @@ exports[`renders ./components/transfer/demo/search.md correctly 1`] = `
class="ant-transfer-list-search-action"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"
@ -824,6 +835,7 @@ exports[`renders ./components/transfer/demo/search.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="left"
fill="currentColor"
@ -842,6 +854,7 @@ exports[`renders ./components/transfer/demo/search.md correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="right"
fill="currentColor"
@ -904,6 +917,7 @@ exports[`renders ./components/transfer/demo/search.md correctly 1`] = `
class="ant-transfer-list-search-action"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="search"
fill="currentColor"

View File

@ -102,6 +102,7 @@ exports[`Transfer should render correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="left"
fill="currentColor"
@ -119,6 +120,7 @@ exports[`Transfer should render correctly 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="right"
fill="currentColor"
@ -283,6 +285,7 @@ exports[`Transfer should show sorted targetkey 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="left"
fill="currentColor"
@ -301,6 +304,7 @@ exports[`Transfer should show sorted targetkey 1`] = `
type="button"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="right"
fill="currentColor"

View File

@ -35,6 +35,7 @@ exports[`Search should show cross icon when input value exists 1`] = `
type="search"
>
<svg
aria-hidden="true"
className="anticon"
data-icon="search"
fill="currentColor"

View File

@ -578,6 +578,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -622,6 +623,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="file"
fill="currentColor"
@ -663,6 +665,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="file"
fill="currentColor"
@ -706,6 +709,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -750,6 +754,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="file"
fill="currentColor"
@ -791,6 +796,7 @@ exports[`renders ./components/tree/demo/directory.md correctly 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="file"
fill="currentColor"
@ -1226,6 +1232,7 @@ exports[`renders ./components/tree/demo/search.md correctly 1`] = `
class="ant-input-suffix"
>
<svg
aria-hidden="true"
class="anticon ant-input-search-icon"
data-icon="search"
fill="currentColor"

View File

@ -20,6 +20,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -64,6 +65,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -105,6 +107,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -148,6 +151,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -192,6 +196,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -233,6 +238,7 @@ exports[`Directory Tree defaultExpandAll 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -285,6 +291,7 @@ exports[`Directory Tree defaultExpandParent 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -322,6 +329,7 @@ exports[`Directory Tree defaultExpandParent 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -368,6 +376,7 @@ exports[`Directory Tree expand click 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -413,6 +422,7 @@ exports[`Directory Tree expand click 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -450,6 +460,7 @@ exports[`Directory Tree expand click 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -489,6 +500,7 @@ exports[`Directory Tree expand click 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -535,6 +547,7 @@ exports[`Directory Tree expand click 2`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -576,6 +589,7 @@ exports[`Directory Tree expand click 2`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -613,6 +627,7 @@ exports[`Directory Tree expand click 2`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -652,6 +667,7 @@ exports[`Directory Tree expand click 2`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -698,6 +714,7 @@ exports[`Directory Tree expand double click 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -743,6 +760,7 @@ exports[`Directory Tree expand double click 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -780,6 +798,7 @@ exports[`Directory Tree expand double click 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -819,6 +838,7 @@ exports[`Directory Tree expand double click 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -865,6 +885,7 @@ exports[`Directory Tree expand double click 2`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -906,6 +927,7 @@ exports[`Directory Tree expand double click 2`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -943,6 +965,7 @@ exports[`Directory Tree expand double click 2`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -982,6 +1005,7 @@ exports[`Directory Tree expand double click 2`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -1028,6 +1052,7 @@ exports[`Directory Tree expandedKeys update 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -1065,6 +1090,7 @@ exports[`Directory Tree expandedKeys update 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1110,6 +1136,7 @@ exports[`Directory Tree expandedKeys update 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -1147,6 +1174,7 @@ exports[`Directory Tree expandedKeys update 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder"
fill="currentColor"
@ -1195,6 +1223,7 @@ exports[`Directory Tree group select 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1239,6 +1268,7 @@ exports[`Directory Tree group select 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1280,6 +1310,7 @@ exports[`Directory Tree group select 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1323,6 +1354,7 @@ exports[`Directory Tree group select 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1367,6 +1399,7 @@ exports[`Directory Tree group select 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1408,6 +1441,7 @@ exports[`Directory Tree group select 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1460,6 +1494,7 @@ exports[`Directory Tree group select 2`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1504,6 +1539,7 @@ exports[`Directory Tree group select 2`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1545,6 +1581,7 @@ exports[`Directory Tree group select 2`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1588,6 +1625,7 @@ exports[`Directory Tree group select 2`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1632,6 +1670,7 @@ exports[`Directory Tree group select 2`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1673,6 +1712,7 @@ exports[`Directory Tree group select 2`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1725,6 +1765,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1769,6 +1810,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1810,6 +1852,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1853,6 +1896,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1897,6 +1941,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"
@ -1938,6 +1983,7 @@ exports[`Directory Tree selectedKeys update 1`] = `
class="ant-tree-iconEle ant-tree-icon__customize"
>
<svg
aria-hidden="true"
class="anticon"
data-icon="folder-open"
fill="currentColor"

View File

@ -207,6 +207,7 @@ exports[`renders ./components/upload/demo/picture-card.md correctly 1`] = `
title="Preview file"
/>
<svg
aria-hidden="true"
class="anticon"
data-icon="delete"
fill="currentColor"

View File

@ -248,6 +248,7 @@ exports[`Upload List should non-image format file preview 1`] = `
target="_blank"
>
<svg
aria-hidden="true"
class="anticon ant-upload-list-item-icon"
data-icon="file"
fill="currentColor"
@ -324,6 +325,7 @@ exports[`Upload List should non-image format file preview 1`] = `
target="_blank"
>
<svg
aria-hidden="true"
class="anticon ant-upload-list-item-icon"
data-icon="file"
fill="currentColor"
@ -370,6 +372,7 @@ exports[`Upload List should non-image format file preview 1`] = `
target="_blank"
>
<svg
aria-hidden="true"
class="anticon ant-upload-list-item-icon"
data-icon="file"
fill="currentColor"

View File

@ -83,7 +83,7 @@
"rc-trigger": "^2.5.4",
"rc-upload": "~2.5.0",
"rc-util": "^4.0.4",
"react-antd-icons": "^0.1.0-alpha.4",
"react-antd-icons": "^0.1.0-alpha.5",
"react-lazy-load": "^3.0.12",
"react-lifecycles-compat": "^3.0.4",
"react-slick": "~0.23.1",