@esri/calcite-ui-icons 3.25.6 → 3.25.7

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.
Files changed (98) hide show
  1. package/docs/icons.json +1 -1
  2. package/docs/keywords.json +91 -96
  3. package/icons/four-by-one-grid-16.svg +1 -0
  4. package/icons/four-by-one-grid-24.svg +1 -0
  5. package/icons/four-by-one-grid-32.svg +1 -0
  6. package/icons/four-by-three-grid-16.svg +1 -0
  7. package/icons/four-by-three-grid-24.svg +1 -0
  8. package/icons/four-by-three-grid-32.svg +1 -0
  9. package/icons/four-by-two-grid-16.svg +1 -0
  10. package/icons/four-by-two-grid-24.svg +1 -0
  11. package/icons/four-by-two-grid-32.svg +1 -0
  12. package/icons/three-by-one-grid-16.svg +1 -0
  13. package/icons/three-by-one-grid-24.svg +1 -0
  14. package/icons/three-by-one-grid-32.svg +1 -0
  15. package/icons/three-by-three-grid-16.svg +1 -0
  16. package/icons/three-by-three-grid-24.svg +1 -0
  17. package/icons/three-by-three-grid-32.svg +1 -0
  18. package/icons/three-by-two-grid-16.svg +1 -0
  19. package/icons/three-by-two-grid-24.svg +1 -0
  20. package/icons/three-by-two-grid-32.svg +1 -0
  21. package/index.d.ts +18 -18
  22. package/index.js +18 -18
  23. package/js/fourByOneGrid16.d.ts +1 -0
  24. package/js/fourByOneGrid16.js +1 -0
  25. package/js/fourByOneGrid16.json +1 -0
  26. package/js/fourByOneGrid24.d.ts +1 -0
  27. package/js/fourByOneGrid24.js +1 -0
  28. package/js/fourByOneGrid24.json +1 -0
  29. package/js/fourByOneGrid32.d.ts +1 -0
  30. package/js/fourByOneGrid32.js +1 -0
  31. package/js/fourByOneGrid32.json +1 -0
  32. package/js/fourByThreeGrid16.d.ts +1 -0
  33. package/js/fourByThreeGrid16.js +1 -0
  34. package/js/fourByThreeGrid16.json +1 -0
  35. package/js/fourByThreeGrid24.d.ts +1 -0
  36. package/js/fourByThreeGrid24.js +1 -0
  37. package/js/fourByThreeGrid24.json +1 -0
  38. package/js/fourByThreeGrid32.d.ts +1 -0
  39. package/js/fourByThreeGrid32.js +1 -0
  40. package/js/fourByThreeGrid32.json +1 -0
  41. package/js/fourByTwoGrid16.d.ts +1 -0
  42. package/js/fourByTwoGrid16.js +1 -0
  43. package/js/fourByTwoGrid16.json +1 -0
  44. package/js/fourByTwoGrid24.d.ts +1 -0
  45. package/js/fourByTwoGrid24.js +1 -0
  46. package/js/fourByTwoGrid24.json +1 -0
  47. package/js/fourByTwoGrid32.d.ts +1 -0
  48. package/js/fourByTwoGrid32.js +1 -0
  49. package/js/fourByTwoGrid32.json +1 -0
  50. package/js/threeByOneGrid16.d.ts +1 -0
  51. package/js/threeByOneGrid16.js +1 -0
  52. package/js/threeByOneGrid16.json +1 -0
  53. package/js/threeByOneGrid24.d.ts +1 -0
  54. package/js/threeByOneGrid24.js +1 -0
  55. package/js/threeByOneGrid24.json +1 -0
  56. package/js/threeByOneGrid32.d.ts +1 -0
  57. package/js/threeByOneGrid32.js +1 -0
  58. package/js/threeByOneGrid32.json +1 -0
  59. package/js/threeByThreeGrid16.d.ts +1 -0
  60. package/js/threeByThreeGrid16.js +1 -0
  61. package/js/threeByThreeGrid16.json +1 -0
  62. package/js/threeByThreeGrid24.d.ts +1 -0
  63. package/js/threeByThreeGrid24.js +1 -0
  64. package/js/threeByThreeGrid24.json +1 -0
  65. package/js/threeByThreeGrid32.d.ts +1 -0
  66. package/js/threeByThreeGrid32.js +1 -0
  67. package/js/threeByThreeGrid32.json +1 -0
  68. package/js/threeByTwoGrid16.d.ts +1 -0
  69. package/js/threeByTwoGrid16.js +1 -0
  70. package/js/threeByTwoGrid16.json +1 -0
  71. package/js/threeByTwoGrid24.d.ts +1 -0
  72. package/js/threeByTwoGrid24.js +1 -0
  73. package/js/threeByTwoGrid24.json +1 -0
  74. package/js/threeByTwoGrid32.d.ts +1 -0
  75. package/js/threeByTwoGrid32.js +1 -0
  76. package/js/threeByTwoGrid32.json +1 -0
  77. package/package.json +1 -1
  78. package/sprite-16.svg +1 -1
  79. package/sprite-24.svg +1 -1
  80. package/sprite-32.svg +1 -1
  81. package/icons/full-1-column-16.svg +0 -1
  82. package/icons/full-1-column-24.svg +0 -1
  83. package/icons/full-1-column-32.svg +0 -1
  84. package/icons/full-medium-1-column-16.svg +0 -1
  85. package/icons/full-medium-1-column-24.svg +0 -1
  86. package/icons/full-medium-1-column-32.svg +0 -1
  87. package/icons/full-small-1-column-16.svg +0 -1
  88. package/icons/full-small-1-column-24.svg +0 -1
  89. package/icons/full-small-1-column-32.svg +0 -1
  90. package/icons/large-2-column-16.svg +0 -1
  91. package/icons/large-2-column-24.svg +0 -1
  92. package/icons/large-2-column-32.svg +0 -1
  93. package/icons/medium-2-column-16.svg +0 -1
  94. package/icons/medium-2-column-24.svg +0 -1
  95. package/icons/medium-2-column-32.svg +0 -1
  96. package/icons/small-2-column-16.svg +0 -1
  97. package/icons/small-2-column-24.svg +0 -1
  98. package/icons/small-2-column-32.svg +0 -1
