@wikicasa-dev/svg-icons 0.0.49 → 0.0.50

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,20 +1,20 @@
1
- import { h as o } from "vue";
2
- import { s as r } from "./svgIconFactory-Dn0WJdb3.js";
3
- const e = (a) => r({
4
- props: a,
5
- svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17.521 17.301" },
1
+ import { h as C } from "vue";
2
+ import { s as L } from "./svgIconFactory-Dn0WJdb3.js";
3
+ const e = (o) => L({
4
+ props: o,
5
+ svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 18 18" },
6
6
  childrenNodes: [
7
- o("path", {
8
- fill: a["bg-color"] ?? "none",
9
- stroke: a["border-color"] ?? "#222",
7
+ C("path", {
8
+ fill: o["bg-color"] ?? "none",
9
+ stroke: o["border-color"] ?? "#222",
10
10
  "stroke-linecap": "round",
11
11
  "stroke-linejoin": "round",
12
12
  "stroke-width": "1.3",
13
- d: "M16.283.65H1.243a.6.6 0 0 0-.593.593v12.331a.593.593 0 0 0 .593.593h5.62l1.657 2.356a.3.3 0 0 0 .416.071.314.314 0 0 0 .071-.071l1.657-2.356h5.614a.593.593 0 0 0 .593-.593V1.243a.585.585 0 0 0-.577-.593Z"
13
+ d: "M 16.356 0.993 L 1.521 0.993 C 1.201 0.995 0.939 1.259 0.937 1.587 L 0.937 13.918 C 0.937 14.245 1.2 14.509 1.521 14.51 L 7.065 14.51 L 8.7 16.868 C 8.817 17.035 9.062 17.035 9.179 16.868 L 10.814 14.51 L 16.351 14.51 C 16.672 14.509 16.937 14.245 16.937 13.918 L 16.937 1.587 C 16.941 1.258 16.679 0.991 16.356 0.993 Z"
14
14
  }),
15
- o("path", {
16
- fill: a.color ?? "#0e1d34",
17
- d: "M15.421 3.146 12.69 11.93a.15.15 0 0 1-.14.106h-2.133a.133.133 0 0 1-.128-.1l-1.462-4.8a.072.072 0 0 0-.139 0l-1.46 4.8a.135.135 0 0 1-.129.09h-2.13a.144.144 0 0 1-.139-.106L2.099 3.137a.149.149 0 0 1 .1-.184.113.113 0 0 1 .038-.007h2.088a.128.128 0 0 1 .129.1L5.92 8.414a.073.073 0 0 0 .088.054.071.071 0 0 0 .053-.048l1.741-5.368a.15.15 0 0 1 .139-.1h1.612a.146.146 0 0 1 .14.106l1.629 5.363a.072.072 0 0 0 .139 0l1.59-5.368a.139.139 0 0 1 .129-.1h2.088a.142.142 0 0 1 .157.124.13.13 0 0 1-.005.061Z"
15
+ C("path", {
16
+ fill: o.color ?? "#0e1d34",
17
+ d: "M 15.329 3.283 L 12.666 11.98 C 12.647 12.041 12.593 12.084 12.529 12.085 L 10.45 12.085 C 10.392 12.085 10.34 12.044 10.325 11.986 L 8.9 7.234 C 8.886 7.181 8.821 7.163 8.782 7.201 C 8.773 7.21 8.767 7.222 8.764 7.234 L 7.34 11.986 C 7.322 12.04 7.272 12.076 7.214 12.075 L 5.138 12.075 C 5.075 12.075 5.02 12.032 5.002 11.97 L 2.339 3.274 C 2.318 3.196 2.361 3.115 2.437 3.092 C 2.449 3.088 2.462 3.085 2.475 3.085 L 4.51 3.085 C 4.57 3.083 4.623 3.124 4.636 3.184 L 6.065 8.498 C 6.074 8.538 6.113 8.563 6.151 8.552 C 6.175 8.547 6.195 8.53 6.203 8.505 L 7.9 3.19 C 7.921 3.131 7.974 3.092 8.036 3.091 L 9.607 3.091 C 9.67 3.091 9.727 3.135 9.744 3.196 L 11.332 8.505 C 11.346 8.559 11.411 8.577 11.45 8.538 C 11.458 8.529 11.464 8.518 11.468 8.505 L 13.018 3.191 C 13.034 3.135 13.085 3.094 13.143 3.092 L 15.179 3.092 C 15.256 3.083 15.324 3.139 15.333 3.214 C 15.335 3.236 15.334 3.256 15.327 3.275 L 15.329 3.283 Z"
18
18
  })
19
19
  ]
20
20
  });
package/dist/favicon.ico CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "0.0.49",
3
+ "version": "0.0.50",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",
@@ -46,6 +46,7 @@
46
46
  "scripts": {
47
47
  "dev": "vite",
48
48
  "build": "run-p type-check \"build-only {@}\" --",
49
+ "build-app": "vite --config vite-app.config.ts build",
49
50
  "preview": "vite preview",
50
51
  "build-only": "vite build",
51
52
  "type-check": "vue-tsc --build --force",