@esri/calcite-ui-icons 3.25.5 → 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.
- package/docs/icons.json +1 -1
- package/docs/keywords.json +100 -72
- package/icons/column-settings-16.svg +1 -0
- package/icons/column-settings-24.svg +1 -0
- package/icons/column-settings-32.svg +1 -0
- package/icons/four-by-one-grid-16.svg +1 -0
- package/icons/four-by-one-grid-24.svg +1 -0
- package/icons/four-by-one-grid-32.svg +1 -0
- package/icons/four-by-three-grid-16.svg +1 -0
- package/icons/four-by-three-grid-24.svg +1 -0
- package/icons/four-by-three-grid-32.svg +1 -0
- package/icons/four-by-two-grid-16.svg +1 -0
- package/icons/four-by-two-grid-24.svg +1 -0
- package/icons/four-by-two-grid-32.svg +1 -0
- package/icons/surface-16.svg +1 -0
- package/icons/surface-24.svg +1 -0
- package/icons/surface-32.svg +1 -0
- package/icons/three-by-one-grid-16.svg +1 -0
- package/icons/three-by-one-grid-24.svg +1 -0
- package/icons/three-by-one-grid-32.svg +1 -0
- package/icons/three-by-three-grid-16.svg +1 -0
- package/icons/three-by-three-grid-24.svg +1 -0
- package/icons/three-by-three-grid-32.svg +1 -0
- package/icons/three-by-two-grid-16.svg +1 -0
- package/icons/three-by-two-grid-24.svg +1 -0
- package/icons/three-by-two-grid-32.svg +1 -0
- package/index.d.ts +24 -18
- package/index.js +24 -18
- package/js/columnSettings16.d.ts +1 -0
- package/js/columnSettings16.js +1 -0
- package/js/columnSettings16.json +1 -0
- package/js/columnSettings24.d.ts +1 -0
- package/js/columnSettings24.js +1 -0
- package/js/columnSettings24.json +1 -0
- package/js/columnSettings32.d.ts +1 -0
- package/js/columnSettings32.js +1 -0
- package/js/columnSettings32.json +1 -0
- package/js/fourByOneGrid16.d.ts +1 -0
- package/js/fourByOneGrid16.js +1 -0
- package/js/fourByOneGrid16.json +1 -0
- package/js/fourByOneGrid24.d.ts +1 -0
- package/js/fourByOneGrid24.js +1 -0
- package/js/fourByOneGrid24.json +1 -0
- package/js/fourByOneGrid32.d.ts +1 -0
- package/js/fourByOneGrid32.js +1 -0
- package/js/fourByOneGrid32.json +1 -0
- package/js/fourByThreeGrid16.d.ts +1 -0
- package/js/fourByThreeGrid16.js +1 -0
- package/js/fourByThreeGrid16.json +1 -0
- package/js/fourByThreeGrid24.d.ts +1 -0
- package/js/fourByThreeGrid24.js +1 -0
- package/js/fourByThreeGrid24.json +1 -0
- package/js/fourByThreeGrid32.d.ts +1 -0
- package/js/fourByThreeGrid32.js +1 -0
- package/js/fourByThreeGrid32.json +1 -0
- package/js/fourByTwoGrid16.d.ts +1 -0
- package/js/fourByTwoGrid16.js +1 -0
- package/js/fourByTwoGrid16.json +1 -0
- package/js/fourByTwoGrid24.d.ts +1 -0
- package/js/fourByTwoGrid24.js +1 -0
- package/js/fourByTwoGrid24.json +1 -0
- package/js/fourByTwoGrid32.d.ts +1 -0
- package/js/fourByTwoGrid32.js +1 -0
- package/js/fourByTwoGrid32.json +1 -0
- package/js/surface16.d.ts +1 -0
- package/js/surface16.js +1 -0
- package/js/surface16.json +1 -0
- package/js/surface24.d.ts +1 -0
- package/js/surface24.js +1 -0
- package/js/surface24.json +1 -0
- package/js/surface32.d.ts +1 -0
- package/js/surface32.js +1 -0
- package/js/surface32.json +1 -0
- package/js/threeByOneGrid16.d.ts +1 -0
- package/js/threeByOneGrid16.js +1 -0
- package/js/threeByOneGrid16.json +1 -0
- package/js/threeByOneGrid24.d.ts +1 -0
- package/js/threeByOneGrid24.js +1 -0
- package/js/threeByOneGrid24.json +1 -0
- package/js/threeByOneGrid32.d.ts +1 -0
- package/js/threeByOneGrid32.js +1 -0
- package/js/threeByOneGrid32.json +1 -0
- package/js/threeByThreeGrid16.d.ts +1 -0
- package/js/threeByThreeGrid16.js +1 -0
- package/js/threeByThreeGrid16.json +1 -0
- package/js/threeByThreeGrid24.d.ts +1 -0
- package/js/threeByThreeGrid24.js +1 -0
- package/js/threeByThreeGrid24.json +1 -0
- package/js/threeByThreeGrid32.d.ts +1 -0
- package/js/threeByThreeGrid32.js +1 -0
- package/js/threeByThreeGrid32.json +1 -0
- package/js/threeByTwoGrid16.d.ts +1 -0
- package/js/threeByTwoGrid16.js +1 -0
- package/js/threeByTwoGrid16.json +1 -0
- package/js/threeByTwoGrid24.d.ts +1 -0
- package/js/threeByTwoGrid24.js +1 -0
- package/js/threeByTwoGrid24.json +1 -0
- package/js/threeByTwoGrid32.d.ts +1 -0
- package/js/threeByTwoGrid32.js +1 -0
- package/js/threeByTwoGrid32.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/icons/full-1-column-16.svg +0 -1
- package/icons/full-1-column-24.svg +0 -1
- package/icons/full-1-column-32.svg +0 -1
- package/icons/full-medium-1-column-16.svg +0 -1
- package/icons/full-medium-1-column-24.svg +0 -1
- package/icons/full-medium-1-column-32.svg +0 -1
- package/icons/full-small-1-column-16.svg +0 -1
- package/icons/full-small-1-column-24.svg +0 -1
- package/icons/full-small-1-column-32.svg +0 -1
- package/icons/large-2-column-16.svg +0 -1
- package/icons/large-2-column-24.svg +0 -1
- package/icons/large-2-column-32.svg +0 -1
- package/icons/medium-2-column-16.svg +0 -1
- package/icons/medium-2-column-24.svg +0 -1
- package/icons/medium-2-column-32.svg +0 -1
- package/icons/small-2-column-16.svg +0 -1
- package/icons/small-2-column-24.svg +0 -1
- package/icons/small-2-column-32.svg +0 -1
package/docs/keywords.json
CHANGED
|
@@ -13734,139 +13734,167 @@
|
|
|
13734
13734
|
],
|
|
13735
13735
|
"category":"GIS",
|
|
13736
13736
|
"release":"3.25.3"
|
|
13737
|
-
},
|
|
13738
|
-
"
|
|
13737
|
+
},
|
|
13738
|
+
"time-filter":{
|
|
13739
|
+
"alias":[
|
|
13740
|
+
"3.25.5",
|
|
13741
|
+
"clock",
|
|
13742
|
+
"gis",
|
|
13743
|
+
"watch",
|
|
13744
|
+
"screen"
|
|
13745
|
+
],
|
|
13746
|
+
"category":"GIS",
|
|
13747
|
+
"release":"3.25.5"
|
|
13748
|
+
},
|
|
13749
|
+
"raster-function-template-play":{
|
|
13750
|
+
"alias":[
|
|
13751
|
+
"3.25.5",
|
|
13752
|
+
"gis",
|
|
13753
|
+
"function",
|
|
13754
|
+
"window",
|
|
13755
|
+
"launch",
|
|
13756
|
+
"media",
|
|
13757
|
+
"editor",
|
|
13758
|
+
"pane",
|
|
13759
|
+
"share"
|
|
13760
|
+
],
|
|
13761
|
+
"category":"GIS",
|
|
13762
|
+
"release":"3.25.5"
|
|
13763
|
+
},
|
|
13764
|
+
"folder-video":{
|
|
13765
|
+
"alias":[
|
|
13766
|
+
"3.25.5",
|
|
13767
|
+
"gis",
|
|
13768
|
+
"folder",
|
|
13769
|
+
"video",
|
|
13770
|
+
"play",
|
|
13771
|
+
"source",
|
|
13772
|
+
"store"
|
|
13773
|
+
],
|
|
13774
|
+
"category":"GIS",
|
|
13775
|
+
"release":"3.25.5"
|
|
13776
|
+
},
|
|
13777
|
+
"surface":{
|
|
13739
13778
|
"alias":[
|
|
13740
|
-
"3.25.
|
|
13779
|
+
"3.25.6",
|
|
13780
|
+
"gis",
|
|
13781
|
+
"wireframe",
|
|
13782
|
+
"search",
|
|
13783
|
+
"discover",
|
|
13784
|
+
"bathymetry",
|
|
13785
|
+
"mountain",
|
|
13786
|
+
"wire",
|
|
13787
|
+
"3d",
|
|
13788
|
+
"perspective",
|
|
13789
|
+
"landscape"
|
|
13790
|
+
],
|
|
13791
|
+
"category":"GIS",
|
|
13792
|
+
"release":"3.25.6"
|
|
13793
|
+
},
|
|
13794
|
+
"column-settings":{
|
|
13795
|
+
"alias":[
|
|
13796
|
+
"3.25.6",
|
|
13797
|
+
"generic",
|
|
13798
|
+
"windows",
|
|
13799
|
+
"table",
|
|
13800
|
+
"view",
|
|
13801
|
+
"gears",
|
|
13802
|
+
"configurations",
|
|
13803
|
+
"cog",
|
|
13804
|
+
"preferences",
|
|
13805
|
+
"options"
|
|
13806
|
+
],
|
|
13807
|
+
"category":"Generic",
|
|
13808
|
+
"release":"3.25.6"
|
|
13809
|
+
},
|
|
13810
|
+
"four-by-one-grid":{
|
|
13811
|
+
"alias":[
|
|
13812
|
+
"3.25.7",
|
|
13741
13813
|
"windows",
|
|
13742
13814
|
"screen",
|
|
13743
13815
|
"gallery",
|
|
13744
|
-
"window",
|
|
13745
13816
|
"select",
|
|
13746
|
-
"
|
|
13817
|
+
"single",
|
|
13818
|
+
"row",
|
|
13747
13819
|
"columns",
|
|
13748
13820
|
"images"
|
|
13749
13821
|
],
|
|
13750
13822
|
"category":"Windows",
|
|
13751
|
-
"release":"3.25.
|
|
13823
|
+
"release":"3.25.7"
|
|
13752
13824
|
},
|
|
13753
|
-
"
|
|
13825
|
+
"four-by-three-grid":{
|
|
13754
13826
|
"alias":[
|
|
13755
|
-
"3.25.
|
|
13827
|
+
"3.25.7",
|
|
13756
13828
|
"windows",
|
|
13757
13829
|
"screen",
|
|
13758
13830
|
"gallery",
|
|
13759
|
-
"window",
|
|
13760
13831
|
"select",
|
|
13761
|
-
"
|
|
13762
|
-
"
|
|
13832
|
+
"multiple",
|
|
13833
|
+
"row",
|
|
13763
13834
|
"columns",
|
|
13764
13835
|
"images"
|
|
13765
13836
|
],
|
|
13766
13837
|
"category":"Windows",
|
|
13767
|
-
"release":"3.25.
|
|
13838
|
+
"release":"3.25.7"
|
|
13768
13839
|
},
|
|
13769
|
-
"
|
|
13840
|
+
"four-by-two-grid":{
|
|
13770
13841
|
"alias":[
|
|
13771
|
-
"3.25.
|
|
13842
|
+
"3.25.7",
|
|
13772
13843
|
"windows",
|
|
13773
13844
|
"screen",
|
|
13774
13845
|
"gallery",
|
|
13775
|
-
"window",
|
|
13776
13846
|
"select",
|
|
13777
13847
|
"multiple",
|
|
13778
|
-
"
|
|
13848
|
+
"row",
|
|
13779
13849
|
"columns",
|
|
13780
13850
|
"images"
|
|
13781
13851
|
],
|
|
13782
13852
|
"category":"Windows",
|
|
13783
|
-
"release":"3.25.
|
|
13853
|
+
"release":"3.25.7"
|
|
13784
13854
|
},
|
|
13785
|
-
"
|
|
13855
|
+
"three-by-one-grid":{
|
|
13786
13856
|
"alias":[
|
|
13787
|
-
"3.25.
|
|
13857
|
+
"3.25.7",
|
|
13788
13858
|
"windows",
|
|
13789
13859
|
"screen",
|
|
13790
13860
|
"gallery",
|
|
13791
|
-
"window",
|
|
13792
13861
|
"select",
|
|
13793
13862
|
"single",
|
|
13794
|
-
"
|
|
13863
|
+
"row",
|
|
13795
13864
|
"columns",
|
|
13796
13865
|
"images"
|
|
13797
13866
|
],
|
|
13798
13867
|
"category":"Windows",
|
|
13799
|
-
"release":"3.25.
|
|
13868
|
+
"release":"3.25.7"
|
|
13800
13869
|
},
|
|
13801
|
-
"
|
|
13870
|
+
"three-by-three-grid":{
|
|
13802
13871
|
"alias":[
|
|
13803
|
-
"3.25.
|
|
13872
|
+
"3.25.7",
|
|
13804
13873
|
"windows",
|
|
13805
13874
|
"screen",
|
|
13806
13875
|
"gallery",
|
|
13807
|
-
"window",
|
|
13808
13876
|
"select",
|
|
13809
13877
|
"multiple",
|
|
13810
|
-
"
|
|
13878
|
+
"row",
|
|
13811
13879
|
"columns",
|
|
13812
13880
|
"images"
|
|
13813
13881
|
],
|
|
13814
13882
|
"category":"Windows",
|
|
13815
|
-
"release":"3.25.
|
|
13883
|
+
"release":"3.25.7"
|
|
13816
13884
|
},
|
|
13817
|
-
"
|
|
13885
|
+
"three-by-two-grid":{
|
|
13818
13886
|
"alias":[
|
|
13819
|
-
"3.25.
|
|
13887
|
+
"3.25.7",
|
|
13820
13888
|
"windows",
|
|
13821
13889
|
"screen",
|
|
13822
13890
|
"gallery",
|
|
13823
|
-
"window",
|
|
13824
13891
|
"select",
|
|
13825
13892
|
"multiple",
|
|
13826
|
-
"
|
|
13893
|
+
"row",
|
|
13827
13894
|
"columns",
|
|
13828
13895
|
"images"
|
|
13829
13896
|
],
|
|
13830
13897
|
"category":"Windows",
|
|
13831
|
-
"release":"3.25.
|
|
13832
|
-
},
|
|
13833
|
-
"time-filter":{
|
|
13834
|
-
"alias":[
|
|
13835
|
-
"3.25.5",
|
|
13836
|
-
"clock",
|
|
13837
|
-
"gis",
|
|
13838
|
-
"watch",
|
|
13839
|
-
"screen"
|
|
13840
|
-
],
|
|
13841
|
-
"category":"GIS",
|
|
13842
|
-
"release":"3.25.5"
|
|
13843
|
-
},
|
|
13844
|
-
"raster-function-template-play":{
|
|
13845
|
-
"alias":[
|
|
13846
|
-
"3.25.5",
|
|
13847
|
-
"gis",
|
|
13848
|
-
"function",
|
|
13849
|
-
"window",
|
|
13850
|
-
"launch",
|
|
13851
|
-
"media",
|
|
13852
|
-
"editor",
|
|
13853
|
-
"pane",
|
|
13854
|
-
"share"
|
|
13855
|
-
],
|
|
13856
|
-
"category":"GIS",
|
|
13857
|
-
"release":"3.25.5"
|
|
13858
|
-
},
|
|
13859
|
-
"folder-video":{
|
|
13860
|
-
"alias":[
|
|
13861
|
-
"3.25.5",
|
|
13862
|
-
"gis",
|
|
13863
|
-
"folder",
|
|
13864
|
-
"video",
|
|
13865
|
-
"play",
|
|
13866
|
-
"source",
|
|
13867
|
-
"store"
|
|
13868
|
-
],
|
|
13869
|
-
"category":"GIS",
|
|
13870
|
-
"release":"3.25.5"
|
|
13898
|
+
"release":"3.25.7"
|
|
13871
13899
|
}
|
|
13872
|
-
}
|
|
13900
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M0 0h16v16H0z" fill="none" stroke-width="0"/><path d="M2 14v1H0v-2h1v1h1zM2 1H0v2h1V2h1V1zm4 13v-1H5v1H4v1h3v-1H6zM7 1H4v1h1v1h1V2h1V1zm8 0h-1v1h1v1h1V1h-1zm-3 0H9v1h1v1h1V2h1V1zm2.631 11.658c-.037.101-.08.2-.126.296l.602 1.308-.868.86-1.343-.592a3.328 3.328 0 0 1-.298.12l-.5 1.35h-1.222l-.53-1.373c-.1-.037-.2-.08-.296-.126l-1.308.601-.86-.867.592-1.343a3.321 3.321 0 0 1-.12-.299l-1.35-.499v-1.188l1.35-.5c.035-.101.076-.2.12-.298l-.592-1.343.86-.867 1.308.601a3.31 3.31 0 0 1 .296-.126L10.876 7h1.222l.5 1.35c.102.035.201.075.298.12l1.343-.593.868.86-.602 1.309c.047.096.089.195.126.296l1.37.53v1.256l-1.37.53zm.619-1.044v-.228l-1.207-.468-.116-.318a2.323 2.323 0 0 0-.097-.227l-.154-.318.53-1.155-.132-.13-1.184.522-.307-.14a2.466 2.466 0 0 0-.23-.093l-.335-.117-.442-1.192h-.185l-.468 1.209-.318.118c-.077.027-.152.06-.224.096l-.32.156-1.156-.531-.13.133.523 1.185-.144.309a2.685 2.685 0 0 0-.093.232l-.119.331-1.188.44v.144l1.188.44.119.33c.028.08.058.158.093.233l.144.309-.524 1.185.131.133 1.156-.531.32.156c.072.036.147.068.224.096l.318.118.468 1.209h.185l.442-1.192.335-.117c.08-.027.159-.06.236-.094l.305-.138 1.18.521.132-.13-.53-1.155.154-.318c.036-.074.068-.149.097-.227l.116-.318 1.207-.468zM13 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-1-.5h-1v1h1v-1zM1 4H0v2h1V4zm0 3H0v2h1V7zm5-3H5v2h1V4zm5 0h-1v2h1V4zm5 0h-1v2h1V4zM6 7H5v2h1V7zm0 3H5v2h1v-2zm-5 0H0v2h1v-2z" stroke-width="0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M0 0h24v24H0z" fill="none" stroke-width="0"/><path d="M10 4H9v1H8V4H7V3h3v1zM9 20v-1H8v1H7v1h3v-1H9zM9 9V7H8v2h1zm-1 6v2h1v-2H8zM3 3H1v2h1V4h1V3zM2 20v-1H1v2h2v-1H2zM2 9V7H1v2h1zm-1 6v2h1v-2H1zM22 3h-1v1h1v1h1V3h-1zm1 6V7h-1v2h1zm-6-6h-3v1h1v1h1V4h1V3zm-1 6V7h-1v2h1zM6 3H4v1h2V3zm0 17H4v1h2v-1zm7-17h-2v1h2V3zm7 0h-2v1h2V3zm-1 15a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm-1 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm.484 4.34l.653-.235 1.543.71 1.162-1.171-.724-1.624.296-.628 1.586-.59v-1.65l-1.66-.636-.235-.653.705-1.538-1.166-1.167-1.624.724-.628-.296-.59-1.586h-1.65l-.636 1.66-.653.235-1.543-.71-1.166 1.168.727 1.627-.295.628-1.586.59v1.65l1.66.636.235.653-.71 1.543 1.168 1.166 1.627-.727.628.295.59 1.586h1.65l.636-1.66zm-2.24-.66l-1.161-.544-1.4.627-.412-.411.59-1.283-.434-1.206L12 18.315v-.581l1.32-.49.544-1.161-.627-1.4.411-.412 1.283.59 1.206-.434.548-1.427h.581l.49 1.32 1.16.543 1.396-.622.412.412-.585 1.28.434 1.204 1.427.548v.581l-1.32.49-.543 1.16.623 1.398-.41.413-1.28-.588-1.207.434L17.315 23h-.581l-.49-1.32zM2 11H1v2h1v-2zm7 0H8v2h1v-2zm14 0h-1v2h1v-2z" stroke-width="0"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path d="M0 0h32v32H0z" fill="none" stroke-width="0"/><path d="M3 5h1v1H3v1H2V5h1zm0 20H2v2h2v-1H3v-1zM3 9H2v2h1V9zm0 4H2v2h1v-2zm0 8H2v2h1v-2zm0-4H2v2h1v-2zM6 6h2V5H6v1zm0 21h2v-1H6v1zm5-22h-1v1h1v1h1V6h1V5h-2zm1 20h-1v1h-1v1h3v-1h-1v-1zm0-16h-1v2h1V9zm-1 6h1v-2h-1v2zm0 8h1v-2h-1v2zm0-4h1v-2h-1v2zm4-13h2V5h-2v1zm5-1h-1v1h1v1h1V6h1V5h-2zm9 0h-1v1h1v1h1V5h-1zm-9 6h1V9h-1v2zm0 4h1v-2h-1v2zm9-4h1V9h-1v2zm0 4h1v-2h-1v2zm-5-9h2V5h-2v1zm4.87 19.871l2.13-.79-.008-2.221-2.201-.838-.319-.849.95-2.066-1.577-1.565-2.149.965-.826-.377-.789-2.13-2.221.008-.838 2.201-.848.319-2.066-.95-1.566 1.577.965 2.149-.377.826-2.13.789.008 2.221 2.202.838.318.848-.95 2.066 1.577 1.566 2.15-.965.824.377.79 2.13 2.221-.008.838-2.202.849-.318 2.066.95 1.565-1.577-.965-2.15.377-.824zm-1.214 3.373l-1.81-.832-1.608.59-.758 1.994-.897.003-.691-1.864-1.555-.722-1.945.874-.636-.631.831-1.81L18 25.24l-1.995-.76-.003-.895 1.865-.692.721-1.555-.874-1.945.632-.636 1.809.831 1.608-.59.758-1.993.897-.004.69 1.866 1.556.72 1.945-.873.636.632-.831 1.809.588 1.607 1.995.76.004.896-1.866.692-.722 1.551.875 1.948-.631.636zM23 21a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0 5a2 2 0 1 1 0-4 2 2 0 0 1 0 4z" 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-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 3.2v5.19a6.147 6.147 0 0 1-.356-.695A6.811 6.811 0 0 0 15 6.473V3.877L9 1.475v1.88c-.331-.336-.66-.611-1-.805V1.08L1 3.877v3.788c-.175.332-.32.631-.423.853-.083.181-.29.446-.577.71V3.2L8.007 0 16 3.2zm-.232 11.86a.5.5 0 1 1-.707.708l-2.398-2.398A2.88 2.88 0 0 1 11 13.9a2.9 2.9 0 1 1 2.9-2.9 2.88 2.88 0 0 1-.53 1.663l2.398 2.398zM11 12.9c1.048 0 1.9-.852 1.9-1.9s-.852-1.9-1.9-1.9-1.9.852-1.9 1.9.852 1.9 1.9 1.9zm-2.253 1.746l-.748.26c-8.197-2.928-6.74-2.332-7.999-3.08v-.553c.38-.39 1.293-.916 1.713-1.834 1.928-4.193 2.96-3.375 3.584-4.195 1.452-1.91 2.12-1.331 3.76.665 1.583 1.928 3.13-1.862 4.983 1.993l.055.057-.02.018.036.079A4.26 4.26 0 0 0 11 6.7c-.714 0-1.378.192-1.971.501-.446-.236-.677-.592-1.179-1.175-.138.586-.027 1.138-.572 2.34.11.02.209.035.306.05a4.275 4.275 0 0 0-.55.921c-.088-.017-.176-.033-.27-.055-.279.392-.824.997-1.392 1.658.357.13.808.255 1.355.332.041.646.224 1.248.52 1.786-.136.112-.282.23-.447.36l.918.327c.295.352.637.657 1.029.9zM4.784 6.755c.574.699 1.067 1.086 1.537 1.312.647-1.333.302-1.933.748-2.844-.622-.503-.09.318-2.285 1.532zM2.985 9.129c.24.363.729.958 1.446 1.374.61-.717 1.031-1.18 1.353-1.582-.531-.277-1.1-.732-1.725-1.477-.364.457-.743 1.062-1.074 1.685zm.798 2.163a5.532 5.532 0 0 1-1.306-1.17 5.17 5.17 0 0 1-1.14 1.335c.11.066-.129-.028 1.85.677.15-.25.354-.533.596-.842zm2.835.99a7.402 7.402 0 0 1-1.926-.528 10.79 10.79 0 0 0-.54.723l1.524.542c.36-.272.68-.523.942-.738z" 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="M23.011 22.314l-3.085-3.085c.6-.752.974-1.692.974-2.729a4.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-.674zm-9.91-5.814c0-1.875 1.525-3.4 3.4-3.4s3.4 1.525 3.4 3.4-1.526 3.4-3.4 3.4-3.4-1.525-3.4-3.4zM2 15.735c-.268.23-.585.485-.957.765L1 16.532V6.437L12.009 2.1 23 6.438v9.88a33.63 33.63 0 0 1-.801-1.777L22 14.079v-6.96l-9-3.553V8.44c-.308-.392-.631-.77-1-1.076V3.178L2 7.118v8.617zm10.003 6.12l-2.062-.912c.465-.407.956-.865 1.424-1.356a5.96 5.96 0 0 1-.612-1.372c-1.038-.092-2.052-.341-3.225-.804.56-.65 1.204-1.352 1.968-2.13.188-.191.351-.38.501-.569.242.066.487.11.735.152a5.94 5.94 0 0 1 .364-.953 8.81 8.81 0 0 1-.498-.085c.443-.795.631-1.544.804-2.236.103-.41.209-.805.357-1.186.352.456.728.921 1.142 1.306.277-.208.57-.393.88-.552-.47-.38-.916-.956-1.33-1.493C11.819 8.84 11.272 8.13 10.5 8c-.542 0-.958.47-1.483 1.064-.444.502-.996 1.127-1.686 1.515-.983.552-2.013 2.027-3.15 4.509-.353.769-1.534 1.834-2.438 2.512l-.683.512 10.937 4.833 2.153-.925a5.992 5.992 0 0 1-1.097-.617l-1.05.451zM7.82 11.45c.838-.471 1.452-1.166 1.947-1.725.237-.268.555-.628.714-.712.16.067.366.269.581.516-.316.607-.48 1.22-.63 1.818-.175.698-.36 1.414-.815 2.162-.68-.3-1.371-.81-2.214-1.74.157-.145.298-.252.417-.319zm-2.73 4.053c.646-1.41 1.197-2.35 1.654-2.975.838.91 1.564 1.462 2.259 1.807-.073.081-.14.162-.221.245A43.707 43.707 0 0 0 6.558 17c-.058-.026-.11-.046-.168-.073-.819-.374-1.222-.68-1.536-1.033.083-.13.177-.262.236-.39zm.081 3.332l-2.17-.96c.38-.316.832-.73 1.236-1.174.362.37.845.72 1.677 1.106-.278.359-.526.702-.743 1.028zm3.765 1.663l-2.833-1.252c.225-.328.479-.672.768-1.036 1.266.52 2.385.851 3.495.983-.46.455-.943.882-1.372 1.255l-.058.05z" 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="M2 21.98c-.308.257-.642.515-1 .772V7.4L16.5 1 31 7.4v14.377a47.344 47.344 0 0 1-1-1.735V8.052L17 2.314v6.972a8.244 8.244 0 0 0-1-.784V2.29L2 8.069V21.98zm13.418-3.12a7.236 7.236 0 0 0-.552 4.678 4.248 4.248 0 0 1-.318.653c.169.089.369.217.616.346.174.466.392.908.652 1.323-.886-.23-1.426-.632-1.884-.855-.724.848-1.78 2.036-2.46 2.795l4.786 1.944c.438-.747.835-1.432 1.188-2.049.26.21.538.397.826.57-.204.357-.411.716-.614 1.067l1.452-.631c.464.2.952.355 1.46.456l-4.067 1.766L.586 24.46c1.269-.868 3.741-2.48 4.396-4.037.392-.927 2.449-5.624 4.58-6.926 1.755-1.071 2.663-4.362 4.605-4.363 1.105 0 2.445 1.409 4.082 3.25 2.202 2.48 1.464 1.764 5.262 1.764.617 0 .864.066.996.116.508.19 1.328.906 2.063 1.867-1.347-.894-2.952-1.43-4.57-1.43-1.262 0-2.45.323-3.487.89.305-.247.603-.478.871-.682-.339-.213-.72-.58-1.215-1.12-.929 1.186-3.12 1.637-4.474 1.585-.839 2.081-1.338 1.987-2.141 3.577 1.565.163 3.864-.09 3.864-.09zm-4.31 1.044c-.41.946-.813 1.982-1.304 2.799 1.458.422 2.927.808 3.8 1.097.68-.997.558-1.98 1.304-3.895-.979.1-2.27.203-3.8 0zm4.313-9.017c-.617 1.19-.904 2.195-1.35 3.494.979-.024 2.88-.44 3.419-1.347-.542-.61-1.347-1.509-2.07-2.147zm-4.237 2.504c.306.276.916.718 1.86.906.471-1.331.785-2.553 1.562-4.01-1.212-.657-1.857 1.35-3.422 3.104zm-2.872 2.894c.208.788.77 2.068 2.21 2.488.904-1.896 1.39-1.76 2.148-3.531-1.046-.238-1.798-.735-2.232-1.16-.65.503-1.081.674-2.126 2.203zm-2.311 4.307c.588 1.199 1.528 1.42 2.804 1.813.481-.711.937-1.85 1.308-2.716-1.358-.444-2.087-1.472-2.474-2.34A29.31 29.31 0 0 0 6 20.593zm-.156 4.923c.703-.705 1.573-1.574 2.253-2.283-1.232-.397-1.905-.628-2.648-1.63-.729 1.043-1.905 1.995-2.774 2.626l3.169 1.287zm4.643 1.886c.58-.648 1.645-1.84 2.444-2.766-.944-.289-2.509-.707-3.766-1.077-.616.66-1.505 1.552-2.316 2.365l3.638 1.478zm20.663 3.25c0 .127-.05.248-.14.337l-.018.017a.476.476 0 0 1-.672 0l-4.578-4.579A5.773 5.773 0 0 1 22 27.8a5.8 5.8 0 1 1 5.8-5.8 5.774 5.774 0 0 1-1.367 3.736l4.578 4.578c.09.09.14.21.14.337zM26.8 22c0-2.647-2.154-4.8-4.801-4.8s-4.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"/><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
|
@@ -594,6 +594,9 @@ export const colorCodedMap32: CalciteMultiPathEntry[];
|
|
|
594
594
|
export const colorCorrection16: CalciteMultiPathEntry[];
|
|
595
595
|
export const colorCorrection24: CalciteMultiPathEntry[];
|
|
596
596
|
export const colorCorrection32: CalciteMultiPathEntry[];
|
|
597
|
+
export const columnSettings16: string;
|
|
598
|
+
export const columnSettings24: string;
|
|
599
|
+
export const columnSettings32: string;
|
|
597
600
|
export const communityLinkChartLayout16: string;
|
|
598
601
|
export const communityLinkChartLayout24: string;
|
|
599
602
|
export const communityLinkChartLayout32: string;
|
|
@@ -1170,6 +1173,15 @@ export const forward24F: string;
|
|
|
1170
1173
|
export const forward24: string;
|
|
1171
1174
|
export const forward32F: string;
|
|
1172
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[];
|
|
1173
1185
|
export const freehand16: string;
|
|
1174
1186
|
export const freehand24: string;
|
|
1175
1187
|
export const freehand32: string;
|
|
@@ -1179,21 +1191,12 @@ export const freehandArea32: CalciteMultiPathEntry[];
|
|
|
1179
1191
|
export const frown16: string;
|
|
1180
1192
|
export const frown24: string;
|
|
1181
1193
|
export const frown32: string;
|
|
1182
|
-
export const full1Column16: CalciteMultiPathEntry[];
|
|
1183
|
-
export const full1Column24: CalciteMultiPathEntry[];
|
|
1184
|
-
export const full1Column32: CalciteMultiPathEntry[];
|
|
1185
|
-
export const fullMedium1Column16: CalciteMultiPathEntry[];
|
|
1186
|
-
export const fullMedium1Column24: CalciteMultiPathEntry[];
|
|
1187
|
-
export const fullMedium1Column32: CalciteMultiPathEntry[];
|
|
1188
1194
|
export const fullScreen16: string;
|
|
1189
1195
|
export const fullScreen24: string;
|
|
1190
1196
|
export const fullScreen32: string;
|
|
1191
1197
|
export const fullScreenExit16: string;
|
|
1192
1198
|
export const fullScreenExit24: string;
|
|
1193
1199
|
export const fullScreenExit32: string;
|
|
1194
|
-
export const fullSmall1Column16: CalciteMultiPathEntry[];
|
|
1195
|
-
export const fullSmall1Column24: CalciteMultiPathEntry[];
|
|
1196
|
-
export const fullSmall1Column32: CalciteMultiPathEntry[];
|
|
1197
1200
|
export const function16: string;
|
|
1198
1201
|
export const function24: string;
|
|
1199
1202
|
export const function32: string;
|
|
@@ -1545,9 +1548,6 @@ export const language32: string;
|
|
|
1545
1548
|
export const languageTranslate16: string;
|
|
1546
1549
|
export const languageTranslate24: string;
|
|
1547
1550
|
export const languageTranslate32: string;
|
|
1548
|
-
export const large2Column16: CalciteMultiPathEntry[];
|
|
1549
|
-
export const large2Column24: CalciteMultiPathEntry[];
|
|
1550
|
-
export const large2Column32: CalciteMultiPathEntry[];
|
|
1551
1551
|
export const lasso16: string;
|
|
1552
1552
|
export const lasso24: string;
|
|
1553
1553
|
export const lasso32: string;
|
|
@@ -1824,9 +1824,6 @@ export const measureLine32: string;
|
|
|
1824
1824
|
export const mediaLayer16: string;
|
|
1825
1825
|
export const mediaLayer24: string;
|
|
1826
1826
|
export const mediaLayer32: string;
|
|
1827
|
-
export const medium2Column16: CalciteMultiPathEntry[];
|
|
1828
|
-
export const medium2Column24: CalciteMultiPathEntry[];
|
|
1829
|
-
export const medium2Column32: CalciteMultiPathEntry[];
|
|
1830
1827
|
export const megaPhone16: string;
|
|
1831
1828
|
export const megaPhone24: string;
|
|
1832
1829
|
export const megaPhone32: string;
|
|
@@ -2673,9 +2670,6 @@ export const slidersHorizontal32: string;
|
|
|
2673
2670
|
export const slideshow16: string;
|
|
2674
2671
|
export const slideshow24: string;
|
|
2675
2672
|
export const slideshow32: string;
|
|
2676
|
-
export const small2Column16: CalciteMultiPathEntry[];
|
|
2677
|
-
export const small2Column24: CalciteMultiPathEntry[];
|
|
2678
|
-
export const small2Column32: CalciteMultiPathEntry[];
|
|
2679
2673
|
export const smartCamera16: string;
|
|
2680
2674
|
export const smartCamera24: string;
|
|
2681
2675
|
export const smartCamera32: string;
|
|
@@ -2862,6 +2856,9 @@ export const superimpose32: CalciteMultiPathEntry[];
|
|
|
2862
2856
|
export const superscript16: string;
|
|
2863
2857
|
export const superscript24: string;
|
|
2864
2858
|
export const superscript32: string;
|
|
2859
|
+
export const surface16: string;
|
|
2860
|
+
export const surface24: string;
|
|
2861
|
+
export const surface32: string;
|
|
2865
2862
|
export const survey16: string;
|
|
2866
2863
|
export const survey24: string;
|
|
2867
2864
|
export const survey32: string;
|
|
@@ -2925,6 +2922,15 @@ export const textSmall32: string;
|
|
|
2925
2922
|
export const textSolidUnderline16: string;
|
|
2926
2923
|
export const textSolidUnderline24: string;
|
|
2927
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[];
|
|
2928
2934
|
export const thumbsDown16: string;
|
|
2929
2935
|
export const thumbsDown24: string;
|
|
2930
2936
|
export const thumbsDown32: string;
|
package/index.js
CHANGED
|
@@ -587,6 +587,9 @@ export {colorCodedMap32} from "./js/colorCodedMap32.js";
|
|
|
587
587
|
export {colorCorrection16} from "./js/colorCorrection16.js";
|
|
588
588
|
export {colorCorrection24} from "./js/colorCorrection24.js";
|
|
589
589
|
export {colorCorrection32} from "./js/colorCorrection32.js";
|
|
590
|
+
export {columnSettings16} from "./js/columnSettings16.js";
|
|
591
|
+
export {columnSettings24} from "./js/columnSettings24.js";
|
|
592
|
+
export {columnSettings32} from "./js/columnSettings32.js";
|
|
590
593
|
export {communityLinkChartLayout16} from "./js/communityLinkChartLayout16.js";
|
|
591
594
|
export {communityLinkChartLayout24} from "./js/communityLinkChartLayout24.js";
|
|
592
595
|
export {communityLinkChartLayout32} from "./js/communityLinkChartLayout32.js";
|
|
@@ -1163,6 +1166,15 @@ export {forward24F} from "./js/forward24F.js";
|
|
|
1163
1166
|
export {forward24} from "./js/forward24.js";
|
|
1164
1167
|
export {forward32F} from "./js/forward32F.js";
|
|
1165
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";
|
|
1166
1178
|
export {freehand16} from "./js/freehand16.js";
|
|
1167
1179
|
export {freehand24} from "./js/freehand24.js";
|
|
1168
1180
|
export {freehand32} from "./js/freehand32.js";
|
|
@@ -1172,21 +1184,12 @@ export {freehandArea32} from "./js/freehandArea32.js";
|
|
|
1172
1184
|
export {frown16} from "./js/frown16.js";
|
|
1173
1185
|
export {frown24} from "./js/frown24.js";
|
|
1174
1186
|
export {frown32} from "./js/frown32.js";
|
|
1175
|
-
export {full1Column16} from "./js/full1Column16.js";
|
|
1176
|
-
export {full1Column24} from "./js/full1Column24.js";
|
|
1177
|
-
export {full1Column32} from "./js/full1Column32.js";
|
|
1178
|
-
export {fullMedium1Column16} from "./js/fullMedium1Column16.js";
|
|
1179
|
-
export {fullMedium1Column24} from "./js/fullMedium1Column24.js";
|
|
1180
|
-
export {fullMedium1Column32} from "./js/fullMedium1Column32.js";
|
|
1181
1187
|
export {fullScreen16} from "./js/fullScreen16.js";
|
|
1182
1188
|
export {fullScreen24} from "./js/fullScreen24.js";
|
|
1183
1189
|
export {fullScreen32} from "./js/fullScreen32.js";
|
|
1184
1190
|
export {fullScreenExit16} from "./js/fullScreenExit16.js";
|
|
1185
1191
|
export {fullScreenExit24} from "./js/fullScreenExit24.js";
|
|
1186
1192
|
export {fullScreenExit32} from "./js/fullScreenExit32.js";
|
|
1187
|
-
export {fullSmall1Column16} from "./js/fullSmall1Column16.js";
|
|
1188
|
-
export {fullSmall1Column24} from "./js/fullSmall1Column24.js";
|
|
1189
|
-
export {fullSmall1Column32} from "./js/fullSmall1Column32.js";
|
|
1190
1193
|
export {function16} from "./js/function16.js";
|
|
1191
1194
|
export {function24} from "./js/function24.js";
|
|
1192
1195
|
export {function32} from "./js/function32.js";
|
|
@@ -1538,9 +1541,6 @@ export {language32} from "./js/language32.js";
|
|
|
1538
1541
|
export {languageTranslate16} from "./js/languageTranslate16.js";
|
|
1539
1542
|
export {languageTranslate24} from "./js/languageTranslate24.js";
|
|
1540
1543
|
export {languageTranslate32} from "./js/languageTranslate32.js";
|
|
1541
|
-
export {large2Column16} from "./js/large2Column16.js";
|
|
1542
|
-
export {large2Column24} from "./js/large2Column24.js";
|
|
1543
|
-
export {large2Column32} from "./js/large2Column32.js";
|
|
1544
1544
|
export {lasso16} from "./js/lasso16.js";
|
|
1545
1545
|
export {lasso24} from "./js/lasso24.js";
|
|
1546
1546
|
export {lasso32} from "./js/lasso32.js";
|
|
@@ -1817,9 +1817,6 @@ export {measureLine32} from "./js/measureLine32.js";
|
|
|
1817
1817
|
export {mediaLayer16} from "./js/mediaLayer16.js";
|
|
1818
1818
|
export {mediaLayer24} from "./js/mediaLayer24.js";
|
|
1819
1819
|
export {mediaLayer32} from "./js/mediaLayer32.js";
|
|
1820
|
-
export {medium2Column16} from "./js/medium2Column16.js";
|
|
1821
|
-
export {medium2Column24} from "./js/medium2Column24.js";
|
|
1822
|
-
export {medium2Column32} from "./js/medium2Column32.js";
|
|
1823
1820
|
export {megaPhone16} from "./js/megaPhone16.js";
|
|
1824
1821
|
export {megaPhone24} from "./js/megaPhone24.js";
|
|
1825
1822
|
export {megaPhone32} from "./js/megaPhone32.js";
|
|
@@ -2666,9 +2663,6 @@ export {slidersHorizontal32} from "./js/slidersHorizontal32.js";
|
|
|
2666
2663
|
export {slideshow16} from "./js/slideshow16.js";
|
|
2667
2664
|
export {slideshow24} from "./js/slideshow24.js";
|
|
2668
2665
|
export {slideshow32} from "./js/slideshow32.js";
|
|
2669
|
-
export {small2Column16} from "./js/small2Column16.js";
|
|
2670
|
-
export {small2Column24} from "./js/small2Column24.js";
|
|
2671
|
-
export {small2Column32} from "./js/small2Column32.js";
|
|
2672
2666
|
export {smartCamera16} from "./js/smartCamera16.js";
|
|
2673
2667
|
export {smartCamera24} from "./js/smartCamera24.js";
|
|
2674
2668
|
export {smartCamera32} from "./js/smartCamera32.js";
|
|
@@ -2855,6 +2849,9 @@ export {superimpose32} from "./js/superimpose32.js";
|
|
|
2855
2849
|
export {superscript16} from "./js/superscript16.js";
|
|
2856
2850
|
export {superscript24} from "./js/superscript24.js";
|
|
2857
2851
|
export {superscript32} from "./js/superscript32.js";
|
|
2852
|
+
export {surface16} from "./js/surface16.js";
|
|
2853
|
+
export {surface24} from "./js/surface24.js";
|
|
2854
|
+
export {surface32} from "./js/surface32.js";
|
|
2858
2855
|
export {survey16} from "./js/survey16.js";
|
|
2859
2856
|
export {survey24} from "./js/survey24.js";
|
|
2860
2857
|
export {survey32} from "./js/survey32.js";
|
|
@@ -2918,6 +2915,15 @@ export {textSmall32} from "./js/textSmall32.js";
|
|
|
2918
2915
|
export {textSolidUnderline16} from "./js/textSolidUnderline16.js";
|
|
2919
2916
|
export {textSolidUnderline24} from "./js/textSolidUnderline24.js";
|
|
2920
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";
|
|
2921
2927
|
export {thumbsDown16} from "./js/thumbsDown16.js";
|
|
2922
2928
|
export {thumbsDown24} from "./js/thumbsDown24.js";
|
|
2923
2929
|
export {thumbsDown32} from "./js/thumbsDown32.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const columnSettings16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const columnSettings16 = "M2 14v1H0v-2h1v1h1zM2 1H0v2h1V2h1V1zm4 13v-1H5v1H4v1h3v-1H6zM7 1H4v1h1v1h1V2h1V1zm8 0h-1v1h1v1h1V1h-1zm-3 0H9v1h1v1h1V2h1V1zm2.631 11.658c-.037.101-.08.2-.126.296l.602 1.308-.868.86-1.343-.592a3.328 3.328 0 0 1-.298.12l-.5 1.35h-1.222l-.53-1.373c-.1-.037-.2-.08-.296-.126l-1.308.601-.86-.867.592-1.343a3.321 3.321 0 0 1-.12-.299l-1.35-.499v-1.188l1.35-.5c.035-.101.076-.2.12-.298l-.592-1.343.86-.867 1.308.601a3.31 3.31 0 0 1 .296-.126L10.876 7h1.222l.5 1.35c.102.035.201.075.298.12l1.343-.593.868.86-.602 1.309c.047.096.089.195.126.296l1.37.53v1.256l-1.37.53zm.619-1.044v-.228l-1.207-.468-.116-.318a2.323 2.323 0 0 0-.097-.227l-.154-.318.53-1.155-.132-.13-1.184.522-.307-.14a2.466 2.466 0 0 0-.23-.093l-.335-.117-.442-1.192h-.185l-.468 1.209-.318.118c-.077.027-.152.06-.224.096l-.32.156-1.156-.531-.13.133.523 1.185-.144.309a2.685 2.685 0 0 0-.093.232l-.119.331-1.188.44v.144l1.188.44.119.33c.028.08.058.158.093.233l.144.309-.524 1.185.131.133 1.156-.531.32.156c.072.036.147.068.224.096l.318.118.468 1.209h.185l.442-1.192.335-.117c.08-.027.159-.06.236-.094l.305-.138 1.18.521.132-.13-.53-1.155.154-.318c.036-.074.068-.149.097-.227l.116-.318 1.207-.468zM13 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-1-.5h-1v1h1v-1zM1 4H0v2h1V4zm0 3H0v2h1V7zm5-3H5v2h1V4zm5 0h-1v2h1V4zm5 0h-1v2h1V4zM6 7H5v2h1V7zm0 3H5v2h1v-2zm-5 0H0v2h1v-2z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M2 14v1H0v-2h1v1h1zM2 1H0v2h1V2h1V1zm4 13v-1H5v1H4v1h3v-1H6zM7 1H4v1h1v1h1V2h1V1zm8 0h-1v1h1v1h1V1h-1zm-3 0H9v1h1v1h1V2h1V1zm2.631 11.658c-.037.101-.08.2-.126.296l.602 1.308-.868.86-1.343-.592a3.328 3.328 0 0 1-.298.12l-.5 1.35h-1.222l-.53-1.373c-.1-.037-.2-.08-.296-.126l-1.308.601-.86-.867.592-1.343a3.321 3.321 0 0 1-.12-.299l-1.35-.499v-1.188l1.35-.5c.035-.101.076-.2.12-.298l-.592-1.343.86-.867 1.308.601a3.31 3.31 0 0 1 .296-.126L10.876 7h1.222l.5 1.35c.102.035.201.075.298.12l1.343-.593.868.86-.602 1.309c.047.096.089.195.126.296l1.37.53v1.256l-1.37.53zm.619-1.044v-.228l-1.207-.468-.116-.318a2.323 2.323 0 0 0-.097-.227l-.154-.318.53-1.155-.132-.13-1.184.522-.307-.14a2.466 2.466 0 0 0-.23-.093l-.335-.117-.442-1.192h-.185l-.468 1.209-.318.118c-.077.027-.152.06-.224.096l-.32.156-1.156-.531-.13.133.523 1.185-.144.309a2.685 2.685 0 0 0-.093.232l-.119.331-1.188.44v.144l1.188.44.119.33c.028.08.058.158.093.233l.144.309-.524 1.185.131.133 1.156-.531.32.156c.072.036.147.068.224.096l.318.118.468 1.209h.185l.442-1.192.335-.117c.08-.027.159-.06.236-.094l.305-.138 1.18.521.132-.13-.53-1.155.154-.318c.036-.074.068-.149.097-.227l.116-.318 1.207-.468zM13 11.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0zm-1-.5h-1v1h1v-1zM1 4H0v2h1V4zm0 3H0v2h1V7zm5-3H5v2h1V4zm5 0h-1v2h1V4zm5 0h-1v2h1V4zM6 7H5v2h1V7zm0 3H5v2h1v-2zm-5 0H0v2h1v-2z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const columnSettings24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const columnSettings24 = "M10 4H9v1H8V4H7V3h3v1zM9 20v-1H8v1H7v1h3v-1H9zM9 9V7H8v2h1zm-1 6v2h1v-2H8zM3 3H1v2h1V4h1V3zM2 20v-1H1v2h2v-1H2zM2 9V7H1v2h1zm-1 6v2h1v-2H1zM22 3h-1v1h1v1h1V3h-1zm1 6V7h-1v2h1zm-6-6h-3v1h1v1h1V4h1V3zm-1 6V7h-1v2h1zM6 3H4v1h2V3zm0 17H4v1h2v-1zm7-17h-2v1h2V3zm7 0h-2v1h2V3zm-1 15a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm-1 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm.484 4.34l.653-.235 1.543.71 1.162-1.171-.724-1.624.296-.628 1.586-.59v-1.65l-1.66-.636-.235-.653.705-1.538-1.166-1.167-1.624.724-.628-.296-.59-1.586h-1.65l-.636 1.66-.653.235-1.543-.71-1.166 1.168.727 1.627-.295.628-1.586.59v1.65l1.66.636.235.653-.71 1.543 1.168 1.166 1.627-.727.628.295.59 1.586h1.65l.636-1.66zm-2.24-.66l-1.161-.544-1.4.627-.412-.411.59-1.283-.434-1.206L12 18.315v-.581l1.32-.49.544-1.161-.627-1.4.411-.412 1.283.59 1.206-.434.548-1.427h.581l.49 1.32 1.16.543 1.396-.622.412.412-.585 1.28.434 1.204 1.427.548v.581l-1.32.49-.543 1.16.623 1.398-.41.413-1.28-.588-1.207.434L17.315 23h-.581l-.49-1.32zM2 11H1v2h1v-2zm7 0H8v2h1v-2zm14 0h-1v2h1v-2z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M10 4H9v1H8V4H7V3h3v1zM9 20v-1H8v1H7v1h3v-1H9zM9 9V7H8v2h1zm-1 6v2h1v-2H8zM3 3H1v2h1V4h1V3zM2 20v-1H1v2h2v-1H2zM2 9V7H1v2h1zm-1 6v2h1v-2H1zM22 3h-1v1h1v1h1V3h-1zm1 6V7h-1v2h1zm-6-6h-3v1h1v1h1V4h1V3zm-1 6V7h-1v2h1zM6 3H4v1h2V3zm0 17H4v1h2v-1zm7-17h-2v1h2V3zm7 0h-2v1h2V3zm-1 15a2 2 0 1 1-4 0 2 2 0 0 1 4 0zm-1 0a1 1 0 1 0-2 0 1 1 0 0 0 2 0zm.484 4.34l.653-.235 1.543.71 1.162-1.171-.724-1.624.296-.628 1.586-.59v-1.65l-1.66-.636-.235-.653.705-1.538-1.166-1.167-1.624.724-.628-.296-.59-1.586h-1.65l-.636 1.66-.653.235-1.543-.71-1.166 1.168.727 1.627-.295.628-1.586.59v1.65l1.66.636.235.653-.71 1.543 1.168 1.166 1.627-.727.628.295.59 1.586h1.65l.636-1.66zm-2.24-.66l-1.161-.544-1.4.627-.412-.411.59-1.283-.434-1.206L12 18.315v-.581l1.32-.49.544-1.161-.627-1.4.411-.412 1.283.59 1.206-.434.548-1.427h.581l.49 1.32 1.16.543 1.396-.622.412.412-.585 1.28.434 1.204 1.427.548v.581l-1.32.49-.543 1.16.623 1.398-.41.413-1.28-.588-1.207.434L17.315 23h-.581l-.49-1.32zM2 11H1v2h1v-2zm7 0H8v2h1v-2zm14 0h-1v2h1v-2z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const columnSettings32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const columnSettings32 = "M3 5h1v1H3v1H2V5h1zm0 20H2v2h2v-1H3v-1zM3 9H2v2h1V9zm0 4H2v2h1v-2zm0 8H2v2h1v-2zm0-4H2v2h1v-2zM6 6h2V5H6v1zm0 21h2v-1H6v1zm5-22h-1v1h1v1h1V6h1V5h-2zm1 20h-1v1h-1v1h3v-1h-1v-1zm0-16h-1v2h1V9zm-1 6h1v-2h-1v2zm0 8h1v-2h-1v2zm0-4h1v-2h-1v2zm4-13h2V5h-2v1zm5-1h-1v1h1v1h1V6h1V5h-2zm9 0h-1v1h1v1h1V5h-1zm-9 6h1V9h-1v2zm0 4h1v-2h-1v2zm9-4h1V9h-1v2zm0 4h1v-2h-1v2zm-5-9h2V5h-2v1zm4.87 19.871l2.13-.79-.008-2.221-2.201-.838-.319-.849.95-2.066-1.577-1.565-2.149.965-.826-.377-.789-2.13-2.221.008-.838 2.201-.848.319-2.066-.95-1.566 1.577.965 2.149-.377.826-2.13.789.008 2.221 2.202.838.318.848-.95 2.066 1.577 1.566 2.15-.965.824.377.79 2.13 2.221-.008.838-2.202.849-.318 2.066.95 1.565-1.577-.965-2.15.377-.824zm-1.214 3.373l-1.81-.832-1.608.59-.758 1.994-.897.003-.691-1.864-1.555-.722-1.945.874-.636-.631.831-1.81L18 25.24l-1.995-.76-.003-.895 1.865-.692.721-1.555-.874-1.945.632-.636 1.809.831 1.608-.59.758-1.993.897-.004.69 1.866 1.556.72 1.945-.873.636.632-.831 1.809.588 1.607 1.995.76.004.896-1.866.692-.722 1.551.875 1.948-.631.636zM23 21a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0 5a2 2 0 1 1 0-4 2 2 0 0 1 0 4z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M3 5h1v1H3v1H2V5h1zm0 20H2v2h2v-1H3v-1zM3 9H2v2h1V9zm0 4H2v2h1v-2zm0 8H2v2h1v-2zm0-4H2v2h1v-2zM6 6h2V5H6v1zm0 21h2v-1H6v1zm5-22h-1v1h1v1h1V6h1V5h-2zm1 20h-1v1h-1v1h3v-1h-1v-1zm0-16h-1v2h1V9zm-1 6h1v-2h-1v2zm0 8h1v-2h-1v2zm0-4h1v-2h-1v2zm4-13h2V5h-2v1zm5-1h-1v1h1v1h1V6h1V5h-2zm9 0h-1v1h1v1h1V5h-1zm-9 6h1V9h-1v2zm0 4h1v-2h-1v2zm9-4h1V9h-1v2zm0 4h1v-2h-1v2zm-5-9h2V5h-2v1zm4.87 19.871l2.13-.79-.008-2.221-2.201-.838-.319-.849.95-2.066-1.577-1.565-2.149.965-.826-.377-.789-2.13-2.221.008-.838 2.201-.848.319-2.066-.95-1.566 1.577.965 2.149-.377.826-2.13.789.008 2.221 2.202.838.318.848-.95 2.066 1.577 1.566 2.15-.965.824.377.79 2.13 2.221-.008.838-2.202.849-.318 2.066.95 1.565-1.577-.965-2.15.377-.824zm-1.214 3.373l-1.81-.832-1.608.59-.758 1.994-.897.003-.691-1.864-1.555-.722-1.945.874-.636-.631.831-1.81L18 25.24l-1.995-.76-.003-.895 1.865-.692.721-1.555-.874-1.945.632-.636 1.809.831 1.608-.59.758-1.993.897-.004.69 1.866 1.556.72 1.945-.873.636.632-.831 1.809.588 1.607 1.995.76.004.896-1.866.692-.722 1.551.875 1.948-.631.636zM23 21a3 3 0 1 0 0 6 3 3 0 0 0 0-6zm0 5a2 2 0 1 1 0-4 2 2 0 0 1 0 4z"
|
|
@@ -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[];
|