File tree Expand file tree Collapse file tree
src/icon/__test__/__snapshots__ Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17870,6 +17870,36 @@ exports[`Icon Icon base demo works fine 1`] = `
1787017870 logo-cinema4d
1787117871 </wx-view>
1787217872 </wx-view>
17873+ <wx-view
17874+ class="demo__card"
17875+ >
17876+ <t-icon
17877+ data-name="logo-cnb-filled"
17878+ name="logo-cnb-filled"
17879+ size="48rpx"
17880+ bind:click="onIconTap"
17881+ />
17882+ <wx-view
17883+ class="demo__card-name"
17884+ >
17885+ logo-cnb-filled
17886+ </wx-view>
17887+ </wx-view>
17888+ <wx-view
17889+ class="demo__card"
17890+ >
17891+ <t-icon
17892+ data-name="logo-cnb"
17893+ name="logo-cnb"
17894+ size="48rpx"
17895+ bind:click="onIconTap"
17896+ />
17897+ <wx-view
17898+ class="demo__card-name"
17899+ >
17900+ logo-cnb
17901+ </wx-view>
17902+ </wx-view>
1787317903 <wx-view
1787417904 class="demo__card"
1787517905 >
@@ -18140,6 +18170,36 @@ exports[`Icon Icon base demo works fine 1`] = `
1814018170 logo-instagram
1814118171 </wx-view>
1814218172 </wx-view>
18173+ <wx-view
18174+ class="demo__card"
18175+ >
18176+ <t-icon
18177+ data-name="logo-miniprogram-filled"
18178+ name="logo-miniprogram-filled"
18179+ size="48rpx"
18180+ bind:click="onIconTap"
18181+ />
18182+ <wx-view
18183+ class="demo__card-name"
18184+ >
18185+ logo-miniprogram-filled
18186+ </wx-view>
18187+ </wx-view>
18188+ <wx-view
18189+ class="demo__card"
18190+ >
18191+ <t-icon
18192+ data-name="logo-miniprogram"
18193+ name="logo-miniprogram"
18194+ size="48rpx"
18195+ bind:click="onIconTap"
18196+ />
18197+ <wx-view
18198+ class="demo__card-name"
18199+ >
18200+ logo-miniprogram
18201+ </wx-view>
18202+ </wx-view>
1814318203 <wx-view
1814418204 class="demo__card"
1814518205 >
@@ -23105,6 +23165,36 @@ exports[`Icon Icon base demo works fine 1`] = `
2310523165 queue
2310623166 </wx-view>
2310723167 </wx-view>
23168+ <wx-view
23169+ class="demo__card"
23170+ >
23171+ <t-icon
23172+ data-name="quote-filled"
23173+ name="quote-filled"
23174+ size="48rpx"
23175+ bind:click="onIconTap"
23176+ />
23177+ <wx-view
23178+ class="demo__card-name"
23179+ >
23180+ quote-filled
23181+ </wx-view>
23182+ </wx-view>
23183+ <wx-view
23184+ class="demo__card"
23185+ >
23186+ <t-icon
23187+ data-name="quote"
23188+ name="quote"
23189+ size="48rpx"
23190+ bind:click="onIconTap"
23191+ />
23192+ <wx-view
23193+ class="demo__card-name"
23194+ >
23195+ quote
23196+ </wx-view>
23197+ </wx-view>
2310823198 <wx-view
2310923199 class="demo__card"
2311023200 >
@@ -24155,6 +24245,36 @@ exports[`Icon Icon base demo works fine 1`] = `
2415524245 sd-card
2415624246 </wx-view>
2415724247 </wx-view>
24248+ <wx-view
24249+ class="demo__card"
24250+ >
24251+ <t-icon
24252+ data-name="seal-filled"
24253+ name="seal-filled"
24254+ size="48rpx"
24255+ bind:click="onIconTap"
24256+ />
24257+ <wx-view
24258+ class="demo__card-name"
24259+ >
24260+ seal-filled
24261+ </wx-view>
24262+ </wx-view>
24263+ <wx-view
24264+ class="demo__card"
24265+ >
24266+ <t-icon
24267+ data-name="seal"
24268+ name="seal"
24269+ size="48rpx"
24270+ bind:click="onIconTap"
24271+ />
24272+ <wx-view
24273+ class="demo__card-name"
24274+ >
24275+ seal
24276+ </wx-view>
24277+ </wx-view>
2415824278 <wx-view
2415924279 class="demo__card"
2416024280 >
You can’t perform that action at this time.
0 commit comments