@wikicasa-dev/svg-icons 0.0.37 → 0.0.39

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,6 +1,6 @@
1
1
  import { h as a } from "vue";
2
2
  import { s as r } from "./svgImagefactory-B0dzgxZn.js";
3
- const f = (t, { attrs: l }) => r({
3
+ const c = (t) => r({
4
4
  props: t,
5
5
  svgNodeAttrs: {
6
6
  xmlns: "http://www.w3.org/2000/svg",
@@ -920,5 +920,5 @@ const f = (t, { attrs: l }) => r({
920
920
  ]
921
921
  });
922
922
  export {
923
- f as WikiNerdMercatoImg
923
+ c as WikiNerdMercatoImg
924
924
  };
@@ -1,12 +1,12 @@
1
1
  import { h as a } from "vue";
2
2
  import { s as r } from "./svgImagefactory-B0dzgxZn.js";
3
- const f = (t, { attrs: c }) => r({
3
+ const l = (t) => r({
4
4
  props: t,
5
5
  svgNodeAttrs: {
6
6
  xmlns: "http://www.w3.org/2000/svg",
7
7
  "xmlns:xlink": "http://www.w3.org/1999/xlink",
8
- width: "368.033",
9
- height: "245.257",
8
+ width: t.width ?? "368.033",
9
+ height: t.height ?? "245.257",
10
10
  viewBox: "0 0 368.033 245.257"
11
11
  },
12
12
  childrenNodes: [
@@ -1693,13 +1693,13 @@ const f = (t, { attrs: c }) => r({
1693
1693
  id: "Tracciato_10230",
1694
1694
  d: "M944.6,212.714c-.106-.022-.213-.045-.322-.064l-11.631-44.5a14.058,14.058,0,0,0-.535-1.853c.1-.017.2-.036.3-.059a13.511,13.511,0,0,1,.529,1.858Z",
1695
1695
  transform: "translate(-671.252 -119.715)",
1696
- fill: "#fff"
1696
+ fill: t.light ? "#000" : "#fff"
1697
1697
  }),
1698
1698
  a("path", {
1699
1699
  id: "Tracciato_10231",
1700
1700
  d: "M943.5,212.8l-.319-.059-11.6-44.366a13.753,13.753,0,0,0-.551-1.875c.1-.014.2-.034.3-.053a14.058,14.058,0,0,1,.535,1.853Z",
1701
1701
  transform: "translate(-670.474 -119.866)",
1702
- fill: "#fff"
1702
+ fill: t.light ? "#000" : "#fff"
1703
1703
  }),
1704
1704
  a("path", {
1705
1705
  id: "Tracciato_10232",
@@ -1781,13 +1781,13 @@ const f = (t, { attrs: c }) => r({
1781
1781
  id: "Tracciato_10245",
1782
1782
  d: "M900.734,142.257c.1-.017.2-.038.3-.06a14.314,14.314,0,0,0-6.274-7.907,12.2,12.2,0,0,0-6.218-1.43c.007.1.015.2.025.3,7.846-.154,11.041,5.936,12.169,9.1",
1783
1783
  transform: "translate(-639.873 -95.674)",
1784
- fill: "#fff"
1784
+ fill: t.light ? "#000" : "#fff"
1785
1785
  }),
1786
1786
  a("path", {
1787
1787
  id: "Tracciato_10246",
1788
1788
  d: "M894.536,135.571a13.812,13.812,0,0,1,5.962,7.5c.1-.016.2-.034.3-.053-1.128-3.165-4.323-9.256-12.169-9.1.008.1.019.2.032.294a11.6,11.6,0,0,1,5.873,1.356",
1789
1789
  transform: "translate(-639.939 -96.439)",
1790
- fill: "#fff"
1790
+ fill: t.light ? "#000" : "#fff"
1791
1791
  }),
1792
1792
  a("path", {
1793
1793
  id: "Tracciato_10247",
@@ -1930,13 +1930,13 @@ const f = (t, { attrs: c }) => r({
1930
1930
  id: "Tracciato_10271",
1931
1931
  d: "M811.731,134.222a21.15,21.15,0,0,0-7.447,1.693.29.29,0,0,1-.182.011,13.724,13.724,0,0,0-6.21.123c-4.385,1.145-7.363,4.43-8.844,9.759-2.466,8.849-5.345,32.114-6.938,46.121l-.308.059c1.59-13.987,4.472-37.319,6.96-46.261,3.655-13.134,15.412-10.086,15.412-10.086a21.433,21.433,0,0,1,7.525-1.713c.008.1.02.2.031.294",
1932
1932
  transform: "translate(-563.008 -96.447)",
1933
- fill: "#fff"
1933
+ fill: t.light ? "#000" : "#fff"
1934
1934
  }),
1935
1935
  a("path", {
1936
1936
  id: "Tracciato_10272",
1937
1937
  d: "M810.93,133.165a21.432,21.432,0,0,0-7.525,1.713s-11.757-3.048-15.412,10.086c-2.488,8.942-5.37,32.273-6.96,46.261l-.3.059c1.59-14,4.489-37.473,6.974-46.4,3.512-12.622,14.516-10.57,15.672-10.318a21.779,21.779,0,0,1,7.525-1.7c.006.1.014.2.025.3",
1938
1938
  transform: "translate(-562.237 -95.684)",
1939
- fill: "#fff"
1939
+ fill: t.light ? "#000" : "#fff"
1940
1940
  }),
1941
1941
  a("path", {
1942
1942
  id: "Tracciato_10273",
@@ -2305,7 +2305,7 @@ const f = (t, { attrs: c }) => r({
2305
2305
  id: "Tracciato_10343",
2306
2306
  d: "M323.631,341.367q-2.023-3.031-4.019-5.93c-.062-.092-.123-.182-.187-.271s-.123-.179-.182-.269c-4.914-7.128-9.624-13.629-13.777-19.358-7.556-10.425-14.7-15.376-23.167-16.053-18.278-1.461-43.776-1.931-61.944-2.065-.087,0-.176,0-.263,0a34.954,34.954,0,0,0-33.648,25.708,176.148,176.148,0,0,0-5.888,42.746c0,.1-.006.2-.008.3s0,.2,0,.294c-.034,1.939-.034,3.8-.011,5.566.017,1.606.053,3.137.1,4.584a17.2,17.2,0,0,0,2.384,8.211,16.93,16.93,0,0,0,3.453,4.139c.115.1.232.2.35.294s.243.2.367.3c.369.288.753.565,1.147.826a17.6,17.6,0,0,0,16.209,1.718q3.228-1.243,6.283-2.544c.229-.1.459-.2.688-.3l.68-.294c3.1-1.349,6.056-2.737,8.869-4.139.582-.291,1.161-.582,1.732-.876,3.143-1.609,6.1-3.232,8.855-4.842.1-.059.2-.118.3-.174s.2-.115.294-.174c2.488-1.464,4.814-2.911,6.977-4.321-5.217-7.651-12.076-24.356-12.146-24.524a.3.3,0,0,1,.126-.369c.224-.129,22.635-12.879,34.815-15.759,13.215-3.12,18.812,2.278,22.159,5.508l.291.28a16.079,16.079,0,0,1,1.139,1.231l3.1-17.729a.3.3,0,1,1,.582.1l-3.19,18.233a28.078,28.078,0,0,1,3.288,5.387h2.706l7.2,14.245c3.367-2.362,6.9-4.618,10.279-6.655,1.136-.688,2.256-1.349,3.342-1.981.1-.056.19-.109.285-.168l.3-.171c.456-.266.907-.523,1.349-.778.834-.473,1.646-.929,2.424-1.363a11.288,11.288,0,0,1,2.289-.96,11.434,11.434,0,0,1,10.318,2.015q-3.123-4.949-6.246-9.616M215.9,334.334a.294.294,0,1,1,.582.084l-3.014,21.365a.293.293,0,0,1-.291.255l-.042,0a.3.3,0,0,1-.252-.336Zm10.632,15.879c-1.59.828-3.23,1.665-4.816,2.477-7.338,3.753-14.925,7.635-21.53,12.412a.311.311,0,0,1-.173.056.286.286,0,0,1-.238-.123.292.292,0,0,1,.064-.411c6.644-4.805,14.25-8.7,21.608-12.457,1.584-.812,3.224-1.651,4.814-2.477a.295.295,0,1,1,.271.523",
2307
2307
  transform: "translate(-129.998 -214.183)",
2308
- fill: "#2b5dff"
2308
+ fill: t.light ? "#e9effe" : "#2b5dff"
2309
2309
  }),
2310
2310
  a("path", {
2311
2311
  id: "Tracciato_10344",
@@ -3886,7 +3886,7 @@ const f = (t, { attrs: c }) => r({
3886
3886
  id: "Tracciato_10646",
3887
3887
  d: "M389.38,408.7v.009l5.472-2.644-4.366-10.007a.254.254,0,0,1,.207-.35l3.561-.393a.234.234,0,0,1,.243.147l3.509,8.872a.127.127,0,0,0,.242-.021l1.959-9.478a.254.254,0,0,1,.221-.2l2.745-.3a.254.254,0,0,1,.261.152l2.915,6.8,1.571-.525,1.242-6.92a.233.233,0,0,1,.2-.191l3.558-.393a.254.254,0,0,1,.277.3l-1.181,6.093,1.894-.366,2.4-.262-.991-8.977a1.022,1.022,0,0,0-1.128-.9l-25.639,2.83a1.021,1.021,0,0,0-.9,1.128Z",
3888
3888
  transform: "translate(-279.163 -280.233)",
3889
- fill: "#fff"
3889
+ fill: t.light ? "#2b5dff" : "#e9effe"
3890
3890
  }),
3891
3891
  a("path", {
3892
3892
  id: "Tracciato_10647",
@@ -4053,5 +4053,5 @@ const f = (t, { attrs: c }) => r({
4053
4053
  ]
4054
4054
  });
4055
4055
  export {
4056
- f as WikiNerdValutaDesktopImg
4056
+ l as WikiNerdValutaDesktopImg
4057
4057
  };
@@ -1,4 +1,6 @@
1
1
  import { FunctionalComponent } from 'vue';
2
2
  import { SvgImageProps } from '@wikicasa-dev/types';
3
3
 
4
- export declare const WikiNerdValutaDesktopImg: FunctionalComponent<SvgImageProps>;
4
+ export declare const WikiNerdValutaDesktopImg: FunctionalComponent<SvgImageProps & {
5
+ light?: boolean;
6
+ }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "0.0.37",
3
+ "version": "0.0.39",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",