@esri/calcite-ui-icons 4.0.0-next.8 → 4.0.0-next.9
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/docs/icons.json +1 -1
- package/docs/keywords.json +5 -0
- package/fonts/calcite-ui-icons-16.ttf +0 -0
- package/fonts/calcite-ui-icons-24.ttf +0 -0
- package/fonts/calcite-ui-icons-32.ttf +0 -0
- package/icons/crosshair-16.svg +1 -0
- package/icons/crosshair-24.svg +1 -0
- package/icons/crosshair-32.svg +1 -0
- package/index.d.ts +3 -0
- package/index.js +3 -0
- package/js/crosshair16.d.ts +1 -0
- package/js/crosshair16.js +1 -0
- package/js/crosshair16.json +1 -0
- package/js/crosshair24.d.ts +1 -0
- package/js/crosshair24.js +1 -0
- package/js/crosshair24.json +1 -0
- package/js/crosshair32.d.ts +1 -0
- package/js/crosshair32.js +1 -0
- package/js/crosshair32.json +1 -0
- package/package.json +2 -2
- package/sprite-16.svg +1 -1
- package/sprite-24.svg +1 -1
- package/sprite-32.svg +1 -1
package/docs/keywords.json
CHANGED
|
@@ -9472,5 +9472,10 @@
|
|
|
9472
9472
|
],
|
|
9473
9473
|
"category": "Layers",
|
|
9474
9474
|
"release": "4.0.0"
|
|
9475
|
+
},
|
|
9476
|
+
"crosshair": {
|
|
9477
|
+
"alias": ["4.0.0", "gis", "dot", "lines", "reticule", "scope", "target", "aim", "marker", "goal", "point"],
|
|
9478
|
+
"category": "GIS",
|
|
9479
|
+
"release": "4.0.0"
|
|
9475
9480
|
}
|
|
9476
9481
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="none" d="M0 0h16v16H0z"/><path d="M12 8h4v1h-4V8zM1 9h4V8H1v1zm7 3v4h1v-4H8zM8 1v4h1V1H8zm1 7H8v1h1V8z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path d="M13 13h-1v-1h1v1zm3 0h7v-1h-7v1zM2 13h7v-1H2v1zm10 3v7h1v-7h-1zm0-14v7h1V2h-1z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="none" d="M0 0h32v32H0z"/><path d="M20 15h11v1H20v-1zM2 16h11v-1H2v1zm14 3v11h1V19h-1zm0-17v10h1V2h-1zm1 13h-1v1h1v-1z"/></svg>
|
package/index.d.ts
CHANGED
|
@@ -2970,6 +2970,9 @@ export const cubePlus16: string;
|
|
|
2970
2970
|
export const cube32: string;
|
|
2971
2971
|
export const cube24: string;
|
|
2972
2972
|
export const cube16: string;
|
|
2973
|
+
export const crosshair32: string;
|
|
2974
|
+
export const crosshair24: string;
|
|
2975
|
+
export const crosshair16: string;
|
|
2973
2976
|
export const crop32: string;
|
|
2974
2977
|
export const crop24: string;
|
|
2975
2978
|
export const crop16: string;
|
package/index.js
CHANGED
|
@@ -2963,6 +2963,9 @@ export {cubePlus16} from "./js/cubePlus16.js";
|
|
|
2963
2963
|
export {cube32} from "./js/cube32.js";
|
|
2964
2964
|
export {cube24} from "./js/cube24.js";
|
|
2965
2965
|
export {cube16} from "./js/cube16.js";
|
|
2966
|
+
export {crosshair32} from "./js/crosshair32.js";
|
|
2967
|
+
export {crosshair24} from "./js/crosshair24.js";
|
|
2968
|
+
export {crosshair16} from "./js/crosshair16.js";
|
|
2966
2969
|
export {crop32} from "./js/crop32.js";
|
|
2967
2970
|
export {crop24} from "./js/crop24.js";
|
|
2968
2971
|
export {crop16} from "./js/crop16.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const crosshair16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const crosshair16 = "M12 8h4v1h-4V8zM1 9h4V8H1v1zm7 3v4h1v-4H8zM8 1v4h1V1H8zm1 7H8v1h1V8z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M12 8h4v1h-4V8zM1 9h4V8H1v1zm7 3v4h1v-4H8zM8 1v4h1V1H8zm1 7H8v1h1V8z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const crosshair24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const crosshair24 = "M13 13h-1v-1h1v1zm3 0h7v-1h-7v1zM2 13h7v-1H2v1zm10 3v7h1v-7h-1zm0-14v7h1V2h-1z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M13 13h-1v-1h1v1zm3 0h7v-1h-7v1zM2 13h7v-1H2v1zm10 3v7h1v-7h-1zm0-14v7h1V2h-1z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const crosshair32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const crosshair32 = "M20 15h11v1H20v-1zM2 16h11v-1H2v1zm14 3v11h1V19h-1zm0-17v10h1V2h-1zm1 13h-1v1h1v-1z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M20 15h11v1H20v-1zM2 16h11v-1H2v1zm14 3v11h1V19h-1zm0-17v10h1V2h-1zm1 13h-1v1h1v-1z"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-ui-icons",
|
|
3
|
-
"version": "4.0.0-next.
|
|
3
|
+
"version": "4.0.0-next.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A collection of UI SVG icons created by Esri for applications.",
|
|
6
6
|
"keywords": [
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
"volta": {
|
|
74
74
|
"extends": "../../package.json"
|
|
75
75
|
},
|
|
76
|
-
"gitHead": "
|
|
76
|
+
"gitHead": "1b8386edd1d8a1e3fe52a5993b0c78b32cf05286"
|
|
77
77
|
}
|