@@ -13734,101 +13734,6 @@
13734
13734
  ],
13735
13735
  "category":"GIS",
13736
13736
  "release":"3.25.3"
13737
- },
13738
- "large-2-column":{
13739
- "alias":[
13740
- "3.25.4",
13741
- "windows",
13742
- "screen",
13743
- "gallery",
13744
- "window",
13745
- "select",
13746
- "selected",
13747
- "columns",
13748
- "images"
13749
- ],
13750
- "category":"Windows",
13751
- "release":"3.25.4"
13752
- },
13753
- "full-1-column":{
13754
- "alias":[
13755
- "3.25.4",
13756
- "windows",
13757
- "screen",
13758
- "gallery",
13759
- "window",
13760
- "select",
13761
- "single",
13762
- "selected",
13763
- "columns",
13764
- "images"
13765
- ],
13766
- "category":"Windows",
13767
- "release":"3.25.4"
13768
- },
13769
- "full-medium-1-column":{
13770
- "alias":[
13771
- "3.25.4",
13772
- "windows",
13773
- "screen",
13774
- "gallery",
13775
- "window",
13776
- "select",
13777
- "multiple",
13778
- "selected",
13779
- "columns",
13780
- "images"
13781
- ],
13782
- "category":"Windows",
13783
- "release":"3.25.4"
13784
- },
13785
- "full-small-1-column":{
13786
- "alias":[
13787
- "3.25.4",
13788
- "windows",
13789
- "screen",
13790
- "gallery",
13791
- "window",
13792
- "select",
13793
- "single",
13794
- "selected",
13795
- "columns",
13796
- "images"
13797
- ],
13798
- "category":"Windows",
13799
- "release":"3.25.4"
13800
- },
13801
- "medium-2-column":{
13802
- "alias":[
13803
- "3.25.4",
13804
- "windows",
13805
- "screen",
13806
- "gallery",
13807
- "window",
13808
- "select",
13809
- "multiple",
13810
- "selected",
13811
- "columns",
13812
- "images"
13813
- ],
13814
- "category":"Windows",
13815
- "release":"3.25.4"
13816
- },
13817
- "small-2-column":{
13818
- "alias":[
13819
- "3.25.4",
13820
- "windows",
13821
- "screen",
13822
- "gallery",
13823
- "window",
13824
- "select",
13825
- "multiple",
13826
- "selected",
13827
- "columns",
13828
- "images"
13829
- ],
13830
- "category":"Windows",
13831
- "release":"3.25.4"
13832
13737
  },
13833
13738
  "time-filter":{
13834
13739
  "alias":[
@@ -13901,5 +13806,95 @@
13901
13806
  ],
13902
13807
  "category":"Generic",
13903
13808
  "release":"3.25.6"
13809
+ },
13810
+ "four-by-one-grid":{
13811
+ "alias":[
13812
+ "3.25.7",
13813
+ "windows",
13814
+ "screen",
13815
+ "gallery",
13816
+ "select",
13817
+ "single",
13818
+ "row",
13819
+ "columns",
13820
+ "images"
13821
+ ],
13822
+ "category":"Windows",
13823
+ "release":"3.25.7"
13824
+ },
13825
+ "four-by-three-grid":{
13826
+ "alias":[
13827
+ "3.25.7",
13828
+ "windows",
13829
+ "screen",
13830
+ "gallery",
13831
+ "select",
13832
+ "multiple",
13833
+ "row",
13834
+ "columns",
13835
+ "images"
13836
+ ],
13837
+ "category":"Windows",
13838
+ "release":"3.25.7"
13839
+ },
13840
+ "four-by-two-grid":{
13841
+ "alias":[
13842
+ "3.25.7",
13843
+ "windows",
13844
+ "screen",
13845
+ "gallery",
13846
+ "select",
13847
+ "multiple",
13848
+ "row",
13849
+ "columns",
13850
+ "images"
13851
+ ],
13852
+ "category":"Windows",
13853
+ "release":"3.25.7"
13854
+ },
13855
+ "three-by-one-grid":{
13856
+ "alias":[
13857
+ "3.25.7",
13858
+ "windows",
13859
+ "screen",
13860
+ "gallery",
13861
+ "select",
13862
+ "single",
13863
+ "row",
13864
+ "columns",
13865
+ "images"
13866
+ ],
13867
+ "category":"Windows",
13868
+ "release":"3.25.7"
13869
+ },
13870
+ "three-by-three-grid":{
13871
+ "alias":[
13872
+ "3.25.7",
13873
+ "windows",
13874
+ "screen",
13875
+ "gallery",
13876
+ "select",
13877
+ "multiple",
13878
+ "row",
13879
+ "columns",
13880
+ "images"
13881
+ ],
13882
+ "category":"Windows",
13883
+ "release":"3.25.7"
13884
+ },
13885
+ "three-by-two-grid":{
13886
+ "alias":[
13887
+ "3.25.7",
13888
+ "windows",
13889
+ "screen",
13890
+ "gallery",
13891
+ "select",
13892
+ "multiple",
13893
+ "row",
13894
+ "columns",
13895
+ "images"
13896
+ ],
13897
+ "category":"Windows",
13898
+ "release":"3.25.7"
13904
13899
  }
