@esri/calcite-ui-icons 4.3.0-next.2 → 4.3.0-next.3
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/location-label-16.svg +1 -0
- package/icons/location-label-24.svg +1 -0
- package/icons/location-label-32.svg +1 -0
- package/index.d.ts +3 -0
- package/index.js +3 -0
- package/js/locationLabel16.d.ts +1 -0
- package/js/locationLabel16.js +1 -0
- package/js/locationLabel16.json +1 -0
- package/js/locationLabel24.d.ts +1 -0
- package/js/locationLabel24.js +1 -0
- package/js/locationLabel24.json +1 -0
- package/js/locationLabel32.d.ts +1 -0
- package/js/locationLabel32.js +1 -0
- package/js/locationLabel32.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
|
@@ -9834,5 +9834,10 @@
|
|
|
9834
9834
|
"alias": ["4.3.0", "windows", "table", "content", "html", "css"],
|
|
9835
9835
|
"category": "Windows",
|
|
9836
9836
|
"release": "4.3.0"
|
|
9837
|
+
},
|
|
9838
|
+
"location-label": {
|
|
9839
|
+
"alias": ["4.3.0", "gis", "marker", "navigation", "map", "identify", "data"],
|
|
9840
|
+
"category": "GIS",
|
|
9841
|
+
"release": "4.3.0"
|
|
9837
9842
|
}
|
|
9838
9843
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14 10H8V9h6v1zM8 5v1h7v7H1V5H0v9h16V5H8zM7 8.707V4.011A2.013 2.013 0 0 0 4.99 2h-.98a1.997 1.997 0 0 0-2 2L2 8.707l2.5 2.5 2.5-2.5zM3 4.011C3 3.453 3.453 3 4.01 3h.98C5.546 3 6 3.453 6 4.01v4.283l-1.5 1.5-1.5-1.5V4.011zM4 5v1h1V5H4z"/><path fill="none" d="M0 0h16v16H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21 14H11v-1h10v1zM11 7v1h12v11H1V8h1V7H0v13h24V7H11zm-1 4.707V5.565A2.568 2.568 0 0 0 7.435 3h-1.87A2.568 2.568 0 0 0 3 5.565v6.142l3.5 3.5 3.5-3.5zM4 5.565C4 4.702 4.702 4 5.565 4h1.87C8.298 4 9 4.702 9 5.565v5.728l-2.5 2.5-2.5-2.5V5.565zM8 7.5C8 6.673 7.327 6 6.5 6S5 6.673 5 7.5 5.673 9 6.5 9 8 8.327 8 7.5zm-1 0a.501.501 0 0 1-1 0 .501.501 0 0 1 1 0z"/><path fill="none" d="M0 0h24v24H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M31 10v17H1V10h3v1H2v15h28V11H15v-1h16zM9.5 21.207l-4.5-4.5v-8.08A3.633 3.633 0 0 1 8.628 5h1.744C12.372 5 14 6.628 14 8.628v8.079l-4.5 4.5zM6 16.293l3.5 3.5 3.5-3.5.008-7.665A2.637 2.637 0 0 0 10.372 6H8.628A2.63 2.63 0 0 0 6 8.628v7.665zM9.5 13C8.121 13 7 11.879 7 10.5S8.121 8 9.5 8s2.499 1.121 2.499 2.5S10.879 13 9.5 13zm0-1c.827 0 1.5-.673 1.5-1.5S10.327 9 9.5 9 8 9.673 8 10.5 8.673 12 9.5 12zM28 18H15v1h13v-1z"/><path fill="none" d="M0 0h32v32H0z"/></svg>
|
package/index.d.ts
CHANGED
|
@@ -1884,6 +1884,9 @@ export const locationSharing24: string;
|
|
|
1884
1884
|
export const locationSharing24F: string;
|
|
1885
1885
|
export const locationSharing16: string;
|
|
1886
1886
|
export const locationSharing16F: string;
|
|
1887
|
+
export const locationLabel32: string;
|
|
1888
|
+
export const locationLabel24: string;
|
|
1889
|
+
export const locationLabel16: string;
|
|
1887
1890
|
export const livestreamVideoLayer32: string;
|
|
1888
1891
|
export const livestreamVideoLayer24: string;
|
|
1889
1892
|
export const livestreamVideoLayer16: string;
|
package/index.js
CHANGED
|
@@ -1877,6 +1877,9 @@ export {locationSharing24} from "./js/locationSharing24.js";
|
|
|
1877
1877
|
export {locationSharing24F} from "./js/locationSharing24F.js";
|
|
1878
1878
|
export {locationSharing16} from "./js/locationSharing16.js";
|
|
1879
1879
|
export {locationSharing16F} from "./js/locationSharing16F.js";
|
|
1880
|
+
export {locationLabel32} from "./js/locationLabel32.js";
|
|
1881
|
+
export {locationLabel24} from "./js/locationLabel24.js";
|
|
1882
|
+
export {locationLabel16} from "./js/locationLabel16.js";
|
|
1880
1883
|
export {livestreamVideoLayer32} from "./js/livestreamVideoLayer32.js";
|
|
1881
1884
|
export {livestreamVideoLayer24} from "./js/livestreamVideoLayer24.js";
|
|
1882
1885
|
export {livestreamVideoLayer16} from "./js/livestreamVideoLayer16.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const locationLabel16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const locationLabel16 = "M14 10H8V9h6v1zM8 5v1h7v7H1V5H0v9h16V5H8zM7 8.707V4.011A2.013 2.013 0 0 0 4.99 2h-.98a1.997 1.997 0 0 0-2 2L2 8.707l2.5 2.5 2.5-2.5zM3 4.011C3 3.453 3.453 3 4.01 3h.98C5.546 3 6 3.453 6 4.01v4.283l-1.5 1.5-1.5-1.5V4.011zM4 5v1h1V5H4z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M14 10H8V9h6v1zM8 5v1h7v7H1V5H0v9h16V5H8zM7 8.707V4.011A2.013 2.013 0 0 0 4.99 2h-.98a1.997 1.997 0 0 0-2 2L2 8.707l2.5 2.5 2.5-2.5zM3 4.011C3 3.453 3.453 3 4.01 3h.98C5.546 3 6 3.453 6 4.01v4.283l-1.5 1.5-1.5-1.5V4.011zM4 5v1h1V5H4z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const locationLabel24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const locationLabel24 = "M21 14H11v-1h10v1zM11 7v1h12v11H1V8h1V7H0v13h24V7H11zm-1 4.707V5.565A2.568 2.568 0 0 0 7.435 3h-1.87A2.568 2.568 0 0 0 3 5.565v6.142l3.5 3.5 3.5-3.5zM4 5.565C4 4.702 4.702 4 5.565 4h1.87C8.298 4 9 4.702 9 5.565v5.728l-2.5 2.5-2.5-2.5V5.565zM8 7.5C8 6.673 7.327 6 6.5 6S5 6.673 5 7.5 5.673 9 6.5 9 8 8.327 8 7.5zm-1 0a.501.501 0 0 1-1 0 .501.501 0 0 1 1 0z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M21 14H11v-1h10v1zM11 7v1h12v11H1V8h1V7H0v13h24V7H11zm-1 4.707V5.565A2.568 2.568 0 0 0 7.435 3h-1.87A2.568 2.568 0 0 0 3 5.565v6.142l3.5 3.5 3.5-3.5zM4 5.565C4 4.702 4.702 4 5.565 4h1.87C8.298 4 9 4.702 9 5.565v5.728l-2.5 2.5-2.5-2.5V5.565zM8 7.5C8 6.673 7.327 6 6.5 6S5 6.673 5 7.5 5.673 9 6.5 9 8 8.327 8 7.5zm-1 0a.501.501 0 0 1-1 0 .501.501 0 0 1 1 0z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const locationLabel32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const locationLabel32 = "M31 10v17H1V10h3v1H2v15h28V11H15v-1h16zM9.5 21.207l-4.5-4.5v-8.08A3.633 3.633 0 0 1 8.628 5h1.744C12.372 5 14 6.628 14 8.628v8.079l-4.5 4.5zM6 16.293l3.5 3.5 3.5-3.5.008-7.665A2.637 2.637 0 0 0 10.372 6H8.628A2.63 2.63 0 0 0 6 8.628v7.665zM9.5 13C8.121 13 7 11.879 7 10.5S8.121 8 9.5 8s2.499 1.121 2.499 2.5S10.879 13 9.5 13zm0-1c.827 0 1.5-.673 1.5-1.5S10.327 9 9.5 9 8 9.673 8 10.5 8.673 12 9.5 12zM28 18H15v1h13v-1z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M31 10v17H1V10h3v1H2v15h28V11H15v-1h16zM9.5 21.207l-4.5-4.5v-8.08A3.633 3.633 0 0 1 8.628 5h1.744C12.372 5 14 6.628 14 8.628v8.079l-4.5 4.5zM6 16.293l3.5 3.5 3.5-3.5.008-7.665A2.637 2.637 0 0 0 10.372 6H8.628A2.63 2.63 0 0 0 6 8.628v7.665zM9.5 13C8.121 13 7 11.879 7 10.5S8.121 8 9.5 8s2.499 1.121 2.499 2.5S10.879 13 9.5 13zm0-1c.827 0 1.5-.673 1.5-1.5S10.327 9 9.5 9 8 9.673 8 10.5 8.673 12 9.5 12zM28 18H15v1h13v-1z"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@esri/calcite-ui-icons",
|
|
3
|
-
"version": "4.3.0-next.
|
|
3
|
+
"version": "4.3.0-next.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A collection of UI SVG icons created by Esri for applications.",
|
|
6
6
|
"keywords": [
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"volta": {
|
|
77
77
|
"extends": "../../package.json"
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "5588f4627f78670e57a4d971b3a13445f90a385d"
|
|
80
80
|
}
|