@esri/calcite-ui-icons 3.26.7 → 3.26.8
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 +13 -0
- package/icons/folder-magnifying-glass-16.svg +1 -0
- package/icons/folder-magnifying-glass-24.svg +1 -0
- package/icons/folder-magnifying-glass-32.svg +1 -0
- package/index.d.ts +3 -0
- package/index.js +3 -0
- package/js/folderMagnifyingGlass16.d.ts +1 -0
- package/js/folderMagnifyingGlass16.js +1 -0
- package/js/folderMagnifyingGlass16.json +1 -0
- package/js/folderMagnifyingGlass24.d.ts +1 -0
- package/js/folderMagnifyingGlass24.js +1 -0
- package/js/folderMagnifyingGlass24.json +1 -0
- package/js/folderMagnifyingGlass32.d.ts +1 -0
- package/js/folderMagnifyingGlass32.js +1 -0
- package/js/folderMagnifyingGlass32.json +1 -0
- package/package.json +1 -1
- package/sprite-16.svg +1 -1
- package/sprite-24.svg +1 -1
- package/sprite-32.svg +1 -1
package/docs/keywords.json
CHANGED
|
@@ -14283,5 +14283,18 @@
|
|
|
14283
14283
|
],
|
|
14284
14284
|
"category":"Generic",
|
|
14285
14285
|
"release":"3.26.7"
|
|
14286
|
+
},
|
|
14287
|
+
"folder-magnifying-glass":{
|
|
14288
|
+
"alias":[
|
|
14289
|
+
"3.26.8",
|
|
14290
|
+
"files",
|
|
14291
|
+
"find files",
|
|
14292
|
+
"search files",
|
|
14293
|
+
"locate documents",
|
|
14294
|
+
"folder",
|
|
14295
|
+
"research"
|
|
14296
|
+
],
|
|
14297
|
+
"category":"Files",
|
|
14298
|
+
"release":"3.26.8"
|
|
14286
14299
|
}
|
|
14287
14300
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M15.768 15.06l-2.398-2.397A2.88 2.88 0 0 0 13.9 11a2.9 2.9 0 1 0-2.9 2.9 2.88 2.88 0 0 0 1.663-.53l2.398 2.398a.5.5 0 1 0 .707-.707zM9.1 11c0-1.048.852-1.9 1.9-1.9s1.9.852 1.9 1.9-.852 1.9-1.9 1.9-1.9-.852-1.9-1.9zM2 13V7h12v.953a4.25 4.25 0 0 1 1 1.506V3l-6.7.002L6.98 2H4L2.7 3H1v11h6.928a4.312 4.312 0 0 1-.712-1H2zm0-9h1.04l1.3-1h2.304l1.319 1H14v2H2V4z" stroke-width="0"/><path stroke-width="0" fill="none" d="M0 0h16v16H0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path stroke-width="0" fill="none" d="M0 0h24v24H0z"/><path d="M12.2 5L11 3H4L2.8 5H1v16h10.544a6.039 6.039 0 0 1-.908-1H2V9h20v11h-.182l1 1H23V5H12.2zM22 8H2V6h1.366l1.2-2h5.868l1.2 2H22v2zm-3.074 11.23c.6-.753.974-1.693.974-2.73a4.4 4.4 0 1 0-4.4 4.4c1.04 0 1.984-.376 2.737-.98l3.084 3.084a.476.476 0 0 0 .673 0l.017-.016a.476.476 0 0 0 0-.674l-3.085-3.085zM12.1 16.5c0-1.875 1.526-3.4 3.4-3.4s3.4 1.525 3.4 3.4-1.525 3.4-3.4 3.4-3.4-1.525-3.4-3.4z" stroke-width="0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path stroke-width="0" fill="none" d="M0 0h32v32H0z"/><path d="M3 26V12h26v14h-.182l1 1H30V7H16l-1-2H5L4 7H2v20h14.853a7.348 7.348 0 0 1-1.157-1H3zM3 8h1.618l1-2h8.764l1 2H29v3H3V8zm26.994 21.297l-4.56-4.561A5.8 5.8 0 1 0 21 26.8a5.773 5.773 0 0 0 3.742-1.374l4.578 4.578a.476.476 0 0 0 .672 0 .5.5 0 0 0 .001-.707zM16.2 21c0-2.647 2.153-4.8 4.8-4.8s4.8 2.153 4.8 4.8-2.153 4.8-4.8 4.8-4.8-2.153-4.8-4.8z" stroke-width="0"/></svg>
|
package/index.d.ts
CHANGED
|
@@ -1122,6 +1122,9 @@ export const folder32: string;
|
|
|
1122
1122
|
export const folderArchive16: string;
|
|
1123
1123
|
export const folderArchive24: string;
|
|
1124
1124
|
export const folderArchive32: string;
|
|
1125
|
+
export const folderMagnifyingGlass16: string;
|
|
1126
|
+
export const folderMagnifyingGlass24: string;
|
|
1127
|
+
export const folderMagnifyingGlass32: string;
|
|
1125
1128
|
export const folderMove16: string;
|
|
1126
1129
|
export const folderMove24: string;
|
|
1127
1130
|
export const folderMove32: string;
|
package/index.js
CHANGED
|
@@ -1115,6 +1115,9 @@ export {folder32} from "./js/folder32.js";
|
|
|
1115
1115
|
export {folderArchive16} from "./js/folderArchive16.js";
|
|
1116
1116
|
export {folderArchive24} from "./js/folderArchive24.js";
|
|
1117
1117
|
export {folderArchive32} from "./js/folderArchive32.js";
|
|
1118
|
+
export {folderMagnifyingGlass16} from "./js/folderMagnifyingGlass16.js";
|
|
1119
|
+
export {folderMagnifyingGlass24} from "./js/folderMagnifyingGlass24.js";
|
|
1120
|
+
export {folderMagnifyingGlass32} from "./js/folderMagnifyingGlass32.js";
|
|
1118
1121
|
export {folderMove16} from "./js/folderMove16.js";
|
|
1119
1122
|
export {folderMove24} from "./js/folderMove24.js";
|
|
1120
1123
|
export {folderMove32} from "./js/folderMove32.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const folderMagnifyingGlass16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const folderMagnifyingGlass16 = "M15.768 15.06l-2.398-2.397A2.88 2.88 0 0 0 13.9 11a2.9 2.9 0 1 0-2.9 2.9 2.88 2.88 0 0 0 1.663-.53l2.398 2.398a.5.5 0 1 0 .707-.707zM9.1 11c0-1.048.852-1.9 1.9-1.9s1.9.852 1.9 1.9-.852 1.9-1.9 1.9-1.9-.852-1.9-1.9zM2 13V7h12v.953a4.25 4.25 0 0 1 1 1.506V3l-6.7.002L6.98 2H4L2.7 3H1v11h6.928a4.312 4.312 0 0 1-.712-1H2zm0-9h1.04l1.3-1h2.304l1.319 1H14v2H2V4z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M15.768 15.06l-2.398-2.397A2.88 2.88 0 0 0 13.9 11a2.9 2.9 0 1 0-2.9 2.9 2.88 2.88 0 0 0 1.663-.53l2.398 2.398a.5.5 0 1 0 .707-.707zM9.1 11c0-1.048.852-1.9 1.9-1.9s1.9.852 1.9 1.9-.852 1.9-1.9 1.9-1.9-.852-1.9-1.9zM2 13V7h12v.953a4.25 4.25 0 0 1 1 1.506V3l-6.7.002L6.98 2H4L2.7 3H1v11h6.928a4.312 4.312 0 0 1-.712-1H2zm0-9h1.04l1.3-1h2.304l1.319 1H14v2H2V4z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const folderMagnifyingGlass24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const folderMagnifyingGlass24 = "M12.2 5L11 3H4L2.8 5H1v16h10.544a6.039 6.039 0 0 1-.908-1H2V9h20v11h-.182l1 1H23V5H12.2zM22 8H2V6h1.366l1.2-2h5.868l1.2 2H22v2zm-3.074 11.23c.6-.753.974-1.693.974-2.73a4.4 4.4 0 1 0-4.4 4.4c1.04 0 1.984-.376 2.737-.98l3.084 3.084a.476.476 0 0 0 .673 0l.017-.016a.476.476 0 0 0 0-.674l-3.085-3.085zM12.1 16.5c0-1.875 1.526-3.4 3.4-3.4s3.4 1.525 3.4 3.4-1.525 3.4-3.4 3.4-3.4-1.525-3.4-3.4z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M12.2 5L11 3H4L2.8 5H1v16h10.544a6.039 6.039 0 0 1-.908-1H2V9h20v11h-.182l1 1H23V5H12.2zM22 8H2V6h1.366l1.2-2h5.868l1.2 2H22v2zm-3.074 11.23c.6-.753.974-1.693.974-2.73a4.4 4.4 0 1 0-4.4 4.4c1.04 0 1.984-.376 2.737-.98l3.084 3.084a.476.476 0 0 0 .673 0l.017-.016a.476.476 0 0 0 0-.674l-3.085-3.085zM12.1 16.5c0-1.875 1.526-3.4 3.4-3.4s3.4 1.525 3.4 3.4-1.525 3.4-3.4 3.4-3.4-1.525-3.4-3.4z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const folderMagnifyingGlass32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const folderMagnifyingGlass32 = "M3 26V12h26v14h-.182l1 1H30V7H16l-1-2H5L4 7H2v20h14.853a7.348 7.348 0 0 1-1.157-1H3zM3 8h1.618l1-2h8.764l1 2H29v3H3V8zm26.994 21.297l-4.56-4.561A5.8 5.8 0 1 0 21 26.8a5.773 5.773 0 0 0 3.742-1.374l4.578 4.578a.476.476 0 0 0 .672 0 .5.5 0 0 0 .001-.707zM16.2 21c0-2.647 2.153-4.8 4.8-4.8s4.8 2.153 4.8 4.8-2.153 4.8-4.8 4.8-4.8-2.153-4.8-4.8z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M3 26V12h26v14h-.182l1 1H30V7H16l-1-2H5L4 7H2v20h14.853a7.348 7.348 0 0 1-1.157-1H3zM3 8h1.618l1-2h8.764l1 2H29v3H3V8zm26.994 21.297l-4.56-4.561A5.8 5.8 0 1 0 21 26.8a5.773 5.773 0 0 0 3.742-1.374l4.578 4.578a.476.476 0 0 0 .672 0 .5.5 0 0 0 .001-.707zM16.2 21c0-2.647 2.153-4.8 4.8-4.8s4.8 2.153 4.8 4.8-2.153 4.8-4.8 4.8-4.8-2.153-4.8-4.8z"
|