@wikicasa-dev/svg-icons 0.0.3 → 0.0.5

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 (59) hide show
  1. package/README.md +21 -25
  2. package/dist/DashboardIcon.js +28 -0
  3. package/dist/HouseIcon.js +46 -0
  4. package/dist/LayersIcon.js +46 -0
  5. package/dist/WalletIcon.js +46 -0
  6. package/dist/WikiNerdIcon.js +6 -31
  7. package/dist/WikicasaLogo.js +31 -28
  8. package/dist/index.js +76 -68
  9. package/dist/{index.d.ts → lib/index.d.ts} +7 -3
  10. package/dist/lib/svgIcons/DashboardIcon.d.ts +3 -0
  11. package/dist/lib/svgIcons/HouseIcon.d.ts +3 -0
  12. package/dist/lib/svgIcons/LayersIcon.d.ts +3 -0
  13. package/dist/lib/svgIcons/WalletIcon.d.ts +3 -0
  14. package/dist/lib/svgImages/WikiNerdIcon.d.ts +3 -0
  15. package/dist/lib/svgImages/WikicasaLogo.d.ts +3 -0
  16. package/dist/svgImagefactory-fcIp3A8Z.js +15 -0
  17. package/package.json +2 -2
  18. package/dist/svgIcons/WikiNerdIcon.d.ts +0 -3
  19. package/dist/svgIcons/WikicasaLogo.d.ts +0 -3
  20. /package/dist/{svgIcons → lib/svgIcons}/AboutUsIcon.d.ts +0 -0
  21. /package/dist/{svgIcons → lib/svgIcons}/ArrowIcon.d.ts +0 -0
  22. /package/dist/{svgIcons → lib/svgIcons}/BarChartIcon.d.ts +0 -0
  23. /package/dist/{svgIcons → lib/svgIcons}/BellIcon.d.ts +0 -0
  24. /package/dist/{svgIcons → lib/svgIcons}/BulbIcon.d.ts +0 -0
  25. /package/dist/{svgIcons → lib/svgIcons}/CloseIcon.d.ts +0 -0
  26. /package/dist/{svgIcons → lib/svgIcons}/DeleteIcon.d.ts +0 -0
  27. /package/dist/{svgIcons → lib/svgIcons}/DrawIcon.d.ts +0 -0
  28. /package/dist/{svgIcons → lib/svgIcons}/GermanyFlagIcon.d.ts +0 -0
  29. /package/dist/{svgIcons → lib/svgIcons}/HeartIcon.d.ts +0 -0
  30. /package/dist/{svgIcons → lib/svgIcons}/HidePswIcon.d.ts +0 -0
  31. /package/dist/{svgIcons → lib/svgIcons}/ItalyFlagIcon.d.ts +0 -0
  32. /package/dist/{svgIcons → lib/svgIcons}/LocationIcon.d.ts +0 -0
  33. /package/dist/{svgIcons → lib/svgIcons}/LogoutIcon.d.ts +0 -0
  34. /package/dist/{svgIcons → lib/svgIcons}/MailIcon.d.ts +0 -0
  35. /package/dist/{svgIcons → lib/svgIcons}/MapIcon.d.ts +0 -0
  36. /package/dist/{svgIcons → lib/svgIcons}/NewsIcon.d.ts +0 -0
  37. /package/dist/{svgIcons → lib/svgIcons}/NotesIcon.d.ts +0 -0
  38. /package/dist/{svgIcons → lib/svgIcons}/PhoneIcon.d.ts +0 -0
  39. /package/dist/{svgIcons → lib/svgIcons}/PhotoIcon.d.ts +0 -0
  40. /package/dist/{svgIcons → lib/svgIcons}/PinIcon.d.ts +0 -0
  41. /package/dist/{svgIcons → lib/svgIcons}/PlanIcon.d.ts +0 -0
  42. /package/dist/{svgIcons → lib/svgIcons}/PlusIcon.d.ts +0 -0
  43. /package/dist/{svgIcons → lib/svgIcons}/PrestigeIcon.d.ts +0 -0
  44. /package/dist/{svgIcons → lib/svgIcons}/PrintIcon.d.ts +0 -0
  45. /package/dist/{svgIcons → lib/svgIcons}/ProfileIcon.d.ts +0 -0
  46. /package/dist/{svgIcons → lib/svgIcons}/QuotesIcon.d.ts +0 -0
  47. /package/dist/{svgIcons → lib/svgIcons}/RequestIcon.d.ts +0 -0
  48. /package/dist/{svgIcons → lib/svgIcons}/SearchIcon.d.ts +0 -0
  49. /package/dist/{svgIcons → lib/svgIcons}/ShareIcon.d.ts +0 -0
  50. /package/dist/{svgIcons → lib/svgIcons}/SuitcaseIcon.d.ts +0 -0
  51. /package/dist/{svgIcons → lib/svgIcons}/TieIcon.d.ts +0 -0
  52. /package/dist/{svgIcons → lib/svgIcons}/TourIcon.d.ts +0 -0
  53. /package/dist/{svgIcons → lib/svgIcons}/UkFlagIcon.d.ts +0 -0
  54. /package/dist/{svgIcons → lib/svgIcons}/ValuationIcon.d.ts +0 -0
  55. /package/dist/{svgIcons → lib/svgIcons}/VideoIcon.d.ts +0 -0
  56. /package/dist/{svgIcons → lib/svgIcons}/ViewPswIcon.d.ts +0 -0
  57. /package/dist/{svgIcons → lib/svgIcons}/WarningIcon.d.ts +0 -0
  58. /package/dist/{svgIcons → lib/svgIcons}/WarningIconRounded.d.ts +0 -0
  59. /package/dist/{svgIcons → lib/svgIcons}/WkAppIcon.d.ts +0 -0
package/README.md CHANGED
@@ -1,39 +1,35 @@
1
1
  # svg-icons
2
2
 
3
- This template should help get you started developing with Vue 3 in Vite.
3
+ This package aims to provide a kit of Svg Icons components that are easily
4
4
 
5
- ## Recommended IDE Setup
5
+ ## Index page
6
6
 
7
- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
7
+ In order to see a page listing all the currently available icons and images, just run the following command:
8
8
 
9
- ## Type Support for `.vue` Imports in TS
9
+ `pnpm dev`
10
10
 
11
- TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
11
+ ## How to add a new SVG Icon?
12
12
 
13
- ## Customize configuration
13
+ If you want to extend these library, you just need to do the following steps:
14
14
 
