@wikicasa-dev/svg-icons 1.2.12 → 1.2.15-alpha.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.
package/dist/FacebookIcon.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { h as c } from "vue";
|
|
2
2
|
import { s as r } from "./svgIconFactory-BpnFimFz.js";
|
|
3
|
-
const
|
|
3
|
+
const s = (o) => r({
|
|
4
4
|
props: o,
|
|
5
5
|
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 9.876 17" },
|
|
6
6
|
childrenNodes: c("path", {
|
|
7
7
|
fill: "none",
|
|
8
|
-
stroke: "#222",
|
|
8
|
+
stroke: o["stroke-color"] ?? "#222",
|
|
9
9
|
"stroke-linecap": "round",
|
|
10
10
|
d: "M3.208 6.04v-.245c.01-.584-.018-1.173.038-1.751a3.841 3.841 0 0 1 1.786-3.029 3.285 3.285 0 0 1 1.774-.51c.8-.009 1.607 0 2.412 0 .112 0 .156.023.156.147q-.008 1.245 0 2.486c0 .133-.047.156-.166.155h-2.2a.723.723 0 0 0-.774.684c-.034.319-.027.638-.031.959s0 .629 0 .943c0 .131.036.173.17.171.939-.007 1.877 0 2.815-.007.153 0 .193.038.193.192-.007.752-.007 1.508 0 2.262 0 .122-.032.162-.158.161-.945-.005-1.889 0-2.833-.005-.143 0-.185.039-.185.182q.006 3.742 0 7.479c0 .194 0 .194-.2.194H3.444c-.236 0-.236 0-.236-.231V8.861c0-.206 0-.2-.2-.2H.673c-.132 0-.171-.036-.171-.167q.011-1.131 0-2.263c0-.143.038-.186.183-.186.774.009 1.549 0 2.322 0Z"
|
|
11
11
|
})
|
|
12
12
|
});
|
|
13
13
|
export {
|
|
14
|
-
|
|
14
|
+
s as FacebookIcon
|
|
15
15
|
};
|
package/dist/InstagramIcon.js
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { h as t } from "vue";
|
|
2
2
|
import { s as o } from "./svgIconFactory-BpnFimFz.js";
|
|
3
|
-
const
|
|
3
|
+
const s = (r) => o({
|
|
4
4
|
props: r,
|
|
5
5
|
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16" },
|
|
6
6
|
childrenNodes: [
|
|
7
7
|
t(
|
|
8
8
|
"defs",
|
|
9
|
-
t("clipPath", { id: "a" }, t("path", { fill: "none", stroke: "#222", d: "M0 0h16v16H0Z" }))
|
|
9
|
+
t("clipPath", { id: "a" }, t("path", { fill: "none", stroke: r["stroke-color"] ?? "#222", d: "M0 0h16v16H0Z" }))
|
|
10
10
|
),
|
|
11
11
|
t(
|
|
12
12
|
"g",
|
|
13
|
-
{ fill: "none", stroke: "#222", "clip-path": "url(#a)", transform: "translate(0 .001)" },
|
|
13
|
+
{ fill: "none", stroke: r["stroke-color"] ?? "#222", "clip-path": "url(#a)", transform: "translate(0 .001)" },
|
|
14
14
|
[
|
|
15
15
|
t("rect", {
|
|
16
16
|
width: "15.166",
|
|
@@ -25,5 +25,5 @@ const e = (r) => o({
|
|
|
25
25
|
]
|
|
26
26
|
});
|
|
27
27
|
export {
|
|
28
|
-
|
|
28
|
+
s as InstagramIcon
|
|
29
29
|
};
|
package/dist/LinkedinIcon.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { h as o } from "vue";
|
|
2
2
|
import { s as c } from "./svgIconFactory-BpnFimFz.js";
|
|
3
|
-
const
|
|
3
|
+
const n = (t) => c({
|
|
4
4
|
props: t,
|
|
5
5
|
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17.746 17.001" },
|
|
6
|
-
childrenNodes: o("g", { fill: "none", stroke: "#222", "stroke-linecap": "round" }, [
|
|
6
|
+
childrenNodes: o("g", { fill: "none", stroke: t["stroke-color"] ?? "#222", "stroke-linecap": "round" }, [
|
|
7
7
|
o("path", {
|
|
8
8
|
d: "M13.613 16.491v-.2c-.005-1.94 0-3.879-.01-5.817a3.106 3.106 0 0 0-.29-1.388 1.584 1.584 0 0 0-1.574-.905 1.843 1.843 0 0 0-1.331.564 1.9 1.9 0 0 0-.6 1.319c-.014.756-.014 1.518-.014 2.274v4.018c0 .088-.01.14-.122.14-1.14 0-3.476 0-3.5-.01V5.573c.046 0 2.354 0 3.466-.007.135 0 .163.042.159.163v1.2c.009.134.112.027.153-.033a3.511 3.511 0 0 1 2.607-1.55 4.474 4.474 0 0 1 2.471.407 3.527 3.527 0 0 1 1.561 1.509 6.084 6.084 0 0 1 .658 2.99c.01 1.409.005 2.821.005 4.236v2Z"
|
|
9
9
|
}),
|
|
@@ -16,5 +16,5 @@ const e = (t) => c({
|
|
|
16
16
|
])
|
|
17
17
|
});
|
|
18
18
|
export {
|
|
19
|
-
|
|
19
|
+
n as LinkedinIcon
|
|
20
20
|
};
|
package/dist/YoutubeIcon.js
CHANGED
|
@@ -9,7 +9,7 @@ const s = (r) => t({
|
|
|
9
9
|
"g",
|
|
10
10
|
o("path", {
|
|
11
11
|
fill: "none",
|
|
12
|
-
stroke: "#222",
|
|
12
|
+
stroke: r["stroke-color"] ?? "#222",
|
|
13
13
|
"stroke-linecap": "round",
|
|
14
14
|
"stroke-linejoin": "round",
|
|
15
15
|
d: "M.805 2.743A2.773 2.773 0 0 1 2.916.863c.422-.077.844-.115 1.3-.154C5.751.632 7.286.517 8.821.517c2.072-.038 4.106 0 6.179 0 1.727 0 3.492.115 5.219.269a2.911 2.911 0 0 1 2.649 2.224 14.777 14.777 0 0 1 .307 2.226 44.12 44.12 0 0 1-.038 6.754 9.373 9.373 0 0 1-.422 2.3 2.727 2.727 0 0 1-2.111 1.842c-.384.077-.806.115-1.19.154-1.574.077-3.185.192-4.759.192-2.072.038-4.106 0-6.179 0-1.727 0-3.492-.115-5.219-.269a2.978 2.978 0 0 1-2.682-2.376 97.086 97.086 0 0 1 .23-11.09Zm8.021 9.326c2.456-1.266 4.836-2.533 7.33-3.8-2.456-1.266-4.874-2.533-7.33-3.8v7.6Z"
|
package/package.json
CHANGED
|
@@ -1,36 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wikicasa-dev/svg-icons",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.15-alpha.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/lib/index.d.ts",
|
|
7
7
|
"files": [
|
|
8
8
|
"dist"
|
|
9
9
|
],
|
|
10
|
-
"dependencies": {
|
|
11
|
-
"vue": "^3.5.9",
|
|
12
|
-
"vue-router": "^4.4.5"
|
|
13
|
-
},
|
|
14
10
|
"devDependencies": {
|
|
15
|
-
"@
|
|
16
|
-
"@types/node": "^20.16.9",
|
|
17
|
-
"@vitejs/plugin-vue": "^5.1.4",
|
|
18
|
-
"@vue/eslint-config-prettier": "^10.1.0",
|
|
19
|
-
"@vue/eslint-config-typescript": "^14.1.3",
|
|
20
|
-
"@vue/tsconfig": "^0.5.1",
|
|
21
|
-
"@wikicasa-dev/types": "2.1.2",
|
|
11
|
+
"@wikicasa-dev/types": "2.3.2-alpha.3",
|
|
22
12
|
"autoprefixer": "^10.4.20",
|
|
23
|
-
"eslint": "^9.15",
|
|
24
|
-
"eslint-plugin-vue": "^9.31.0",
|
|
25
|
-
"glob": "^10.4.5",
|
|
26
|
-
"npm-run-all2": "^6.2.3",
|
|
27
13
|
"postcss": "^8.4.47",
|
|
28
|
-
"prettier": "^3.3.3",
|
|
29
14
|
"tailwindcss": "^3.4.13",
|
|
30
|
-
"
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
"vue
|
|
15
|
+
"vue": "^3.5.13"
|
|
16
|
+
},
|
|
17
|
+
"peerDependencies": {
|
|
18
|
+
"vue": "^3.5.13"
|
|
34
19
|
},
|
|
35
20
|
"repository": {
|
|
36
21
|
"type": "git",
|