@iconify-vue/lucide 1.0.5 → 1.0.6

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,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/i/iq-rwdvc.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="iq-rwdvc" />`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:chess-bishop" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/u/uiok8p5f.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="uiok8p5f" />`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:chess-king" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/c/c5lxfd3i.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="c5lxfd3i" />`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:chess-knight" /></template>
@@ -0,0 +1,12 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/s/s43_jkd.css';
4
+ import '../../css/r/r4e6zvb.css';
5
+ import '../../css/d/dtl23o.css';
6
+
7
+ const props = defineProps(["width","height"]);
8
+
9
+ const viewBox = {"width":24,"height":24};
10
+ const content = `<g class="s43_jkd"><path class="r4e6zvb" /><circle class="dtl23o" /></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:chess-pawn" /></template>
@@ -0,0 +1,14 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/s/s43_jkd.css';
4
+ import '../../css/s/ssmkz5v.css';
5
+ import '../../css/n/npzbic.css';
6
+ import '../../css/m/m-2o9w.css';
7
+ import '../../css/i/ivi_xb.css';
8
+
9
+ const props = defineProps(["width","height"]);
10
+
11
+ const viewBox = {"width":24,"height":24};
12
+ const content = `<g class="s43_jkd"><path class="ssmkz5v" /><circle class="npzbic" /><circle class="m-2o9w" /><circle class="ivi_xb" /></g>`;
13
+ </script>
14
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:chess-queen" /></template>
@@ -0,0 +1,10 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/p/ppg-uwmf.css';
4
+
5
+ const props = defineProps(["width","height"]);
6
+
7
+ const viewBox = {"width":24,"height":24};
8
+ const content = `<path class="ppg-uwmf" />`;
9
+ </script>
10
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:chess-rook" /></template>
@@ -0,0 +1,8 @@
1
+ .c5lxfd3i {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zm11.5-2c1-2 2.5-5 2.5-9a7 7 0 0 0-7-7H6.635a1 1 0 0 0-.768 1.64L7 5l-2.32 5.802a2 2 0 0 0 .95 2.526l2.87 1.456M15 5l1.425-1.425M17 8l1.53-1.53m-8.817 5.715L7 18");
8
+ }
@@ -0,0 +1,5 @@
1
+ .dtl23o {
2
+ cx: 12px;
3
+ cy: 6px;
4
+ r: 4px;
5
+ }
@@ -0,0 +1,8 @@
1
+ .iq-rwdvc {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zm10-2c1.5-.615 3-2.461 3-4.923C18 8.769 14.5 4.462 12 2C9.5 4.462 6 8.77 6 13.077C6 15.539 7.5 17.385 9 18m7-11l-2.5 2.5M9 2h6");
8
+ }
@@ -0,0 +1,5 @@
1
+ .ivi_xb {
2
+ cx: 4px;
3
+ cy: 7px;
4
+ r: 2px;
5
+ }
@@ -0,0 +1,5 @@
1
+ .m-2o9w {
2
+ cx: 20px;
3
+ cy: 7px;
4
+ r: 2px;
5
+ }
@@ -0,0 +1,8 @@
1
+ .ppg-uwmf {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zm5-18v2m4-2v2m3 14l-1-9M6 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2M6 4h12M7 18l1-9");
8
+ }
@@ -0,0 +1,3 @@
1
+ .r4e6zvb {
2
+ d: path("M5 20a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1zm9.5-10l1.5 8m-9-8h10m-9 8l1.5-8");
3
+ }
@@ -0,0 +1,3 @@
1
+ .ssmkz5v {
2
+ d: path("M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm8.474-14.057l1.567 5.34a1 1 0 0 0 1.75.328l2.616-3.402M20 9l-3 9M5.594 8.209l2.615 3.403a1 1 0 0 0 1.75-.329l1.567-5.34M7 18L4 9");
3
+ }
@@ -0,0 +1,8 @@
1
+ .uiok8p5f {
2
+ fill: none;
3
+ stroke: currentColor;
4
+ stroke-linecap: round;
5
+ stroke-linejoin: round;
6
+ stroke-width: 2px;
7
+ d: path("M4 20a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1zm2.7-2l-1-1C4.35 15.682 3 14.09 3 12a5 5 0 0 1 4.95-5c1.584 0 2.7.455 4.05 1.818C13.35 7.455 14.466 7 16.05 7A5 5 0 0 1 21 12c0 2.082-1.359 3.673-2.7 5l-1 1M10 4h4m-2-2v6.818");
8
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "lucide",
3
3
  "info": {
4
4
  "name": "Lucide",
5
- "total": 1641,
5
+ "total": 1647,
6
6
  "author": {
7
7
  "name": "Lucide Contributors",
8
8
  "url": "https://github.com/lucide-icons/lucide"
@@ -29,5 +29,5 @@
29
29
  ],
30
30
  "palette": false
31
31
  },
32
- "lastModified": 1762149803
32
+ "lastModified": 1762671566
33
33
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@iconify-vue/lucide",
3
3
  "type": "module",
4
- "version": "1.0.5",
4
+ "version": "1.0.6",
5
5
  "homepage": "https://icon-sets.iconify.design/lucide/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "ISC",
@@ -1326,6 +1326,30 @@
1326
1326
  "types": "./types/dd0bq22g.d.ts",
1327
1327
  "default": "./components/c/cherry.vue"
1328
1328
  },
1329
+ "./chess-bishop": {
1330
+ "types": "./types/dd0bq22g.d.ts",
1331
+ "default": "./components/c/chess-bishop.vue"
1332
+ },
1333
+ "./chess-king": {
1334
+ "types": "./types/dd0bq22g.d.ts",
1335
+ "default": "./components/c/chess-king.vue"
1336
+ },
1337
+ "./chess-knight": {
1338
+ "types": "./types/dd0bq22g.d.ts",
1339
+ "default": "./components/c/chess-knight.vue"
1340
+ },
1341
+ "./chess-pawn": {
1342
+ "types": "./types/dd0bq22g.d.ts",
1343
+ "default": "./components/c/chess-pawn.vue"
1344
+ },
1345
+ "./chess-queen": {
1346
+ "types": "./types/dd0bq22g.d.ts",
1347
+ "default": "./components/c/chess-queen.vue"
1348
+ },
1349
+ "./chess-rook": {
1350
+ "types": "./types/dd0bq22g.d.ts",
1351
+ "default": "./components/c/chess-rook.vue"
1352
+ },
1329
1353
  "./chevron-down": {
1330
1354
  "types": "./types/dd0bq22g.d.ts",
1331
1355
  "default": "./components/c/chevron-down.vue"