13905
- }
13900
+ }
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M16 16H1V1h15v15zM2 15h13V2H2v13z" stroke-width="0"/><path d="M5 5H3V3h2v2zm3-2H6v2h2V3zm3 0H9v2h2V3zm3 0h-2v2h2V3z" opacity=".5" 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 d="M24 24H1V1h23v23zM2 23h21V2H2v21z" stroke-width="0"/><path d="M7 7H3V3h4v4zm5-4H8v4h4V3zm5 0h-4v4h4V3zm5 0h-4v4h4V3z" opacity=".5" stroke-width="0"/><path stroke-width="0" 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="M10 10H5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5zm6 0h-5v5h5V5z" opacity=".5" stroke-width="0"/><path d="M30 30H3V3h27v27zM4 29h25V4H4v25z" stroke-width="0"/><path stroke-width="0" fill="none" d="M0 0h32v32H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M16 16H1V1h15v15zM2 15h13V2H2v13z" stroke-width="0"/><path d="M5 5H3V3h2v2zm3-2H6v2h2V3zm3 0H9v2h2V3zm3 0h-2v2h2V3zM5 6H3v2h2V6zm3 0H6v2h2V6zm3 0H9v2h2V6zm3 0h-2v2h2V6zM5 9H3v2h2V9zm3 0H6v2h2V9zm3 0H9v2h2V9zm3 0h-2v2h2V9z" opacity=".5" 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 d="M24 24H1V1h23v23zM2 23h21V2H2v21z" stroke-width="0"/><path d="M7 7H3V3h4v4zm5-4H8v4h4V3zm5 0h-4v4h4V3zm5 0h-4v4h4V3zM7 8H3v4h4V8zm5 0H8v4h4V8zm5 0h-4v4h4V8zm5 0h-4v4h4V8zM7 13H3v4h4v-4zm5 0H8v4h4v-4zm5 0h-4v4h4v-4zm5 0h-4v4h4v-4z" opacity=".5" stroke-width="0"/><path stroke-width="0" fill="none" d="M0 0h24v24H0z"/></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="M10 10H5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5zm6 0h-5v5h5V5zm-18 6H5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5zm-18 6H5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5z" opacity=".5" stroke-width="0"/><path d="M30 30H3V3h27v27zM4 29h25V4H4v25z" stroke-width="0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M16 16H1V1h15v15zM2 15h13V2H2v13z" stroke-width="0"/><path d="M5 5H3V3h2v2zm3-2H6v2h2V3zm3 0H9v2h2V3zm3 0h-2v2h2V3zM5 6H3v2h2V6zm3 0H6v2h2V6zm3 0H9v2h2V6zm3 0h-2v2h2V6z" opacity=".5" 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 d="M24 24H1V1h23v23zM2 23h21V2H2v21z" stroke-width="0"/><path d="M7 7H3V3h4v4zm5-4H8v4h4V3zm5 0h-4v4h4V3zm5 0h-4v4h4V3zM7 8H3v4h4V8zm5 0H8v4h4V8zm5 0h-4v4h4V8zm5 0h-4v4h4V8z" opacity=".5" stroke-width="0"/><path stroke-width="0" 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="M10 10H5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5zm6 0h-5v5h5V5zm-18 6H5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5z" opacity=".5" stroke-width="0"/><path d="M30 30H3V3h27v27zM4 29h25V4H4v25z" stroke-width="0"/><path stroke-width="0" fill="none" d="M0 0h32v32H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M16 16H1V1h15v15zM2 15h13V2H2v13z" stroke-width="0"/><path d="M8 5H6V3h2v2zm3-2H9v2h2V3zm3 0h-2v2h2V3z" opacity=".5" 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 d="M24 24H1V1h23v23zM2 23h21V2H2v21z" stroke-width="0"/><path d="M12 7H8V3h4v4zm5-4h-4v4h4V3zm5 0h-4v4h4V3z" opacity=".5" stroke-width="0"/><path stroke-width="0" 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="M16 10h-5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5z" opacity=".5" stroke-width="0"/><path d="M30 30H3V3h27v27zM4 29h25V4H4v25z" stroke-width="0"/><path stroke-width="0" fill="none" d="M0 0h32v32H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M16 16H1V1h15v15zM2 15h13V2H2v13z" stroke-width="0"/><path d="M8 5H6V3h2v2zm3-2H9v2h2V3zm3 0h-2v2h2V3zM8 6H6v2h2V6zm3 0H9v2h2V6zm3 0h-2v2h2V6zM8 9H6v2h2V9zm3 0H9v2h2V9zm3 0h-2v2h2V9z" opacity=".5" 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 d="M24 24H1V1h23v23zM2 23h21V2H2v21z" stroke-width="0"/><path d="M12 7H8V3h4v4zm5-4h-4v4h4V3zm5 0h-4v4h4V3zM12 8H8v4h4V8zm5 0h-4v4h4V8zm5 0h-4v4h4V8zm-10 5H8v4h4v-4zm5 0h-4v4h4v-4zm5 0h-4v4h4v-4z" opacity=".5" stroke-width="0"/><path stroke-width="0" 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="M16 10h-5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5zm-12 6h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5zm-12 6h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5z" opacity=".5" stroke-width="0"/><path d="M30 30H3V3h27v27zM4 29h25V4H4v25z" stroke-width="0"/><path stroke-width="0" fill="none" d="M0 0h32v32H0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M16 16H1V1h15v15zM2 15h13V2H2v13z" stroke-width="0"/><path d="M8 5H6V3h2v2zm3-2H9v2h2V3zm3 0h-2v2h2V3zM8 6H6v2h2V6zm3 0H9v2h2V6zm3 0h-2v2h2V6z" opacity=".5" 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 d="M24 24H1V1h23v23zM2 23h21V2H2v21z" stroke-width="0"/><path d="M12 7H8V3h4v4zm5-4h-4v4h4V3zm5 0h-4v4h4V3zM12 8H8v4h4V8zm5 0h-4v4h4V8zm5 0h-4v4h4V8z" opacity=".5" stroke-width="0"/><path stroke-width="0" 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="M16 10h-5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5zm-12 6h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5z" opacity=".5" stroke-width="0"/><path d="M30 30H3V3h27v27zM4 29h25V4H4v25z" stroke-width="0"/><path stroke-width="0" fill="none" d="M0 0h32v32H0z"/></svg>
package/index.d.ts CHANGED
@@ -1173,6 +1173,15 @@ export const forward24F: string;
1173
1173
  export const forward24: string;
