@ftdata/f-icons 0.0.5 → 0.0.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.
@@ -3,6 +3,7 @@ declare const ICONS: {
3
3
  "nmk bicycle": typeof import("./neo-markers/Bicycle").default;
4
4
  "nmk box": typeof import("./neo-markers/Box").default;
5
5
  "nmk bus-alt": typeof import("./neo-markers/BusAlt").default;
6
+ "nmk car-side": typeof import("./neo-markers/CarSide").default;
6
7
  "nmk crane": typeof import("./neo-markers/Crane").default;
7
8
  "nmk dumper": typeof import("./neo-markers/Dumper").default;
8
9
  "nmk excavator": typeof import("./neo-markers/Excavator").default;
@@ -21,6 +22,7 @@ declare const ICONS: {
21
22
  "nmk shoe-prints": typeof import("./neo-markers/ShoePrints").default;
22
23
  "nmk shuttle-van": typeof import("./neo-markers/ShuttleVan").default;
23
24
  "nmk tag": typeof import("./neo-markers/Tag").default;
25
+ "nmk tractor": typeof import("./neo-markers/Tractor").default;
24
26
  "nmk truck": typeof import("./neo-markers/Truck").default;
25
27
  "nmk truck-container": typeof import("./neo-markers/TruckContainer").default;
26
28
  "nmk truck-pickup": typeof import("./neo-markers/TruckPickup").default;
@@ -2,6 +2,7 @@ import Ambulance from "./Ambulance";
2
2
  import Bicycle from "./Bicycle";
3
3
  import Box from "./Box";
4
4
  import BusAlt from "./BusAlt";
5
+ import CarSide from "./CarSide";
5
6
  import Crane from "./Crane";
6
7
  import Dumper from "./Dumper";
7
8
  import Excavator from "./Excavator";
@@ -20,6 +21,7 @@ import Ship from "./Ship";
20
21
  import ShoePrints from "./ShoePrints";
21
22
  import ShuttleVan from "./ShuttleVan";
22
23
  import Tag from "./Tag";
24
+ import Tractor from "./Tractor";
23
25
  import Truck from "./Truck";
24
26
  import TruckContainer from "./TruckContainer";
25
27
  import TruckPickup from "./TruckPickup";
@@ -30,6 +32,7 @@ export declare const NEO_MARKERS: {
30
32
  "nmk bicycle": typeof Bicycle;
31
33
  "nmk box": typeof Box;
32
34
  "nmk bus-alt": typeof BusAlt;
35
+ "nmk car-side": typeof CarSide;
33
36
  "nmk crane": typeof Crane;
34
37
  "nmk dumper": typeof Dumper;
35
38
  "nmk excavator": typeof Excavator;
@@ -48,6 +51,7 @@ export declare const NEO_MARKERS: {
48
51
  "nmk shoe-prints": typeof ShoePrints;
49
52
  "nmk shuttle-van": typeof ShuttleVan;
50
53
  "nmk tag": typeof Tag;
54
+ "nmk tractor": typeof Tractor;
51
55
  "nmk truck": typeof Truck;
52
56
  "nmk truck-container": typeof TruckContainer;
53
57
  "nmk truck-pickup": typeof TruckPickup;
@@ -2,6 +2,7 @@ import Ambulance from "./Ambulance/index.js";
2
2
  import Bicycle from "./Bicycle/index.js";
3
3
  import Box from "./Box/index.js";
4
4
  import BusAlt from "./BusAlt/index.js";
5
+ import CarSide from "./CarSide/index.js";
5
6
  import Crane from "./Crane/index.js";
6
7
  import Dumper from "./Dumper/index.js";
7
8
  import Excavator from "./Excavator/index.js";
@@ -20,6 +21,7 @@ import Ship from "./Ship/index.js";
20
21
  import ShoePrints from "./ShoePrints/index.js";
21
22
  import ShuttleVan from "./ShuttleVan/index.js";
22
23
  import Tag from "./Tag/index.js";
24
+ import Tractor from "./Tractor/index.js";
23
25
  import Truck from "./Truck/index.js";
24
26
  import TruckContainer from "./TruckContainer/index.js";
25
27
  import TruckPickup from "./TruckPickup/index.js";
@@ -30,6 +32,7 @@ const NEO_MARKERS = {
30
32
  "nmk bicycle": Bicycle,
31
33
  "nmk box": Box,
32
34
  "nmk bus-alt": BusAlt,
35
+ "nmk car-side": CarSide,
33
36
  "nmk crane": Crane,
34
37
  "nmk dumper": Dumper,
35
38
  "nmk excavator": Excavator,
@@ -48,6 +51,7 @@ const NEO_MARKERS = {
48
51
  "nmk shoe-prints": ShoePrints,
49
52
  "nmk shuttle-van": ShuttleVan,
50
53
  "nmk tag": Tag,
54
+ "nmk tractor": Tractor,
51
55
  "nmk truck": Truck,
52
56
  "nmk truck-container": TruckContainer,
53
57
  "nmk truck-pickup": TruckPickup,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ftdata/f-icons",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "type": "module",
5
5
  "exports": {
6
6
  ".": {