15
- See [Vite Configuration Reference](https://vitejs.dev/config/).
15
+ - Insert a _functional Vue component_ that wraps the new SVG Icon with its _props_
16
+ - Import the component to the _index.ts_ file inside the _lib_ folder
17
+ - Set an appropriate version with one of the following commands:
18
+ `pnpm version major|minor|patch`
19
+ - Commit and push all the changes
20
+ - Publish!
16
21
 
17
- ## Project Setup
22
+ ## How to showcase the new SVG Icons?
18
23
 
19
- ```sh
20
- pnpm install
21
- ```
24
+ If you navigate the repository, you may notice a file named _HomeView.vue_
22
25
 
23
- ### Compile and Hot-Reload for Development
26
+ All the SVG functional components are showed there and are imported _dynamically._
27
+ So, if you add a new component, you just need to add the _filename_ (without its extension) in one of the two available arrays in the setup section:
24
28
 
25
- ```sh
26
- pnpm dev
27
- ```
29
+ - icons: contains all the available SVG Icons
30
+ - images: contains all the available SVG Images
28
31
 
29
- ### Type-Check, Compile and Minify for Production
32
+ ## What is the difference between Icons and Images?
30
33
 
31
- ```sh
32
- pnpm build
33
- ```
34
-
35
- ### Lint with [ESLint](https://eslint.org/)
36
-
37
- ```sh
38
- pnpm lint
39
- ```
34
+ The main difference is that the icons are small and do are purely decorative (e.g the searchIcon which is generally placed in an autocomplete component).
35
+ An image instead, is an important element of the page (which is why it needs an alt text).
@@ -0,0 +1,28 @@
1
+ import { h as i } from "vue";
2
+ import { g as r } from "./DefaultValues-k7iQWtC2.js";
3
+ const s = (e, { attrs: o }) => {
4
+ e = { ...r(), ...e };
5
+ const { width: h, height: n } = e;
6
+ return i(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 15.428 15.428",
11
+ width: `${h}`,
12
+ height: `${n}`,
13
+ class: e.class ?? "",
14
+ "aria-hidden": o["aria-hidden"] ?? "true"
15
+ },
16
+ i("path", {
17
+ fill: o["fill-color"] ?? "none",
18
+ stroke: o["stroke-color"] ?? "#222",
19
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
20
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
21
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
22
+ d: "M.5 8.516h6.413V.5H.5Zm0 6.413h6.413v-4.81H.5Zm8.016 0h6.413V6.913H8.516ZM8.516.5v4.809h6.413V.5Z"
23
+ })
24
+ );
25
+ };
26
+ export {
27
+ s as DashboardIcon
28
+ };
@@ -0,0 +1,46 @@
1
+ import { h as i } from "vue";
2
+ import { g as r } from "./DefaultValues-k7iQWtC2.js";
3
+ const d = (e, { attrs: o }) => {
4
+ e = { ...r(), ...e };
5
+ const { width: n, height: l } = e;
6
+ return i(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 14.431 16.077",
11
+ width: `${n}`,
12
+ height: `${l}`,
13
+ class: e.class ?? "",
14
+ "aria-hidden": o["aria-hidden"] ?? "true"
15
+ },
16
+ [
17
+ i("path", {
18
+ fill: o["fill-color"] ?? "none",
19
+ stroke: o["stroke-color"] ?? "#222",
20
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
21
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
22
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
23
+ d: "M.697 5.966v9.612H4.62v-5.535h5.153v5.535h3.924V5.966"
24
+ }),
25
+ i("path", {
26
+ fill: o["fill-color"] ?? "none",
27
+ stroke: o["stroke-color"] ?? "#222",
28
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
29
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
30
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
31
+ d: "M13.726 6 7.195.5.705 6"
32
+ }),
33
+ i("path", {
34
+ fill: o["fill-color"] ?? "none",
35
+ stroke: o["stroke-color"] ?? "#222",
36
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
37
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
38
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
39
+ d: "M4.743 15.577h5.656"
40
+ })
41
+ ]
42
+ );
43
+ };
44
+ export {
45
+ d as HouseIcon
46
+ };
@@ -0,0 +1,46 @@
1
+ import { h as i } from "vue";
2
+ import { g as r } from "./DefaultValues-k7iQWtC2.js";
3
+ const h = (e, { attrs: o }) => {
4
+ e = { ...r(), ...e };
5
+ const { width: l, height: n } = e;
6
+ return i(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 17.552 18.143",
11
+ width: `${l}`,
12
+ height: `${n}`,
13
+ class: e.class ?? "",
14
+ "aria-hidden": o["aria-hidden"] ?? "true"
15
+ },
16
+ [
17
+ i("path", {
18
+ fill: o["fill-color"] ?? "none",
19
+ stroke: o["stroke-color"] ?? "#222",
20
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
21
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
22
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
23
+ d: "m15.5 8.185 1.552.887-8.276 4.729L.5 9.071l1.552-.886"
24
+ }),
25
+ i("path", {
26
+ fill: o["fill-color"] ?? "none",
27
+ stroke: o["stroke-color"] ?? "#222",
28
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
29
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
30
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
31
+ d: "m15.5 12.029 1.553.888-8.276 4.729L.5 12.914l1.552-.885"
32
+ }),
33
+ i("path", {
34
+ fill: o["fill-color"] ?? "none",
35
+ stroke: o["stroke-color"] ?? "#222",
36
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
37
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
38
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
39
+ d: "M.5 5.229 8.776.5l8.276 4.729-8.276 4.729Z"
40
+ })
41
+ ]
42
+ );
43
+ };
44
+ export {
45
+ h as LayersIcon
46
+ };
@@ -0,0 +1,46 @@
1
+ import { h as i } from "vue";
2
+ import { g as r } from "./DefaultValues-k7iQWtC2.js";
3
+ const d = (e, { attrs: o }) => {
4
+ e = { ...r(), ...e };
5
+ const { width: l, height: n } = e;
6
+ return i(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ viewBox: "0 0 17.552 15.897",
11
+ width: `${l}`,
12
+ height: `${n}`,
13
+ class: e.class ?? "",
14
+ "aria-hidden": o["aria-hidden"] ?? "true"
15
+ },
16
+ [
17
+ i("path", {
18
+ fill: o["fill-color"] ?? "none",
19
+ stroke: o["stroke-color"] ?? "#222",
20
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
21
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
22
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
23
+ d: "M1.379 2.759A1.38 1.38 0 0 1 0 1.379 1.38 1.38 0 0 1 1.379 0h11.035v1.1"
24
+ }),
25
+ i("path", {
26
+ fill: o["fill-color"] ?? "none",
27
+ stroke: o["stroke-color"] ?? "#222",
28
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
29
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
30
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
31
+ d: "M15.448 7.172V2.758H1.379A1.38 1.38 0 0 1 0 1.379v11.31a2.207 2.207 0 0 0 2.207 2.207h13.241v-4.417"
32
+ }),
33
+ i("path", {
34
+ fill: o["fill-color"] ?? "none",
35
+ stroke: o["stroke-color"] ?? "#222",
36
+ "stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
37
+ "stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
38
+ "stroke-width": `${o["stroke-width"] ?? "1.5"}`,
39
+ d: "M16.552 10.482H12.69a1.655 1.655 0 0 1-1.655-1.655 1.655 1.655 0 0 1 1.655-1.655h3.862Z"
40
+ })
41
+ ]
42
+ );
43
+ };
44
+ export {
45
+ d as WalletIcon
46
+ };
@@ -1,8 +1,8 @@
1
1
  import { h as a } from "vue";
