@trackunit/ui-icons 1.13.12 → 1.13.13

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.
package/index.cjs.js CHANGED
@@ -15,6 +15,12 @@ const iconNames = {
15
15
  Plug: "Plug",
16
16
  Pin: "Pin",
17
17
  MapSearch: "MapSearch",
18
+ MapPinStop: "MapPinStop",
19
+ MapPinQuestionMark: "MapPinQuestionMark",
20
+ MapPinPlay: "MapPinPlay",
21
+ MapPinPause: "MapPinPause",
22
+ MapPinExclamation: "MapPinExclamation",
23
+ MapPinCheck: "MapPinCheck",
18
24
  MapMarkerPointSquare: "MapMarkerPointSquare",
19
25
  MapMarkerPointRound: "MapMarkerPointRound",
20
26
  MapMarkerLabelSquare: "MapMarkerLabelSquare",
package/index.esm.js CHANGED
@@ -13,6 +13,12 @@ const iconNames = {
13
13
  Plug: "Plug",
14
14
  Pin: "Pin",
15
15
  MapSearch: "MapSearch",
16
+ MapPinStop: "MapPinStop",
17
+ MapPinQuestionMark: "MapPinQuestionMark",
18
+ MapPinPlay: "MapPinPlay",
19
+ MapPinPause: "MapPinPause",
20
+ MapPinExclamation: "MapPinExclamation",
21
+ MapPinCheck: "MapPinCheck",
16
22
  MapMarkerPointSquare: "MapMarkerPointSquare",
17
23
  MapMarkerPointRound: "MapMarkerPointRound",
18
24
  MapMarkerLabelSquare: "MapMarkerLabelSquare",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/ui-icons",
3
- "version": "1.13.12",
3
+ "version": "1.13.13",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -13,6 +13,12 @@ export declare const iconNames: {
13
13
  readonly Plug: "Plug";
14
14
  readonly Pin: "Pin";
15
15
  readonly MapSearch: "MapSearch";
16
+ readonly MapPinStop: "MapPinStop";
17
+ readonly MapPinQuestionMark: "MapPinQuestionMark";
18
+ readonly MapPinPlay: "MapPinPlay";
19
+ readonly MapPinPause: "MapPinPause";
20
+ readonly MapPinExclamation: "MapPinExclamation";
21
+ readonly MapPinCheck: "MapPinCheck";
16
22
  readonly MapMarkerPointSquare: "MapMarkerPointSquare";
17
23
  readonly MapMarkerPointRound: "MapMarkerPointRound";
18
24
  readonly MapMarkerLabelSquare: "MapMarkerLabelSquare";