1174
1174
  export const forward32F: string;
1175
1175
  export const forward32: string;
1176
+ export const fourByOneGrid16: CalciteMultiPathEntry[];
1177
+ export const fourByOneGrid24: CalciteMultiPathEntry[];
1178
+ export const fourByOneGrid32: CalciteMultiPathEntry[];
1179
+ export const fourByThreeGrid16: CalciteMultiPathEntry[];
1180
+ export const fourByThreeGrid24: CalciteMultiPathEntry[];
1181
+ export const fourByThreeGrid32: CalciteMultiPathEntry[];
1182
+ export const fourByTwoGrid16: CalciteMultiPathEntry[];
1183
+ export const fourByTwoGrid24: CalciteMultiPathEntry[];
1184
+ export const fourByTwoGrid32: CalciteMultiPathEntry[];
1176
1185
  export const freehand16: string;
1177
1186
  export const freehand24: string;
1178
1187
  export const freehand32: string;
@@ -1182,21 +1191,12 @@ export const freehandArea32: CalciteMultiPathEntry[];
1182
1191
  export const frown16: string;
1183
1192
  export const frown24: string;
1184
1193
  export const frown32: string;
1185
- export const full1Column16: CalciteMultiPathEntry[];
1186
- export const full1Column24: CalciteMultiPathEntry[];
1187
- export const full1Column32: CalciteMultiPathEntry[];
1188
- export const fullMedium1Column16: CalciteMultiPathEntry[];
1189
- export const fullMedium1Column24: CalciteMultiPathEntry[];
1190
- export const fullMedium1Column32: CalciteMultiPathEntry[];
1191
1194
  export const fullScreen16: string;
1192
1195
  export const fullScreen24: string;
1193
1196
  export const fullScreen32: string;
1194
1197
  export const fullScreenExit16: string;
1195
1198
  export const fullScreenExit24: string;
1196
1199
  export const fullScreenExit32: string;
1197
- export const fullSmall1Column16: CalciteMultiPathEntry[];
1198
- export const fullSmall1Column24: CalciteMultiPathEntry[];
1199
- export const fullSmall1Column32: CalciteMultiPathEntry[];
1200
1200
  export const function16: string;
1201
1201
  export const function24: string;
1202
1202
  export const function32: string;
@@ -1548,9 +1548,6 @@ export const language32: string;
1548
1548
  export const languageTranslate16: string;
1549
1549
  export const languageTranslate24: string;
1550
1550
  export const languageTranslate32: string;
1551
- export const large2Column16: CalciteMultiPathEntry[];
1552
- export const large2Column24: CalciteMultiPathEntry[];
1553
- export const large2Column32: CalciteMultiPathEntry[];
1554
1551
  export const lasso16: string;
1555
1552
  export const lasso24: string;
1556
1553
  export const lasso32: string;
@@ -1827,9 +1824,6 @@ export const measureLine32: string;
1827
1824
  export const mediaLayer16: string;
1828
1825
  export const mediaLayer24: string;
1829
1826
  export const mediaLayer32: string;
1830
- export const medium2Column16: CalciteMultiPathEntry[];
1831
- export const medium2Column24: CalciteMultiPathEntry[];
1832
- export const medium2Column32: CalciteMultiPathEntry[];
1833
1827
  export const megaPhone16: string;
1834
1828
  export const megaPhone24: string;
1835
1829
  export const megaPhone32: string;
@@ -2676,9 +2670,6 @@ export const slidersHorizontal32: string;
2676
2670
  export const slideshow16: string;
2677
2671
  export const slideshow24: string;
2678
2672
  export const slideshow32: string;
2679
- export const small2Column16: CalciteMultiPathEntry[];
2680
- export const small2Column24: CalciteMultiPathEntry[];
2681
- export const small2Column32: CalciteMultiPathEntry[];
2682
2673
  export const smartCamera16: string;
