Skip to content

Commit

Permalink
Merge pull request #288 from Esri/3.23.3
Browse files Browse the repository at this point in the history
3.23.3
  • Loading branch information
SkyeSeitz committed Jul 26, 2023
2 parents 6f2079d + a2d9b1d commit 2bd08f7
Show file tree
Hide file tree
Showing 20 changed files with 38 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/icons.json

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion docs/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -12300,5 +12300,19 @@
],
"category":"Text",
"release":"3.23.2"
}
},
"slash":{
"alias":[
"3.23.3",
"symbols",
"forward slash",
"diagonal",
"character",
"line",
"divider",
"breadcrumbs"
],
"category":"Symbols",
"release":"3.23.3"
}
}
1 change: 1 addition & 0 deletions icons/slash-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/slash-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/slash-32.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2373,6 +2373,9 @@ export const signOut32: string;
export const skyPlot16: string;
export const skyPlot24: string;
export const skyPlot32: string;
export const slash16: string;
export const slash24: string;
export const slash32: string;
export const slice16: string;
export const slice24: string;
export const slice32: string;
Expand Down
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2366,6 +2366,9 @@ export {signOut32} from "./js/signOut32.js";
export {skyPlot16} from "./js/skyPlot16.js";
export {skyPlot24} from "./js/skyPlot24.js";
export {skyPlot32} from "./js/skyPlot32.js";
export {slash16} from "./js/slash16.js";
export {slash24} from "./js/slash24.js";
export {slash32} from "./js/slash32.js";
export {slice16} from "./js/slice16.js";
export {slice24} from "./js/slice24.js";
export {slice32} from "./js/slice32.js";
Expand Down
1 change: 1 addition & 0 deletions js/slash16.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const slash16: string;
1 change: 1 addition & 0 deletions js/slash16.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const slash16 = "M4.308 15L9.716 1h1.072L5.38 15z";
1 change: 1 addition & 0 deletions js/slash16.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M4.308 15L9.716 1h1.072L5.38 15z"
1 change: 1 addition & 0 deletions js/slash24.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const slash24: string;
1 change: 1 addition & 0 deletions js/slash24.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const slash24 = "M14.648 2h1.072L7.996 22H6.924z";
1 change: 1 addition & 0 deletions js/slash24.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M14.648 2h1.072L7.996 22H6.924z"
1 change: 1 addition & 0 deletions js/slash32.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const slash32: string;
1 change: 1 addition & 0 deletions js/slash32.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export const slash32 = "M19.58 3h1.073L10.61 29H9.539z";
1 change: 1 addition & 0 deletions js/slash32.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"M19.58 3h1.073L10.61 29H9.539z"
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.2",
"version": "3.23.3",
"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 2bd08f7

Please sign in to comment.