@esri/calcite-ui-icons 3.25.6 → 3.25.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 +185 -86
- package/icons/apply-changes-16.svg +1 -0
- package/icons/apply-changes-24.svg +1 -0
- package/icons/apply-changes-32.svg +1 -0
- package/icons/filter-expand-16.svg +1 -0
- package/icons/filter-expand-24.svg +1 -0
- package/icons/filter-expand-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/link-chart-from-template-16.svg +1 -0
- package/icons/link-chart-from-template-24.svg +1 -0
- package/icons/link-chart-from-template-32.svg +1 -0
- package/icons/map-from-template-16.svg +1 -0
- package/icons/map-from-template-24.svg +1 -0
- package/icons/map-from-template-32.svg +1 -0
- package/icons/query-16.svg +1 -0
- package/icons/query-24.svg +1 -0
- package/icons/query-32.svg +1 -0
- package/icons/selection-manager-16.svg +1 -0
- package/icons/selection-manager-24.svg +1 -0
- package/icons/selection-manager-32.svg +1 -0
- package/icons/stored-as-new-query-16.svg +1 -0
- package/icons/stored-as-new-query-24.svg +1 -0
- package/icons/stored-as-new-query-32.svg +1 -0
- package/icons/stored-query-16.svg +1 -0
- package/icons/stored-query-24.svg +1 -0
- package/icons/stored-query-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 +42 -18
- package/index.js +42 -18
- package/js/applyChanges16.d.ts +1 -0
- package/js/applyChanges16.js +1 -0
- package/js/applyChanges16.json +1 -0
- package/js/applyChanges24.d.ts +1 -0
- package/js/applyChanges24.js +1 -0
- package/js/applyChanges24.json +1 -0
- package/js/applyChanges32.d.ts +1 -0
- package/js/applyChanges32.js +1 -0
- package/js/applyChanges32.json +1 -0
- package/js/filterExpand16.d.ts +1 -0
- package/js/filterExpand16.js +1 -0
- package/js/filterExpand16.json +1 -0
- package/js/filterExpand24.d.ts +1 -0
- package/js/filterExpand24.js +1 -0
- package/js/filterExpand24.json +1 -0
- package/js/filterExpand32.d.ts +1 -0
- package/js/filterExpand32.js +1 -0
- package/js/filterExpand32.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/linkChartFromTemplate16.d.ts +1 -0
- package/js/linkChartFromTemplate16.js +1 -0
- package/js/linkChartFromTemplate16.json +1 -0
- package/js/linkChartFromTemplate24.d.ts +1 -0
- package/js/linkChartFromTemplate24.js +1 -0
- package/js/linkChartFromTemplate24.json +1 -0
- package/js/linkChartFromTemplate32.d.ts +1 -0
- package/js/linkChartFromTemplate32.js +1 -0
- package/js/linkChartFromTemplate32.json +1 -0
- package/js/mapFromTemplate16.d.ts +1 -0
- package/js/mapFromTemplate16.js +1 -0
- package/js/mapFromTemplate16.json +1 -0
- package/js/mapFromTemplate24.d.ts +1 -0
- package/js/mapFromTemplate24.js +1 -0
- package/js/mapFromTemplate24.json +1 -0
- package/js/mapFromTemplate32.d.ts +1 -0
- package/js/mapFromTemplate32.js +1 -0
- package/js/mapFromTemplate32.json +1 -0
- package/js/query16.d.ts +1 -0
- package/js/query16.js +1 -0
- package/js/query16.json +1 -0
- package/js/query24.d.ts +1 -0
- package/js/query24.js +1 -0
- package/js/query24.json +1 -0
- package/js/query32.d.ts +1 -0
- package/js/query32.js +1 -0
- package/js/query32.json +1 -0
- package/js/selectionManager16.d.ts +1 -0
- package/js/selectionManager16.js +1 -0
- package/js/selectionManager16.json +1 -0
- package/js/selectionManager24.d.ts +1 -0
- package/js/selectionManager24.js +1 -0
- package/js/selectionManager24.json +1 -0
- package/js/selectionManager32.d.ts +1 -0
- package/js/selectionManager32.js +1 -0
- package/js/selectionManager32.json +1 -0
- package/js/storedAsNewQuery16.d.ts +1 -0
- package/js/storedAsNewQuery16.js +1 -0
- package/js/storedAsNewQuery16.json +1 -0
- package/js/storedAsNewQuery24.d.ts +1 -0
- package/js/storedAsNewQuery24.js +1 -0
- package/js/storedAsNewQuery24.json +1 -0
- package/js/storedAsNewQuery32.d.ts +1 -0
- package/js/storedAsNewQuery32.js +1 -0
- package/js/storedAsNewQuery32.json +1 -0
- package/js/storedQuery16.d.ts +1 -0
- package/js/storedQuery16.js +1 -0
- package/js/storedQuery16.json +1 -0
- package/js/storedQuery24.d.ts +1 -0
- package/js/storedQuery24.js +1 -0
- package/js/storedQuery24.json +1 -0
- package/js/storedQuery32.d.ts +1 -0
- package/js/storedQuery32.js +1 -0
- package/js/storedQuery32.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/index.d.ts
CHANGED
|
@@ -138,6 +138,9 @@ export const appUpdate32: string;
|
|
|
138
138
|
export const applications16: string;
|
|
139
139
|
export const applications24: string;
|
|
140
140
|
export const applications32: string;
|
|
141
|
+
export const applyChanges16: string;
|
|
142
|
+
export const applyChanges24: string;
|
|
143
|
+
export const applyChanges32: string;
|
|
141
144
|
export const applySelectionToExistingView16: string;
|
|
142
145
|
export const applySelectionToExistingView24: string;
|
|
143
146
|
export const applySelectionToExistingView32: string;
|
|
@@ -1077,6 +1080,9 @@ export const filesCsvCollection32: string;
|
|
|
1077
1080
|
export const filter16: string;
|
|
1078
1081
|
export const filter24: string;
|
|
1079
1082
|
export const filter32: string;
|
|
1083
|
+
export const filterExpand16: string;
|
|
1084
|
+
export const filterExpand24: string;
|
|
1085
|
+
export const filterExpand32: string;
|
|
1080
1086
|
export const findPath16: CalciteMultiPathEntry[];
|
|
1081
1087
|
export const findPath24: CalciteMultiPathEntry[];
|
|
1082
1088
|
export const findPath32: CalciteMultiPathEntry[];
|
|
@@ -1173,6 +1179,15 @@ export const forward24F: string;
|
|
|
1173
1179
|
export const forward24: string;
|
|
1174
1180
|
export const forward32F: string;
|
|
1175
1181
|
export const forward32: string;
|
|
1182
|
+
export const fourByOneGrid16: CalciteMultiPathEntry[];
|
|
1183
|
+
export const fourByOneGrid24: CalciteMultiPathEntry[];
|
|
1184
|
+
export const fourByOneGrid32: CalciteMultiPathEntry[];
|
|
1185
|
+
export const fourByThreeGrid16: CalciteMultiPathEntry[];
|
|
1186
|
+
export const fourByThreeGrid24: CalciteMultiPathEntry[];
|
|
1187
|
+
export const fourByThreeGrid32: CalciteMultiPathEntry[];
|
|
1188
|
+
export const fourByTwoGrid16: CalciteMultiPathEntry[];
|
|
1189
|
+
export const fourByTwoGrid24: CalciteMultiPathEntry[];
|
|
1190
|
+
export const fourByTwoGrid32: CalciteMultiPathEntry[];
|
|
1176
1191
|
export const freehand16: string;
|
|
1177
1192
|
export const freehand24: string;
|
|
1178
1193
|
export const freehand32: string;
|
|
@@ -1182,21 +1197,12 @@ export const freehandArea32: CalciteMultiPathEntry[];
|
|
|
1182
1197
|
export const frown16: string;
|
|
1183
1198
|
export const frown24: string;
|
|
1184
1199
|
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
1200
|
export const fullScreen16: string;
|
|
1192
1201
|
export const fullScreen24: string;
|
|
1193
1202
|
export const fullScreen32: string;
|
|
1194
1203
|
export const fullScreenExit16: string;
|
|
1195
1204
|
export const fullScreenExit24: string;
|
|
1196
1205
|
export const fullScreenExit32: string;
|
|
1197
|
-
export const fullSmall1Column16: CalciteMultiPathEntry[];
|
|
1198
|
-
export const fullSmall1Column24: CalciteMultiPathEntry[];
|
|
1199
|
-
export const fullSmall1Column32: CalciteMultiPathEntry[];
|
|
1200
1206
|
export const function16: string;
|
|
1201
1207
|
export const function24: string;
|
|
1202
1208
|
export const function32: string;
|
|
@@ -1548,9 +1554,6 @@ export const language32: string;
|
|
|
1548
1554
|
export const languageTranslate16: string;
|
|
1549
1555
|
export const languageTranslate24: string;
|
|
1550
1556
|
export const languageTranslate32: string;
|
|
1551
|
-
export const large2Column16: CalciteMultiPathEntry[];
|
|
1552
|
-
export const large2Column24: CalciteMultiPathEntry[];
|
|
1553
|
-
export const large2Column32: CalciteMultiPathEntry[];
|
|
1554
1557
|
export const lasso16: string;
|
|
1555
1558
|
export const lasso24: string;
|
|
1556
1559
|
export const lasso32: string;
|
|
@@ -1704,6 +1707,9 @@ export const linkChart32: string;
|
|
|
1704
1707
|
export const linkChartExpand16: string;
|
|
1705
1708
|
export const linkChartExpand24: string;
|
|
1706
1709
|
export const linkChartExpand32: string;
|
|
1710
|
+
export const linkChartFromTemplate16: string;
|
|
1711
|
+
export const linkChartFromTemplate24: string;
|
|
1712
|
+
export const linkChartFromTemplate32: string;
|
|
1707
1713
|
export const list16: string;
|
|
1708
1714
|
export const list24: string;
|
|
1709
1715
|
export const list32: string;
|
|
@@ -1776,6 +1782,9 @@ export const map32: string;
|
|
|
1776
1782
|
export const mapContents16: string;
|
|
1777
1783
|
export const mapContents24: string;
|
|
1778
1784
|
export const mapContents32: string;
|
|
1785
|
+
export const mapFromTemplate16: string;
|
|
1786
|
+
export const mapFromTemplate24: string;
|
|
1787
|
+
export const mapFromTemplate32: string;
|
|
1779
1788
|
export const mapLevelSettings16: string;
|
|
1780
1789
|
export const mapLevelSettings24: string;
|
|
1781
1790
|
export const mapLevelSettings32: string;
|
|
@@ -1827,9 +1836,6 @@ export const measureLine32: string;
|
|
|
1827
1836
|
export const mediaLayer16: string;
|
|
1828
1837
|
export const mediaLayer24: string;
|
|
1829
1838
|
export const mediaLayer32: string;
|
|
1830
|
-
export const medium2Column16: CalciteMultiPathEntry[];
|
|
1831
|
-
export const medium2Column24: CalciteMultiPathEntry[];
|
|
1832
|
-
export const medium2Column32: CalciteMultiPathEntry[];
|
|
1833
1839
|
export const megaPhone16: string;
|
|
1834
1840
|
export const megaPhone24: string;
|
|
1835
1841
|
export const megaPhone32: string;
|
|
@@ -2277,6 +2283,9 @@ export const qrCode32: string;
|
|
|
2277
2283
|
export const qtCode16: string;
|
|
2278
2284
|
export const qtCode24: string;
|
|
2279
2285
|
export const qtCode32: string;
|
|
2286
|
+
export const query16: string;
|
|
2287
|
+
export const query24: string;
|
|
2288
|
+
export const query32: string;
|
|
2280
2289
|
export const question16F: string;
|
|
2281
2290
|
export const question16: string;
|
|
2282
2291
|
export const question24F: string;
|
|
@@ -2571,6 +2580,9 @@ export const selection32: CalciteMultiPathEntry[];
|
|
|
2571
2580
|
export const selectionFilter16: CalciteMultiPathEntry[];
|
|
2572
2581
|
export const selectionFilter24: CalciteMultiPathEntry[];
|
|
2573
2582
|
export const selectionFilter32: CalciteMultiPathEntry[];
|
|
2583
|
+
export const selectionManager16: string;
|
|
2584
|
+
export const selectionManager24: string;
|
|
2585
|
+
export const selectionManager32: string;
|
|
2574
2586
|
export const selectionSet16: string;
|
|
2575
2587
|
export const selectionSet24: string;
|
|
2576
2588
|
export const selectionSet32: string;
|
|
@@ -2676,9 +2688,6 @@ export const slidersHorizontal32: string;
|
|
|
2676
2688
|
export const slideshow16: string;
|
|
2677
2689
|
export const slideshow24: string;
|
|
2678
2690
|
export const slideshow32: string;
|
|
2679
|
-
export const small2Column16: CalciteMultiPathEntry[];
|
|
2680
|
-
export const small2Column24: CalciteMultiPathEntry[];
|
|
2681
|
-
export const small2Column32: CalciteMultiPathEntry[];
|
|
2682
2691
|
export const smartCamera16: string;
|
|
2683
2692
|
export const smartCamera24: string;
|
|
2684
2693
|
export const smartCamera32: string;
|
|
@@ -2805,6 +2814,12 @@ export const stopSquare32: string;
|
|
|
2805
2814
|
export const storage16: string;
|
|
2806
2815
|
export const storage24: string;
|
|
2807
2816
|
export const storage32: string;
|
|
2817
|
+
export const storedAsNewQuery16: string;
|
|
2818
|
+
export const storedAsNewQuery24: string;
|
|
2819
|
+
export const storedAsNewQuery32: string;
|
|
2820
|
+
export const storedQuery16: string;
|
|
2821
|
+
export const storedQuery24: string;
|
|
2822
|
+
export const storedQuery32: string;
|
|
2808
2823
|
export const straight16: string;
|
|
2809
2824
|
export const straight24: string;
|
|
2810
2825
|
export const straight32: string;
|
|
@@ -2931,6 +2946,15 @@ export const textSmall32: string;
|
|
|
2931
2946
|
export const textSolidUnderline16: string;
|
|
2932
2947
|
export const textSolidUnderline24: string;
|
|
2933
2948
|
export const textSolidUnderline32: string;
|
|
2949
|
+
export const threeByOneGrid16: CalciteMultiPathEntry[];
|
|
2950
|
+
export const threeByOneGrid24: CalciteMultiPathEntry[];
|
|
2951
|
+
export const threeByOneGrid32: CalciteMultiPathEntry[];
|
|
2952
|
+
export const threeByThreeGrid16: CalciteMultiPathEntry[];
|
|
2953
|
+
export const threeByThreeGrid24: CalciteMultiPathEntry[];
|
|
2954
|
+
export const threeByThreeGrid32: CalciteMultiPathEntry[];
|
|
2955
|
+
export const threeByTwoGrid16: CalciteMultiPathEntry[];
|
|
2956
|
+
export const threeByTwoGrid24: CalciteMultiPathEntry[];
|
|
2957
|
+
export const threeByTwoGrid32: CalciteMultiPathEntry[];
|
|
2934
2958
|
export const thumbsDown16: string;
|
|
2935
2959
|
export const thumbsDown24: string;
|
|
2936
2960
|
export const thumbsDown32: string;
|
package/index.js
CHANGED
|
@@ -131,6 +131,9 @@ export {appUpdate32} from "./js/appUpdate32.js";
|
|
|
131
131
|
export {applications16} from "./js/applications16.js";
|
|
132
132
|
export {applications24} from "./js/applications24.js";
|
|
133
133
|
export {applications32} from "./js/applications32.js";
|
|
134
|
+
export {applyChanges16} from "./js/applyChanges16.js";
|
|
135
|
+
export {applyChanges24} from "./js/applyChanges24.js";
|
|
136
|
+
export {applyChanges32} from "./js/applyChanges32.js";
|
|
134
137
|
export {applySelectionToExistingView16} from "./js/applySelectionToExistingView16.js";
|
|
135
138
|
export {applySelectionToExistingView24} from "./js/applySelectionToExistingView24.js";
|
|
136
139
|
export {applySelectionToExistingView32} from "./js/applySelectionToExistingView32.js";
|
|
@@ -1070,6 +1073,9 @@ export {filesCsvCollection32} from "./js/filesCsvCollection32.js";
|
|
|
1070
1073
|
export {filter16} from "./js/filter16.js";
|
|
1071
1074
|
export {filter24} from "./js/filter24.js";
|
|
1072
1075
|
export {filter32} from "./js/filter32.js";
|
|
1076
|
+
export {filterExpand16} from "./js/filterExpand16.js";
|
|
1077
|
+
export {filterExpand24} from "./js/filterExpand24.js";
|
|
1078
|
+
export {filterExpand32} from "./js/filterExpand32.js";
|
|
1073
1079
|
export {findPath16} from "./js/findPath16.js";
|
|
1074
1080
|
export {findPath24} from "./js/findPath24.js";
|
|
1075
1081
|
export {findPath32} from "./js/findPath32.js";
|
|
@@ -1166,6 +1172,15 @@ export {forward24F} from "./js/forward24F.js";
|
|
|
1166
1172
|
export {forward24} from "./js/forward24.js";
|
|
1167
1173
|
export {forward32F} from "./js/forward32F.js";
|
|
1168
1174
|
export {forward32} from "./js/forward32.js";
|
|
1175
|
+
export {fourByOneGrid16} from "./js/fourByOneGrid16.js";
|
|
1176
|
+
export {fourByOneGrid24} from "./js/fourByOneGrid24.js";
|
|
1177
|
+
export {fourByOneGrid32} from "./js/fourByOneGrid32.js";
|
|
1178
|
+
export {fourByThreeGrid16} from "./js/fourByThreeGrid16.js";
|
|
1179
|
+
export {fourByThreeGrid24} from "./js/fourByThreeGrid24.js";
|
|
1180
|
+
export {fourByThreeGrid32} from "./js/fourByThreeGrid32.js";
|
|
1181
|
+
export {fourByTwoGrid16} from "./js/fourByTwoGrid16.js";
|
|
1182
|
+
export {fourByTwoGrid24} from "./js/fourByTwoGrid24.js";
|
|
1183
|
+
export {fourByTwoGrid32} from "./js/fourByTwoGrid32.js";
|
|
1169
1184
|
export {freehand16} from "./js/freehand16.js";
|
|
1170
1185
|
export {freehand24} from "./js/freehand24.js";
|
|
1171
1186
|
export {freehand32} from "./js/freehand32.js";
|
|
@@ -1175,21 +1190,12 @@ export {freehandArea32} from "./js/freehandArea32.js";
|
|
|
1175
1190
|
export {frown16} from "./js/frown16.js";
|
|
1176
1191
|
export {frown24} from "./js/frown24.js";
|
|
1177
1192
|
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
1193
|
export {fullScreen16} from "./js/fullScreen16.js";
|
|
1185
1194
|
export {fullScreen24} from "./js/fullScreen24.js";
|
|
1186
1195
|
export {fullScreen32} from "./js/fullScreen32.js";
|
|
1187
1196
|
export {fullScreenExit16} from "./js/fullScreenExit16.js";
|
|
1188
1197
|
export {fullScreenExit24} from "./js/fullScreenExit24.js";
|
|
1189
1198
|
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
1199
|
export {function16} from "./js/function16.js";
|
|
1194
1200
|
export {function24} from "./js/function24.js";
|
|
1195
1201
|
export {function32} from "./js/function32.js";
|
|
@@ -1541,9 +1547,6 @@ export {language32} from "./js/language32.js";
|
|
|
1541
1547
|
export {languageTranslate16} from "./js/languageTranslate16.js";
|
|
1542
1548
|
export {languageTranslate24} from "./js/languageTranslate24.js";
|
|
1543
1549
|
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
1550
|
export {lasso16} from "./js/lasso16.js";
|
|
1548
1551
|
export {lasso24} from "./js/lasso24.js";
|
|
1549
1552
|
export {lasso32} from "./js/lasso32.js";
|
|
@@ -1697,6 +1700,9 @@ export {linkChart32} from "./js/linkChart32.js";
|
|
|
1697
1700
|
export {linkChartExpand16} from "./js/linkChartExpand16.js";
|
|
1698
1701
|
export {linkChartExpand24} from "./js/linkChartExpand24.js";
|
|
1699
1702
|
export {linkChartExpand32} from "./js/linkChartExpand32.js";
|
|
1703
|
+
export {linkChartFromTemplate16} from "./js/linkChartFromTemplate16.js";
|
|
1704
|
+
export {linkChartFromTemplate24} from "./js/linkChartFromTemplate24.js";
|
|
1705
|
+
export {linkChartFromTemplate32} from "./js/linkChartFromTemplate32.js";
|
|
1700
1706
|
export {list16} from "./js/list16.js";
|
|
1701
1707
|
export {list24} from "./js/list24.js";
|
|
1702
1708
|
export {list32} from "./js/list32.js";
|
|
@@ -1769,6 +1775,9 @@ export {map32} from "./js/map32.js";
|
|
|
1769
1775
|
export {mapContents16} from "./js/mapContents16.js";
|
|
1770
1776
|
export {mapContents24} from "./js/mapContents24.js";
|
|
1771
1777
|
export {mapContents32} from "./js/mapContents32.js";
|
|
1778
|
+
export {mapFromTemplate16} from "./js/mapFromTemplate16.js";
|
|
1779
|
+
export {mapFromTemplate24} from "./js/mapFromTemplate24.js";
|
|
1780
|
+
export {mapFromTemplate32} from "./js/mapFromTemplate32.js";
|
|
1772
1781
|
export {mapLevelSettings16} from "./js/mapLevelSettings16.js";
|
|
1773
1782
|
export {mapLevelSettings24} from "./js/mapLevelSettings24.js";
|
|
1774
1783
|
export {mapLevelSettings32} from "./js/mapLevelSettings32.js";
|
|
@@ -1820,9 +1829,6 @@ export {measureLine32} from "./js/measureLine32.js";
|
|
|
1820
1829
|
export {mediaLayer16} from "./js/mediaLayer16.js";
|
|
1821
1830
|
export {mediaLayer24} from "./js/mediaLayer24.js";
|
|
1822
1831
|
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
1832
|
export {megaPhone16} from "./js/megaPhone16.js";
|
|
1827
1833
|
export {megaPhone24} from "./js/megaPhone24.js";
|
|
1828
1834
|
export {megaPhone32} from "./js/megaPhone32.js";
|
|
@@ -2270,6 +2276,9 @@ export {qrCode32} from "./js/qrCode32.js";
|
|
|
2270
2276
|
export {qtCode16} from "./js/qtCode16.js";
|
|
2271
2277
|
export {qtCode24} from "./js/qtCode24.js";
|
|
2272
2278
|
export {qtCode32} from "./js/qtCode32.js";
|
|
2279
|
+
export {query16} from "./js/query16.js";
|
|
2280
|
+
export {query24} from "./js/query24.js";
|
|
2281
|
+
export {query32} from "./js/query32.js";
|
|
2273
2282
|
export {question16F} from "./js/question16F.js";
|
|
2274
2283
|
export {question16} from "./js/question16.js";
|
|
2275
2284
|
export {question24F} from "./js/question24F.js";
|
|
@@ -2564,6 +2573,9 @@ export {selection32} from "./js/selection32.js";
|
|
|
2564
2573
|
export {selectionFilter16} from "./js/selectionFilter16.js";
|
|
2565
2574
|
export {selectionFilter24} from "./js/selectionFilter24.js";
|
|
2566
2575
|
export {selectionFilter32} from "./js/selectionFilter32.js";
|
|
2576
|
+
export {selectionManager16} from "./js/selectionManager16.js";
|
|
2577
|
+
export {selectionManager24} from "./js/selectionManager24.js";
|
|
2578
|
+
export {selectionManager32} from "./js/selectionManager32.js";
|
|
2567
2579
|
export {selectionSet16} from "./js/selectionSet16.js";
|
|
2568
2580
|
export {selectionSet24} from "./js/selectionSet24.js";
|
|
2569
2581
|
export {selectionSet32} from "./js/selectionSet32.js";
|
|
@@ -2669,9 +2681,6 @@ export {slidersHorizontal32} from "./js/slidersHorizontal32.js";
|
|
|
2669
2681
|
export {slideshow16} from "./js/slideshow16.js";
|
|
2670
2682
|
export {slideshow24} from "./js/slideshow24.js";
|
|
2671
2683
|
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
2684
|
export {smartCamera16} from "./js/smartCamera16.js";
|
|
2676
2685
|
export {smartCamera24} from "./js/smartCamera24.js";
|
|
2677
2686
|
export {smartCamera32} from "./js/smartCamera32.js";
|
|
@@ -2798,6 +2807,12 @@ export {stopSquare32} from "./js/stopSquare32.js";
|
|
|
2798
2807
|
export {storage16} from "./js/storage16.js";
|
|
2799
2808
|
export {storage24} from "./js/storage24.js";
|
|
2800
2809
|
export {storage32} from "./js/storage32.js";
|
|
2810
|
+
export {storedAsNewQuery16} from "./js/storedAsNewQuery16.js";
|
|
2811
|
+
export {storedAsNewQuery24} from "./js/storedAsNewQuery24.js";
|
|
2812
|
+
export {storedAsNewQuery32} from "./js/storedAsNewQuery32.js";
|
|
2813
|
+
export {storedQuery16} from "./js/storedQuery16.js";
|
|
2814
|
+
export {storedQuery24} from "./js/storedQuery24.js";
|
|
2815
|
+
export {storedQuery32} from "./js/storedQuery32.js";
|
|
2801
2816
|
export {straight16} from "./js/straight16.js";
|
|
2802
2817
|
export {straight24} from "./js/straight24.js";
|
|
2803
2818
|
export {straight32} from "./js/straight32.js";
|
|
@@ -2924,6 +2939,15 @@ export {textSmall32} from "./js/textSmall32.js";
|
|
|
2924
2939
|
export {textSolidUnderline16} from "./js/textSolidUnderline16.js";
|
|
2925
2940
|
export {textSolidUnderline24} from "./js/textSolidUnderline24.js";
|
|
2926
2941
|
export {textSolidUnderline32} from "./js/textSolidUnderline32.js";
|
|
2942
|
+
export {threeByOneGrid16} from "./js/threeByOneGrid16.js";
|
|
2943
|
+
export {threeByOneGrid24} from "./js/threeByOneGrid24.js";
|
|
2944
|
+
export {threeByOneGrid32} from "./js/threeByOneGrid32.js";
|
|
2945
|
+
export {threeByThreeGrid16} from "./js/threeByThreeGrid16.js";
|
|
2946
|
+
export {threeByThreeGrid24} from "./js/threeByThreeGrid24.js";
|
|
2947
|
+
export {threeByThreeGrid32} from "./js/threeByThreeGrid32.js";
|
|
2948
|
+
export {threeByTwoGrid16} from "./js/threeByTwoGrid16.js";
|
|
2949
|
+
export {threeByTwoGrid24} from "./js/threeByTwoGrid24.js";
|
|
2950
|
+
export {threeByTwoGrid32} from "./js/threeByTwoGrid32.js";
|
|
2927
2951
|
export {thumbsDown16} from "./js/thumbsDown16.js";
|
|
2928
2952
|
export {thumbsDown24} from "./js/thumbsDown24.js";
|
|
2929
2953
|
export {thumbsDown32} from "./js/thumbsDown32.js";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const applyChanges16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const applyChanges16 = "M13.331 11.376l-2.809 2.809-2.81-2.809.708-.707 1.602 1.602V7.522c0-2.481-2.018-4.58-4.5-4.58h-1.5v-.92h1.5c3.033 0 5.464 2.468 5.464 5.5v4.749l1.638-1.602.707.707z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M13.331 11.376l-2.809 2.809-2.81-2.809.708-.707 1.602 1.602V7.522c0-2.481-2.018-4.58-4.5-4.58h-1.5v-.92h1.5c3.033 0 5.464 2.468 5.464 5.5v4.749l1.638-1.602.707.707z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const applyChanges24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const applyChanges24 = "M19.33 19.376l-2.814 2.815-2.847-2.847.707-.707 1.633 1.633V8.99c0-3.308-2.692-6-6-6h-3v-.973h3a6.94 6.94 0 0 1 6.964 6.955v11.294l1.65-1.597.708.707z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M19.33 19.376l-2.814 2.815-2.847-2.847.707-.707 1.633 1.633V8.99c0-3.308-2.692-6-6-6h-3v-.973h3a6.94 6.94 0 0 1 6.964 6.955v11.294l1.65-1.597.708.707z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const applyChanges32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const applyChanges32 = "M24.354 24.347L20.5 28.2l-3.854-3.853.708-.707L20 26.286l.045-11.78c0-5.237-4.307-9.535-9.545-9.535H9v-.964h1.5c5.79 0 10.5 4.71 10.5 10.5v11.78l2.646-2.647.708.707z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M24.354 24.347L20.5 28.2l-3.854-3.853.708-.707L20 26.286l.045-11.78c0-5.237-4.307-9.535-9.545-9.535H9v-.964h1.5c5.79 0 10.5 4.71 10.5 10.5v11.78l2.646-2.647.708.707z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const filterExpand16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const filterExpand16 = "M6.415 14l-.352-1.876c-.007-.039-.015-.077-.021-.116L5.102 7h3.795L8.57 8.754c.077.002.154.004.23.013l.93-.774.234-1.249L14 2.707V1H0v1.707l4.037 4.037L5.585 15h2.83l.194-1H6.415zM1 2.293V2h12v.293L12.293 3H1.707L1 2.293zM2.707 4h8.586l-2 2H4.707l-2-2zM14.5 10a1.5 1.5 0 0 0-1.408 1h-3.066l1.572-1.31c.252.192.562.31.902.31.827 0 1.5-.673 1.5-1.5S13.327 7 12.5 7 11 7.673 11 8.5c0 .215.047.419.13.604l-1.587 1.322A1.493 1.493 0 0 0 8.5 10c-.827 0-1.5.673-1.5 1.5S7.673 13 8.5 13a1.49 1.49 0 0 0 1.043-.426l1.586 1.322A1.487 1.487 0 0 0 11 14.5c0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5-.673-1.5-1.5-1.5c-.34 0-.65.118-.902.31l-1.572-1.311h3.066A1.498 1.498 0 0 0 14.5 13c.827 0 1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5zM12 8h1v1h-1V8zm0 6.75V14h1v1h-1v-.25zm-3-3.487V12H8v-1h1v.263zm6 0V12h-1v-1h1v.263z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M6.415 14l-.352-1.876c-.007-.039-.015-.077-.021-.116L5.102 7h3.795L8.57 8.754c.077.002.154.004.23.013l.93-.774.234-1.249L14 2.707V1H0v1.707l4.037 4.037L5.585 15h2.83l.194-1H6.415zM1 2.293V2h12v.293L12.293 3H1.707L1 2.293zM2.707 4h8.586l-2 2H4.707l-2-2zM14.5 10a1.5 1.5 0 0 0-1.408 1h-3.066l1.572-1.31c.252.192.562.31.902.31.827 0 1.5-.673 1.5-1.5S13.327 7 12.5 7 11 7.673 11 8.5c0 .215.047.419.13.604l-1.587 1.322A1.493 1.493 0 0 0 8.5 10c-.827 0-1.5.673-1.5 1.5S7.673 13 8.5 13a1.49 1.49 0 0 0 1.043-.426l1.586 1.322A1.487 1.487 0 0 0 11 14.5c0 .827.673 1.5 1.5 1.5s1.5-.673 1.5-1.5-.673-1.5-1.5-1.5c-.34 0-.65.118-.902.31l-1.572-1.311h3.066A1.498 1.498 0 0 0 14.5 13c.827 0 1.5-.673 1.5-1.5s-.673-1.5-1.5-1.5zM12 8h1v1h-1V8zm0 6.75V14h1v1h-1v-.25zm-3-3.487V12H8v-1h1v.263zm6 0V12h-1v-1h1v.263z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const filterExpand24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const filterExpand24 = "M11.043 21H8.957l-.91-10h3.905l-.166 1.822c.232-.045.47-.072.714-.072.098 0 .197.016.296.024l.184-2.027L20 4.729V2H0v2.73l7.02 6.017L8.043 22h3.914l.163-1.789a3.72 3.72 0 0 1-.985-.227L11.043 21zM1 3h18v1H1V3zm6.685 7L1.85 5h16.3l-5.834 5h-4.63zM21.5 14c-1.208 0-2.217.86-2.45 2h-4.102a2.476 2.476 0 0 0-.511-1.062l2.12-1.883A2.486 2.486 0 0 0 18.5 14a2.495 2.495 0 0 0 2.491-2.5 2.495 2.495 0 1 0-4.991 0c0 .316.065.616.173.895l-2.284 2.028a2.495 2.495 0 0 0-3.88 2.093A2.495 2.495 0 0 0 12.515 19c.508-.003.98-.16 1.372-.424l2.286 2.03A2.477 2.477 0 0 0 16 21.5a2.495 2.495 0 1 0 4.991 0c0-1.379-1.112-2.5-2.491-2.5-.788 0-1.484.374-1.942.945l-2.121-1.884c.246-.305.43-.663.512-1.061h4.102a2.495 2.495 0 0 0 4.94-.5c0-1.379-1.112-2.5-2.491-2.5zM17 11a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zm0 10a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zm-4.99-2.997a1 1 0 0 1-1.007-.994l-.006-1a1 1 0 0 1 .994-1.006l1-.006a1 1 0 0 1 1.006.994l.006 1a1 1 0 0 1-.994 1.006l-1 .006zM23 17a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M11.043 21H8.957l-.91-10h3.905l-.166 1.822c.232-.045.47-.072.714-.072.098 0 .197.016.296.024l.184-2.027L20 4.729V2H0v2.73l7.02 6.017L8.043 22h3.914l.163-1.789a3.72 3.72 0 0 1-.985-.227L11.043 21zM1 3h18v1H1V3zm6.685 7L1.85 5h16.3l-5.834 5h-4.63zM21.5 14c-1.208 0-2.217.86-2.45 2h-4.102a2.476 2.476 0 0 0-.511-1.062l2.12-1.883A2.486 2.486 0 0 0 18.5 14a2.495 2.495 0 0 0 2.491-2.5 2.495 2.495 0 1 0-4.991 0c0 .316.065.616.173.895l-2.284 2.028a2.495 2.495 0 0 0-3.88 2.093A2.495 2.495 0 0 0 12.515 19c.508-.003.98-.16 1.372-.424l2.286 2.03A2.477 2.477 0 0 0 16 21.5a2.495 2.495 0 1 0 4.991 0c0-1.379-1.112-2.5-2.491-2.5-.788 0-1.484.374-1.942.945l-2.121-1.884c.246-.305.43-.663.512-1.061h4.102a2.495 2.495 0 0 0 4.94-.5c0-1.379-1.112-2.5-2.491-2.5zM17 11a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zm0 10a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zm-4.99-2.997a1 1 0 0 1-1.007-.994l-.006-1a1 1 0 0 1 .994-1.006l1-.006a1 1 0 0 1 1.006.994l.006 1a1 1 0 0 1-.994 1.006l-1 .006zM23 17a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const filterExpand32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const filterExpand32 = "M15.066 27h-2.132l-1.858-13h5.848l-.564 3.946c.33-.106.674-.175 1.036-.186l.573-4.007L27 5.725V3H1v2.725l9.031 8.028L12.066 28h3.868l.42-2.948a3.74 3.74 0 0 1-.946-.442L15.066 27zM10.69 13L2.815 6h22.37l-7.875 7h-6.62zM26 4v1H2V4h24zm2.5 15c-1.208 0-2.217.86-2.45 2h-6.1a2.477 2.477 0 0 0-.48-1.022l3.174-2.819A2.484 2.484 0 0 0 24.5 18a2.495 2.495 0 0 0 2.491-2.5 2.495 2.495 0 1 0-4.764 1.028l-3.297 2.927A2.481 2.481 0 0 0 17.5 19c-1.379 0-2.5 1.121-2.5 2.5s1.121 2.5 2.5 2.5c.533 0 1.024-.17 1.43-.455l3.297 2.927c-.143.315-.227.66-.227 1.028a2.495 2.495 0 1 0 4.991 0c0-1.379-1.112-2.5-2.491-2.5-.74 0-1.398.329-1.856.84l-3.174-2.818c.23-.297.402-.64.48-1.022h6.1a2.495 2.495 0 0 0 4.94-.5A2.493 2.493 0 0 0 28.5 19zM23 15a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zm0 12a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zm-6-4a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1zm13-1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M15.066 27h-2.132l-1.858-13h5.848l-.564 3.946c.33-.106.674-.175 1.036-.186l.573-4.007L27 5.725V3H1v2.725l9.031 8.028L12.066 28h3.868l.42-2.948a3.74 3.74 0 0 1-.946-.442L15.066 27zM10.69 13L2.815 6h22.37l-7.875 7h-6.62zM26 4v1H2V4h24zm2.5 15c-1.208 0-2.217.86-2.45 2h-6.1a2.477 2.477 0 0 0-.48-1.022l3.174-2.819A2.484 2.484 0 0 0 24.5 18a2.495 2.495 0 0 0 2.491-2.5 2.495 2.495 0 1 0-4.764 1.028l-3.297 2.927A2.481 2.481 0 0 0 17.5 19c-1.379 0-2.5 1.121-2.5 2.5s1.121 2.5 2.5 2.5c.533 0 1.024-.17 1.43-.455l3.297 2.927c-.143.315-.227.66-.227 1.028a2.495 2.495 0 1 0 4.991 0c0-1.379-1.112-2.5-2.491-2.5-.74 0-1.398.329-1.856.84l-3.174-2.818c.23-.297.402-.64.48-1.022h6.1a2.495 2.495 0 0 0 4.94-.5A2.493 2.493 0 0 0 28.5 19zM23 15a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zm0 12a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1zm-6-4a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1h-1zm13-1a1 1 0 0 1-1 1h-1a1 1 0 0 1-1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 1 1 1v1z"
|
|
@@ -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 linkChartFromTemplate16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const linkChartFromTemplate16 = "M8 7H5V6h3v1zm-3 3h1.2c.205-.313.488-.559.8-.765V9H5v1zm3-7H5v1h3V3zM6.2 13H1.833c-.46 0-.833-.407-.833-.91V1.91c0-.503.373-.91.833-.91h6.334c.46 0 .833.407.833.91v6.888c.141.026.28.06.415.108l.338-.282A2.725 2.725 0 0 1 10 7.369V1.795C10 .806 9.253 0 8.333 0H1.667C.747 0 0 .806 0 1.795v10.41C0 13.195.747 14 1.667 14h5.702A2.76 2.76 0 0 1 6.2 13zm9.8-1.5c0 .827-.673 1.5-1.5 1.5-.651 0-1.201-.42-1.408-1.001h-3.066l1.572 1.31c.252-.191.562-.309.902-.309.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5-1.5-.673-1.5-1.5c0-.215.047-.419.13-.604l-1.587-1.322A1.49 1.49 0 0 1 8.5 13c-.827 0-1.5-.673-1.5-1.5S7.673 10 8.5 10c.406 0 .773.163 1.043.426l1.586-1.322A1.488 1.488 0 0 1 11 8.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5-.673 1.5-1.5 1.5c-.34 0-.65-.118-.902-.31L10.026 11h3.066c.207-.58.757-1 1.408-1 .827 0 1.5.673 1.5 1.5zM12 9h1V8h-1v1zm-3 2H8v1h1v-1zm3 4h1v-1h-1v1zm3-4h-1v1h1v-1zM4 3H2v2h2V3zm-2 8h2V9H2v2zm2-5H2v2h2V6z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M8 7H5V6h3v1zm-3 3h1.2c.205-.313.488-.559.8-.765V9H5v1zm3-7H5v1h3V3zM6.2 13H1.833c-.46 0-.833-.407-.833-.91V1.91c0-.503.373-.91.833-.91h6.334c.46 0 .833.407.833.91v6.888c.141.026.28.06.415.108l.338-.282A2.725 2.725 0 0 1 10 7.369V1.795C10 .806 9.253 0 8.333 0H1.667C.747 0 0 .806 0 1.795v10.41C0 13.195.747 14 1.667 14h5.702A2.76 2.76 0 0 1 6.2 13zm9.8-1.5c0 .827-.673 1.5-1.5 1.5-.651 0-1.201-.42-1.408-1.001h-3.066l1.572 1.31c.252-.191.562-.309.902-.309.827 0 1.5.673 1.5 1.5s-.673 1.5-1.5 1.5-1.5-.673-1.5-1.5c0-.215.047-.419.13-.604l-1.587-1.322A1.49 1.49 0 0 1 8.5 13c-.827 0-1.5-.673-1.5-1.5S7.673 10 8.5 10c.406 0 .773.163 1.043.426l1.586-1.322A1.488 1.488 0 0 1 11 8.5c0-.827.673-1.5 1.5-1.5s1.5.673 1.5 1.5-.673 1.5-1.5 1.5c-.34 0-.65-.118-.902-.31L10.026 11h3.066c.207-.58.757-1 1.408-1 .827 0 1.5.673 1.5 1.5zM12 9h1V8h-1v1zm-3 2H8v1h1v-1zm3 4h1v-1h-1v1zm3-4h-1v1h1v-1zM4 3H2v2h2V3zm-2 8h2V9H2v2zm2-5H2v2h2V6z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const linkChartFromTemplate24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const linkChartFromTemplate24 = "M13 6H9V5h4v1zm-.477 14.25c-.467 0-.908-.095-1.32-.25H2.788A.789.789 0 0 1 2 19.211V2.79A.79.79 0 0 1 2.79 2h11.42c.436 0 .789.353.789.789V10h.098c.215-.485.512-.923.902-1.274V2.58A1.582 1.582 0 0 0 14.42 1H2.585C1.71 1 1 1.71 1 2.585v16.838C1 20.293 1.706 21 2.577 21H14.42c.097 0 .191-.012.284-.029l-1.027-.91c-.37.123-.759.187-1.153.189zM9 11h4v-1H9v1zm-5 3h4v4H4v-4zm1 3h2v-2H5v2zm18.991-.5a2.495 2.495 0 0 1-4.94.5h-4.102a2.478 2.478 0 0 1-.512 1.061l2.12 1.884A2.486 2.486 0 0 1 18.5 19a2.495 2.495 0 0 1 2.491 2.5 2.495 2.495 0 1 1-4.991 0c0-.316.065-.616.173-.895l-2.286-2.029c-.393.264-.864.42-1.372.424a2.495 2.495 0 0 1-2.506-2.485 2.495 2.495 0 0 1 3.88-2.092l2.284-2.028A2.477 2.477 0 0 1 16 11.5a2.495 2.495 0 1 1 4.991 0c0 1.379-1.112 2.5-2.491 2.5a2.486 2.486 0 0 1-1.942-.945l-2.121 1.883c.247.305.43.663.51 1.062h4.104a2.495 2.495 0 0 1 4.94.5zM17 12a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1zm0 10a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1zm-2.997-5.01l-.006-1a1 1 0 0 0-1.006-.993l-1 .006a1 1 0 0 0-.994 1.006l.006 1a1 1 0 0 0 1.006.994l1-.006a1 1 0 0 0 .994-1.006zM23 16a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1zM8 13H4V9h4v4zm-1-3H5v2h2v-2zm1-2H4V4h4v4zM7 5H5v2h2V5z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M13 6H9V5h4v1zm-.477 14.25c-.467 0-.908-.095-1.32-.25H2.788A.789.789 0 0 1 2 19.211V2.79A.79.79 0 0 1 2.79 2h11.42c.436 0 .789.353.789.789V10h.098c.215-.485.512-.923.902-1.274V2.58A1.582 1.582 0 0 0 14.42 1H2.585C1.71 1 1 1.71 1 2.585v16.838C1 20.293 1.706 21 2.577 21H14.42c.097 0 .191-.012.284-.029l-1.027-.91c-.37.123-.759.187-1.153.189zM9 11h4v-1H9v1zm-5 3h4v4H4v-4zm1 3h2v-2H5v2zm18.991-.5a2.495 2.495 0 0 1-4.94.5h-4.102a2.478 2.478 0 0 1-.512 1.061l2.12 1.884A2.486 2.486 0 0 1 18.5 19a2.495 2.495 0 0 1 2.491 2.5 2.495 2.495 0 1 1-4.991 0c0-.316.065-.616.173-.895l-2.286-2.029c-.393.264-.864.42-1.372.424a2.495 2.495 0 0 1-2.506-2.485 2.495 2.495 0 0 1 3.88-2.092l2.284-2.028A2.477 2.477 0 0 1 16 11.5a2.495 2.495 0 1 1 4.991 0c0 1.379-1.112 2.5-2.491 2.5a2.486 2.486 0 0 1-1.942-.945l-2.121 1.883c.247.305.43.663.51 1.062h4.104a2.495 2.495 0 0 1 4.94.5zM17 12a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1zm0 10a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1zm-2.997-5.01l-.006-1a1 1 0 0 0-1.006-.993l-1 .006a1 1 0 0 0-.994 1.006l.006 1a1 1 0 0 0 1.006.994l1-.006a1 1 0 0 0 .994-1.006zM23 16a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1zM8 13H4V9h4v4zm-1-3H5v2h2v-2zm1-2H4V4h4v4zM7 5H5v2h2V5z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const linkChartFromTemplate32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const linkChartFromTemplate32 = "M17 9h-5V8h5v1zm0 5h-5v1h5v-1zm-6-3H6V6h5v5zm-1-4H7v3h3V7zm1 10H6v-5h5v5zm-1-4H7v3h3v-3zm-4 5h5v5H6v-5zm1 4h3v-3H7v3zm23.991-.5a2.495 2.495 0 0 1-4.94.5h-6.102c-.077.381-.25.725-.48 1.022l3.175 2.819A2.484 2.484 0 0 1 24.5 25a2.495 2.495 0 0 1 2.491 2.5 2.495 2.495 0 1 1-4.764-1.028l-3.297-2.927A2.481 2.481 0 0 1 17.5 24c-1.379 0-2.5-1.121-2.5-2.5s1.121-2.5 2.5-2.5c.533 0 1.024.17 1.43.455l3.297-2.927A2.477 2.477 0 0 1 22 15.5a2.495 2.495 0 1 1 4.991 0c0 1.379-1.112 2.5-2.491 2.5-.74 0-1.398-.329-1.856-.84l-3.174 2.818c.23.297.402.64.48 1.022h6.1a2.495 2.495 0 0 1 4.94.5zM23 16a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1zm0 12a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1zm-4-7a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1zm11 0a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1zm-10.999 5H3.999A.999.999 0 0 1 3 25.002V4a1 1 0 0 1 .999-1h15.002A1 1 0 0 1 20 4v12.833l.803-.713a3.649 3.649 0 0 1-.053-.62c0-.464.095-.903.25-1.313V4.007A2.01 2.01 0 0 0 18.999 2H3.998a2.001 2.001 0 0 0-1.989 2.008L2 24.998C2 26.102 2.896 27 3.998 27h15.001c.519 0 .988-.204 1.344-.529l-.763-.677A.975.975 0 0 1 19 26zm-.27-8.041l.269-.238V4H4v21h12c-.567-.213-.876-.558-1.274-1H5V5h13v12.792c.25.034.495.084.732.167zM12 21h1.8c.038-.279.108-.546.2-.803V20h-2v1z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M17 9h-5V8h5v1zm0 5h-5v1h5v-1zm-6-3H6V6h5v5zm-1-4H7v3h3V7zm1 10H6v-5h5v5zm-1-4H7v3h3v-3zm-4 5h5v5H6v-5zm1 4h3v-3H7v3zm23.991-.5a2.495 2.495 0 0 1-4.94.5h-6.102c-.077.381-.25.725-.48 1.022l3.175 2.819A2.484 2.484 0 0 1 24.5 25a2.495 2.495 0 0 1 2.491 2.5 2.495 2.495 0 1 1-4.764-1.028l-3.297-2.927A2.481 2.481 0 0 1 17.5 24c-1.379 0-2.5-1.121-2.5-2.5s1.121-2.5 2.5-2.5c.533 0 1.024.17 1.43.455l3.297-2.927A2.477 2.477 0 0 1 22 15.5a2.495 2.495 0 1 1 4.991 0c0 1.379-1.112 2.5-2.491 2.5-.74 0-1.398-.329-1.856-.84l-3.174 2.818c.23.297.402.64.48 1.022h6.1a2.495 2.495 0 0 1 4.94.5zM23 16a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1zm0 12a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1zm-4-7a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1zm11 0a1 1 0 0 0-1-1h-1a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1h1a1 1 0 0 0 1-1v-1zm-10.999 5H3.999A.999.999 0 0 1 3 25.002V4a1 1 0 0 1 .999-1h15.002A1 1 0 0 1 20 4v12.833l.803-.713a3.649 3.649 0 0 1-.053-.62c0-.464.095-.903.25-1.313V4.007A2.01 2.01 0 0 0 18.999 2H3.998a2.001 2.001 0 0 0-1.989 2.008L2 24.998C2 26.102 2.896 27 3.998 27h15.001c.519 0 .988-.204 1.344-.529l-.763-.677A.975.975 0 0 1 19 26zm-.27-8.041l.269-.238V4H4v21h12c-.567-.213-.876-.558-1.274-1H5V5h13v12.792c.25.034.495.084.732.167zM12 21h1.8c.038-.279.108-.546.2-.803V20h-2v1z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const mapFromTemplate16: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const mapFromTemplate16 = "M2 9h2v2H2V9zm2-3H2v2h2V6zm0-3H2v2h2V3zm4 0H5v1h3V3zm-7 9.09V1.91c0-.503.373-.91.833-.91h6.334c.46 0 .833.407.833.91V5h1V1.795C10 .806 9.253 0 8.333 0H1.667C.747 0 0 .806 0 1.795v10.41C0 13.195.747 14 1.667 14H5v-1H1.833c-.46 0-.833-.407-.833-.91zM16 6v10H6V6h10zm-7.038 9v-.11c0-.085.006-.165.017-.24a1.127 1.127 0 0 1-.439-.47 1.327 1.327 0 0 1-.13-.87 1.19 1.19 0 0 1-.475-.947c0-.26.071-.467.143-.62a1.493 1.493 0 0 1-.028-.29c0-.754.6-1.367 1.339-1.367.178 0 .333.033.468.086a1.237 1.237 0 0 1 1.174-.418l.06-.062c-.055-.33.045-.67.284-.957.072-.087.15-.163.237-.228a1.272 1.272 0 0 1 .206-.466A1.276 1.276 0 0 1 12.098 7H7v8h1.962zM15 13.46a4.651 4.651 0 0 1-.456.054h-.36c-.166 0-.566 0-.954-.23-.05.022-.105.04-.163.056-.028.055-.06.104-.092.15v.04c0 .407-.174.744-.545 1.017-.003.1-.007.265-.014.453H15v-1.54zm0-1.011V7h-1.421a.528.528 0 0 1-.178.253c-.37.176-.602.331-.602.57 0 .161.132.237.132.396 0 .228-.277.289-.34.478a.197.197 0 0 0-.013.082c0 .16.175.5-.236.469-.099-.006-.282.182-.264.281.045.219.148.631-.205.823-.288.154-.277.585-.604.585-.198 0-.271-.205-.47-.205-.143 0-.25.137-.25.282 0 .207-.176.556-.455.556-.15 0-.28-.045-.353-.177-.088-.157-.169-.307-.352-.307-.195 0-.34.172-.34.367 0 .143.06.223.06.367 0 .221-.174.323-.174.543 0 .125.125.207.25.207.2 0 .252-.11.454-.088.144.016.191.203.191.293 0 .371-.629.49-.395.957.093.188.688.098.688.41a.923.923 0 0 1-.06.319c-.045.133-.101.256-.101.43V15h1.451c.012-.274.019-.51.019-.56l-.001-.016c-.003-.104-.043-.17-.043-.277 0-.332.588-.288.588-.618 0-.1-.088-.136-.088-.234 0-.244.323-.293.323-.535v-.285c0-.112.11-.18.22-.18.125 0 .184.088.31.088.275 0 .296-.412.571-.412.206 0 .202.265.353.396.15.131.33.147.52.147h.359c.022 0 .216-.028.456-.065z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M2 9h2v2H2V9zm2-3H2v2h2V6zm0-3H2v2h2V3zm4 0H5v1h3V3zm-7 9.09V1.91c0-.503.373-.91.833-.91h6.334c.46 0 .833.407.833.91V5h1V1.795C10 .806 9.253 0 8.333 0H1.667C.747 0 0 .806 0 1.795v10.41C0 13.195.747 14 1.667 14H5v-1H1.833c-.46 0-.833-.407-.833-.91zM16 6v10H6V6h10zm-7.038 9v-.11c0-.085.006-.165.017-.24a1.127 1.127 0 0 1-.439-.47 1.327 1.327 0 0 1-.13-.87 1.19 1.19 0 0 1-.475-.947c0-.26.071-.467.143-.62a1.493 1.493 0 0 1-.028-.29c0-.754.6-1.367 1.339-1.367.178 0 .333.033.468.086a1.237 1.237 0 0 1 1.174-.418l.06-.062c-.055-.33.045-.67.284-.957.072-.087.15-.163.237-.228a1.272 1.272 0 0 1 .206-.466A1.276 1.276 0 0 1 12.098 7H7v8h1.962zM15 13.46a4.651 4.651 0 0 1-.456.054h-.36c-.166 0-.566 0-.954-.23-.05.022-.105.04-.163.056-.028.055-.06.104-.092.15v.04c0 .407-.174.744-.545 1.017-.003.1-.007.265-.014.453H15v-1.54zm0-1.011V7h-1.421a.528.528 0 0 1-.178.253c-.37.176-.602.331-.602.57 0 .161.132.237.132.396 0 .228-.277.289-.34.478a.197.197 0 0 0-.013.082c0 .16.175.5-.236.469-.099-.006-.282.182-.264.281.045.219.148.631-.205.823-.288.154-.277.585-.604.585-.198 0-.271-.205-.47-.205-.143 0-.25.137-.25.282 0 .207-.176.556-.455.556-.15 0-.28-.045-.353-.177-.088-.157-.169-.307-.352-.307-.195 0-.34.172-.34.367 0 .143.06.223.06.367 0 .221-.174.323-.174.543 0 .125.125.207.25.207.2 0 .252-.11.454-.088.144.016.191.203.191.293 0 .371-.629.49-.395.957.093.188.688.098.688.41a.923.923 0 0 1-.06.319c-.045.133-.101.256-.101.43V15h1.451c.012-.274.019-.51.019-.56l-.001-.016c-.003-.104-.043-.17-.043-.277 0-.332.588-.288.588-.618 0-.1-.088-.136-.088-.234 0-.244.323-.293.323-.535v-.285c0-.112.11-.18.22-.18.125 0 .184.088.31.088.275 0 .296-.412.571-.412.206 0 .202.265.353.396.15.131.33.147.52.147h.359c.022 0 .216-.028.456-.065z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const mapFromTemplate24: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const mapFromTemplate24 = "M9 6V5h4v1H9zM4 4h4v4H4V4zm1 3h2V5H5v2zM4 9h4v4H4V9zm1 3h2v-2H5v2zm-1 2h4v4H4v-4zm1 3h2v-2H5v2zm-3 2.211V2.79A.79.79 0 0 1 2.79 2h11.42c.436 0 .789.353.789.789V8h1V2.58A1.582 1.582 0 0 0 14.42 1H2.585C1.71 1 1 1.71 1 2.585v16.838C1 20.293 1.706 21 2.577 21H8v-1H2.789A.789.789 0 0 1 2 19.211zM24 9v15H9V9h15zM13.73 23l-.001-.185c0-.314.062-.568.14-.81-.321-.094-.711-.269-.926-.698-.307-.614-.211-1.117-.017-1.49-.544-.19-.933-.685-.933-1.265 0-.425.157-.729.298-.992-.005.007-.012.014-.019.015-.032-.124-.081-.312-.081-.56 0-.894.704-1.621 1.569-1.621.464 0 .794.192 1.03.422.184-.59.72-1.018 1.352-1.018.253 0 .463.064.637.148a1.96 1.96 0 0 1 .602-.616 3.333 3.333 0 0 0-.063-.37c-.072-.364.04-.75.315-1.084.084-.103.254-.284.51-.417a1.32 1.32 0 0 1 .075-.415c.089-.264.239-.455.398-.614A1.497 1.497 0 0 1 18.81 10H10v13h3.73zM23 19.814c-.422.104-.498.104-.584.104h-.606c-.289 0-.966 0-1.53-.493a.693.693 0 0 1-.035-.031c-.2.156-.464.287-.81.3-.076.28-.23.494-.382.659.018.084.03.175.03.277 0 .789-.586 1.175-.928 1.353l.012.048v.136c0 .007-.01.384-.04.833H23v-3.186zm0-1.032V10h-2.602c-.484.26-.883.56-.883.889 0 .272.224.398.224.668 0 .385-.466.487-.574.807a.39.39 0 0 0-.022.136c0 .274.297.844-.397.792-.167-.01-.48.308-.446.474.074.37.248 1.067-.348 1.388-.485.261-.465.99-1.017.99-.334 0-.46-.347-.793-.347-.242 0-.422.232-.422.473 0 .353-.297.942-.77.942-.254 0-.47-.074-.595-.298-.149-.266-.283-.52-.595-.52-.327 0-.57.291-.57.62 0 .24.1.377.1.62 0 .372-.297.545-.297.917 0 .211.211.347.422.347.34 0 .429-.183.767-.149.244.026.323.343.323.497 0 .625-1.061.827-.668 1.612.158.317 1.164.167 1.164.695 0 .208-.048.378-.103.537-.077.224-.17.434-.17.725l.002.185h2.394c.028-.377.043-.73.043-.833 0-.01 0-.019-.002-.027-.007-.176-.075-.286-.075-.47 0-.557.993-.483.993-1.04 0-.168-.15-.23-.15-.398 0-.408.548-.49.548-.9v-.482c0-.186.185-.305.371-.305.211 0 .31.15.521.15.466 0 .501-.695.967-.695.347 0 .34.448.595.67.25.22.556.248.875.248h.606c.044 0 .294-.061.584-.136z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M9 6V5h4v1H9zM4 4h4v4H4V4zm1 3h2V5H5v2zM4 9h4v4H4V9zm1 3h2v-2H5v2zm-1 2h4v4H4v-4zm1 3h2v-2H5v2zm-3 2.211V2.79A.79.79 0 0 1 2.79 2h11.42c.436 0 .789.353.789.789V8h1V2.58A1.582 1.582 0 0 0 14.42 1H2.585C1.71 1 1 1.71 1 2.585v16.838C1 20.293 1.706 21 2.577 21H8v-1H2.789A.789.789 0 0 1 2 19.211zM24 9v15H9V9h15zM13.73 23l-.001-.185c0-.314.062-.568.14-.81-.321-.094-.711-.269-.926-.698-.307-.614-.211-1.117-.017-1.49-.544-.19-.933-.685-.933-1.265 0-.425.157-.729.298-.992-.005.007-.012.014-.019.015-.032-.124-.081-.312-.081-.56 0-.894.704-1.621 1.569-1.621.464 0 .794.192 1.03.422.184-.59.72-1.018 1.352-1.018.253 0 .463.064.637.148a1.96 1.96 0 0 1 .602-.616 3.333 3.333 0 0 0-.063-.37c-.072-.364.04-.75.315-1.084.084-.103.254-.284.51-.417a1.32 1.32 0 0 1 .075-.415c.089-.264.239-.455.398-.614A1.497 1.497 0 0 1 18.81 10H10v13h3.73zM23 19.814c-.422.104-.498.104-.584.104h-.606c-.289 0-.966 0-1.53-.493a.693.693 0 0 1-.035-.031c-.2.156-.464.287-.81.3-.076.28-.23.494-.382.659.018.084.03.175.03.277 0 .789-.586 1.175-.928 1.353l.012.048v.136c0 .007-.01.384-.04.833H23v-3.186zm0-1.032V10h-2.602c-.484.26-.883.56-.883.889 0 .272.224.398.224.668 0 .385-.466.487-.574.807a.39.39 0 0 0-.022.136c0 .274.297.844-.397.792-.167-.01-.48.308-.446.474.074.37.248 1.067-.348 1.388-.485.261-.465.99-1.017.99-.334 0-.46-.347-.793-.347-.242 0-.422.232-.422.473 0 .353-.297.942-.77.942-.254 0-.47-.074-.595-.298-.149-.266-.283-.52-.595-.52-.327 0-.57.291-.57.62 0 .24.1.377.1.62 0 .372-.297.545-.297.917 0 .211.211.347.422.347.34 0 .429-.183.767-.149.244.026.323.343.323.497 0 .625-1.061.827-.668 1.612.158.317 1.164.167 1.164.695 0 .208-.048.378-.103.537-.077.224-.17.434-.17.725l.002.185h2.394c.028-.377.043-.73.043-.833 0-.01 0-.019-.002-.027-.007-.176-.075-.286-.075-.47 0-.557.993-.483.993-1.04 0-.168-.15-.23-.15-.398 0-.408.548-.49.548-.9v-.482c0-.186.185-.305.371-.305.211 0 .31.15.521.15.466 0 .501-.695.967-.695.347 0 .34.448.595.67.25.22.556.248.875.248h.606c.044 0 .294-.061.584-.136z"
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const mapFromTemplate32: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const mapFromTemplate32 = "M17 9h-5V8h5v1zm-6 2H6V6h5v5zm-1-4H7v3h3V7zm1 10H6v-5h5v5zm-1-4H7v3h3v-3zm-4 5h5v5H6v-5zm1 4h3v-3H7v3zm-4 3.002V4a1 1 0 0 1 .999-1h15.002A1 1 0 0 1 20 4v7h1V4.008A2.01 2.01 0 0 0 18.999 2H3.998a2.001 2.001 0 0 0-1.989 2.008L2 24.998C2 26.102 2.896 27 3.998 27H12v-1H3.999A.999.999 0 0 1 3 25.002zM31 12v18H13V12h18zM18.882 29a2.76 2.76 0 0 1 .021-.42l.05-.14-.02-.005c-.42-.098-1.053-.246-1.351-.842-.46-.92-.129-1.617.223-2.066-.812-.051-1.454-.686-1.454-1.459 0-.503.192-.855.319-1.09.03-.054.071-.13.076-.132 0-.032-.01-.07-.034-.162-.041-.16-.098-.376-.098-.664 0-1.008.79-1.829 1.76-1.829.852 0 1.289.568 1.552 1.008a.515.515 0 0 0 .06-.172c0-.899.701-1.63 1.563-1.63.432 0 .753.168.97.315.176-.312.443-.77.997-1.068.062-.116-.027-.546-.071-.761-.077-.387.047-.802.349-1.17.119-.145.388-.43.764-.572a1.47 1.47 0 0 1 .074-.642c.14-.413.415-.67.618-.846a1.71 1.71 0 0 1-.204-.801c0-.118.135-.45.35-.852H14v16h4.882zM30 25.256a3.936 3.936 0 0 1-.837.152c-.582.022-1.243-.07-1.821-.577a1.692 1.692 0 0 1-.243-.26c-.249.266-.626.54-1.185.54a1.73 1.73 0 0 1-.195-.012c-.047.56-.374.914-.606 1.129.046.127.081.282.081.461 0 .998-.827 1.4-1.224 1.594l-.047.023a2.145 2.145 0 0 1 .05.434l.003.26H30v-3.744zM30 13h-3.326c-.37.263-.628.548-.628.852 0 .363.299.53.299.89 0 .514-.621.65-.765 1.076a.52.52 0 0 0-.03.182c0 .365.396 1.125-.53 1.057-.222-.014-.638.41-.594.63.1.495.33 1.424-.463 1.852-.648.348-.621 1.32-1.357 1.32-.445 0-.612-.463-1.057-.463-.322 0-.563.31-.563.631 0 .471-.395 1.256-1.025 1.256-.34 0-.627-.1-.794-.398-.2-.354-.378-.694-.794-.694-.437 0-.759.39-.759.828 0 .32.132.502.132.827 0 .496-.395.726-.395 1.222 0 .282.28.463.562.463.454 0 .571-.244 1.022-.2.326.036.431.458.431.663 0 .834-1.415 1.104-.89 2.15.21.422 1.552.223 1.552.926 0 .278-.064.504-.137.717-.025.07-.047.143-.072.213h3.136c.011-.098.018-.187.018-.26 0-.013 0-.025-.003-.037-.01-.234-.1-.38-.1-.625 0-.744 1.324-.644 1.324-1.389 0-.222-.199-.306-.199-.529 0-.545.73-.654.73-1.2v-.644c0-.248.246-.406.495-.406.281 0 .413.201.694.201.621 0 .668-.927 1.289-.927.463 0 .454.597.794.892.334.293.741.332 1.166.332h.809c.006 0 .02-.01.028-.012V13zM5 5h13v6h1V4H4v21h8v-1H5V5z";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M17 9h-5V8h5v1zm-6 2H6V6h5v5zm-1-4H7v3h3V7zm1 10H6v-5h5v5zm-1-4H7v3h3v-3zm-4 5h5v5H6v-5zm1 4h3v-3H7v3zm-4 3.002V4a1 1 0 0 1 .999-1h15.002A1 1 0 0 1 20 4v7h1V4.008A2.01 2.01 0 0 0 18.999 2H3.998a2.001 2.001 0 0 0-1.989 2.008L2 24.998C2 26.102 2.896 27 3.998 27H12v-1H3.999A.999.999 0 0 1 3 25.002zM31 12v18H13V12h18zM18.882 29a2.76 2.76 0 0 1 .021-.42l.05-.14-.02-.005c-.42-.098-1.053-.246-1.351-.842-.46-.92-.129-1.617.223-2.066-.812-.051-1.454-.686-1.454-1.459 0-.503.192-.855.319-1.09.03-.054.071-.13.076-.132 0-.032-.01-.07-.034-.162-.041-.16-.098-.376-.098-.664 0-1.008.79-1.829 1.76-1.829.852 0 1.289.568 1.552 1.008a.515.515 0 0 0 .06-.172c0-.899.701-1.63 1.563-1.63.432 0 .753.168.97.315.176-.312.443-.77.997-1.068.062-.116-.027-.546-.071-.761-.077-.387.047-.802.349-1.17.119-.145.388-.43.764-.572a1.47 1.47 0 0 1 .074-.642c.14-.413.415-.67.618-.846a1.71 1.71 0 0 1-.204-.801c0-.118.135-.45.35-.852H14v16h4.882zM30 25.256a3.936 3.936 0 0 1-.837.152c-.582.022-1.243-.07-1.821-.577a1.692 1.692 0 0 1-.243-.26c-.249.266-.626.54-1.185.54a1.73 1.73 0 0 1-.195-.012c-.047.56-.374.914-.606 1.129.046.127.081.282.081.461 0 .998-.827 1.4-1.224 1.594l-.047.023a2.145 2.145 0 0 1 .05.434l.003.26H30v-3.744zM30 13h-3.326c-.37.263-.628.548-.628.852 0 .363.299.53.299.89 0 .514-.621.65-.765 1.076a.52.52 0 0 0-.03.182c0 .365.396 1.125-.53 1.057-.222-.014-.638.41-.594.63.1.495.33 1.424-.463 1.852-.648.348-.621 1.32-1.357 1.32-.445 0-.612-.463-1.057-.463-.322 0-.563.31-.563.631 0 .471-.395 1.256-1.025 1.256-.34 0-.627-.1-.794-.398-.2-.354-.378-.694-.794-.694-.437 0-.759.39-.759.828 0 .32.132.502.132.827 0 .496-.395.726-.395 1.222 0 .282.28.463.562.463.454 0 .571-.244 1.022-.2.326.036.431.458.431.663 0 .834-1.415 1.104-.89 2.15.21.422 1.552.223 1.552.926 0 .278-.064.504-.137.717-.025.07-.047.143-.072.213h3.136c.011-.098.018-.187.018-.26 0-.013 0-.025-.003-.037-.01-.234-.1-.38-.1-.625 0-.744 1.324-.644 1.324-1.389 0-.222-.199-.306-.199-.529 0-.545.73-.654.73-1.2v-.644c0-.248.246-.406.495-.406.281 0 .413.201.694.201.621 0 .668-.927 1.289-.927.463 0 .454.597.794.892.334.293.741.332 1.166.332h.809c.006 0 .02-.01.028-.012V13zM5 5h13v6h1V4H4v21h8v-1H5V5z"
|
package/js/query16.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const query16: string;
|
package/js/query16.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const query16 = "M8.5 1C4.612 1 2 1.984 2 3.48v3.35a4.28 4.28 0 0 1 1-.129V4.906c1.101.672 3.045 1.073 5.5 1.073s4.399-.4 5.5-1.073V7.48c0 .507-1.661 1.61-5.5 1.61-.664 0-1.24-.037-1.776-.089.185.325.33.561.426.932.432.028.878.047 1.35.047 2.455 0 4.399-.4 5.5-1.073v2.573c0 .507-1.661 1.554-5.5 1.554-.361 0-.685-.017-1.008-.033l1.032.98C12.398 13.974 15 12.97 15 11.48v-8C15 1.983 12.388 1 8.5 1zm0 4C4.661 5 3 3.986 3 3.48s1.661-1.5 5.5-1.5 5.5.993 5.5 1.5S12.339 5 8.5 5zm-3.13 7.663A2.88 2.88 0 0 0 5.9 11 2.9 2.9 0 1 0 3 13.9a2.88 2.88 0 0 0 1.663-.53l2.398 2.398a.5.5 0 1 0 .707-.707L5.37 12.663zM1.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.9z";
|
package/js/query16.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M8.5 1C4.612 1 2 1.984 2 3.48v3.35a4.28 4.28 0 0 1 1-.129V4.906c1.101.672 3.045 1.073 5.5 1.073s4.399-.4 5.5-1.073V7.48c0 .507-1.661 1.61-5.5 1.61-.664 0-1.24-.037-1.776-.089.185.325.33.561.426.932.432.028.878.047 1.35.047 2.455 0 4.399-.4 5.5-1.073v2.573c0 .507-1.661 1.554-5.5 1.554-.361 0-.685-.017-1.008-.033l1.032.98C12.398 13.974 15 12.97 15 11.48v-8C15 1.983 12.388 1 8.5 1zm0 4C4.661 5 3 3.986 3 3.48s1.661-1.5 5.5-1.5 5.5.993 5.5 1.5S12.339 5 8.5 5zm-3.13 7.663A2.88 2.88 0 0 0 5.9 11 2.9 2.9 0 1 0 3 13.9a2.88 2.88 0 0 0 1.663-.53l2.398 2.398a.5.5 0 1 0 .707-.707L5.37 12.663zM1.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.9z"
|
package/js/query24.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const query24: string;
|
package/js/query24.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const query24 = "M12.5 2C7.78 2 3 3.03 3 5v5.697c.397-.102.575-.165 1-.184V6.411C5.643 7.457 9.082 8 12.5 8s6.857-.543 8.5-1.589v3.437C21 10.726 17.688 12 12.5 12c-1.55 0-2.93-.115-4.106-.299.388.333.734.714 1.027 1.134A29.52 29.52 0 0 0 12.5 13c3.418 0 6.857-.57 8.5-1.67v6.25c0 .977-3.233 2.34-8.5 2.34-.637 0-1.243-.02-1.818-.057l1.046 1.046c.257.007.514.012.772.012 4.72 0 9.491-1.39 9.491-3.584L22 5c0-1.97-4.78-3-9.5-3zm0 5C7 7 4 5.679 4 5s3-2 8.5-2S21 4.321 21 5s-3 2-8.5 2zM7.926 19.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-.674L7.926 19.23zM1.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";
|
package/js/query24.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"M12.5 2C7.78 2 3 3.03 3 5v5.697c.397-.102.575-.165 1-.184V6.411C5.643 7.457 9.082 8 12.5 8s6.857-.543 8.5-1.589v3.437C21 10.726 17.688 12 12.5 12c-1.55 0-2.93-.115-4.106-.299.388.333.734.714 1.027 1.134A29.52 29.52 0 0 0 12.5 13c3.418 0 6.857-.57 8.5-1.67v6.25c0 .977-3.233 2.34-8.5 2.34-.637 0-1.243-.02-1.818-.057l1.046 1.046c.257.007.514.012.772.012 4.72 0 9.491-1.39 9.491-3.584L22 5c0-1.97-4.78-3-9.5-3zm0 5C7 7 4 5.679 4 5s3-2 8.5-2S21 4.321 21 5s-3 2-8.5 2zM7.926 19.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-.674L7.926 19.23zM1.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"
|
package/js/query32.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const query32: string;
|
package/js/query32.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const query32 = "M29 7c0-2.533-6.44-3.9-12.5-3.9S4.009 4.467 4.009 7v7c.332-.15.991-.478.991-.527V8.596C7.034 10.101 11.873 11 16.5 11s9.466-.9 11.5-2.404v5.23C28 15.118 23.625 17 16.5 17c-1.283 0-2.474-.064-3.57-.168a7.3 7.3 0 0 1 .625 1.049c.973.075 1.963.119 2.945.119 4.627 0 9.466-.916 11.5-2.497v7.986c0 1.547-4.451 3.44-11 3.511.186.35.367.692.534 1C23.297 27.85 29 26.16 29 23.49V7zm-12.5 3C9.375 10 5 8.21 5 7s4.375-2.9 11.5-2.9S28 5.79 28 7s-4.375 3-11.5 3zm-5.067 14.736A5.8 5.8 0 1 0 7 26.8a5.773 5.773 0 0 0 3.743-1.374l4.578 4.578a.476.476 0 0 0 .672 0l.018-.016a.476.476 0 0 0 0-.674l-4.578-4.578zM2.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";
|