@iconify-vue/lucide 1.0.47 → 1.0.49

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.
@@ -1,13 +1,12 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
3
  import '../../css/n/nrj6p8qat.css';
4
- import '../../css/q/q-icy1vfx.css';
5
- import '../../css/o/okcf4ng8e.css';
6
- import '../../css/v/vkzx7e67g.css';
4
+ import '../../css/d/dyt14buvg.css';
5
+ import '../../css/u/u8rp1z8yu.css';
7
6
 
8
7
  const props = defineProps(["width","height"]);
9
8
 
10
9
  const viewBox = {"width":24,"height":24};
11
- const content = `<g class="nrj6p8qat"><path class="q-icy1vfx"/><path class="okcf4ng8e"/><path class="vkzx7e67g"/></g>`;
10
+ const content = `<g class="nrj6p8qat"><path class="dyt14buvg"/><path class="u8rp1z8yu"/></g>`;
12
11
  </script>
13
12
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:carrot" /></template>
@@ -0,0 +1,12 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/n/nrj6p8qat.css';
4
+ import '../../css/j/j13493x8w.css';
5
+ import '../../css/o/owp4ymbuq.css';
6
+
7
+ const props = defineProps(["width","height"]);
8
+
9
+ const viewBox = {"width":24,"height":24};
10
+ const content = `<g class="nrj6p8qat"><path class="j13493x8w"/><path class="owp4ymbuq"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:paper-bag" /></template>
@@ -0,0 +1,12 @@
1
+ <script setup>
2
+ import { Icon } from '@iconify/css-vue';
3
+ import '../../css/n/nrj6p8qat.css';
4
+ import '../../css/x/x64w0obso.css';
5
+ import '../../css/f/f_362pbxn.css';
6
+
7
+ const props = defineProps(["width","height"]);
8
+
9
+ const viewBox = {"width":24,"height":24};
10
+ const content = `<g class="nrj6p8qat"><path class="x64w0obso"/><circle class="f_362pbxn"/></g>`;
11
+ </script>
12
+ <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:phi" /></template>
@@ -1,12 +1,12 @@
1
1
  <script setup>
2
2
  import { Icon } from '@iconify/css-vue';
3
3
  import '../../css/n/nrj6p8qat.css';
4
- import '../../css/h/h4bcddaoc.css';
5
- import '../../css/a/as9ma6bpo.css';
4
+ import '../../css/x/x1ja5160x.css';
5
+ import '../../css/n/no846196a.css';
6
6
 
7
7
  const props = defineProps(["width","height"]);
8
8
 
9
9
  const viewBox = {"width":24,"height":24};
10
- const content = `<g class="nrj6p8qat"><rect class="h4bcddaoc"/><rect class="as9ma6bpo"/></g>`;
10
+ const content = `<g class="nrj6p8qat"><rect class="x1ja5160x"/><rect class="no846196a"/></g>`;
11
11
  </script>
12
12
  <template><Icon :width="width" :height="height" :viewBox="viewBox" :content="content" fallback="lucide:ungroup" /></template>
@@ -0,0 +1,3 @@
1
+ .dyt14buvg {
2
+ d: path("M15 16a1 1 0 0 0-7-7q-4 4-5.987 12.385a.5.5 0 0 0 .602.602Q11 20 15 16l-3-3");
3
+ }
@@ -0,0 +1,3 @@
1
+ .j13493x8w {
2
+ d: path("M5.364 3.848C4 6 3 9.652 3 12.652V19a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5c0-2.334-1.816-4.668-2.622-7.002");
3
+ }
@@ -0,0 +1,7 @@
1
+ .no846196a {
2
+ width: 10px;
3
+ height: 7px;
4
+ x: 3px;
5
+ y: 3px;
6
+ rx: 2px;
7
+ }
@@ -0,0 +1,3 @@
1
+ .owp4ymbuq {
2
+ d: path("M7 3h11.379a2 2 0 0 1 1.789 1.106l.723 1.447A1 1 0 0 1 19.997 7h-8.525a2 2 0 0 1-1.789-1.106L8.79 4.105a2 2 0 1 0-3.579 1.789l2.261 4.522A5 5 0 0 1 8 12.652V21");
3
+ }
@@ -0,0 +1,3 @@
1
+ .u8rp1z8yu {
2
+ d: path("M15 9q4 4 7 0q-3-4-7 0q4-4 0-7q-4 3 0 7m-7 6l-2.58-2.58");
3
+ }
@@ -0,0 +1,7 @@
1
+ .x1ja5160x {
2
+ width: 10px;
3
+ height: 7px;
4
+ x: 11px;
5
+ y: 14px;
6
+ rx: 2px;
7
+ }
package/iconify.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "prefix": "lucide",
3
3
  "info": {
4
4
  "name": "Lucide",
5
- "total": 1743,
5
+ "total": 1745,
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": 1781845775
32
+ "lastModified": 1783058376
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.47",
4
+ "version": "1.0.49",
5
5
  "homepage": "https://icon-sets.iconify.design/lucide/",
6
6
  "bugs": "https://github.com/iconify/icon-sets/issues",
7
7
  "license": "ISC",
@@ -4734,6 +4734,10 @@
4734
4734
  "types": "./types/dd0bq22g.d.ts",
4735
4735
  "default": "./components/p/panels-top-left.vue"
4736
4736
  },
4737
+ "./paper-bag": {
4738
+ "types": "./types/dd0bq22g.d.ts",
4739
+ "default": "./components/p/paper-bag.vue"
4740
+ },
4737
4741
  "./paperclip": {
4738
4742
  "types": "./types/dd0bq22g.d.ts",
4739
4743
  "default": "./components/p/paperclip.vue"
@@ -4814,6 +4818,10 @@
4814
4818
  "types": "./types/dd0bq22g.d.ts",
4815
4819
  "default": "./components/p/person-standing.vue"
4816
4820
  },
4821
+ "./phi": {
4822
+ "types": "./types/dd0bq22g.d.ts",
4823
+ "default": "./components/p/phi.vue"
4824
+ },
4817
4825
  "./philippine-peso": {
4818
4826
  "types": "./types/dd0bq22g.d.ts",
4819
4827
  "default": "./components/p/philippine-peso.vue"
@@ -1,7 +0,0 @@
1
- .as9ma6bpo {
2
- width: 8px;
3
- height: 6px;
4
- x: 11px;
5
- y: 14px;
6
- rx: 1px;
7
- }
@@ -1,7 +0,0 @@
1
- .h4bcddaoc {
2
- width: 8px;
3
- height: 6px;
4
- x: 5px;
5
- y: 4px;
6
- rx: 1px;
7
- }
@@ -1,3 +0,0 @@
1
- .okcf4ng8e {
2
- d: path("M22 9s-1.33-2-3.5-2C16.86 7 15 9 15 9s1.33 2 3.5 2S22 9 22 9");
3
- }
@@ -1,3 +0,0 @@
1
- .q-icy1vfx {
2
- d: path("M2.27 21.7s9.87-3.5 12.73-6.36a4.5 4.5 0 0 0-6.36-6.37C5.77 11.84 2.27 21.7 2.27 21.7M8.64 14l-2.05-2.04M15.34 15l-2.46-2.46");
3
- }
@@ -1,3 +0,0 @@
1
- .vkzx7e67g {
2
- d: path("M15 2s-2 1.33-2 3.5S15 9 15 9s2-1.84 2-3.5C17 3.33 15 2 15 2");
3
- }