Skip to content

Commit

Permalink
Merge pull request #300 from Esri/v3.24.1
Browse files Browse the repository at this point in the history
V3.24.1
  • Loading branch information
allieorth committed Aug 30, 2023
2 parents 13be341 + c88a37b commit 5a25203
Show file tree
Hide file tree
Showing 65 changed files with 114 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions docs/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -12992,5 +12992,32 @@
],
"category":"Generic",
"release":"3.24.0"
},
"stop-square":{
"alias":[
"3.24.1",
"media",
"cube",
"stop",
"halt",
"end",
"finish"
],
"category":"Media",
"release":""
},
"circle-stop":{
"alias":[
"3.24.1",
"symbols",
"cube",
"stop",
"halt",
"end",
"finish",
"button"
],
"category":"Symbols",
"release":""
}
}
1 change: 1 addition & 0 deletions icons/circle-stop-16-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/circle-stop-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/circle-stop-24-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/circle-stop-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/circle-stop-32-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/circle-stop-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/minus-square-16-f.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified icons/minus-square-24-f.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/minus-square-32-f.svg
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/stop-square-16-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/stop-square-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/stop-square-24-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/stop-square-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/stop-square-32-f.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/stop-square-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 14 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,12 @@ export const circlePause24F: string;
export const circlePause24: string;
export const circlePause32F: string;
export const circlePause32: string;
export const circleStop16F: string;
export const circleStop16: string;
export const circleStop24F: string;
export const circleStop24: string;
export const circleStop32F: string;
export const circleStop32: string;
export const classifyObjects16: string;
export const classifyObjects24: string;
export const classifyObjects32: string;
Expand Down Expand Up @@ -1767,11 +1773,11 @@ export const minus32: string;
export const minusCircle16: string;
export const minusCircle24: string;
export const minusCircle32: string;
export const minusSquare16F: CalciteMultiPathEntry[];
export const minusSquare16F: string;
export const minusSquare16: string;
export const minusSquare24F: string;
export const minusSquare24: string;
export const minusSquare32F: CalciteMultiPathEntry[];
export const minusSquare32F: string;
export const minusSquare32: string;
export const miscellaneousCollection16: string;
export const miscellaneousCollection24: string;
Expand Down Expand Up @@ -2622,6 +2628,12 @@ export const starCircle32: string;
export const stop16: string;
export const stop24: string;
export const stop32: string;
export const stopSquare16F: string;
export const stopSquare16: string;
export const stopSquare24F: string;
export const stopSquare24: string;
export const stopSquare32F: string;
export const stopSquare32: string;
export const straight16: string;
export const straight24: string;
export const straight32: string;
Expand Down
12 changes: 12 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -494,6 +494,12 @@ export {circlePause24F} from "./js/circlePause24F.js";
export {circlePause24} from "./js/circlePause24.js";
export {circlePause32F} from "./js/circlePause32F.js";
export {circlePause32} from "./js/circlePause32.js";
export {circleStop16F} from "./js/circleStop16F.js";
export {circleStop16} from "./js/circleStop16.js";
export {circleStop24F} from "./js/circleStop24F.js";
export {circleStop24} from "./js/circleStop24.js";
export {circleStop32F} from "./js/circleStop32F.js";
export {circleStop32} from "./js/circleStop32.js";
export {classifyObjects16} from "./js/classifyObjects16.js";
export {classifyObjects24} from "./js/classifyObjects24.js";
export {classifyObjects32} from "./js/classifyObjects32.js";
Expand Down Expand Up @@ -2615,6 +2621,12 @@ export {starCircle32} from "./js/starCircle32.js";
export {stop16} from "./js/stop16.js";
export {stop24} from "./js/stop24.js";
export {stop32} from "./js/stop32.js";
export {stopSquare16F} from "./js/stopSquare16F.js";
export {stopSquare16} from "./js/stopSquare16.js";
export {stopSquare24F} from "./js/stopSquare24F.js";
export {stopSquare24} from "./js/stopSquare24.js";
export {stopSquare32F} from "./js/stopSquare32F.js";
export {stopSquare32} from "./js/stopSquare32.js";
export {straight16} from "./js/straight16.js";
export {straight24} from "./js/straight24.js";
export {straight32} from "./js/straight32.js";
Expand Down
1 change: 1 addition & 0 deletions js/circleStop16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circleStop16: string;
1 change: 1 addition & 0 deletions js/circleStop16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circleStop16 = "M8.5 15.8a7.3 7.3 0 1 0 0-14.6 7.3 7.3 0 0 0 0 14.6zm0-13.6c3.474 0 6.3 2.826 6.3 6.3s-2.826 6.3-6.3 6.3-6.3-2.826-6.3-6.3 2.826-6.3 6.3-6.3zM11 11H6V6h5v5z";
1 change: 1 addition & 0 deletions js/circleStop16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M8.5 15.8a7.3 7.3 0 1 0 0-14.6 7.3 7.3 0 0 0 0 14.6zm0-13.6c3.474 0 6.3 2.826 6.3 6.3s-2.826 6.3-6.3 6.3-6.3-2.826-6.3-6.3 2.826-6.3 6.3-6.3zM11 11H6V6h5v5z"
1 change: 1 addition & 0 deletions js/circleStop16F.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circleStop16F: string;
1 change: 1 addition & 0 deletions js/circleStop16F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circleStop16F = "M8.5 15.8a7.3 7.3 0 1 0 0-14.6 7.3 7.3 0 0 0 0 14.6zM6 6h5v5H6V6z";
1 change: 1 addition & 0 deletions js/circleStop16F.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M8.5 15.8a7.3 7.3 0 1 0 0-14.6 7.3 7.3 0 0 0 0 14.6zM6 6h5v5H6V6z"
1 change: 1 addition & 0 deletions js/circleStop24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circleStop24: string;
1 change: 1 addition & 0 deletions js/circleStop24.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/circleStop24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M12.5 2.2C6.81 2.2 2.2 6.81 2.2 12.5c0 5.692 4.61 10.3 10.3 10.3s10.3-4.608 10.3-10.3c0-5.69-4.61-10.3-10.3-10.3zm0 19.6c-5.128 0-9.3-4.172-9.3-9.3s4.172-9.3 9.3-9.3 9.3 4.172 9.3 9.3-4.172 9.3-9.3 9.3zM8 8h9v9H8V8z"
1 change: 1 addition & 0 deletions js/circleStop24F.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circleStop24F: string;
1 change: 1 addition & 0 deletions js/circleStop24F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circleStop24F = "M12.5 2.2C6.81 2.2 2.2 6.81 2.2 12.5c0 5.692 4.61 10.3 10.3 10.3s10.3-4.608 10.3-10.3c0-5.69-4.61-10.3-10.3-10.3zM17 17H8V8h9v9z";
1 change: 1 addition & 0 deletions js/circleStop24F.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M12.5 2.2C6.81 2.2 2.2 6.81 2.2 12.5c0 5.692 4.61 10.3 10.3 10.3s10.3-4.608 10.3-10.3c0-5.69-4.61-10.3-10.3-10.3zM17 17H8V8h9v9z"
1 change: 1 addition & 0 deletions js/circleStop32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circleStop32: string;
1 change: 1 addition & 0 deletions js/circleStop32.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions js/circleStop32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M16.5 3.2C9.154 3.2 3.2 9.154 3.2 16.5s5.954 13.3 13.3 13.3 13.3-5.954 13.3-13.3S23.846 3.2 16.5 3.2zm0 25.6c-6.782 0-12.3-5.518-12.3-12.3S9.718 4.2 16.5 4.2s12.3 5.518 12.3 12.3-5.518 12.3-12.3 12.3zM11 11h11v11H11V11z"
1 change: 1 addition & 0 deletions js/circleStop32F.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circleStop32F: string;
1 change: 1 addition & 0 deletions js/circleStop32F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const circleStop32F = "M16.5 3.2C9.154 3.2 3.2 9.154 3.2 16.5s5.954 13.3 13.3 13.3 13.3-5.954 13.3-13.3S23.846 3.2 16.5 3.2zM22 22H11V11h11v11z";
1 change: 1 addition & 0 deletions js/circleStop32F.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M16.5 3.2C9.154 3.2 3.2 9.154 3.2 16.5s5.954 13.3 13.3 13.3 13.3-5.954 13.3-13.3S23.846 3.2 16.5 3.2zM22 22H11V11h11v11z"
2 changes: 1 addition & 1 deletion js/minusSquare16F.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const minusSquare16F: CalciteMultiPathEntry[];
export const minusSquare16F: string;
2 changes: 1 addition & 1 deletion js/minusSquare16F.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const minusSquare16F = [{"d":"M14.071 2H2.93a.929.929 0 0 0-.93.929V14.07a.93.93 0 0 0 .929.929H14.07a.929.929 0 0 0 .929-.929V2.93a.929.929 0 0 0-.928-.93zM12 9H5V8h7v1z"},{"d":"M5 8h7v1H5z"}];
export const minusSquare16F = "M14.071 2H2.93a.929.929 0 0 0-.93.929V14.07a.93.93 0 0 0 .929.929H14.07a.929.929 0 0 0 .929-.929V2.93a.929.929 0 0 0-.928-.93zM12 9H5V8h7v1z";
2 changes: 1 addition & 1 deletion js/minusSquare16F.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"d":"M14.071 2H2.93a.929.929 0 0 0-.93.929V14.07a.93.93 0 0 0 .929.929H14.07a.929.929 0 0 0 .929-.929V2.93a.929.929 0 0 0-.928-.93zM12 9H5V8h7v1z"},{"d":"M5 8h7v1H5z"}]
"M14.071 2H2.93a.929.929 0 0 0-.93.929V14.07a.93.93 0 0 0 .929.929H14.07a.929.929 0 0 0 .929-.929V2.93a.929.929 0 0 0-.928-.93zM12 9H5V8h7v1z"
2 changes: 1 addition & 1 deletion js/minusSquare32F.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const minusSquare32F: CalciteMultiPathEntry[];
export const minusSquare32F: string;
2 changes: 1 addition & 1 deletion js/minusSquare32F.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const minusSquare32F = [{"d":"M27.198 4h-21.4A1.8 1.8 0 0 0 4 5.798V27.2A1.8 1.8 0 0 0 5.8 29h21.4a1.8 1.8 0 0 0 1.8-1.8V5.798C29 4.807 28.191 4 27.198 4zM25 17H8v-1h17v1z"},{"d":"M8 16h17v1H8z"}];
export const minusSquare32F = "M27.198 4h-21.4A1.8 1.8 0 0 0 4 5.798V27.2A1.8 1.8 0 0 0 5.8 29h21.4a1.8 1.8 0 0 0 1.8-1.8V5.798C29 4.807 28.191 4 27.198 4zM25 17H8v-1h17v1z";
2 changes: 1 addition & 1 deletion js/minusSquare32F.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"d":"M27.198 4h-21.4A1.8 1.8 0 0 0 4 5.798V27.2A1.8 1.8 0 0 0 5.8 29h21.4a1.8 1.8 0 0 0 1.8-1.8V5.798C29 4.807 28.191 4 27.198 4zM25 17H8v-1h17v1z"},{"d":"M8 16h17v1H8z"}]
"M27.198 4h-21.4A1.8 1.8 0 0 0 4 5.798V27.2A1.8 1.8 0 0 0 5.8 29h21.4a1.8 1.8 0 0 0 1.8-1.8V5.798C29 4.807 28.191 4 27.198 4zM25 17H8v-1h17v1z"
1 change: 1 addition & 0 deletions js/stopSquare16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const stopSquare16: string;
1 change: 1 addition & 0 deletions js/stopSquare16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const stopSquare16 = "M1 1v14h14V1H1zm13 13H2V2h12v12z";
1 change: 1 addition & 0 deletions js/stopSquare16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M1 1v14h14V1H1zm13 13H2V2h12v12z"
1 change: 1 addition & 0 deletions js/stopSquare16F.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const stopSquare16F: string;
1 change: 1 addition & 0 deletions js/stopSquare16F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const stopSquare16F = "M15 1v14H1V1h14z";
1 change: 1 addition & 0 deletions js/stopSquare16F.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M15 1v14H1V1h14z"
1 change: 1 addition & 0 deletions js/stopSquare24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const stopSquare24: string;
1 change: 1 addition & 0 deletions js/stopSquare24.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const stopSquare24 = "M2 22h20V2H2v20zM3 3h18v18H3V3z";
1 change: 1 addition & 0 deletions js/stopSquare24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M2 22h20V2H2v20zM3 3h18v18H3V3z"
1 change: 1 addition & 0 deletions js/stopSquare24F.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const stopSquare24F: string;
1 change: 1 addition & 0 deletions js/stopSquare24F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const stopSquare24F = "M2 2h20v20H2V2z";
1 change: 1 addition & 0 deletions js/stopSquare24F.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M2 2h20v20H2V2z"
1 change: 1 addition & 0 deletions js/stopSquare32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const stopSquare32: string;
1 change: 1 addition & 0 deletions js/stopSquare32.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const stopSquare32 = "M3 29h26V3H3v26zM4 4h24v24H4V4z";
1 change: 1 addition & 0 deletions js/stopSquare32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M3 29h26V3H3v26zM4 4h24v24H4V4z"
1 change: 1 addition & 0 deletions js/stopSquare32F.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const stopSquare32F: string;
1 change: 1 addition & 0 deletions js/stopSquare32F.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const stopSquare32F = "M29 3v26H3V3h26z";
1 change: 1 addition & 0 deletions js/stopSquare32F.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M29 3v26H3V3h26z"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"spriter": "bin/spriter.js"
},
"name": "@esri/calcite-ui-icons",
"version": "3.24.0",
"version": "3.24.1",
"private": false,
"description": "A collection of UI SVG icons created by Esri for applications.",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion sprite-16.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sprite-24.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion sprite-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5a25203

Please sign in to comment.