Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,249 changes: 1,626 additions & 1,623 deletions packages/components/common/style/icons.less

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -10865,6 +10865,21 @@ exports[`Icon Icon base demo works fine 1`] = `
divide
</wx-view>
</wx-view>
<wx-view
class="demo__card"
>
<t-icon
data-name="divider-1"
name="divider-1"
size="48rpx"
bind:click="onIconTap"
/>
<wx-view
class="demo__card-name"
>
divider-1
</wx-view>
</wx-view>
<wx-view
class="demo__card"
>
Expand Down Expand Up @@ -18110,6 +18125,21 @@ exports[`Icon Icon base demo works fine 1`] = `
key
</wx-view>
</wx-view>
<wx-view
class="demo__card"
>
<t-icon
data-name="keyboard-1"
name="keyboard-1"
size="48rpx"
bind:click="onIconTap"
/>
<wx-view
class="demo__card-name"
>
keyboard-1
</wx-view>
</wx-view>
<wx-view
class="demo__card"
>
Expand Down Expand Up @@ -34490,6 +34520,21 @@ exports[`Icon Icon base demo works fine 1`] = `
visual-recognition
</wx-view>
</wx-view>
<wx-view
class="demo__card"
>
<t-icon
data-name="voice-wave"
name="voice-wave"
size="48rpx"
bind:click="onIconTap"
/>
<wx-view
class="demo__card-name"
>
voice-wave
</wx-view>
</wx-view>
<wx-view
class="demo__card"
>
Expand Down
3 changes: 3 additions & 0 deletions packages/components/icon/_example/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -723,6 +723,7 @@ const icons = [
'dissatisfaction-filled',
'dissatisfaction',
'divide',
'divider-1',
'dividers-1',
'dividers',
'document-location-filled',
Expand Down Expand Up @@ -1206,6 +1207,7 @@ const icons = [
'jump',
'key-filled',
'key',
'keyboard-1',
'keyboard-filled',
'keyboard',
'korean-rectangle-filled',
Expand Down Expand Up @@ -2298,6 +2300,7 @@ const icons = [
'view-organization',
'visual-recognition-filled',
'visual-recognition',
'voice-wave',
'wallet-filled',
'wallet',
'watch-filled',
Expand Down
10 changes: 5 additions & 5 deletions packages/components/icon/icon.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
@font-face {
font-family: @prefix;
src:
url('https://tdesign.gtimg.com/icon/0.4.1/fonts/t.eot'),
url('https://tdesign.gtimg.com/icon/0.4.1/fonts/t.eot?#iefix') format('ded-opentype'),
url('https://tdesign.gtimg.com/icon/0.4.1/fonts/t.woff') format('woff'),
url('https://tdesign.gtimg.com/icon/0.4.1/fonts/t.ttf') format('truetype'),
url('https://tdesign.gtimg.com/icon/0.4.1/fonts/t.svg') format('svg'); /* iOS 4.1- */
url('https://tdesign.gtimg.com/icon/0.4.2/fonts/t.eot'),
url('https://tdesign.gtimg.com/icon/0.4.2/fonts/t.eot?#iefix') format('ded-opentype'),
url('https://tdesign.gtimg.com/icon/0.4.2/fonts/t.woff') format('woff'),
url('https://tdesign.gtimg.com/icon/0.4.2/fonts/t.ttf') format('truetype'),
url('https://tdesign.gtimg.com/icon/0.4.2/fonts/t.svg') format('svg'); /* iOS 4.1- */
font-weight: normal;
font-style: normal;
}
Expand Down
6 changes: 6 additions & 0 deletions packages/tdesign-miniprogram/.changelog/pr-4395.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
pr_number: 4395
contributor: tdesign-bot
---

- feat(Icon): 新增 `divider-1`, `voice-wave` 和 `keyboard-1` 图标 @uyarn ([#4395](https://github.com/Tencent/tdesign-miniprogram/pull/4395))
6 changes: 6 additions & 0 deletions packages/tdesign-uniapp/.changelog/pr-4395.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
pr_number: 4395
contributor: tdesign-bot
---

- feat(Icon): 新增 `divider-1`, `voice-wave` 和 `keyboard-1` 图标 @uyarn ([#4395](https://github.com/Tencent/tdesign-miniprogram/pull/4395))
Loading
Loading