@esri/calcite-ui-icons 4.3.0-next.1 → 4.3.0-next.2

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.
@@ -9829,5 +9829,10 @@
9829
9829
  "alias": ["4.3.0", "generic", "direction", "gps", "location", "instructions"],
9830
9830
  "category": "Generic",
9831
9831
  "release": "4.3.0"
9832
+ },
9833
+ "content-side-by-side-right": {
9834
+ "alias": ["4.3.0", "windows", "table", "content", "html", "css"],
9835
+ "category": "Windows",
9836
+ "release": "4.3.0"
9832
9837
  }
9833
9838
  }
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="M0 1v14h16V1H0zm1 13V2h8v12H1zm14 0h-5V2h5v12zm-1-7h-3V6h3v1zm-1 2h-2V8h2v1z"/><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="M1 3v18h22V3H1zm1 17V4h12v16H2zm20 0h-7V4h7v16zm-1-9h-5v-1h5v1zm-2 2h-3v-1h3v1z"/><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="M2 5v22h28V5H2zm1 21V6h16v20H3zm26 0h-9V6h9v20zm-1-11h-7v-1h7v1zm-2 3h-5v-1h5v1z"/><path fill="none" d="M0 0h32v32H0z"/></svg>
package/index.d.ts CHANGED
@@ -3186,6 +3186,9 @@ export const contingentValues16: string;
3186
3186
  export const contentSmall32: string;
3187
3187
  export const contentSmall24: string;
3188
3188
  export const contentSmall16: string;
3189
+ export const contentSideBySideRight32: string;
3190
+ export const contentSideBySideRight24: string;
3191
+ export const contentSideBySideRight16: string;
3189
3192
  export const contentSideBySide32: string;
3190
3193
  export const contentSideBySide24: string;
3191
3194
  export const contentSideBySide16: string;
package/index.js CHANGED
@@ -3179,6 +3179,9 @@ export {contingentValues16} from "./js/contingentValues16.js";
3179
3179
  export {contentSmall32} from "./js/contentSmall32.js";
3180
3180
  export {contentSmall24} from "./js/contentSmall24.js";
3181
3181
  export {contentSmall16} from "./js/contentSmall16.js";
3182
+ export {contentSideBySideRight32} from "./js/contentSideBySideRight32.js";
3183
+ export {contentSideBySideRight24} from "./js/contentSideBySideRight24.js";
3184
+ export {contentSideBySideRight16} from "./js/contentSideBySideRight16.js";
3182
3185
  export {contentSideBySide32} from "./js/contentSideBySide32.js";
3183
3186
  export {contentSideBySide24} from "./js/contentSideBySide24.js";
3184
3187
  export {contentSideBySide16} from "./js/contentSideBySide16.js";
@@ -0,0 +1 @@
1
+ export const contentSideBySideRight16: string;
@@ -0,0 +1 @@
1
+ export const contentSideBySideRight16 = "M0 1v14h16V1H0zm1 13V2h8v12H1zm14 0h-5V2h5v12zm-1-7h-3V6h3v1zm-1 2h-2V8h2v1z";
@@ -0,0 +1 @@
1
+ "M0 1v14h16V1H0zm1 13V2h8v12H1zm14 0h-5V2h5v12zm-1-7h-3V6h3v1zm-1 2h-2V8h2v1z"
@@ -0,0 +1 @@
1
+ export const contentSideBySideRight24: string;
@@ -0,0 +1 @@
1
+ export const contentSideBySideRight24 = "M1 3v18h22V3H1zm1 17V4h12v16H2zm20 0h-7V4h7v16zm-1-9h-5v-1h5v1zm-2 2h-3v-1h3v1z";
@@ -0,0 +1 @@
1
+ "M1 3v18h22V3H1zm1 17V4h12v16H2zm20 0h-7V4h7v16zm-1-9h-5v-1h5v1zm-2 2h-3v-1h3v1z"
@@ -0,0 +1 @@
1
+ export const contentSideBySideRight32: string;
@@ -0,0 +1 @@
1
+ export const contentSideBySideRight32 = "M2 5v22h28V5H2zm1 21V6h16v20H3zm26 0h-9V6h9v20zm-1-11h-7v-1h7v1zm-2 3h-5v-1h5v1z";
@@ -0,0 +1 @@
1
+ "M2 5v22h28V5H2zm1 21V6h16v20H3zm26 0h-9V6h9v20zm-1-11h-7v-1h7v1zm-2 3h-5v-1h5v1z"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-ui-icons",
3
- "version": "4.3.0-next.1",
3
+ "version": "4.3.0-next.2",
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": "dbfa49de41a79423a7f3e04b13c0ca73b6db7992"
79
+ "gitHead": "111c37f920ea48fdccde7b1565656a01f7b81297"
80
80
  }