@trsys-tech/matrix-icons 0.1.5 → 0.1.6

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.
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ export declare const DollarBill: React.FC<SVGProps<SVGSVGElement>>;
3
+ //# sourceMappingURL=DollarBill.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DollarBill.d.ts","sourceRoot":"","sources":["../../src/components/DollarBill.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAUxD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ export declare const DollarGear: React.FC<SVGProps<SVGSVGElement>>;
3
+ //# sourceMappingURL=DollarGear.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DollarGear.d.ts","sourceRoot":"","sources":["../../src/components/DollarGear.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,eAAO,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAgBxD,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ export declare const Receipt: React.FC<SVGProps<SVGSVGElement>>;
3
+ //# sourceMappingURL=Receipt.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Receipt.d.ts","sourceRoot":"","sources":["../../src/components/Receipt.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAAC,QAAQ,CAAC,aAAa,CAAC,CAcrD,CAAC"}
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@trsys-tech/matrix-icons",
3
3
  "description": "MatrixUI Icon pack",
4
4
  "private": false,
5
- "version": "0.1.5",
5
+ "version": "0.1.6",
6
6
  "type": "module",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",