@wikicasa-dev/svg-icons 0.0.8 → 0.0.9

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.
Files changed (2) hide show
  1. package/dist/DeleteIcon.js +12 -11
  2. package/package.json +1 -1
@@ -1,20 +1,21 @@
1
- import { h as e } from "vue";
2
- import { g as i } from "./DefaultValues-k7iQWtC2.js";
3
- const l = (h, { attrs: t }) => {
4
- h = { ...i(), ...h };
5
- const { width: a, height: v } = h;
6
- return e(
1
+ import { h as t } from "vue";
2
+ import { g as a } from "./DefaultValues-k7iQWtC2.js";
3
+ const r = (h, { attrs: e }) => {
4
+ h = { ...a(), ...h };
5
+ const { width: o, height: v } = h;
6
+ return t(
7
7
  "svg",
8
8
  {
9
9
  xmlns: "http://www.w3.org/2000/svg",
10
10
  viewBox: "0 0 11.175 13.409",
11
- width: `${a}`,
11
+ width: `${o}`,
12
12
  height: `${v}`,
13
13
  class: h.class ?? "",
14
- "aria-hidden": t["aria-hidden"] ?? "true"
14
+ "aria-hidden": e["aria-hidden"] ?? "true"
15
15
  },
16
- e("path", {
17
- fill: t["stroke-color"] ?? "#222",
16
+ t("path", {
17
+ fill: e["fill-color"] ?? "#222",
18
+ stroke: e["stroke-color"],
18
19
  d: `M4.47 0a1.076 1.076 0 0 0-1.117 1.117v.559H0v1.118h.559v8.94a1.685 1.685 0 0 0
19
20
  1.676 1.676h6.7a1.685 1.685 0 0 0 1.676-1.676v-8.94h.559V1.676H7.822v-.559A1.076 1.076
20
21
  0 0 0 6.7 0Zm0 1.117H6.7v.559H4.47ZM1.676 2.794H9.5v8.94a.557.557 0 0 1-.559.559h-6.7a.557.557
@@ -23,5 +24,5 @@ const l = (h, { attrs: t }) => {
23
24
  );
24
25
  };
25
26
  export {
26
- l as DeleteIcon
27
+ r as DeleteIcon
27
28
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",