2683
2674
  export const smartCamera24: string;
2684
2675
  export const smartCamera32: string;
@@ -2931,6 +2922,15 @@ export const textSmall32: string;
2931
2922
  export const textSolidUnderline16: string;
2932
2923
  export const textSolidUnderline24: string;
2933
2924
  export const textSolidUnderline32: string;
2925
+ export const threeByOneGrid16: CalciteMultiPathEntry[];
2926
+ export const threeByOneGrid24: CalciteMultiPathEntry[];
2927
+ export const threeByOneGrid32: CalciteMultiPathEntry[];
2928
+ export const threeByThreeGrid16: CalciteMultiPathEntry[];
2929
+ export const threeByThreeGrid24: CalciteMultiPathEntry[];
2930
+ export const threeByThreeGrid32: CalciteMultiPathEntry[];
2931
+ export const threeByTwoGrid16: CalciteMultiPathEntry[];
2932
+ export const threeByTwoGrid24: CalciteMultiPathEntry[];
2933
+ export const threeByTwoGrid32: CalciteMultiPathEntry[];
2934
2934
  export const thumbsDown16: string;
2935
2935
  export const thumbsDown24: string;
2936
2936
  export const thumbsDown32: string;
package/index.js CHANGED
@@ -1166,6 +1166,15 @@ export {forward24F} from "./js/forward24F.js";
1166
1166
  export {forward24} from "./js/forward24.js";
1167
1167
  export {forward32F} from "./js/forward32F.js";
1168
1168
  export {forward32} from "./js/forward32.js";
1169
+ export {fourByOneGrid16} from "./js/fourByOneGrid16.js";
1170
+ export {fourByOneGrid24} from "./js/fourByOneGrid24.js";
1171
+ export {fourByOneGrid32} from "./js/fourByOneGrid32.js";
1172
+ export {fourByThreeGrid16} from "./js/fourByThreeGrid16.js";
1173
+ export {fourByThreeGrid24} from "./js/fourByThreeGrid24.js";
1174
+ export {fourByThreeGrid32} from "./js/fourByThreeGrid32.js";
1175
+ export {fourByTwoGrid16} from "./js/fourByTwoGrid16.js";
1176
+ export {fourByTwoGrid24} from "./js/fourByTwoGrid24.js";
1177
+ export {fourByTwoGrid32} from "./js/fourByTwoGrid32.js";
1169
1178
  export {freehand16} from "./js/freehand16.js";
1170
1179
  export {freehand24} from "./js/freehand24.js";
1171
1180
  export {freehand32} from "./js/freehand32.js";
@@ -1175,21 +1184,12 @@ export {freehandArea32} from "./js/freehandArea32.js";
1175
1184
  export {frown16} from "./js/frown16.js";
1176
1185
  export {frown24} from "./js/frown24.js";
1177
1186
  export {frown32} from "./js/frown32.js";
1178
- export {full1Column16} from "./js/full1Column16.js";
1179
- export {full1Column24} from "./js/full1Column24.js";
1180
- export {full1Column32} from "./js/full1Column32.js";
1181
- export {fullMedium1Column16} from "./js/fullMedium1Column16.js";
1182
- export {fullMedium1Column24} from "./js/fullMedium1Column24.js";
1183
- export {fullMedium1Column32} from "./js/fullMedium1Column32.js";
1184
1187
  export {fullScreen16} from "./js/fullScreen16.js";
1185
1188
  export {fullScreen24} from "./js/fullScreen24.js";
1186
1189
  export {fullScreen32} from "./js/fullScreen32.js";
1187
1190
  export {fullScreenExit16} from "./js/fullScreenExit16.js";
1188
1191
  export {fullScreenExit24} from "./js/fullScreenExit24.js";
1189
1192
  export {fullScreenExit32} from "./js/fullScreenExit32.js";
1190
- export {fullSmall1Column16} from "./js/fullSmall1Column16.js";
1191
- export {fullSmall1Column24} from "./js/fullSmall1Column24.js";
1192
- export {fullSmall1Column32} from "./js/fullSmall1Column32.js";
1193
1193
  export {function16} from "./js/function16.js";
1194
1194
  export {function24} from "./js/function24.js";
1195
1195
  export {function32} from "./js/function32.js";
@@ -1541,9 +1541,6 @@ export {language32} from "./js/language32.js";
1541
1541
  export {languageTranslate16} from "./js/languageTranslate16.js";
1542
1542
  export {languageTranslate24} from "./js/languageTranslate24.js";
1543
1543
  export {languageTranslate32} from "./js/languageTranslate32.js";
1544
- export {large2Column16} from "./js/large2Column16.js";
1545
- export {large2Column24} from "./js/large2Column24.js";
1546
- export {large2Column32} from "./js/large2Column32.js";
1547
1544
  export {lasso16} from "./js/lasso16.js";
1548
1545
  export {lasso24} from "./js/lasso24.js";
1549
1546
  export {lasso32} from "./js/lasso32.js";
@@ -1820,9 +1817,6 @@ export {measureLine32} from "./js/measureLine32.js";
1820
1817
  export {mediaLayer16} from "./js/mediaLayer16.js";
1821
1818
  export {mediaLayer24} from "./js/mediaLayer24.js";
1822
1819
  export {mediaLayer32} from "./js/mediaLayer32.js";
