@iconify-solid/tdesign 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,15 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+ import '../../css/q/qsu7chpi.css';
4
+
5
+ const viewBox = {"width":24,"height":24};
6
+ const content = `<path class="qsu7chpi"/>`;
7
+
8
+ /** @param props {{width?: string; height?: string;}} */
9
+ function Component(props) {
10
+ const [local, others] = splitProps(props, ["width","height"]);
11
+
12
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"tdesign:keyboard-1"} {...others} />);
13
+ }
14
+
15
+ export default Component;
@@ -0,0 +1,15 @@
1
+ import { Icon } from '@iconify/css-solid';
2
+ import { splitProps } from 'solid-js';
3
+ import '../../css/q/qy7n-0b.css';
4
+
5
+ const viewBox = {"width":24,"height":24};
6
+ const content = `<path class="qy7n-0b"/>`;
7
+
8
+ /** @param props {{width?: string; height?: string;}} */
9
+ function Component(props) {
10
+ const [local, others] = splitProps(props, ["width","height"]);
11
+
12
+ return (<Icon width={local.width} height={local.height} viewBox={viewBox} content={content} fallback={"tdesign:voice-wave"} {...others} />);
13
+ }
14
+
15
+ export default Component;
@@ -0,0 +1,7 @@
1
+ .qsu7chpi {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: square;
5
+ stroke-width: 2px;
6
+ d: path("M5 5a1 1 0 1 1 0 2a1 1 0 0 1 0-2Zm0 6a1 1 0 1 1 0 2a1 1 0 0 1 0-2Zm7-6a1 1 0 1 1 0 2a1 1 0 0 1 0-2Zm0 6a1 1 0 1 1 0 2a1 1 0 0 1 0-2Zm7-6a1 1 0 1 1 0 2a1 1 0 0 1 0-2Zm0 6a1 1 0 1 1 0 2a1 1 0 0 1 0-2ZM6 19h12");
7
+ }
@@ -0,0 +1,7 @@
1
+ .qy7n-0b {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: square;
5
+ stroke-width: 2px;
6
+ d: path("M15.5 3.53A11.96 11.96 0 0 1 19 12c0 3.306-1.337 6.3-3.5 8.47M11 7.528A6 6 0 0 1 13 12a6 6 0 0 1-2 4.472M6 11a1 1 0 1 1 0 2a1 1 0 0 1 0-2Z");
7
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "tdesign",
3
3
  "info": {
4
4
  "name": "TDesign Icons",
5
- "total": 2347,
5
+ "total": 2349,
6
6
  "author": {
7
7
  "name": "TDesign",
8
8
  "url": "https://github.com/Tencent/tdesign-icons"
@@ -27,5 +27,5 @@
27
27
  ],
28
28
  "palette": false
29
29
  },
30
- "lastModified": 1769408954
30
+ "lastModified": 1773900990
31
31
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-solid/tdesign",
3
3
  "type": "module",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "homepage": "https://icon-sets.iconify.design/tdesign/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "MIT",
@@ -4854,6 +4854,10 @@
4854
4854
  "types": "./types/vn2rmosy.d.ts",
4855
4855
  "default": "./components/k/keyboard.jsx"
4856
4856
  },
4857
+ "./keyboard-1": {
4858
+ "types": "./types/vn2rmosy.d.ts",
4859
+ "default": "./components/k/keyboard-1.jsx"
4860
+ },
4857
4861
  "./keyboard-filled": {
4858
4862
  "types": "./types/vn2rmosy.d.ts",
4859
4863
  "default": "./components/k/keyboard-filled.jsx"
@@ -9234,6 +9238,10 @@
9234
9238
  "types": "./types/vn2rmosy.d.ts",
9235
9239
  "default": "./components/v/visual-recognition-filled.jsx"
9236
9240
  },
9241
+ "./voice-wave": {
9242
+ "types": "./types/vn2rmosy.d.ts",
9243
+ "default": "./components/v/voice-wave.jsx"
9244
+ },
9237
9245
  "./wallet": {
9238
9246
  "types": "./types/vn2rmosy.d.ts",
9239
9247
  "default": "./components/w/wallet.jsx"