2
- import { g as h } from "./DefaultValues-k7iQWtC2.js";
3
- const t = (c, { attrs: l }) => (c = { ...h(), ...c }, a(
4
- "svg",
5
- {
2
+ import { s as d } from "./svgImagefactory-fcIp3A8Z.js";
3
+ const t = (c, { attrs: l }) => d({
4
+ props: c,
5
+ svgNodeAttrs: {
6
6
  xmlns: "http://www.w3.org/2000/svg",
7
7
  width: l.width ?? 120,
8
8
  height: l.height ?? 90,
@@ -10,7 +10,7 @@ const t = (c, { attrs: l }) => (c = { ...h(), ...c }, a(
10
10
  "aria-hidden": l["aria-hidden"] ?? "true",
11
11
  viewBox: l["view-box"] ?? "0 0 120 120"
12
12
  },
13
- [
13
+ childrenNodes: [
14
14
  a(
15
15
  "defs",
16
16
  a(
@@ -32,77 +32,60 @@ const t = (c, { attrs: l }) => (c = { ...h(), ...c }, a(
32
32
  "clip-path": "url(#a)"
33
33
  },
34
34
  [
35
- // eslint-disable-next-line max-len
36
35
  a("path", {
37
36
  d: "M95.952 163.493a.332.332 0 0 0 .261-.252l8.878-38.838a.331.331 0 0 0-.279-.4l-76.415-10.209a.331.331 0 0 0-.37.274l-7.716 46.455a.331.331 0 0 0 .315.385l75.25 2.591a.324.324 0 0 0 .072-.005m8.413-38.883-8.736 38.218-74.6-2.569 7.6-45.767Z"
38
37
  }),
39
- // eslint-disable-next-line max-len
40
38
  a("path", {
41
39
  fill: "#2b5dff",
42
40
  d: "M31.364 102.325c.019 0 1.587-12.806 1.587-12.806l-6.6 32.916a.331.331 0 0 0 .053.255 71.72 71.72 0 0 0 13.16 13.407c7.649 6 19.882 12.928 34.722 11.845a34.1 34.1 0 0 0 3.839-.5c10.033-1.89 18.357-8.284 24.783-19.054 5.921-9.923 8.8-21.03 10.525-27.666.165-.638.319-1.229.462-1.767 1.329-5.007 3.392-14.778 2.279-23.958-1.3-10.7-6.44-17.508-15.283-20.233a66.245 66.245 0 0 0-28.15-2.022l-3.983-6.8a.332.332 0 0 0-.424-.133l-12.388 5.708a.333.333 0 0 0-.139.12l-1.816 2.781-3.011-3.064a.331.331 0 0 0-.56.162l-1.014 4.667-16.271 3.178q-.344.072-.685.155A20.14 20.14 0 0 0 19.275 70.2l-.694 1.393a80.463 80.463 0 0 0-8.417 34.354l-.8 42.409 11.687 9.705 8.559-47.618"
43
41
  }),
44
- // eslint-disable-next-line max-len
45
42
  a("path", {
46
43
  fill: "#222",
47
44
  d: "m9.905 101.626-.914 46.926 12.31 9.989 6.108-33.983a74.945 74.945 0 0 0 11.955 11.8c7.152 5.612 18.294 12.027 31.831 12.028q1.541 0 3.119-.114a34.505 34.505 0 0 0 3.877-.5c10.125-1.907 18.538-8.37 25.006-19.21 5.946-9.963 8.835-21.1 10.561-27.753l.044-.169c.149-.573.287-1.107.418-1.6 1.335-5.03 3.408-14.847 2.288-24.083-1.317-10.841-6.536-17.741-15.517-20.508a66.144 66.144 0 0 0-28.077-2.069l-3.868-6.6a.662.662 0 0 0-.846-.267l-12.39 5.709a.665.665 0 0 0-.277.239l-1.591 2.437-2.722-2.771a.662.662 0 0 0-1.119.323l-.968 4.454-16.062 3.137c-.237.049-.469.1-.7.158a20.4 20.4 0 0 0-13.393 10.854l-2.63 5.288a61.743 61.743 0 0 0-6.443 26.285m16.956 22.231-6.062 33.729-11.063-9.425.831-46.246a61.98 61.98 0 0 1 6.487-26.511l2.518-5.056a19.742 19.742 0 0 1 12.955-10.507c.224-.054.449-.105.675-.152l16.489-3.222 1.061-4.879 3.3 3.358 2.04-3.125 12.388-5.708 4.1 6.995.224-.037a66.478 66.478 0 0 1 28 2.012c8.707 2.683 13.771 9.4 15.052 19.956 1.107 9.126-.947 18.849-2.27 23.833-.131.491-.269 1.025-.418 1.6l-.044.169c-1.717 6.62-4.592 17.7-10.489 27.58-6.367 10.67-14.63 17.028-24.56 18.9a33.965 33.965 0 0 1-3.8.493c-14.735 1.071-26.891-5.81-34.494-11.776a73.944 73.944 0 0 1-12.208-12.153l2.369-13.182-.652-.117-2.262 12.588c-.222-.3-.339-.462-.346-.472l4.877-24.322a471.627 471.627 0 0 1-.513 4.083l.324.055.029.338c.273-.024.273-.024.555-2.291.15-1.2.348-2.8.545-4.4l.786-6.4-.653-.106-6.6 32.917a.66.66 0 0 0 .107.51c.011.015.259.367.73.977"
48
45
  }),
49
- // eslint-disable-next-line max-len
50
46
  a("path", {
51
47
  d: "M59.115 61.849a.343.343 0 0 0 .063-.018 57.325 57.325 0 0 0 12.819-7.191.332.332 0 0 0-.4-.531 56.65 56.65 0 0 1-12.379 6.99l-1.291-2.785a.331.331 0 0 0-.6.278l1.423 3.071a.331.331 0 0 0 .361.186"
52
48
  }),
53
- // eslint-disable-next-line max-len
54
49
  a("path", {
55
50
  fill: "#fff",
56
51
  d: "M69.736 78.317a.938.938 0 0 1 .781 1.072l-2.8 19.564a.952.952 0 0 1-1.076.807l-8.906-1.275-3.166 3.358a.477.477 0 0 1-.773-.111l-2.094-4.115-8.916-1.277a.951.951 0 0 1-.806-1.076l2.8-19.564a.957.957 0 0 1 1.076-.807l23.862 3.417h.017m-1.952 3.763a.221.221 0 0 0 .024-.1.226.226 0 0 0-.222-.23l-3.313-.474a.221.221 0 0 0-.226.121l-3.741 8.155a.117.117 0 0 1-.222-.032l-1.365-8.87a.231.231 0 0 0-.2-.2l-2.557-.366a.24.24 0 0 0-.245.129l-3.981 8.121a.117.117 0 0 1-.221-.041l-1.107-8.85a.2.2 0 0 0-.181-.19l-3.311-.474a.239.239 0 0 0-.265.27l2.339 14.554a.231.231 0 0 0 .2.2l3.374.483a.213.213 0 0 0 .225-.113l3.409-7.287a.117.117 0 0 1 .222.032l1.226 7.951a.212.212 0 0 0 .183.18l3.384.485a.239.239 0 0 0 .246-.137l6.329-13.313Z"
57
52
  }),
58
- // eslint-disable-next-line max-len
59
53
  a("path", {
60
54
  d: "M52.269 61.039a.327.327 0 0 0 .163-.082.331.331 0 0 0 .02-.468l-2.467-2.68a.331.331 0 0 0-.487.449l2.467 2.68a.331.331 0 0 0 .305.1"
61
55
  }),
62
- // eslint-disable-next-line max-len
63
56
  a("path", {
64
57
  fill: "#2b5dff",
65
58
  d: "m60.82 108.925-7.007-4.186-4.013-1.705-3.974-1.842-3.978-1.518-5.044-1.607-2.083 17.07 17.644 1.857 11.073-1.05Z"
66
59
  }),
67
- // eslint-disable-next-line max-len
68
60
  a("path", {
69
61
  d: "M72.609 115.219a.331.331 0 0 0 .246-.2l10.146-24.953a6.8 6.8 0 0 0-.159-5.469.332.332 0 0 0-.6.285 6.134 6.134 0 0 1 .143 4.935L72.239 114.77a.331.331 0 0 0 .368.45"
70
62
  }),
71
- // eslint-disable-next-line max-len
72
63
  a("path", {
73
64
  d: "M75.229 117.091a.331.331 0 0 0 .118-.6c-.23-.147-23.128-14.753-38.136-18.656a.331.331 0 0 0-.166.641c14.907 3.877 37.716 18.427 37.945 18.573a.329.329 0 0 0 .24.047"
74
65
  }),
75
- // eslint-disable-next-line max-len
76
66
  a("path", {
77
67
  d: "M36.606 131.239a.328.328 0 0 0 .182-.1 38.693 38.693 0 0 0 10.036-27.591.331.331 0 0 0-.662.029 38.027 38.027 0 0 1-9.862 27.115.331.331 0 0 0 .306.548"
78
68
  }),
79
- // eslint-disable-next-line max-len
80
69
  a("path", {
81
70
  fill: "#fff",
82
71
  d: "M30.193 126.232s8.451-10.624 7.207-27.437c-2.2-4.126-8.44-9.746-16.406-12.341-2.664-.868-15.068-4.12-17.8-4.164-3.336-.054-3.476 2.823-1.851 4.843 1.175 1.461 8.486 3.564 12.411 4.227 0 0-7.939-1.227-7.742 2.185.175 3.031 5.123 4.517 5.123 4.517s-4.9-.639-4.746 2.015c.17 2.955 5.543 4.575 5.543 4.575s-3.517-.789-4.152 1.58c-.36 1.341.169 2.791 3.175 4.287 1.959.975 2.327 2.186 4.84 4.083a73.379 73.379 0 0 0 6.666 5.538c4.666 3.179 6.352 5.223 7.733 6.093"
83
72
  }),
84
- // eslint-disable-next-line max-len
85
73
  a("path", {
86
74
  d: "M30.15 126.555a.333.333 0 0 0 .3-.122c.085-.107 8.516-10.92 7.279-27.667a.331.331 0 0 0-.038-.131c-2.279-4.268-8.711-9.932-16.6-12.5-2.815-.917-15.15-4.136-17.9-4.181a2.969 2.969 0 0 0-2.942 1.431 3.853 3.853 0 0 0 .828 3.951c.949 1.18 5.126 2.576 8.745 3.5a5.9 5.9 0 0 0-3.48 1.06 1.993 1.993 0 0 0-.669 1.662c.117 2.02 2.1 3.373 3.627 4.118a4.406 4.406 0 0 0-2.656.872 1.864 1.864 0 0 0-.594 1.543c.114 1.974 2.266 3.361 3.912 4.138a2.717 2.717 0 0 0-2.511 1.912c-.478 1.783.8 2.546 3.347 4.669 6.543 5.445 19.352 15.745 19.352 15.745m-19.047-16.339c-2.93-2.177-3.248-2.992-3-3.9.547-2.038 3.728-1.35 3.761-1.343a.331.331 0 0 0 .168-.64c-.051-.016-5.153-1.587-5.308-4.277a1.214 1.214 0 0 1 .383-1.02c.9-.838 3.186-.752 3.989-.648a.331.331 0 0 0 .138-.645c-.047-.014-4.728-1.456-4.888-4.22a1.34 1.34 0 0 1 .452-1.134c1.646-1.5 6.856-.712 6.908-.7a.331.331 0 0 0 .106-.654c-4.07-.688-11.158-2.8-12.208-4.108a3.255 3.255 0 0 1-.749-3.245 2.329 2.329 0 0 1 2.337-1.06c2.634.043 14.991 3.265 17.7 4.148 7.68 2.5 13.938 7.977 16.184 12.121a42.084 42.084 0 0 1-7.029 26.987Z"
87
75
  }),
88
- // eslint-disable-next-line max-len
89
76
  a("path", {
90
77
  d: "M20.035 93.292a.331.331 0 0 0 .052-.637 34.369 34.369 0 0 0-6.152-1.6.331.331 0 1 0-.107.653 33.755 33.755 0 0 1 6.034 1.57.331.331 0 0 0 .174.014"
91
78
  }),
92
- // eslint-disable-next-line max-len
93
79
  a("path", {
94
80
  d: "M19.853 99.956a.331.331 0 0 0 .012-.648 88.593 88.593 0 0 0-8.522-1.494.331.331 0 0 0-.082.657c2.831.355 5.677.854 8.459 1.483a.333.333 0 0 0 .134 0"
95
81
  }),
96
- // eslint-disable-next-line max-len
97
82
  a("path", {
98
83
  d: "M19.345 106.737a.331.331 0 0 0 .016-.647c-.759-.18-1.557-.385-2.4-.6-1.658-.425-3.372-.864-4.964-1.163a.331.331 0 0 0-.122.651c1.571.295 3.275.731 4.922 1.153.849.217 1.65.423 2.414.6a.333.333 0 0 0 .137 0"
99
84
  }),
100
- // eslint-disable-next-line max-len
101
85
  a("path", {
102
86
  fill: "#fff",
103
87
  d: "M56.878 46.423s13.9-5.637 18.717-1.11a13.819 13.819 0 0 1 4.669 9.644s-2.765 9.82-17.992 14.756l-5.054-9.3-5.051 6.568s-5.607-6.712-4.122-14.259c.7-3.557 8.833-6.3 8.833-6.3"
104
88
  }),
105
- // eslint-disable-next-line max-len
106
89
  a("path", {
107
90
  fill: "#222",
108
91
  d: "M80.311 55.245a.292.292 0 0 0 .243-.28c.006-.214.094-5.3-4.761-9.865-4.9-4.6-18.454.819-19.028 1.052a.293.293 0 1 0 .22.542c.137-.055 13.784-5.515 18.407-1.168a13.666 13.666 0 0 1 4.577 9.422.293.293 0 0 0 .285.3.32.32 0 0 0 .057 0"
@@ -111,22 +94,18 @@ const t = (c, { attrs: l }) => (c = { ...h(), ...c }, a(
111
94
  fill: "#fff",
112
95
  d: "m62.91 37.048 7.879 13.312s-5.708 9.369-18.944 4.38L47.3 44.64s7.736-11.037 15.609-7.593"
113
96
  }),
114
- // eslint-disable-next-line max-len
115
97
  a("path", {
116
98
  fill: "#222",
117
99
  d: "M61.79 56.268a14.116 14.116 0 0 0 9.248-5.756.293.293 0 0 0 0-.3L63.158 36.9a.29.29 0 0 0-.134-.119c-8-3.5-15.645 7.235-15.966 7.693a.292.292 0 0 0-.027.288l4.544 10.1a.3.3 0 0 0 .164.154 19.189 19.189 0 0 0 10.05 1.254m8.652-5.916a13.164 13.164 0 0 1-4.332 3.828c-2.738 1.519-7.394 2.8-14.049.329l-4.426-9.833c.908-1.227 8-10.391 15.069-7.4Z"
118
100
  }),
119
- // eslint-disable-next-line max-len
120
101
  a("path", {
121
102
  fill: "#222",
122
103
  d: "M61.636 56.32q.533-.09 1.081-.217c7.651-1.777 10.333-9.157 10.359-9.231a.293.293 0 0 0-.552-.195c-.025.071-2.608 7.152-9.939 8.855a15.586 15.586 0 0 1-12.38-2.083.293.293 0 1 0-.357.463 16.109 16.109 0 0 0 11.788 2.407"
123
104
  }),
124
- // eslint-disable-next-line max-len
125
105
  a("path", {
126
106
  fill: "#fff",
127
107
  d: "M43.592 12.101s-6.647 19.838-5.823 26.115c1.092 8.329 15.5 14.126 21.8 1.783 0 0 9.516-.082 9.437-6.834-.072-6.106-7.407-2.038-8.113.223l-1.89-.022s3.672-8.432 2.19-12.633-17.6-8.632-17.6-8.632"
128
108
  }),
129
- // eslint-disable-next-line max-len
130
109
  a("path", {
131
110
  d: "M51.014 47.257c3.6-.608 6.674-3.02 8.738-6.97.958-.034 5.411-.329 7.9-2.867a5.765 5.765 0 0 0 1.651-4.258c-.03-2.584-1.3-3.311-2.356-3.466-2.359-.346-5.552 1.846-6.249 3.4l-1.253-.015c.721-1.758 3.361-8.664 2.028-12.443-1.515-4.3-17.135-8.634-17.8-8.816a.292.292 0 0 0-.355.189c-.272.813-6.659 19.974-5.836 26.246.569 4.337 4.609 8.112 9.606 8.973a11.638 11.638 0 0 0 3.928.03m8.508-7.547a.292.292 0 0 0-.212.156c-2.647 5.185-7.067 7.658-12.125 6.785-4.674-.806-8.6-4.449-9.125-8.473-.754-5.749 4.942-23.345 5.723-25.72 2.1.6 15.823 4.65 17.135 8.371 1.427 4.046-2.146 12.336-2.183 12.419a.293.293 0 0 0 .265.409l1.89.022a.291.291 0 0 0 .283-.205c.418-1.341 3.578-3.509 5.686-3.2 1.21.177 1.835 1.151 1.855 2.894a5.2 5.2 0 0 1-1.483 3.841c-2.565 2.62-7.612 2.7-7.663 2.7a.27.27 0 0 0-.046 0"
132
111
  }),
@@ -141,11 +120,9 @@ const t = (c, { attrs: l }) => (c = { ...h(), ...c }, a(
141
120
  fill: "#fff",
142
121
  d: "M50.699 12.684 45.42 6.747l9.686-4.07 14.663 20.4L61.39 34.85l-5.337 2.9 4.6-14.2-1.949-5.654Z"
143
122
  }),
144
- // eslint-disable-next-line max-len
145
123
  a("path", {
146
124
  d: "M42.557 30.753a2.5 2.5 0 0 0 2.006-1.8l1.755-6.386a2.5 2.5 0 0 0-1.74-3.064l-5.76-1.593a2.494 2.494 0 0 0-3.068 1.739l-1.765 6.382a2.5 2.5 0 0 0 1.739 3.067l5.77 1.6a2.492 2.492 0 0 0 1.063.06m-4.688-12.2a1.788 1.788 0 0 1 .759.042l5.76 1.593a1.784 1.784 0 0 1 1.243 2.188l-1.755 6.385a1.781 1.781 0 0 1-2.192 1.245l-5.771-1.6a1.783 1.783 0 0 1-1.242-2.191l1.765-6.382a1.788 1.788 0 0 1 1.432-1.285"
147
125
  }),
148
- // eslint-disable-next-line max-len
149
126
  a("path", {
150
127
  d: "M55.098 34.259a2.5 2.5 0 0 0 2.007-1.8l1.755-6.386a2.5 2.5 0 0 0-1.74-3.064l-5.76-1.593a2.5 2.5 0 0 0-3.067 1.739l-1.765 6.383a2.5 2.5 0 0 0 1.738 3.067l5.771 1.6a2.484 2.484 0 0 0 1.062.06m-4.685-12.2a1.773 1.773 0 0 1 .757.042l5.761 1.593a1.784 1.784 0 0 1 1.243 2.188l-1.755 6.386a1.781 1.781 0 0 1-2.192 1.245l-5.771-1.6a1.783 1.783 0 0 1-1.242-2.191l1.765-6.383a1.783 1.783 0 0 1 1.434-1.284"
151
128
  }),
@@ -155,12 +132,10 @@ const t = (c, { attrs: l }) => (c = { ...h(), ...c }, a(
155
132
  a("path", {
156
133
  d: "m47.569 26.51.555-.447a2.823 2.823 0 0 0-2.884-.932l-.054.009.12.7a2.162 2.162 0 0 1 2.263.667"
157
134
  }),
158
- // eslint-disable-next-line max-len
159
135
  a("path", {
160
136
  fill: "#222",
161
137
  d: "M48.171 12.199c-6.79 1.043-11.845-2.4-12.388-7.238a.015.015 0 0 1 .025-.012c1.507 1.55 6.531 1.665 9.976-.371 16.377-10.723 35.916.533 31.4 12.823 3.649 3.5-.815 10.351-8.077 15.323-.321-4.135-5.268-3.469-8.214.664l-1.891-.023c4.21-6.469 4.936-18.314 4.932-18.309-6.273 6.856-23.759 6.227-27.693-5.159a.15.15 0 0 1 .235-.166c3.419 2.732 7.4 3.223 11.694 2.468"
162
138
  }),
163
- // eslint-disable-next-line max-len
164
139
  a("path", {
165
140
  fill: "#1d1d1b",
166
141
  d: "M61.118 33.548c1.918-2.69 4.477-3.666 6.015-3.239a2.441 2.441 0 0 1 1.7 2.437.275.275 0 0 0 .43.206c5.55-3.8 9.181-8.4 9.476-11.994a4.459 4.459 0 0 0-1.237-3.629c1.622-4.634-.025-9.472-4.429-12.973-5.972-4.747-17.107-6.775-27.43-.015-3.286 1.941-8.215 1.88-9.639.416a.29.29 0 0 0-.5.235 8 8 0 0 0 3.17 5.474 9.946 9.946 0 0 0 2.1 1.226 12.1 12.1 0 0 1-4.13-2.175.425.425 0 0 0-.667.471c1.64 4.747 5.869 8.15 11.6 9.338 6.026 1.248 12.471-.2 16.017-3.539-.239 2.677-1.3 11.991-4.813 17.4a.27.27 0 0 0-.05.089.275.275 0 0 0 .284.362l1.867.022h.007a.276.276 0 0 0 .22-.116m2.2-11.71c.367-1.958.59-3.69.712-4.8.229-2.078.211-2.092.072-2.2a.275.275 0 0 0-.372.031c-3.277 3.582-9.871 5.192-16.035 3.915-5.374-1.113-9.374-4.226-11.047-8.573 3.124 2.338 6.913 3.076 11.569 2.256a.275.275 0 0 0-.089-.543 11.876 11.876 0 0 1-9.115-1.9 7.515 7.515 0 0 1-2.858-4.461 7.527 7.527 0 0 0 3.917.815 12.243 12.243 0 0 0 5.86-1.575c10.1-6.616 20.974-4.649 26.8-.021 4.262 3.388 5.83 8.068 4.2 12.519a.276.276 0 0 0 .068.294 3.928 3.928 0 0 1 1.2 3.312c-.272 3.306-3.736 7.721-8.866 11.327a2.852 2.852 0 0 0-2.044-2.46c-1.978-.549-4.7.849-6.526 3.333l-1.253-.003c2.035-3.351 3.2-7.937 3.822-11.259"
@@ -169,7 +144,7 @@ const t = (c, { attrs: l }) => (c = { ...h(), ...c }, a(
169
144
  )
170
145
  )
171
146
  ]
172
- ));
147
+ });
173
148
  export {
174
149
  t as WikiNerdIcon
175
150
  };
@@ -1,55 +1,58 @@
1
- import { h as a } from "vue";
2
- const f = (o, { attrs: l }) => a(
3
- "svg",
4
- {
1
+ import { h as l } from "vue";
2
+ import { s as h } from "./svgImagefactory-fcIp3A8Z.js";
3
+ const i = (o, { attrs: a }) => h({
4
+ props: o,
5
+ svgNodeAttrs: {
5
6
  xmlns: "http://www.w3.org/2000/svg",
6
7
  viewBox: "0 0 234.002 65.901",
7
8
  width: o.width ?? 128,
8
- height: o.height ?? 36
9
+ height: o.height ?? 36,
10
+ "aria-labelledby": o.id ? o.description ? `${o.id}_title ${o.id}_desc` : `${o.id}_title` : void 0,
11
+ role: "img"
9
12
  },
10
- [
11
- a("path", {
12
- fill: l["stroke-color"] ?? "#2b5dff",
13
+ childrenNodes: [
14
+ l("path", {
15
+ fill: a["stroke-color"] ?? "#2b5dff",
13
16
  d: "M64.391 0H2.444A2.46 2.46 0 0 0 0 2.444v50.789a2.445 2.445 0 0 0 2.444 2.444H25.59l6.824 9.706a1.229 1.229 0 0 0 2.006 0l6.824-9.706h23.124a2.445 2.445 0 0 0 2.444-2.444V2.444A2.411 2.411 0 0 0 64.391 0ZM60.84 10.282 49.59 46.455a.616.616 0 0 1-.576.438H40.23a.546.546 0 0 1-.53-.393l-6.018-19.78a.3.3 0 0 0-.576 0L27.089 46.5a.547.547 0 0 1-.53.369H17.8a.6.6 0 0 1-.576-.438L5.971 10.259a.613.613 0 0 1 .576-.784h8.6a.523.523 0 0 1 .53.415L21.717 32a.3.3 0 0 0 .576.023l7.17-22.109a.616.616 0 0 1 .577-.414h6.64a.6.6 0 0 1 .576.438l6.709 22.086a.3.3 0 0 0 .576 0l6.547-22.109a.568.568 0 0 1 .53-.392h8.6a.581.581 0 0 1 .622.761Z"
14
17
  }),
15
- a("path", {
16
- fill: l["stroke-color"] ?? "#2b5dff",
18
+ l("path", {
19
+ fill: a["stroke-color"] ?? "#2b5dff",
17
20
  d: "M76.217 9.084a4.578 4.578 0 0 1 1.867.369 5.351 5.351 0 0 1 1.545 1.037 4.793 4.793 0 0 1 1.037 1.545 4.911 4.911 0 0 1 0 3.735 5.35 5.35 0 0 1-1.037 1.545 4.793 4.793 0 0 1-1.545 1.037 4.911 4.911 0 0 1-3.735 0 5.349 5.349 0 0 1-1.545-1.037 4.792 4.792 0 0 1-1.037-1.545 4.911 4.911 0 0 1 0-3.735 5.35 5.35 0 0 1 1.037-1.545 4.792 4.792 0 0 1 1.545-1.037 4.735 4.735 0 0 1 1.868-.369Z"
18
21
  }),
19
- a("path", {
20
- fill: l["stroke-color"] ?? "#2b5dff",
22
+ l("path", {
23
+ fill: a["stroke-color"] ?? "#2b5dff",
21
24
  d: "M79.907 46.777H72.53a.6.6 0 0 1-.6-.6V23.193a.6.6 0 0 1 .6-.6h7.377a.6.6 0 0 1 .6.6v22.985a.6.6 0 0 1-.6.599Z"
22
25
  }),
23
- a("path", {
24
- fill: l["stroke-color"] ?? "#2b5dff",
26
+ l("path", {
27
+ fill: a["stroke-color"] ?? "#2b5dff",
25
28
  d: "m94.453 30.8 8.23-8.046a.63.63 0 0 1 .438-.184h9.936a.611.611 0 0 1 .415 1.061l-10.766 9.913a.283.283 0 0 0 0 .438l11.642 11.758a.6.6 0 0 1-.438 1.037h-10.304a.63.63 0 0 1-.438-.184l-8.692-9.13a.306.306 0 0 0-.53.207v8.484a.6.6 0 0 1-.6.6H85.97a.6.6 0 0 1-.6-.6V10.006a.6.6 0 0 1 .6-.6h7.377a.6.6 0 0 1 .6.6v20.587a.3.3 0 0 0 .507.207Z"
26
29
  }),
27
- a("path", {
28
- fill: l["stroke-color"] ?? "#2b5dff",
30
+ l("path", {
31
+ fill: a["stroke-color"] ?? "#2b5dff",
29
32
  d: "M121.842 9.222a4.578 4.578 0 0 1 1.867.369 5.35 5.35 0 0 1 1.545 1.037 4.792 4.792 0 0 1 1.037 1.545 4.911 4.911 0 0 1 0 3.735 5.349 5.349 0 0 1-1.037 1.545 4.793 4.793 0 0 1-1.545 1.037 4.911 4.911 0 0 1-3.735 0 5.349 5.349 0 0 1-1.545-1.037 4.791 4.791 0 0 1-1.037-1.545 4.911 4.911 0 0 1 0-3.735 5.348 5.348 0 0 1 1.037-1.545 4.792 4.792 0 0 1 1.545-1.037 4.994 4.994 0 0 1 1.868-.369Z"
30
33
  }),
31
- a("path", {
32
- fill: l["stroke-color"] ?? "#2b5dff",
34
+ l("path", {
35
+ fill: a["stroke-color"] ?? "#2b5dff",
33
36
  d: "M125.531 46.939h-7.377a.6.6 0 0 1-.6-.6V23.355a.6.6 0 0 1 .6-.6h7.377a.6.6 0 0 1 .6.6V46.34a.61.61 0 0 1-.6.599Z"
34
37
  }),
35
- a("path", {
36
- fill: l["stroke-color"] ?? "#2b5dff",
38
+ l("path", {
39
+ fill: a["stroke-color"] ?? "#2b5dff",
37
40
  d: "M148.862 29.326a.619.619 0 0 1-.922.53 18.693 18.693 0 0 0-1.153-.6 6.113 6.113 0 0 0-4.657-.046 5.864 5.864 0 0 0-1.891 1.245 5.763 5.763 0 0 0-1.245 1.867 5.9 5.9 0 0 0-.438 2.328 5.7 5.7 0 0 0 1.683 4.288 5.928 5.928 0 0 0 4.357 1.66 6.64 6.64 0 0 0 2.282-.415 7.793 7.793 0 0 0 1.084-.507.6.6 0 0 1 .922.53v5.648a.616.616 0 0 1-.346.553 12.825 12.825 0 0 1-2.605.876 13.924 13.924 0 0 1-3.089.323 13.771 13.771 0 0 1-5.072-.945 12.987 12.987 0 0 1-4.2-2.651 12.189 12.189 0 0 1-3.9-9.06 13.413 13.413 0 0 1 1.037-5.349 12.31 12.31 0 0 1 2.882-4.15 13.381 13.381 0 0 1 4.311-2.7 14.441 14.441 0 0 1 5.3-.968 12.6 12.6 0 0 1 2.951.346 11.134 11.134 0 0 1 2.4.9.6.6 0 0 1 .323.553v5.741Z"
38
41
  }),
39
- a("path", {
40
- fill: l["stroke-color"] ?? "#2b5dff",
42
+ l("path", {
43
+ fill: a["stroke-color"] ?? "#2b5dff",
41
44
  d: "M178.994 46.778h-7.377a.6.6 0 0 1-.6-.6v-2.075h-.092a6.735 6.735 0 0 1-3.158 2.651 10.532 10.532 0 0 1-4.15.853 11.605 11.605 0 0 1-4.934-1.037 12.135 12.135 0 0 1-3.873-2.813 12.775 12.775 0 0 1-2.535-4.126 14.049 14.049 0 0 1 0-9.89 13.341 13.341 0 0 1 2.467-4.1 11.565 11.565 0 0 1 8.76-3.854 11.117 11.117 0 0 1 4.127.784 8.359 8.359 0 0 1 3.274 2.259.065.065 0 0 0 .115-.046v-1.591a.6.6 0 0 1 .6-.6h7.377a.6.6 0 0 1 .6.6v22.985a.61.61 0 0 1-.601.6Zm-13.21-17.544a5.671 5.671 0 0 0-2.328.438 5.734 5.734 0 0 0-1.729 1.176 5.119 5.119 0 0 0-1.084 1.729 5.864 5.864 0 0 0-.368 2.12 5.544 5.544 0 0 0 1.429 3.873 6.095 6.095 0 0 0 8.161 0 5.441 5.441 0 0 0 1.429-3.873 5.864 5.864 0 0 0-.369-2.121 5.119 5.119 0 0 0-1.084-1.729 5.213 5.213 0 0 0-1.729-1.176 5.672 5.672 0 0 0-2.328-.437Z"
42
45
  }),
43
- a("path", {
44
- fill: l["stroke-color"] ?? "#2b5dff",
46
+ l("path", {
47
+ fill: a["stroke-color"] ?? "#2b5dff",
45
48
  d: "M200.066 28.195a.623.623 0 0 1-.784.277 11.129 11.129 0 0 0-1.752-.6 8.974 8.974 0 0 0-2.352-.323 4 4 0 0 0-.853.092 4.869 4.869 0 0 0-.876.277 2.485 2.485 0 0 0-.692.484 1.123 1.123 0 0 0-.277.784 1.217 1.217 0 0 0 .438.991 3.632 3.632 0 0 0 1.06.6 7.862 7.862 0 0 0 1.268.323c.438.069.807.161 1.084.207a12.707 12.707 0 0 1 2.79.83 8.2 8.2 0 0 1 2.213 1.383 5.993 5.993 0 0 1 1.475 2.052 6.947 6.947 0 0 1 .553 2.9 7.9 7.9 0 0 1-.991 4.1 8.685 8.685 0 0 1-2.628 2.79 11.987 11.987 0 0 1-3.666 1.614 16.788 16.788 0 0 1-4.15.53 17.974 17.974 0 0 1-5.072-.715 18.651 18.651 0 0 1-4.2-1.775.626.626 0 0 1-.231-.807l2.536-4.888a.619.619 0 0 1 .876-.231c.3.184.622.346.945.53a23.91 23.91 0 0 0 1.752.784 16.7 16.7 0 0 0 1.821.576 8.007 8.007 0 0 0 1.729.207 4.252 4.252 0 0 0 .9-.092 2.854 2.854 0 0 0 .876-.323 2.327 2.327 0 0 0 .669-.576 1.56 1.56 0 0 0-.208-1.96 3.833 3.833 0 0 0-1.222-.669 13.46 13.46 0 0 0-1.729-.438 21.838 21.838 0 0 1-1.96-.461 15.228 15.228 0 0 1-1.96-.692 5.749 5.749 0 0 1-1.729-1.13 5.167 5.167 0 0 1-1.222-1.821 6.75 6.75 0 0 1-.461-2.743 7.615 7.615 0 0 1 .922-3.85 8.5 8.5 0 0 1 2.421-2.7 10.736 10.736 0 0 1 3.412-1.568 15.845 15.845 0 0 1 3.9-.507 23.974 23.974 0 0 1 4.081.346 16.564 16.564 0 0 1 3.274.945.615.615 0 0 1 .323.853Z"
46
49
  }),
47
- a("path", {
48
- fill: l["stroke-color"] ?? "#2b5dff",
50
+ l("path", {
51
+ fill: a["stroke-color"] ?? "#2b5dff",
49
52
  d: "M233.403 46.778h-7.377a.6.6 0 0 1-.6-.6v-2.075h-.092a6.735 6.735 0 0 1-3.158 2.651 10.532 10.532 0 0 1-4.15.853 11.605 11.605 0 0 1-4.934-1.037 12.135 12.135 0 0 1-3.873-2.813 12.774 12.774 0 0 1-2.535-4.126 14.048 14.048 0 0 1 0-9.89 13.34 13.34 0 0 1 2.467-4.1 11.565 11.565 0 0 1 8.76-3.854 11.117 11.117 0 0 1 4.127.784 8.36 8.36 0 0 1 3.274 2.259.065.065 0 0 0 .115-.046v-1.591a.6.6 0 0 1 .6-.6h7.377a.6.6 0 0 1 .6.6v22.985a.61.61 0 0 1-.601.6ZM220.17 29.234a5.671 5.671 0 0 0-2.328.438 5.734 5.734 0 0 0-1.729 1.176 5.12 5.12 0 0 0-1.084 1.729 5.864 5.864 0 0 0-.369 2.121 5.543 5.543 0 0 0 1.429 3.873 6.095 6.095 0 0 0 8.161 0 5.441 5.441 0 0 0 1.434-3.874 5.864 5.864 0 0 0-.369-2.121 5.12 5.12 0 0 0-1.084-1.729 5.213 5.213 0 0 0-1.729-1.176 5.672 5.672 0 0 0-2.328-.438Z"
50
53
  })
51
54
  ]
52
- );
55
+ });
53
56
  export {
54
- f as WikicasaLogoIcon
57
+ i as WikicasaLogoIcon
55
58
  };
package/dist/index.js CHANGED
@@ -4,41 +4,45 @@ import { BarChartIcon as p } from "./BarChartIcon.js";
4
4
  import { BellIcon as m } from "./BellIcon.js";
5
5
  import { BulbIcon as x } from "./BulbIcon.js";
6
6
  import { CloseIcon as i } from "./CloseIcon.js";
7
- import { DeleteIcon as s } from "./DeleteIcon.js";
8
- import { DrawIcon as P } from "./DrawIcon.js";
9
- import { GermanyFlagIcon as w } from "./GermanyFlagIcon.js";
10
- import { HeartIcon as W } from "./HeartIcon.js";
11
- import { HidePswIcon as k } from "./HidePswIcon.js";
12
- import { ItalyFlagIcon as B } from "./ItalyFlagIcon.js";
13
- import { LocationIcon as L } from "./LocationIcon.js";
14
- import { LogoutIcon as S } from "./LogoutIcon.js";
15
- import { MailIcon as b } from "./MailIcon.js";
16
- import { MapIcon as C } from "./MapIcon.js";
17
- import { NewsIcon as H } from "./NewsIcon.js";
18
- import { NotesIcon as R } from "./NotesIcon.js";
19
- import { PhoneIcon as U } from "./PhoneIcon.js";
20
- import { PinIcon as G } from "./PinIcon.js";
21
- import { PlanIcon as j } from "./PlanIcon.js";
22
- import { PlusIcon as z } from "./PlusIcon.js";
23
- import { PrestigeIcon as J } from "./PrestigeIcon.js";
24
- import { PrintIcon as O } from "./PrintIcon.js";
25
- import { ProfileIcon as Y } from "./ProfileIcon.js";
26
- import { QuotesIcon as _ } from "./QuotesIcon.js";
27
- import { RequestIcon as oo } from "./RequestIcon.js";
28
- import { SearchIcon as eo } from "./SearchIcon.js";
29
- import { ShareIcon as no } from "./ShareIcon.js";
30
- import { SuitcaseIcon as po } from "./SuitcaseIcon.js";
31
- import { TieIcon as mo } from "./TieIcon.js";
32
- import { TourIcon as xo } from "./TourIcon.js";
33
- import { UkFlagIcon as io } from "./UkFlagIcon.js";
34
- import { ValuationIcon as so } from "./ValuationIcon.js";
35
- import { VideoIcon as Po } from "./VideoIcon.js";
36
- import { ViewPswIcon as wo } from "./ViewPswIcon.js";
37
- import { WarningIcon as ho } from "./WarningIcon.js";
38
- import { WarningIconRounded as Ao } from "./WarningIconRounded.js";
39
- import { WikicasaLogoIcon as Fo } from "./WikicasaLogo.js";
40
- import { WikiNerdIcon as No } from "./WikiNerdIcon.js";
7
+ import { DashboardIcon as s } from "./DashboardIcon.js";
8
+ import { DeleteIcon as P } from "./DeleteIcon.js";
9
+ import { DrawIcon as d } from "./DrawIcon.js";
10
+ import { GermanyFlagIcon as W } from "./GermanyFlagIcon.js";
11
+ import { HeartIcon as k } from "./HeartIcon.js";
12
+ import { HidePswIcon as b } from "./HidePswIcon.js";
13
+ import { HouseIcon as A } from "./HouseIcon.js";
14
+ import { ItalyFlagIcon as D } from "./ItalyFlagIcon.js";
15
+ import { LayersIcon as H } from "./LayersIcon.js";
16
+ import { LocationIcon as S } from "./LocationIcon.js";
17
+ import { LogoutIcon as C } from "./LogoutIcon.js";
18
+ import { MailIcon as R } from "./MailIcon.js";
19
+ import { MapIcon as U } from "./MapIcon.js";
20
+ import { NewsIcon as G } from "./NewsIcon.js";
21
+ import { NotesIcon as j } from "./NotesIcon.js";
22
+ import { PhoneIcon as z } from "./PhoneIcon.js";
23
+ import { PinIcon as J } from "./PinIcon.js";
24
+ import { PlanIcon as O } from "./PlanIcon.js";
25
+ import { PlusIcon as Y } from "./PlusIcon.js";
26
+ import { PrestigeIcon as _ } from "./PrestigeIcon.js";
27
+ import { PrintIcon as oo } from "./PrintIcon.js";
28
+ import { ProfileIcon as eo } from "./ProfileIcon.js";
29
+ import { QuotesIcon as no } from "./QuotesIcon.js";
30
+ import { RequestIcon as po } from "./RequestIcon.js";
31
+ import { SearchIcon as mo } from "./SearchIcon.js";
32
+ import { ShareIcon as xo } from "./ShareIcon.js";
33
+ import { SuitcaseIcon as io } from "./SuitcaseIcon.js";
34
+ import { TieIcon as so } from "./TieIcon.js";
35
+ import { TourIcon as Po } from "./TourIcon.js";
36
+ import { UkFlagIcon as wo } from "./UkFlagIcon.js";
37
+ import { ValuationIcon as ho } from "./ValuationIcon.js";
38
+ import { VideoIcon as Lo } from "./VideoIcon.js";
39
+ import { ViewPswIcon as yo } from "./ViewPswIcon.js";
40
+ import { WalletIcon as Bo } from "./WalletIcon.js";
41
+ import { WarningIcon as Fo } from "./WarningIcon.js";
42
+ import { WarningIconRounded as No } from "./WarningIconRounded.js";
41
43
  import { WkAppIcon as Vo } from "./WkAppIcon.js";
44
+ import { WikicasaLogoIcon as Mo } from "./WikicasaLogo.js";
45
+ import { WikiNerdIcon as To } from "./WikiNerdIcon.js";
42
46
  export {
43
47
  e as AboutUsIcon,
44
48
  n as ArrowIcon,
@@ -46,39 +50,43 @@ export {
46
50
  m as BellIcon,
47
51
  x as BulbIcon,
48
52
  i as CloseIcon,
49
- s as DeleteIcon,
50
- P as DrawIcon,
51
- w as GermanyFlagIcon,
52
- W as HeartIcon,
53
- k as HidePswIcon,
54
- B as ItalyFlagIcon,
55
- L as LocationIcon,
56
- S as LogoutIcon,
57
- b as MailIcon,
58
- C as MapIcon,
59
- H as NewsIcon,
60
- R as NotesIcon,
61
- U as PhoneIcon,
62
- G as PinIcon,
63
- j as PlanIcon,
64
- z as PlusIcon,
65
- J as PrestigeIcon,
66
- O as PrintIcon,
67
- Y as ProfileIcon,
68
- _ as QuotesIcon,
69
- oo as RequestIcon,
70
- eo as SearchIcon,
71
- no as ShareIcon,
72
- po as SuitcaseIcon,
73
- mo as TieIcon,
74
- xo as TourIcon,
75
- io as UkFlagIcon,
76
- so as ValuationIcon,
77
- Po as VideoIcon,
78
- wo as ViewPswIcon,
79
- ho as WarningIcon,
80
- Ao as WarningIconRounded,
81
- No as WikiNerdIcon,
82
- Fo as WikicasaLogoIcon,
53
+ s as DashboardIcon,
54
+ P as DeleteIcon,
55
+ d as DrawIcon,
56
+ W as GermanyFlagIcon,
57
+ k as HeartIcon,
58
+ b as HidePswIcon,
59
+ A as HouseIcon,
60
+ D as ItalyFlagIcon,
61
+ H as LayersIcon,
62
+ S as LocationIcon,
63
+ C as LogoutIcon,
64
+ R as MailIcon,
65
+ U as MapIcon,
66
+ G as NewsIcon,
67
+ j as NotesIcon,
68
+ z as PhoneIcon,
69
+ J as PinIcon,
70
+ O as PlanIcon,
71
+ Y as PlusIcon,
72
+ _ as PrestigeIcon,
73
+ oo as PrintIcon,
74
+ eo as ProfileIcon,
75
+ no as QuotesIcon,
76
+ po as RequestIcon,
77
+ mo as SearchIcon,
78
+ xo as ShareIcon,
79
+ io as SuitcaseIcon,
80
+ so as TieIcon,
81
+ Po as TourIcon,
82
+ wo as UkFlagIcon,
83
+ ho as ValuationIcon,
84
+ Lo as VideoIcon,
85
+ yo as ViewPswIcon,
86
+ Bo as WalletIcon,
87
+ Fo as WarningIcon,
88
+ No as WarningIconRounded,
89
+ To as WikiNerdIcon,
90
+ Mo as WikicasaLogoIcon,
83
91
  Vo as WkAppIcon
84
92
  };
@@ -4,12 +4,15 @@ import { BarChartIcon } from './svgIcons/BarChartIcon';
4
4
  import { BellIcon } from './svgIcons/BellIcon';
5
5
  import { BulbIcon } from './svgIcons/BulbIcon';
6
6
  import { CloseIcon } from './svgIcons/CloseIcon';
7
+ import { DashboardIcon } from './svgIcons/DashboardIcon';
7
8
  import { DeleteIcon } from './svgIcons/DeleteIcon';
8
9
  import { DrawIcon } from './svgIcons/DrawIcon';
9
10
  import { GermanyFlagIcon } from './svgIcons/GermanyFlagIcon';
10
11
  import { HeartIcon } from './svgIcons/HeartIcon';
11
12
  import { HidePswIcon } from './svgIcons/HidePswIcon';
13
+ import { HouseIcon } from './svgIcons/HouseIcon';
12
14
  import { ItalyFlagIcon } from './svgIcons/ItalyFlagIcon';
15
+ import { LayersIcon } from './svgIcons/LayersIcon';
13
16
  import { LocationIcon } from './svgIcons/LocationIcon';
14
17
  import { LogoutIcon } from './svgIcons/LogoutIcon';
15
18
  import { MailIcon } from './svgIcons/MailIcon';
@@ -34,9 +37,10 @@ import { UkFlagIcon } from './svgIcons/UkFlagIcon';
34
37
  import { ValuationIcon } from './svgIcons/ValuationIcon';
35
38
  import { VideoIcon } from './svgIcons/VideoIcon';
36
39
  import { ViewPswIcon } from './svgIcons/ViewPswIcon';
40
+ import { WalletIcon } from './svgIcons/WalletIcon';
37
41
  import { WarningIcon } from './svgIcons/WarningIcon';
38
42
  import { WarningIconRounded } from './svgIcons/WarningIconRounded';
39
- import { WikicasaLogoIcon } from './svgIcons/WikicasaLogo';
40
- import { WikiNerdIcon } from './svgIcons/WikiNerdIcon';
41
43
  import { WkAppIcon } from './svgIcons/WkAppIcon';
42
- export { AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CloseIcon, DeleteIcon, DrawIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, ItalyFlagIcon, LocationIcon, LogoutIcon, MailIcon, MapIcon, NewsIcon, NotesIcon, PhoneIcon, PinIcon, PlanIcon, PlusIcon, PrestigeIcon, PrintIcon, ProfileIcon, QuotesIcon, RequestIcon, SearchIcon, ShareIcon, SuitcaseIcon, TieIcon, TourIcon, UkFlagIcon, ValuationIcon, VideoIcon, ViewPswIcon, WarningIcon, WarningIconRounded, WikicasaLogoIcon, WikiNerdIcon, WkAppIcon };
44
+ import { WikicasaLogoIcon } from './svgImages/WikicasaLogo';
45
+ import { WikiNerdIcon } from './svgImages/WikiNerdIcon';
46
+ export { AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, HouseIcon, ItalyFlagIcon, LayersIcon, LocationIcon, LogoutIcon, MailIcon, MapIcon, NewsIcon, NotesIcon, PhoneIcon, PinIcon, PlanIcon, PlusIcon, PrestigeIcon, PrintIcon, ProfileIcon, QuotesIcon, RequestIcon, SearchIcon, ShareIcon, SuitcaseIcon, TieIcon, TourIcon, UkFlagIcon, ValuationIcon, VideoIcon, ViewPswIcon, WalletIcon, WarningIcon, WarningIconRounded, WikicasaLogoIcon, WikiNerdIcon, WkAppIcon };
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const DashboardIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const HouseIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const LayersIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgProps } from '@wikicasa-dev/types';
3
+ export declare const WalletIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgImageProps } from '@wikicasa-dev/types';
3
+ export declare const WikiNerdIcon: FunctionalComponent<SvgImageProps>;
@@ -0,0 +1,3 @@
1
+ import type { FunctionalComponent } from 'vue';
2
+ import type { SvgImageProps } from '@wikicasa-dev/types';
3
+ export declare const WikicasaLogoIcon: FunctionalComponent<SvgImageProps>;
@@ -0,0 +1,15 @@
1
+ import { h as i } from "vue";
2
+ const n = (t) => {
3
+ const e = [];
4
+ if (!t.id)
5
+ throw Error("The image must provide an ID");
6
+ if (!t.title)
7
+ throw Error("The image must have a title");
8
+ return e.push(i("title", { id: `${t.id}_title`, innerHTML: t.title })), t.description && e.push(i("desc", { id: `${t.id}_desc`, innerHTML: t.description })), e;
9
+ }, o = ({ props: t, svgNodeAttrs: e, childrenNodes: r }) => {
10
+ const d = n(t);
11
+ return i("svg", e, [...d, ...r]);
12
+ };
13
+ export {
14
+ o as s
15
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "@vue/eslint-config-prettier": "^8.0.0",
20
20
  "@vue/eslint-config-typescript": "^12.0.0",
21
21
  "@vue/tsconfig": "^0.5.1",
22
- "@wikicasa-dev/types": "^0.9.2",
22
+ "@wikicasa-dev/types": "^0.9.8",
23
23
  "autoprefixer": "^10.4.15",
24
24
  "eslint": "^8.49.0",
25
25
  "eslint-plugin-vue": "^9.17.0",
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from 'vue';
2
- import type { SvgProps } from '@wikicasa-dev/types';
3
- export declare const WikiNerdIcon: FunctionalComponent<Partial<SvgProps>>;
@@ -1,3 +0,0 @@
1
- import type { FunctionalComponent } from 'vue';
2
- import type { SvgProps } from '@wikicasa-dev/types';
3
- export declare const WikicasaLogoIcon: FunctionalComponent<Partial<SvgProps>>;
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes