@wikicasa-dev/svg-icons 0.0.38 → 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.
@@ -5,8 +5,8 @@ const l = (t) => r({
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 l = (t) => 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 l = (t) => 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 l = (t) => 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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "0.0.38",
3
+ "version": "0.0.39",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",