1823
- export {medium2Column16} from "./js/medium2Column16.js";
1824
- export {medium2Column24} from "./js/medium2Column24.js";
1825
- export {medium2Column32} from "./js/medium2Column32.js";
1826
1820
  export {megaPhone16} from "./js/megaPhone16.js";
1827
1821
  export {megaPhone24} from "./js/megaPhone24.js";
1828
1822
  export {megaPhone32} from "./js/megaPhone32.js";
@@ -2669,9 +2663,6 @@ export {slidersHorizontal32} from "./js/slidersHorizontal32.js";
2669
2663
  export {slideshow16} from "./js/slideshow16.js";
2670
2664
  export {slideshow24} from "./js/slideshow24.js";
2671
2665
  export {slideshow32} from "./js/slideshow32.js";
2672
- export {small2Column16} from "./js/small2Column16.js";
2673
- export {small2Column24} from "./js/small2Column24.js";
2674
- export {small2Column32} from "./js/small2Column32.js";
2675
2666
  export {smartCamera16} from "./js/smartCamera16.js";
2676
2667
  export {smartCamera24} from "./js/smartCamera24.js";
2677
2668
  export {smartCamera32} from "./js/smartCamera32.js";
@@ -2924,6 +2915,15 @@ export {textSmall32} from "./js/textSmall32.js";
2924
2915
  export {textSolidUnderline16} from "./js/textSolidUnderline16.js";
2925
2916
  export {textSolidUnderline24} from "./js/textSolidUnderline24.js";
2926
2917
  export {textSolidUnderline32} from "./js/textSolidUnderline32.js";
2918
+ export {threeByOneGrid16} from "./js/threeByOneGrid16.js";
2919
+ export {threeByOneGrid24} from "./js/threeByOneGrid24.js";
2920
+ export {threeByOneGrid32} from "./js/threeByOneGrid32.js";
2921
+ export {threeByThreeGrid16} from "./js/threeByThreeGrid16.js";
2922
+ export {threeByThreeGrid24} from "./js/threeByThreeGrid24.js";
2923
+ export {threeByThreeGrid32} from "./js/threeByThreeGrid32.js";
2924
+ export {threeByTwoGrid16} from "./js/threeByTwoGrid16.js";
2925
+ export {threeByTwoGrid24} from "./js/threeByTwoGrid24.js";
2926
+ export {threeByTwoGrid32} from "./js/threeByTwoGrid32.js";
2927
2927
  export {thumbsDown16} from "./js/thumbsDown16.js";
2928
2928
  export {thumbsDown24} from "./js/thumbsDown24.js";
2929
2929
  export {thumbsDown32} from "./js/thumbsDown32.js";
@@ -0,0 +1 @@
1
+ export const fourByOneGrid16: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const fourByOneGrid16 = [{"d":"M16 16H1V1h15v15zM2 15h13V2H2v13z"},{"opacity":".5","d":"M5 5H3V3h2v2zm3-2H6v2h2V3zm3 0H9v2h2V3zm3 0h-2v2h2V3z"}];
@@ -0,0 +1 @@
1
+ [{"d":"M16 16H1V1h15v15zM2 15h13V2H2v13z"},{"opacity":".5","d":"M5 5H3V3h2v2zm3-2H6v2h2V3zm3 0H9v2h2V3zm3 0h-2v2h2V3z"}]
@@ -0,0 +1 @@
1
+ export const fourByOneGrid24: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const fourByOneGrid24 = [{"d":"M24 24H1V1h23v23zM2 23h21V2H2v21z"},{"opacity":".5","d":"M7 7H3V3h4v4zm5-4H8v4h4V3zm5 0h-4v4h4V3zm5 0h-4v4h4V3z"}];
@@ -0,0 +1 @@
1
+ [{"d":"M24 24H1V1h23v23zM2 23h21V2H2v21z"},{"opacity":".5","d":"M7 7H3V3h4v4zm5-4H8v4h4V3zm5 0h-4v4h4V3zm5 0h-4v4h4V3z"}]
@@ -0,0 +1 @@
1
+ export const fourByOneGrid32: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const fourByOneGrid32 = [{"opacity":".5","d":"M10 10H5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5zm6 0h-5v5h5V5z"},{"d":"M30 30H3V3h27v27zM4 29h25V4H4v25z"}];
@@ -0,0 +1 @@
1
+ [{"opacity":".5","d":"M10 10H5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5zm6 0h-5v5h5V5z"},{"d":"M30 30H3V3h27v27zM4 29h25V4H4v25z"}]
@@ -0,0 +1 @@
1
+ export const fourByThreeGrid16: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const fourByThreeGrid16 = [{"d":"M16 16H1V1h15v15zM2 15h13V2H2v13z"},{"opacity":".5","d":"M5 5H3V3h2v2zm3-2H6v2h2V3zm3 0H9v2h2V3zm3 0h-2v2h2V3zM5 6H3v2h2V6zm3 0H6v2h2V6zm3 0H9v2h2V6zm3 0h-2v2h2V6zM5 9H3v2h2V9zm3 0H6v2h2V9zm3 0H9v2h2V9zm3 0h-2v2h2V9z"}];
@@ -0,0 +1 @@
1
+ [{"d":"M16 16H1V1h15v15zM2 15h13V2H2v13z"},{"opacity":".5","d":"M5 5H3V3h2v2zm3-2H6v2h2V3zm3 0H9v2h2V3zm3 0h-2v2h2V3zM5 6H3v2h2V6zm3 0H6v2h2V6zm3 0H9v2h2V6zm3 0h-2v2h2V6zM5 9H3v2h2V9zm3 0H6v2h2V9zm3 0H9v2h2V9zm3 0h-2v2h2V9z"}]
@@ -0,0 +1 @@
1
+ export const fourByThreeGrid24: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const fourByThreeGrid24 = [{"d":"M24 24H1V1h23v23zM2 23h21V2H2v21z"},{"opacity":".5","d":"M7 7H3V3h4v4zm5-4H8v4h4V3zm5 0h-4v4h4V3zm5 0h-4v4h4V3zM7 8H3v4h4V8zm5 0H8v4h4V8zm5 0h-4v4h4V8zm5 0h-4v4h4V8zM7 13H3v4h4v-4zm5 0H8v4h4v-4zm5 0h-4v4h4v-4zm5 0h-4v4h4v-4z"}];
@@ -0,0 +1 @@
1
+ [{"d":"M24 24H1V1h23v23zM2 23h21V2H2v21z"},{"opacity":".5","d":"M7 7H3V3h4v4zm5-4H8v4h4V3zm5 0h-4v4h4V3zm5 0h-4v4h4V3zM7 8H3v4h4V8zm5 0H8v4h4V8zm5 0h-4v4h4V8zm5 0h-4v4h4V8zM7 13H3v4h4v-4zm5 0H8v4h4v-4zm5 0h-4v4h4v-4zm5 0h-4v4h4v-4z"}]
@@ -0,0 +1 @@
1
+ export const fourByThreeGrid32: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const fourByThreeGrid32 = [{"opacity":".5","d":"M10 10H5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5zm6 0h-5v5h5V5zm-18 6H5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5zm-18 6H5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5z"},{"d":"M30 30H3V3h27v27zM4 29h25V4H4v25z"}];
@@ -0,0 +1 @@
1
+ [{"opacity":".5","d":"M10 10H5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5zm6 0h-5v5h5V5zm-18 6H5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5zm-18 6H5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5z"},{"d":"M30 30H3V3h27v27zM4 29h25V4H4v25z"}]
@@ -0,0 +1 @@
1
+ export const fourByTwoGrid16: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const fourByTwoGrid16 = [{"d":"M16 16H1V1h15v15zM2 15h13V2H2v13z"},{"opacity":".5","d":"M5 5H3V3h2v2zm3-2H6v2h2V3zm3 0H9v2h2V3zm3 0h-2v2h2V3zM5 6H3v2h2V6zm3 0H6v2h2V6zm3 0H9v2h2V6zm3 0h-2v2h2V6z"}];
@@ -0,0 +1 @@
1
+ [{"d":"M16 16H1V1h15v15zM2 15h13V2H2v13z"},{"opacity":".5","d":"M5 5H3V3h2v2zm3-2H6v2h2V3zm3 0H9v2h2V3zm3 0h-2v2h2V3zM5 6H3v2h2V6zm3 0H6v2h2V6zm3 0H9v2h2V6zm3 0h-2v2h2V6z"}]
@@ -0,0 +1 @@
1
+ export const fourByTwoGrid24: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const fourByTwoGrid24 = [{"d":"M24 24H1V1h23v23zM2 23h21V2H2v21z"},{"opacity":".5","d":"M7 7H3V3h4v4zm5-4H8v4h4V3zm5 0h-4v4h4V3zm5 0h-4v4h4V3zM7 8H3v4h4V8zm5 0H8v4h4V8zm5 0h-4v4h4V8zm5 0h-4v4h4V8z"}];
@@ -0,0 +1 @@
1
+ [{"d":"M24 24H1V1h23v23zM2 23h21V2H2v21z"},{"opacity":".5","d":"M7 7H3V3h4v4zm5-4H8v4h4V3zm5 0h-4v4h4V3zm5 0h-4v4h4V3zM7 8H3v4h4V8zm5 0H8v4h4V8zm5 0h-4v4h4V8zm5 0h-4v4h4V8z"}]
@@ -0,0 +1 @@
1
+ export const fourByTwoGrid32: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const fourByTwoGrid32 = [{"opacity":".5","d":"M10 10H5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5zm6 0h-5v5h5V5zm-18 6H5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5z"},{"d":"M30 30H3V3h27v27zM4 29h25V4H4v25z"}];
@@ -0,0 +1 @@
1
+ [{"opacity":".5","d":"M10 10H5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5zm6 0h-5v5h5V5zm-18 6H5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5z"},{"d":"M30 30H3V3h27v27zM4 29h25V4H4v25z"}]
@@ -0,0 +1 @@
1
+ export const threeByOneGrid16: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const threeByOneGrid16 = [{"d":"M16 16H1V1h15v15zM2 15h13V2H2v13z"},{"opacity":".5","d":"M8 5H6V3h2v2zm3-2H9v2h2V3zm3 0h-2v2h2V3z"}];
@@ -0,0 +1 @@
1
+ [{"d":"M16 16H1V1h15v15zM2 15h13V2H2v13z"},{"opacity":".5","d":"M8 5H6V3h2v2zm3-2H9v2h2V3zm3 0h-2v2h2V3z"}]
@@ -0,0 +1 @@
1
+ export const threeByOneGrid24: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const threeByOneGrid24 = [{"d":"M24 24H1V1h23v23zM2 23h21V2H2v21z"},{"opacity":".5","d":"M12 7H8V3h4v4zm5-4h-4v4h4V3zm5 0h-4v4h4V3z"}];
@@ -0,0 +1 @@
1
+ [{"d":"M24 24H1V1h23v23zM2 23h21V2H2v21z"},{"opacity":".5","d":"M12 7H8V3h4v4zm5-4h-4v4h4V3zm5 0h-4v4h4V3z"}]
@@ -0,0 +1 @@
1
+ export const threeByOneGrid32: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const threeByOneGrid32 = [{"opacity":".5","d":"M16 10h-5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5z"},{"d":"M30 30H3V3h27v27zM4 29h25V4H4v25z"}];
@@ -0,0 +1 @@
1
+ [{"opacity":".5","d":"M16 10h-5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5z"},{"d":"M30 30H3V3h27v27zM4 29h25V4H4v25z"}]
@@ -0,0 +1 @@
1
+ export const threeByThreeGrid16: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const threeByThreeGrid16 = [{"d":"M16 16H1V1h15v15zM2 15h13V2H2v13z"},{"opacity":".5","d":"M8 5H6V3h2v2zm3-2H9v2h2V3zm3 0h-2v2h2V3zM8 6H6v2h2V6zm3 0H9v2h2V6zm3 0h-2v2h2V6zM8 9H6v2h2V9zm3 0H9v2h2V9zm3 0h-2v2h2V9z"}];
@@ -0,0 +1 @@
1
+ [{"d":"M16 16H1V1h15v15zM2 15h13V2H2v13z"},{"opacity":".5","d":"M8 5H6V3h2v2zm3-2H9v2h2V3zm3 0h-2v2h2V3zM8 6H6v2h2V6zm3 0H9v2h2V6zm3 0h-2v2h2V6zM8 9H6v2h2V9zm3 0H9v2h2V9zm3 0h-2v2h2V9z"}]
@@ -0,0 +1 @@
1
+ export const threeByThreeGrid24: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const threeByThreeGrid24 = [{"d":"M24 24H1V1h23v23zM2 23h21V2H2v21z"},{"opacity":".5","d":"M12 7H8V3h4v4zm5-4h-4v4h4V3zm5 0h-4v4h4V3zM12 8H8v4h4V8zm5 0h-4v4h4V8zm5 0h-4v4h4V8zm-10 5H8v4h4v-4zm5 0h-4v4h4v-4zm5 0h-4v4h4v-4z"}];
@@ -0,0 +1 @@
1
+ [{"d":"M24 24H1V1h23v23zM2 23h21V2H2v21z"},{"opacity":".5","d":"M12 7H8V3h4v4zm5-4h-4v4h4V3zm5 0h-4v4h4V3zM12 8H8v4h4V8zm5 0h-4v4h4V8zm5 0h-4v4h4V8zm-10 5H8v4h4v-4zm5 0h-4v4h4v-4zm5 0h-4v4h4v-4z"}]
@@ -0,0 +1 @@
1
+ export const threeByThreeGrid32: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const threeByThreeGrid32 = [{"opacity":".5","d":"M16 10h-5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5zm-12 6h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5zm-12 6h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5z"},{"d":"M30 30H3V3h27v27zM4 29h25V4H4v25z"}];
@@ -0,0 +1 @@
1
+ [{"opacity":".5","d":"M16 10h-5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5zm-12 6h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5zm-12 6h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5z"},{"d":"M30 30H3V3h27v27zM4 29h25V4H4v25z"}]
@@ -0,0 +1 @@
1
+ export const threeByTwoGrid16: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const threeByTwoGrid16 = [{"d":"M16 16H1V1h15v15zM2 15h13V2H2v13z"},{"opacity":".5","d":"M8 5H6V3h2v2zm3-2H9v2h2V3zm3 0h-2v2h2V3zM8 6H6v2h2V6zm3 0H9v2h2V6zm3 0h-2v2h2V6z"}];
@@ -0,0 +1 @@
1
+ [{"d":"M16 16H1V1h15v15zM2 15h13V2H2v13z"},{"opacity":".5","d":"M8 5H6V3h2v2zm3-2H9v2h2V3zm3 0h-2v2h2V3zM8 6H6v2h2V6zm3 0H9v2h2V6zm3 0h-2v2h2V6z"}]
@@ -0,0 +1 @@
1
+ export const threeByTwoGrid24: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const threeByTwoGrid24 = [{"d":"M24 24H1V1h23v23zM2 23h21V2H2v21z"},{"opacity":".5","d":"M12 7H8V3h4v4zm5-4h-4v4h4V3zm5 0h-4v4h4V3zM12 8H8v4h4V8zm5 0h-4v4h4V8zm5 0h-4v4h4V8z"}];
@@ -0,0 +1 @@
1
+ [{"d":"M24 24H1V1h23v23zM2 23h21V2H2v21z"},{"opacity":".5","d":"M12 7H8V3h4v4zm5-4h-4v4h4V3zm5 0h-4v4h4V3zM12 8H8v4h4V8zm5 0h-4v4h4V8zm5 0h-4v4h4V8z"}]
@@ -0,0 +1 @@
1
+ export const threeByTwoGrid32: CalciteMultiPathEntry[];
@@ -0,0 +1 @@
1
+ export const threeByTwoGrid32 = [{"opacity":".5","d":"M16 10h-5V5h5v5zm6-5h-5v5h5V5zm6 0h-5v5h5V5zm-12 6h-5v5h5v-5zm6 0h-5v5h5v-5zm6 0h-5v5h5v-5z"},{"d":"M30 30H3V3h27v27zM4 29h25V4H4v25z"}];