Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #285 from Esri/v3.23.1
Browse files Browse the repository at this point in the history
V3.23.1
  • Loading branch information
allieorth authored Jun 8, 2023
2 parents eb8d084 + 540ec1a commit 7af1040
Show file tree
Hide file tree
Showing 44 changed files with 99 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

40 changes: 40 additions & 0 deletions docs/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -12213,5 +12213,45 @@
],
"category":"Symbols",
"release":"3.23.0"
},
"recycle-bin":{
"alias":[
"3.23.1",
"objects",
"delete",
"store",
"move",
"remove",
"reuse",
"arrows"
],
"category":"Objects",
"release":""
},
"unmerge":{
"alias":[
"3.23.1",
"generic",
"unmerging",
"disconnect",
"separate",
"split",
"arrows"
],
"category":"Generic",
"release":""
},
"merge-2":{
"alias":[
"3.23.1",
"generic",
"merging",
"combine",
"connect",
"involve",
"arrows"
],
"category":"Generic",
"release":""
}
}
1 change: 1 addition & 0 deletions icons/merge-2-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/merge-2-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/merge-2-32.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/recycle-bin-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/recycle-bin-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/recycle-bin-32.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/unmerge-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/unmerge-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/unmerge-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1648,6 +1648,9 @@ export const megaPhone16: string;
export const megaPhone24: string;
export const megaPhone32: string;
export const merge16: string;
export const merge216: string;
export const merge224: string;
export const merge232: string;
export const merge24: string;
export const merge32: string;
export const mergeOnHighway16: string;
Expand Down Expand Up @@ -2097,6 +2100,9 @@ export const rectanglePlus32: string;
export const recurrence16: string;
export const recurrence24: string;
export const recurrence32: string;
export const recycleBin16: string;
export const recycleBin24: string;
export const recycleBin32: string;
export const redo16: string;
export const redo24: string;
export const redo32: string;
Expand Down Expand Up @@ -2670,6 +2676,9 @@ export const unlink32: string;
export const unlock16: string;
export const unlock24: string;
export const unlock32: string;
export const unmerge16: string;
export const unmerge24: string;
export const unmerge32: string;
export const unpin16: string;
export const unpin24: string;
export const unpin32: string;
Expand Down
9 changes: 9 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1641,6 +1641,9 @@ export {megaPhone16} from "./js/megaPhone16.js";
export {megaPhone24} from "./js/megaPhone24.js";
export {megaPhone32} from "./js/megaPhone32.js";
export {merge16} from "./js/merge16.js";
export {merge216} from "./js/merge216.js";
export {merge224} from "./js/merge224.js";
export {merge232} from "./js/merge232.js";
export {merge24} from "./js/merge24.js";
export {merge32} from "./js/merge32.js";
export {mergeOnHighway16} from "./js/mergeOnHighway16.js";
Expand Down Expand Up @@ -2090,6 +2093,9 @@ export {rectanglePlus32} from "./js/rectanglePlus32.js";
export {recurrence16} from "./js/recurrence16.js";
export {recurrence24} from "./js/recurrence24.js";
export {recurrence32} from "./js/recurrence32.js";
export {recycleBin16} from "./js/recycleBin16.js";
export {recycleBin24} from "./js/recycleBin24.js";
export {recycleBin32} from "./js/recycleBin32.js";
export {redo16} from "./js/redo16.js";
export {redo24} from "./js/redo24.js";
export {redo32} from "./js/redo32.js";
Expand Down Expand Up @@ -2663,6 +2669,9 @@ export {unlink32} from "./js/unlink32.js";
export {unlock16} from "./js/unlock16.js";
export {unlock24} from "./js/unlock24.js";
export {unlock32} from "./js/unlock32.js";
export {unmerge16} from "./js/unmerge16.js";
export {unmerge24} from "./js/unmerge24.js";
export {unmerge32} from "./js/unmerge32.js";
export {unpin16} from "./js/unpin16.js";
export {unpin24} from "./js/unpin24.js";
export {unpin32} from "./js/unpin32.js";
Expand Down
1 change: 1 addition & 0 deletions js/merge216.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const merge216: string;
1 change: 1 addition & 0 deletions js/merge216.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const merge216 = "M15.993 8.455l-2.81 2.81-.706-.707L14.034 9H8.707l-4 4H0v-1h4.293l3.5-3.5-3.5-3.5H0V4h4.707l4 4h5.416l-1.646-1.646.707-.707z";
1 change: 1 addition & 0 deletions js/merge216.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M15.993 8.455l-2.81 2.81-.706-.707L14.034 9H8.707l-4 4H0v-1h4.293l3.5-3.5-3.5-3.5H0V4h4.707l4 4h5.416l-1.646-1.646.707-.707z"
1 change: 1 addition & 0 deletions js/merge224.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const merge224: string;
1 change: 1 addition & 0 deletions js/merge224.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const merge224 = "M23.207 12.494l-2.847 2.847-.707-.707 1.64-1.64-6.586.006-7 7H1v-1h6.293l6.5-6.5-6.5-6.5H1V5h6.707l7 7.005L21.294 12l-1.641-1.646.707-.707z";
1 change: 1 addition & 0 deletions js/merge224.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M23.207 12.494l-2.847 2.847-.707-.707 1.64-1.64-6.586.006-7 7H1v-1h6.293l6.5-6.5-6.5-6.5H1V5h6.707l7 7.005L21.294 12l-1.641-1.646.707-.707z"
1 change: 1 addition & 0 deletions js/merge232.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const merge232: string;
1 change: 1 addition & 0 deletions js/merge232.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const merge232 = "M31.207 16.5l-3.854 3.854-.707-.707 2.656-2.656-9.595.009-9 8.998L1 26v-.998L10.293 25l8.5-8.5-8.5-8.5L1 7.998V7l9.707.002 9 9.007L29.284 16l-2.638-2.646.707-.707z";
1 change: 1 addition & 0 deletions js/merge232.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M31.207 16.5l-3.854 3.854-.707-.707 2.656-2.656-9.595.009-9 8.998L1 26v-.998L10.293 25l8.5-8.5-8.5-8.5L1 7.998V7l9.707.002 9 9.007L29.284 16l-2.638-2.646.707-.707z"
1 change: 1 addition & 0 deletions js/recycleBin16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const recycleBin16: string;
1 change: 1 addition & 0 deletions js/recycleBin16.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/recycleBin16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M16 1.5c0-.827-.673-1.5-1.5-1.5h-13C.673 0 0 .673 0 1.5S.673 3 1.5 3h13c.827 0 1.5-.673 1.5-1.5zm-15 0a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5zm10.653 6.465l.866-.5-.72-1.248a.2.2 0 0 0-.347 0L11 6.998l-.038.067-.866-.5.49-.848c.1-.174.246-.303.414-.396.546-.3 1.338-.17 1.665.396l.72 1.248.866-.5-.299 2.482-2.299-.982zm-4.231 3.234l.713-1.236-.866-.5 2.299-.982.299 2.482-.866-.5-.715 1.237a.197.197 0 0 0 0 .198.202.202 0 0 0 .173.102H10v1H8.459c-.427 0-.825-.23-1.04-.6a1.194 1.194 0 0 1 .003-1.201zM11.846 15h1.113l-.007.06c-.111.561-.574.94-1.106.94H4.154c-.532 0-.995-.379-1.1-.901L1.722 4h1.006L4.04 14.94c.006.018.056.06.114.06h7.692zm3.984-3.8a1.202 1.202 0 0 1-1.039 1.8H13v1l-2-1.5 2-1.5v1h1.791a.2.2 0 0 0 .174-.3l-.765-1.325.865-.5.765 1.325z"
1 change: 1 addition & 0 deletions js/recycleBin24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const recycleBin24: string;
1 change: 1 addition & 0 deletions js/recycleBin24.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/recycleBin24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M16.918 12.67l1.3-.75-1.447-2.506c-.083-.14-.217-.156-.271-.156s-.188.015-.27.156l-.23.398-.77 1.332-.865-.5 1-1.73c.472-.821 1.798-.821 2.27 0l.05.086 1.398 2.42 1.3-.75-.417 3.28-3.048-1.28zM20.5 5H3.446v-.005A1.499 1.499 0 0 1 2 3.5C2 2.673 2.673 2 3.5 2h17c.827 0 1.5.673 1.5 1.5 0 .808-.644 1.465-1.445 1.494V5H20.5zm0-1a.5.5 0 0 0 0-1h-17a.5.5 0 0 0 0 1h17zm-1.047 2l-.288 3h1.004l.289-3h-1.005zm-8.775 12.344c.236.41.66.656 1.135.656H14v-1h-2.187a.308.308 0 0 1-.27-.156.309.309 0 0 1 0-.312l1.139-1.972 1.3.75-.417-3.279-3.048 1.28 1.3.75-1.14 1.971a1.298 1.298 0 0 0 0 1.312zm11.644-1.312l-1.015-1.759-.866.5 1.016 1.76a.309.309 0 0 1 0 .311.306.306 0 0 1-.27.156H18v-1.5l-2 1.333-1 .667 1 .667 2 1.333V19h3.187c.474 0 .899-.245 1.135-.655a1.299 1.299 0 0 0 0-1.313zM16 22H6.355c-.142 0-.265-.102-.286-.19L4.547 6H3.542l1.54 15.956A1.304 1.304 0 0 0 6.354 23h11.29c.584 0 1.083-.401 1.246-1H16z"
1 change: 1 addition & 0 deletions js/recycleBin32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const recycleBin32: string;
1 change: 1 addition & 0 deletions js/recycleBin32.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/recycleBin32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M29 4.5c0-.827-.673-1.5-1.5-1.5h-23C3.673 3 3 3.673 3 4.5S3.673 6 4.5 6h23c.827 0 1.5-.673 1.5-1.5zm-25 0a.5.5 0 0 1 .5-.5h23a.5.5 0 0 1 0 1h-23a.5.5 0 0 1-.5-.5zm19.97 11.815l1.733-1-1.77-3.065c-.13-.226-.346-.25-.433-.25s-.303.024-.434.25l-.995 1.725-.071-.04-.795-.46.795-1.377.201-.348c.27-.47.757-.75 1.299-.75s1.028.28 1.299.75l1.77 3.065 1.732-1-.665 3.848-3.665-1.348zM23.867 27h1.006l-.215 1.757c-.145.736-.764 1.243-1.476 1.243H8.819a1.504 1.504 0 0 1-1.47-1.206L4.68 7h1.007l2.648 21.636c.041.195.247.364.484.364h14.362a.502.502 0 0 0 .49-.402L23.866 27zm6.706-3.75c-.271.47-.757.75-1.299.75H25v2l-3-2.5 3-2.5v2h4.273a.49.49 0 0 0 .433-.25.49.49 0 0 0 .001-.5l-1.304-2.259.865-.5 1.304 2.259a1.48 1.48 0 0 1 0 1.5zM26.83 11h-1.006l.489-4h1.007l-.49 4zm-9.537 11.25a.49.49 0 0 0 0 .5.49.49 0 0 0 .434.25H21v1h-3.273c-.542 0-1.028-.28-1.3-.75s-.27-1.03 0-1.5l2.078-3.598-1.732-1 3.665-1.349.665 3.849-1.732-1-2.078 3.598z"
1 change: 1 addition & 0 deletions js/unmerge16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const unmerge16: string;
1 change: 1 addition & 0 deletions js/unmerge16.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/unmerge16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M13.124 9.646l2.853 2.854-2.853 2.854-.707-.707 1.65-1.65L8.292 13l-4-4H0V8h4.293l4-4h5.77l-1.647-1.646.707-.707L15.977 4.5l-2.853 2.854-.707-.707L14.063 5H8.707l-3.5 3.5 3.5 3.503L14.06 12l-1.644-1.646z"
1 change: 1 addition & 0 deletions js/unmerge24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const unmerge24: string;
1 change: 1 addition & 0 deletions js/unmerge24.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/unmerge24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M20.36 16.66l2.847 2.846-2.847 2.848-.707-.707 1.662-1.663-8.022.016-7-7H1v-1h5.293l7-7 8 .005-1.64-1.639.707-.707 2.847 2.847-2.847 2.848-.707-.707L21.293 6l-7.586-.005-6.5 6.505 6.5 6.516L21.27 19l-1.618-1.634z"
1 change: 1 addition & 0 deletions js/unmerge32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const unmerge32: string;
1 change: 1 addition & 0 deletions js/unmerge32.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/unmerge32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M27.354 20.646l3.853 3.854-3.854 3.854-.707-.707L29.271 25l-11.904-.025L9.294 17H2v-1h7.293l8-8h12l-2.647-2.646.707-.707L31.207 8.5l-3.854 3.854-.707-.707L29.293 9H17.707l-7.498 7.498L17.7 24l11.615.022-2.669-2.668z"
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.23.0",
"version": "3.23.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 7af1040

Please sign in to comment.