@team-monolith/cds 0.6.3 → 0.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/index.d.ts +6 -0
  2. package/dist/index.js +6 -0
  3. package/dist/remixicons/Arrows/index.d.ts +108 -0
  4. package/dist/remixicons/Arrows/index.js +216 -0
  5. package/dist/remixicons/Buildings/index.d.ts +58 -0
  6. package/dist/remixicons/Buildings/index.js +116 -0
  7. package/dist/remixicons/Business/index.d.ts +192 -0
  8. package/dist/remixicons/Business/index.js +384 -0
  9. package/dist/remixicons/Communication/index.d.ts +64 -0
  10. package/dist/remixicons/Communication/index.js +128 -0
  11. package/dist/remixicons/Design/index.d.ts +164 -0
  12. package/dist/remixicons/Design/index.js +328 -0
  13. package/dist/remixicons/Development/index.d.ts +50 -0
  14. package/dist/remixicons/Development/index.js +100 -0
  15. package/dist/remixicons/Device/index.d.ts +166 -0
  16. package/dist/remixicons/Device/index.js +332 -0
  17. package/dist/remixicons/Document/index.d.ts +202 -0
  18. package/dist/remixicons/Document/index.js +404 -0
  19. package/dist/remixicons/Editor/index.d.ts +114 -0
  20. package/dist/remixicons/Editor/index.js +228 -0
  21. package/dist/remixicons/Finance/index.d.ts +140 -0
  22. package/dist/remixicons/Finance/index.js +280 -0
  23. package/dist/remixicons/Health & Medical/index.d.ts +62 -0
  24. package/dist/remixicons/Health & Medical/index.js +124 -0
  25. package/dist/remixicons/Logos/index.d.ts +224 -0
  26. package/dist/remixicons/Logos/index.js +448 -0
  27. package/dist/remixicons/Map/index.d.ts +174 -0
  28. package/dist/remixicons/Map/index.js +348 -0
  29. package/dist/remixicons/Media/index.d.ts +218 -0
  30. package/dist/remixicons/Media/index.js +436 -0
  31. package/dist/remixicons/Others/index.d.ts +104 -0
  32. package/dist/remixicons/Others/index.js +208 -0
  33. package/dist/remixicons/System/index.d.ts +262 -0
  34. package/dist/remixicons/System/index.js +524 -0
  35. package/dist/remixicons/User & Faces/index.d.ts +112 -0
  36. package/dist/remixicons/User & Faces/index.js +224 -0
  37. package/dist/remixicons/Weather/index.d.ts +80 -0
  38. package/dist/remixicons/Weather/index.js +160 -0
  39. package/dist/remixicons/index.d.ts +18 -0
  40. package/dist/remixicons/index.js +18 -0
  41. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -25,6 +25,12 @@ export * from "./components/Tooltip";
25
25
  export { default as color } from "./foundation/color";
26
26
  export { default as shadows } from "./foundation/shadows";
27
27
  export * from "./foundation/breakpoints";
28
+ export * from "./icons/brand";
29
+ export * from "./icons/map";
30
+ export * from "./icons/system";
31
+ export * from "./icons/design";
32
+ export * from "./icons/Arrows";
33
+ export * from "./icons/System";
28
34
  export { default as Dropdown } from "./patterns/Dropdown/Dropdown";
29
35
  export * from "./patterns/Dropdown";
30
36
  export { default as DropdownItem } from "./patterns/Dropdown/DropdownItem";
package/dist/index.js CHANGED
@@ -25,6 +25,12 @@ export * from "./components/Tooltip";
25
25
  export { default as color } from "./foundation/color";
26
26
  export { default as shadows } from "./foundation/shadows";
27
27
  export * from "./foundation/breakpoints";
28
+ export * from "./icons/brand";
29
+ export * from "./icons/map";
30
+ export * from "./icons/system";
31
+ export * from "./icons/design";
32
+ export * from "./icons/Arrows";
33
+ export * from "./icons/System";
28
34
  export { default as Dropdown } from "./patterns/Dropdown/Dropdown";
29
35
  export * from "./patterns/Dropdown";
30
36
  export { default as DropdownItem } from "./patterns/Dropdown/DropdownItem";
@@ -0,0 +1,108 @@
1
+ export declare const arrowDownCircleFillSvg: string;
2
+ export declare const arrowDownCircleLineSvg: string;
3
+ export declare const arrowDownDoubleFillSvg: string;
4
+ export declare const arrowDownDoubleLineSvg: string;
5
+ export declare const arrowDownFillSvg: string;
6
+ export declare const arrowDownLineSvg: string;
7
+ export declare const arrowDownSFillSvg: string;
8
+ export declare const arrowDownSLineSvg: string;
9
+ export declare const arrowDropDownFillSvg: string;
10
+ export declare const arrowDropDownLineSvg: string;
11
+ export declare const arrowDropLeftFillSvg: string;
12
+ export declare const arrowDropLeftLineSvg: string;
13
+ export declare const arrowDropRightFillSvg: string;
14
+ export declare const arrowDropRightLineSvg: string;
15
+ export declare const arrowDropUpFillSvg: string;
16
+ export declare const arrowDropUpLineSvg: string;
17
+ export declare const arrowGoBackFillSvg: string;
18
+ export declare const arrowGoBackLineSvg: string;
19
+ export declare const arrowGoForwardFillSvg: string;
20
+ export declare const arrowGoForwardLineSvg: string;
21
+ export declare const arrowLeftCircleFillSvg: string;
22
+ export declare const arrowLeftCircleLineSvg: string;
23
+ export declare const arrowLeftDoubleFillSvg: string;
24
+ export declare const arrowLeftDoubleLineSvg: string;
25
+ export declare const arrowLeftDownFillSvg: string;
26
+ export declare const arrowLeftDownLineSvg: string;
27
+ export declare const arrowLeftFillSvg: string;
28
+ export declare const arrowLeftLineSvg: string;
29
+ export declare const arrowLeftRightFillSvg: string;
30
+ export declare const arrowLeftRightLineSvg: string;
31
+ export declare const arrowLeftSFillSvg: string;
32
+ export declare const arrowLeftSLineSvg: string;
33
+ export declare const arrowLeftUpFillSvg: string;
34
+ export declare const arrowLeftUpLineSvg: string;
35
+ export declare const arrowRightCircleFillSvg: string;
36
+ export declare const arrowRightCircleLineSvg: string;
37
+ export declare const arrowRightDoubleFillSvg: string;
38
+ export declare const arrowRightDoubleLineSvg: string;
39
+ export declare const arrowRightDownFillSvg: string;
40
+ export declare const arrowRightDownLineSvg: string;
41
+ export declare const arrowRightFillSvg: string;
42
+ export declare const arrowRightLineSvg: string;
43
+ export declare const arrowRightSFillSvg: string;
44
+ export declare const arrowRightSLineSvg: string;
45
+ export declare const arrowRightUpFillSvg: string;
46
+ export declare const arrowRightUpLineSvg: string;
47
+ export declare const arrowTurnBackFillSvg: string;
48
+ export declare const arrowTurnBackLineSvg: string;
49
+ export declare const arrowTurnForwardFillSvg: string;
50
+ export declare const arrowTurnForwardLineSvg: string;
51
+ export declare const arrowUpCircleFillSvg: string;
52
+ export declare const arrowUpCircleLineSvg: string;
53
+ export declare const arrowUpDoubleFillSvg: string;
54
+ export declare const arrowUpDoubleLineSvg: string;
55
+ export declare const arrowUpDownFillSvg: string;
56
+ export declare const arrowUpDownLineSvg: string;
57
+ export declare const arrowUpFillSvg: string;
58
+ export declare const arrowUpLineSvg: string;
59
+ export declare const arrowUpSFillSvg: string;
60
+ export declare const arrowUpSLineSvg: string;
61
+ export declare const contractLeftFillSvg: string;
62
+ export declare const contractLeftLineSvg: string;
63
+ export declare const contractLeftRightFillSvg: string;
64
+ export declare const contractLeftRightLineSvg: string;
65
+ export declare const contractRightFillSvg: string;
66
+ export declare const contractRightLineSvg: string;
67
+ export declare const contractUpDownFillSvg: string;
68
+ export declare const contractUpDownLineSvg: string;
69
+ export declare const cornerDownLeftFillSvg: string;
70
+ export declare const cornerDownLeftLineSvg: string;
71
+ export declare const cornerDownRightFillSvg: string;
72
+ export declare const cornerDownRightLineSvg: string;
73
+ export declare const cornerLeftDownFillSvg: string;
74
+ export declare const cornerLeftDownLineSvg: string;
75
+ export declare const cornerLeftUpFillSvg: string;
76
+ export declare const cornerLeftUpLineSvg: string;
77
+ export declare const cornerRightDownFillSvg: string;
78
+ export declare const cornerRightDownLineSvg: string;
79
+ export declare const cornerRightUpFillSvg: string;
80
+ export declare const cornerRightUpLineSvg: string;
81
+ export declare const cornerUpLeftDoubleFillSvg: string;
82
+ export declare const cornerUpLeftDoubleLineSvg: string;
83
+ export declare const cornerUpLeftFillSvg: string;
84
+ export declare const cornerUpLeftLineSvg: string;
85
+ export declare const cornerUpRightDoubleFillSvg: string;
86
+ export declare const cornerUpRightDoubleLineSvg: string;
87
+ export declare const cornerUpRightFillSvg: string;
88
+ export declare const cornerUpRightLineSvg: string;
89
+ export declare const dragMove2FillSvg: string;
90
+ export declare const dragMove2LineSvg: string;
91
+ export declare const dragMoveFillSvg: string;
92
+ export declare const dragMoveLineSvg: string;
93
+ export declare const expandLeftFillSvg: string;
94
+ export declare const expandLeftLineSvg: string;
95
+ export declare const expandLeftRightFillSvg: string;
96
+ export declare const expandLeftRightLineSvg: string;
97
+ export declare const expandRightFillSvg: string;
98
+ export declare const expandRightLineSvg: string;
99
+ export declare const expandUpDownFillSvg: string;
100
+ export declare const expandUpDownLineSvg: string;
101
+ export declare const skipDownFillSvg: string;
102
+ export declare const skipDownLineSvg: string;
103
+ export declare const skipLeftFillSvg: string;
104
+ export declare const skipLeftLineSvg: string;
105
+ export declare const skipRightFillSvg: string;
106
+ export declare const skipRightLineSvg: string;
107
+ export declare const skipUpFillSvg: string;
108
+ export declare const skipUpLineSvg: string;
@@ -0,0 +1,216 @@
1
+ import arrowDownCircleFillSvgImport from "remixicon/icons/Arrows/arrow-down-circle-fill.svg";
2
+ import arrowDownCircleLineSvgImport from "remixicon/icons/Arrows/arrow-down-circle-line.svg";
3
+ import arrowDownDoubleFillSvgImport from "remixicon/icons/Arrows/arrow-down-double-fill.svg";
4
+ import arrowDownDoubleLineSvgImport from "remixicon/icons/Arrows/arrow-down-double-line.svg";
5
+ import arrowDownFillSvgImport from "remixicon/icons/Arrows/arrow-down-fill.svg";
6
+ import arrowDownLineSvgImport from "remixicon/icons/Arrows/arrow-down-line.svg";
7
+ import arrowDownSFillSvgImport from "remixicon/icons/Arrows/arrow-down-s-fill.svg";
8
+ import arrowDownSLineSvgImport from "remixicon/icons/Arrows/arrow-down-s-line.svg";
9
+ import arrowDropDownFillSvgImport from "remixicon/icons/Arrows/arrow-drop-down-fill.svg";
10
+ import arrowDropDownLineSvgImport from "remixicon/icons/Arrows/arrow-drop-down-line.svg";
11
+ import arrowDropLeftFillSvgImport from "remixicon/icons/Arrows/arrow-drop-left-fill.svg";
12
+ import arrowDropLeftLineSvgImport from "remixicon/icons/Arrows/arrow-drop-left-line.svg";
13
+ import arrowDropRightFillSvgImport from "remixicon/icons/Arrows/arrow-drop-right-fill.svg";
14
+ import arrowDropRightLineSvgImport from "remixicon/icons/Arrows/arrow-drop-right-line.svg";
15
+ import arrowDropUpFillSvgImport from "remixicon/icons/Arrows/arrow-drop-up-fill.svg";
16
+ import arrowDropUpLineSvgImport from "remixicon/icons/Arrows/arrow-drop-up-line.svg";
17
+ import arrowGoBackFillSvgImport from "remixicon/icons/Arrows/arrow-go-back-fill.svg";
18
+ import arrowGoBackLineSvgImport from "remixicon/icons/Arrows/arrow-go-back-line.svg";
19
+ import arrowGoForwardFillSvgImport from "remixicon/icons/Arrows/arrow-go-forward-fill.svg";
20
+ import arrowGoForwardLineSvgImport from "remixicon/icons/Arrows/arrow-go-forward-line.svg";
21
+ import arrowLeftCircleFillSvgImport from "remixicon/icons/Arrows/arrow-left-circle-fill.svg";
22
+ import arrowLeftCircleLineSvgImport from "remixicon/icons/Arrows/arrow-left-circle-line.svg";
23
+ import arrowLeftDoubleFillSvgImport from "remixicon/icons/Arrows/arrow-left-double-fill.svg";
24
+ import arrowLeftDoubleLineSvgImport from "remixicon/icons/Arrows/arrow-left-double-line.svg";
25
+ import arrowLeftDownFillSvgImport from "remixicon/icons/Arrows/arrow-left-down-fill.svg";
26
+ import arrowLeftDownLineSvgImport from "remixicon/icons/Arrows/arrow-left-down-line.svg";
27
+ import arrowLeftFillSvgImport from "remixicon/icons/Arrows/arrow-left-fill.svg";
28
+ import arrowLeftLineSvgImport from "remixicon/icons/Arrows/arrow-left-line.svg";
29
+ import arrowLeftRightFillSvgImport from "remixicon/icons/Arrows/arrow-left-right-fill.svg";
30
+ import arrowLeftRightLineSvgImport from "remixicon/icons/Arrows/arrow-left-right-line.svg";
31
+ import arrowLeftSFillSvgImport from "remixicon/icons/Arrows/arrow-left-s-fill.svg";
32
+ import arrowLeftSLineSvgImport from "remixicon/icons/Arrows/arrow-left-s-line.svg";
33
+ import arrowLeftUpFillSvgImport from "remixicon/icons/Arrows/arrow-left-up-fill.svg";
34
+ import arrowLeftUpLineSvgImport from "remixicon/icons/Arrows/arrow-left-up-line.svg";
35
+ import arrowRightCircleFillSvgImport from "remixicon/icons/Arrows/arrow-right-circle-fill.svg";
36
+ import arrowRightCircleLineSvgImport from "remixicon/icons/Arrows/arrow-right-circle-line.svg";
37
+ import arrowRightDoubleFillSvgImport from "remixicon/icons/Arrows/arrow-right-double-fill.svg";
38
+ import arrowRightDoubleLineSvgImport from "remixicon/icons/Arrows/arrow-right-double-line.svg";
39
+ import arrowRightDownFillSvgImport from "remixicon/icons/Arrows/arrow-right-down-fill.svg";
40
+ import arrowRightDownLineSvgImport from "remixicon/icons/Arrows/arrow-right-down-line.svg";
41
+ import arrowRightFillSvgImport from "remixicon/icons/Arrows/arrow-right-fill.svg";
42
+ import arrowRightLineSvgImport from "remixicon/icons/Arrows/arrow-right-line.svg";
43
+ import arrowRightSFillSvgImport from "remixicon/icons/Arrows/arrow-right-s-fill.svg";
44
+ import arrowRightSLineSvgImport from "remixicon/icons/Arrows/arrow-right-s-line.svg";
45
+ import arrowRightUpFillSvgImport from "remixicon/icons/Arrows/arrow-right-up-fill.svg";
46
+ import arrowRightUpLineSvgImport from "remixicon/icons/Arrows/arrow-right-up-line.svg";
47
+ import arrowTurnBackFillSvgImport from "remixicon/icons/Arrows/arrow-turn-back-fill.svg";
48
+ import arrowTurnBackLineSvgImport from "remixicon/icons/Arrows/arrow-turn-back-line.svg";
49
+ import arrowTurnForwardFillSvgImport from "remixicon/icons/Arrows/arrow-turn-forward-fill.svg";
50
+ import arrowTurnForwardLineSvgImport from "remixicon/icons/Arrows/arrow-turn-forward-line.svg";
51
+ import arrowUpCircleFillSvgImport from "remixicon/icons/Arrows/arrow-up-circle-fill.svg";
52
+ import arrowUpCircleLineSvgImport from "remixicon/icons/Arrows/arrow-up-circle-line.svg";
53
+ import arrowUpDoubleFillSvgImport from "remixicon/icons/Arrows/arrow-up-double-fill.svg";
54
+ import arrowUpDoubleLineSvgImport from "remixicon/icons/Arrows/arrow-up-double-line.svg";
55
+ import arrowUpDownFillSvgImport from "remixicon/icons/Arrows/arrow-up-down-fill.svg";
56
+ import arrowUpDownLineSvgImport from "remixicon/icons/Arrows/arrow-up-down-line.svg";
57
+ import arrowUpFillSvgImport from "remixicon/icons/Arrows/arrow-up-fill.svg";
58
+ import arrowUpLineSvgImport from "remixicon/icons/Arrows/arrow-up-line.svg";
59
+ import arrowUpSFillSvgImport from "remixicon/icons/Arrows/arrow-up-s-fill.svg";
60
+ import arrowUpSLineSvgImport from "remixicon/icons/Arrows/arrow-up-s-line.svg";
61
+ import contractLeftFillSvgImport from "remixicon/icons/Arrows/contract-left-fill.svg";
62
+ import contractLeftLineSvgImport from "remixicon/icons/Arrows/contract-left-line.svg";
63
+ import contractLeftRightFillSvgImport from "remixicon/icons/Arrows/contract-left-right-fill.svg";
64
+ import contractLeftRightLineSvgImport from "remixicon/icons/Arrows/contract-left-right-line.svg";
65
+ import contractRightFillSvgImport from "remixicon/icons/Arrows/contract-right-fill.svg";
66
+ import contractRightLineSvgImport from "remixicon/icons/Arrows/contract-right-line.svg";
67
+ import contractUpDownFillSvgImport from "remixicon/icons/Arrows/contract-up-down-fill.svg";
68
+ import contractUpDownLineSvgImport from "remixicon/icons/Arrows/contract-up-down-line.svg";
69
+ import cornerDownLeftFillSvgImport from "remixicon/icons/Arrows/corner-down-left-fill.svg";
70
+ import cornerDownLeftLineSvgImport from "remixicon/icons/Arrows/corner-down-left-line.svg";
71
+ import cornerDownRightFillSvgImport from "remixicon/icons/Arrows/corner-down-right-fill.svg";
72
+ import cornerDownRightLineSvgImport from "remixicon/icons/Arrows/corner-down-right-line.svg";
73
+ import cornerLeftDownFillSvgImport from "remixicon/icons/Arrows/corner-left-down-fill.svg";
74
+ import cornerLeftDownLineSvgImport from "remixicon/icons/Arrows/corner-left-down-line.svg";
75
+ import cornerLeftUpFillSvgImport from "remixicon/icons/Arrows/corner-left-up-fill.svg";
76
+ import cornerLeftUpLineSvgImport from "remixicon/icons/Arrows/corner-left-up-line.svg";
77
+ import cornerRightDownFillSvgImport from "remixicon/icons/Arrows/corner-right-down-fill.svg";
78
+ import cornerRightDownLineSvgImport from "remixicon/icons/Arrows/corner-right-down-line.svg";
79
+ import cornerRightUpFillSvgImport from "remixicon/icons/Arrows/corner-right-up-fill.svg";
80
+ import cornerRightUpLineSvgImport from "remixicon/icons/Arrows/corner-right-up-line.svg";
81
+ import cornerUpLeftDoubleFillSvgImport from "remixicon/icons/Arrows/corner-up-left-double-fill.svg";
82
+ import cornerUpLeftDoubleLineSvgImport from "remixicon/icons/Arrows/corner-up-left-double-line.svg";
83
+ import cornerUpLeftFillSvgImport from "remixicon/icons/Arrows/corner-up-left-fill.svg";
84
+ import cornerUpLeftLineSvgImport from "remixicon/icons/Arrows/corner-up-left-line.svg";
85
+ import cornerUpRightDoubleFillSvgImport from "remixicon/icons/Arrows/corner-up-right-double-fill.svg";
86
+ import cornerUpRightDoubleLineSvgImport from "remixicon/icons/Arrows/corner-up-right-double-line.svg";
87
+ import cornerUpRightFillSvgImport from "remixicon/icons/Arrows/corner-up-right-fill.svg";
88
+ import cornerUpRightLineSvgImport from "remixicon/icons/Arrows/corner-up-right-line.svg";
89
+ import dragMove2FillSvgImport from "remixicon/icons/Arrows/drag-move-2-fill.svg";
90
+ import dragMove2LineSvgImport from "remixicon/icons/Arrows/drag-move-2-line.svg";
91
+ import dragMoveFillSvgImport from "remixicon/icons/Arrows/drag-move-fill.svg";
92
+ import dragMoveLineSvgImport from "remixicon/icons/Arrows/drag-move-line.svg";
93
+ import expandLeftFillSvgImport from "remixicon/icons/Arrows/expand-left-fill.svg";
94
+ import expandLeftLineSvgImport from "remixicon/icons/Arrows/expand-left-line.svg";
95
+ import expandLeftRightFillSvgImport from "remixicon/icons/Arrows/expand-left-right-fill.svg";
96
+ import expandLeftRightLineSvgImport from "remixicon/icons/Arrows/expand-left-right-line.svg";
97
+ import expandRightFillSvgImport from "remixicon/icons/Arrows/expand-right-fill.svg";
98
+ import expandRightLineSvgImport from "remixicon/icons/Arrows/expand-right-line.svg";
99
+ import expandUpDownFillSvgImport from "remixicon/icons/Arrows/expand-up-down-fill.svg";
100
+ import expandUpDownLineSvgImport from "remixicon/icons/Arrows/expand-up-down-line.svg";
101
+ import skipDownFillSvgImport from "remixicon/icons/Arrows/skip-down-fill.svg";
102
+ import skipDownLineSvgImport from "remixicon/icons/Arrows/skip-down-line.svg";
103
+ import skipLeftFillSvgImport from "remixicon/icons/Arrows/skip-left-fill.svg";
104
+ import skipLeftLineSvgImport from "remixicon/icons/Arrows/skip-left-line.svg";
105
+ import skipRightFillSvgImport from "remixicon/icons/Arrows/skip-right-fill.svg";
106
+ import skipRightLineSvgImport from "remixicon/icons/Arrows/skip-right-line.svg";
107
+ import skipUpFillSvgImport from "remixicon/icons/Arrows/skip-up-fill.svg";
108
+ import skipUpLineSvgImport from "remixicon/icons/Arrows/skip-up-line.svg";
109
+ export var arrowDownCircleFillSvg = arrowDownCircleFillSvgImport;
110
+ export var arrowDownCircleLineSvg = arrowDownCircleLineSvgImport;
111
+ export var arrowDownDoubleFillSvg = arrowDownDoubleFillSvgImport;
112
+ export var arrowDownDoubleLineSvg = arrowDownDoubleLineSvgImport;
113
+ export var arrowDownFillSvg = arrowDownFillSvgImport;
114
+ export var arrowDownLineSvg = arrowDownLineSvgImport;
115
+ export var arrowDownSFillSvg = arrowDownSFillSvgImport;
116
+ export var arrowDownSLineSvg = arrowDownSLineSvgImport;
117
+ export var arrowDropDownFillSvg = arrowDropDownFillSvgImport;
118
+ export var arrowDropDownLineSvg = arrowDropDownLineSvgImport;
119
+ export var arrowDropLeftFillSvg = arrowDropLeftFillSvgImport;
120
+ export var arrowDropLeftLineSvg = arrowDropLeftLineSvgImport;
121
+ export var arrowDropRightFillSvg = arrowDropRightFillSvgImport;
122
+ export var arrowDropRightLineSvg = arrowDropRightLineSvgImport;
123
+ export var arrowDropUpFillSvg = arrowDropUpFillSvgImport;
124
+ export var arrowDropUpLineSvg = arrowDropUpLineSvgImport;
125
+ export var arrowGoBackFillSvg = arrowGoBackFillSvgImport;
126
+ export var arrowGoBackLineSvg = arrowGoBackLineSvgImport;
127
+ export var arrowGoForwardFillSvg = arrowGoForwardFillSvgImport;
128
+ export var arrowGoForwardLineSvg = arrowGoForwardLineSvgImport;
129
+ export var arrowLeftCircleFillSvg = arrowLeftCircleFillSvgImport;
130
+ export var arrowLeftCircleLineSvg = arrowLeftCircleLineSvgImport;
131
+ export var arrowLeftDoubleFillSvg = arrowLeftDoubleFillSvgImport;
132
+ export var arrowLeftDoubleLineSvg = arrowLeftDoubleLineSvgImport;
133
+ export var arrowLeftDownFillSvg = arrowLeftDownFillSvgImport;
134
+ export var arrowLeftDownLineSvg = arrowLeftDownLineSvgImport;
135
+ export var arrowLeftFillSvg = arrowLeftFillSvgImport;
136
+ export var arrowLeftLineSvg = arrowLeftLineSvgImport;
137
+ export var arrowLeftRightFillSvg = arrowLeftRightFillSvgImport;
138
+ export var arrowLeftRightLineSvg = arrowLeftRightLineSvgImport;
139
+ export var arrowLeftSFillSvg = arrowLeftSFillSvgImport;
140
+ export var arrowLeftSLineSvg = arrowLeftSLineSvgImport;
141
+ export var arrowLeftUpFillSvg = arrowLeftUpFillSvgImport;
142
+ export var arrowLeftUpLineSvg = arrowLeftUpLineSvgImport;
143
+ export var arrowRightCircleFillSvg = arrowRightCircleFillSvgImport;
144
+ export var arrowRightCircleLineSvg = arrowRightCircleLineSvgImport;
145
+ export var arrowRightDoubleFillSvg = arrowRightDoubleFillSvgImport;
146
+ export var arrowRightDoubleLineSvg = arrowRightDoubleLineSvgImport;
147
+ export var arrowRightDownFillSvg = arrowRightDownFillSvgImport;
148
+ export var arrowRightDownLineSvg = arrowRightDownLineSvgImport;
149
+ export var arrowRightFillSvg = arrowRightFillSvgImport;
150
+ export var arrowRightLineSvg = arrowRightLineSvgImport;
151
+ export var arrowRightSFillSvg = arrowRightSFillSvgImport;
152
+ export var arrowRightSLineSvg = arrowRightSLineSvgImport;
153
+ export var arrowRightUpFillSvg = arrowRightUpFillSvgImport;
154
+ export var arrowRightUpLineSvg = arrowRightUpLineSvgImport;
155
+ export var arrowTurnBackFillSvg = arrowTurnBackFillSvgImport;
156
+ export var arrowTurnBackLineSvg = arrowTurnBackLineSvgImport;
157
+ export var arrowTurnForwardFillSvg = arrowTurnForwardFillSvgImport;
158
+ export var arrowTurnForwardLineSvg = arrowTurnForwardLineSvgImport;
159
+ export var arrowUpCircleFillSvg = arrowUpCircleFillSvgImport;
160
+ export var arrowUpCircleLineSvg = arrowUpCircleLineSvgImport;
161
+ export var arrowUpDoubleFillSvg = arrowUpDoubleFillSvgImport;
162
+ export var arrowUpDoubleLineSvg = arrowUpDoubleLineSvgImport;
163
+ export var arrowUpDownFillSvg = arrowUpDownFillSvgImport;
164
+ export var arrowUpDownLineSvg = arrowUpDownLineSvgImport;
165
+ export var arrowUpFillSvg = arrowUpFillSvgImport;
166
+ export var arrowUpLineSvg = arrowUpLineSvgImport;
167
+ export var arrowUpSFillSvg = arrowUpSFillSvgImport;
168
+ export var arrowUpSLineSvg = arrowUpSLineSvgImport;
169
+ export var contractLeftFillSvg = contractLeftFillSvgImport;
170
+ export var contractLeftLineSvg = contractLeftLineSvgImport;
171
+ export var contractLeftRightFillSvg = contractLeftRightFillSvgImport;
172
+ export var contractLeftRightLineSvg = contractLeftRightLineSvgImport;
173
+ export var contractRightFillSvg = contractRightFillSvgImport;
174
+ export var contractRightLineSvg = contractRightLineSvgImport;
175
+ export var contractUpDownFillSvg = contractUpDownFillSvgImport;
176
+ export var contractUpDownLineSvg = contractUpDownLineSvgImport;
177
+ export var cornerDownLeftFillSvg = cornerDownLeftFillSvgImport;
178
+ export var cornerDownLeftLineSvg = cornerDownLeftLineSvgImport;
179
+ export var cornerDownRightFillSvg = cornerDownRightFillSvgImport;
180
+ export var cornerDownRightLineSvg = cornerDownRightLineSvgImport;
181
+ export var cornerLeftDownFillSvg = cornerLeftDownFillSvgImport;
182
+ export var cornerLeftDownLineSvg = cornerLeftDownLineSvgImport;
183
+ export var cornerLeftUpFillSvg = cornerLeftUpFillSvgImport;
184
+ export var cornerLeftUpLineSvg = cornerLeftUpLineSvgImport;
185
+ export var cornerRightDownFillSvg = cornerRightDownFillSvgImport;
186
+ export var cornerRightDownLineSvg = cornerRightDownLineSvgImport;
187
+ export var cornerRightUpFillSvg = cornerRightUpFillSvgImport;
188
+ export var cornerRightUpLineSvg = cornerRightUpLineSvgImport;
189
+ export var cornerUpLeftDoubleFillSvg = cornerUpLeftDoubleFillSvgImport;
190
+ export var cornerUpLeftDoubleLineSvg = cornerUpLeftDoubleLineSvgImport;
191
+ export var cornerUpLeftFillSvg = cornerUpLeftFillSvgImport;
192
+ export var cornerUpLeftLineSvg = cornerUpLeftLineSvgImport;
193
+ export var cornerUpRightDoubleFillSvg = cornerUpRightDoubleFillSvgImport;
194
+ export var cornerUpRightDoubleLineSvg = cornerUpRightDoubleLineSvgImport;
195
+ export var cornerUpRightFillSvg = cornerUpRightFillSvgImport;
196
+ export var cornerUpRightLineSvg = cornerUpRightLineSvgImport;
197
+ export var dragMove2FillSvg = dragMove2FillSvgImport;
198
+ export var dragMove2LineSvg = dragMove2LineSvgImport;
199
+ export var dragMoveFillSvg = dragMoveFillSvgImport;
200
+ export var dragMoveLineSvg = dragMoveLineSvgImport;
201
+ export var expandLeftFillSvg = expandLeftFillSvgImport;
202
+ export var expandLeftLineSvg = expandLeftLineSvgImport;
203
+ export var expandLeftRightFillSvg = expandLeftRightFillSvgImport;
204
+ export var expandLeftRightLineSvg = expandLeftRightLineSvgImport;
205
+ export var expandRightFillSvg = expandRightFillSvgImport;
206
+ export var expandRightLineSvg = expandRightLineSvgImport;
207
+ export var expandUpDownFillSvg = expandUpDownFillSvgImport;
208
+ export var expandUpDownLineSvg = expandUpDownLineSvgImport;
209
+ export var skipDownFillSvg = skipDownFillSvgImport;
210
+ export var skipDownLineSvg = skipDownLineSvgImport;
211
+ export var skipLeftFillSvg = skipLeftFillSvgImport;
212
+ export var skipLeftLineSvg = skipLeftLineSvgImport;
213
+ export var skipRightFillSvg = skipRightFillSvgImport;
214
+ export var skipRightLineSvg = skipRightLineSvgImport;
215
+ export var skipUpFillSvg = skipUpFillSvgImport;
216
+ export var skipUpLineSvg = skipUpLineSvgImport;
@@ -0,0 +1,58 @@
1
+ export declare const ancientGateFillSvg: string;
2
+ export declare const ancientGateLineSvg: string;
3
+ export declare const ancientPavilionFillSvg: string;
4
+ export declare const ancientPavilionLineSvg: string;
5
+ export declare const bankFillSvg: string;
6
+ export declare const bankLineSvg: string;
7
+ export declare const building2FillSvg: string;
8
+ export declare const building2LineSvg: string;
9
+ export declare const building3FillSvg: string;
10
+ export declare const building3LineSvg: string;
11
+ export declare const building4FillSvg: string;
12
+ export declare const building4LineSvg: string;
13
+ export declare const buildingFillSvg: string;
14
+ export declare const buildingLineSvg: string;
15
+ export declare const communityFillSvg: string;
16
+ export declare const communityLineSvg: string;
17
+ export declare const governmentFillSvg: string;
18
+ export declare const governmentLineSvg: string;
19
+ export declare const home2FillSvg: string;
20
+ export declare const home2LineSvg: string;
21
+ export declare const home3FillSvg: string;
22
+ export declare const home3LineSvg: string;
23
+ export declare const home4FillSvg: string;
24
+ export declare const home4LineSvg: string;
25
+ export declare const home5FillSvg: string;
26
+ export declare const home5LineSvg: string;
27
+ export declare const home6FillSvg: string;
28
+ export declare const home6LineSvg: string;
29
+ export declare const home7FillSvg: string;
30
+ export declare const home7LineSvg: string;
31
+ export declare const home8FillSvg: string;
32
+ export declare const home8LineSvg: string;
33
+ export declare const homeFillSvg: string;
34
+ export declare const homeGearFillSvg: string;
35
+ export declare const homeGearLineSvg: string;
36
+ export declare const homeHeartFillSvg: string;
37
+ export declare const homeHeartLineSvg: string;
38
+ export declare const homeLineSvg: string;
39
+ export declare const homeOfficeFillSvg: string;
40
+ export declare const homeOfficeLineSvg: string;
41
+ export declare const homeSmile2FillSvg: string;
42
+ export declare const homeSmile2LineSvg: string;
43
+ export declare const homeSmileFillSvg: string;
44
+ export declare const homeSmileLineSvg: string;
45
+ export declare const homeWifiFillSvg: string;
46
+ export declare const homeWifiLineSvg: string;
47
+ export declare const hospitalFillSvg: string;
48
+ export declare const hospitalLineSvg: string;
49
+ export declare const hotelFillSvg: string;
50
+ export declare const hotelLineSvg: string;
51
+ export declare const schoolFillSvg: string;
52
+ export declare const schoolLineSvg: string;
53
+ export declare const store2FillSvg: string;
54
+ export declare const store2LineSvg: string;
55
+ export declare const store3FillSvg: string;
56
+ export declare const store3LineSvg: string;
57
+ export declare const storeFillSvg: string;
58
+ export declare const storeLineSvg: string;
@@ -0,0 +1,116 @@
1
+ import ancientGateFillSvgImport from "remixicon/icons/Buildings/ancient-gate-fill.svg";
2
+ import ancientGateLineSvgImport from "remixicon/icons/Buildings/ancient-gate-line.svg";
3
+ import ancientPavilionFillSvgImport from "remixicon/icons/Buildings/ancient-pavilion-fill.svg";
4
+ import ancientPavilionLineSvgImport from "remixicon/icons/Buildings/ancient-pavilion-line.svg";
5
+ import bankFillSvgImport from "remixicon/icons/Buildings/bank-fill.svg";
6
+ import bankLineSvgImport from "remixicon/icons/Buildings/bank-line.svg";
7
+ import building2FillSvgImport from "remixicon/icons/Buildings/building-2-fill.svg";
8
+ import building2LineSvgImport from "remixicon/icons/Buildings/building-2-line.svg";
9
+ import building3FillSvgImport from "remixicon/icons/Buildings/building-3-fill.svg";
10
+ import building3LineSvgImport from "remixicon/icons/Buildings/building-3-line.svg";
11
+ import building4FillSvgImport from "remixicon/icons/Buildings/building-4-fill.svg";
12
+ import building4LineSvgImport from "remixicon/icons/Buildings/building-4-line.svg";
13
+ import buildingFillSvgImport from "remixicon/icons/Buildings/building-fill.svg";
14
+ import buildingLineSvgImport from "remixicon/icons/Buildings/building-line.svg";
15
+ import communityFillSvgImport from "remixicon/icons/Buildings/community-fill.svg";
16
+ import communityLineSvgImport from "remixicon/icons/Buildings/community-line.svg";
17
+ import governmentFillSvgImport from "remixicon/icons/Buildings/government-fill.svg";
18
+ import governmentLineSvgImport from "remixicon/icons/Buildings/government-line.svg";
19
+ import home2FillSvgImport from "remixicon/icons/Buildings/home-2-fill.svg";
20
+ import home2LineSvgImport from "remixicon/icons/Buildings/home-2-line.svg";
21
+ import home3FillSvgImport from "remixicon/icons/Buildings/home-3-fill.svg";
22
+ import home3LineSvgImport from "remixicon/icons/Buildings/home-3-line.svg";
23
+ import home4FillSvgImport from "remixicon/icons/Buildings/home-4-fill.svg";
24
+ import home4LineSvgImport from "remixicon/icons/Buildings/home-4-line.svg";
25
+ import home5FillSvgImport from "remixicon/icons/Buildings/home-5-fill.svg";
26
+ import home5LineSvgImport from "remixicon/icons/Buildings/home-5-line.svg";
27
+ import home6FillSvgImport from "remixicon/icons/Buildings/home-6-fill.svg";
28
+ import home6LineSvgImport from "remixicon/icons/Buildings/home-6-line.svg";
29
+ import home7FillSvgImport from "remixicon/icons/Buildings/home-7-fill.svg";
30
+ import home7LineSvgImport from "remixicon/icons/Buildings/home-7-line.svg";
31
+ import home8FillSvgImport from "remixicon/icons/Buildings/home-8-fill.svg";
32
+ import home8LineSvgImport from "remixicon/icons/Buildings/home-8-line.svg";
33
+ import homeFillSvgImport from "remixicon/icons/Buildings/home-fill.svg";
34
+ import homeGearFillSvgImport from "remixicon/icons/Buildings/home-gear-fill.svg";
35
+ import homeGearLineSvgImport from "remixicon/icons/Buildings/home-gear-line.svg";
36
+ import homeHeartFillSvgImport from "remixicon/icons/Buildings/home-heart-fill.svg";
37
+ import homeHeartLineSvgImport from "remixicon/icons/Buildings/home-heart-line.svg";
38
+ import homeLineSvgImport from "remixicon/icons/Buildings/home-line.svg";
39
+ import homeOfficeFillSvgImport from "remixicon/icons/Buildings/home-office-fill.svg";
40
+ import homeOfficeLineSvgImport from "remixicon/icons/Buildings/home-office-line.svg";
41
+ import homeSmile2FillSvgImport from "remixicon/icons/Buildings/home-smile-2-fill.svg";
42
+ import homeSmile2LineSvgImport from "remixicon/icons/Buildings/home-smile-2-line.svg";
43
+ import homeSmileFillSvgImport from "remixicon/icons/Buildings/home-smile-fill.svg";
44
+ import homeSmileLineSvgImport from "remixicon/icons/Buildings/home-smile-line.svg";
45
+ import homeWifiFillSvgImport from "remixicon/icons/Buildings/home-wifi-fill.svg";
46
+ import homeWifiLineSvgImport from "remixicon/icons/Buildings/home-wifi-line.svg";
47
+ import hospitalFillSvgImport from "remixicon/icons/Buildings/hospital-fill.svg";
48
+ import hospitalLineSvgImport from "remixicon/icons/Buildings/hospital-line.svg";
49
+ import hotelFillSvgImport from "remixicon/icons/Buildings/hotel-fill.svg";
50
+ import hotelLineSvgImport from "remixicon/icons/Buildings/hotel-line.svg";
51
+ import schoolFillSvgImport from "remixicon/icons/Buildings/school-fill.svg";
52
+ import schoolLineSvgImport from "remixicon/icons/Buildings/school-line.svg";
53
+ import store2FillSvgImport from "remixicon/icons/Buildings/store-2-fill.svg";
54
+ import store2LineSvgImport from "remixicon/icons/Buildings/store-2-line.svg";
55
+ import store3FillSvgImport from "remixicon/icons/Buildings/store-3-fill.svg";
56
+ import store3LineSvgImport from "remixicon/icons/Buildings/store-3-line.svg";
57
+ import storeFillSvgImport from "remixicon/icons/Buildings/store-fill.svg";
58
+ import storeLineSvgImport from "remixicon/icons/Buildings/store-line.svg";
59
+ export var ancientGateFillSvg = ancientGateFillSvgImport;
60
+ export var ancientGateLineSvg = ancientGateLineSvgImport;
61
+ export var ancientPavilionFillSvg = ancientPavilionFillSvgImport;
62
+ export var ancientPavilionLineSvg = ancientPavilionLineSvgImport;
63
+ export var bankFillSvg = bankFillSvgImport;
64
+ export var bankLineSvg = bankLineSvgImport;
65
+ export var building2FillSvg = building2FillSvgImport;
66
+ export var building2LineSvg = building2LineSvgImport;
67
+ export var building3FillSvg = building3FillSvgImport;
68
+ export var building3LineSvg = building3LineSvgImport;
69
+ export var building4FillSvg = building4FillSvgImport;
70
+ export var building4LineSvg = building4LineSvgImport;
71
+ export var buildingFillSvg = buildingFillSvgImport;
72
+ export var buildingLineSvg = buildingLineSvgImport;
73
+ export var communityFillSvg = communityFillSvgImport;
74
+ export var communityLineSvg = communityLineSvgImport;
75
+ export var governmentFillSvg = governmentFillSvgImport;
76
+ export var governmentLineSvg = governmentLineSvgImport;
77
+ export var home2FillSvg = home2FillSvgImport;
78
+ export var home2LineSvg = home2LineSvgImport;
79
+ export var home3FillSvg = home3FillSvgImport;
80
+ export var home3LineSvg = home3LineSvgImport;
81
+ export var home4FillSvg = home4FillSvgImport;
82
+ export var home4LineSvg = home4LineSvgImport;
83
+ export var home5FillSvg = home5FillSvgImport;
84
+ export var home5LineSvg = home5LineSvgImport;
85
+ export var home6FillSvg = home6FillSvgImport;
86
+ export var home6LineSvg = home6LineSvgImport;
87
+ export var home7FillSvg = home7FillSvgImport;
88
+ export var home7LineSvg = home7LineSvgImport;
89
+ export var home8FillSvg = home8FillSvgImport;
90
+ export var home8LineSvg = home8LineSvgImport;
91
+ export var homeFillSvg = homeFillSvgImport;
92
+ export var homeGearFillSvg = homeGearFillSvgImport;
93
+ export var homeGearLineSvg = homeGearLineSvgImport;
94
+ export var homeHeartFillSvg = homeHeartFillSvgImport;
95
+ export var homeHeartLineSvg = homeHeartLineSvgImport;
96
+ export var homeLineSvg = homeLineSvgImport;
97
+ export var homeOfficeFillSvg = homeOfficeFillSvgImport;
98
+ export var homeOfficeLineSvg = homeOfficeLineSvgImport;
99
+ export var homeSmile2FillSvg = homeSmile2FillSvgImport;
100
+ export var homeSmile2LineSvg = homeSmile2LineSvgImport;
101
+ export var homeSmileFillSvg = homeSmileFillSvgImport;
102
+ export var homeSmileLineSvg = homeSmileLineSvgImport;
103
+ export var homeWifiFillSvg = homeWifiFillSvgImport;
104
+ export var homeWifiLineSvg = homeWifiLineSvgImport;
105
+ export var hospitalFillSvg = hospitalFillSvgImport;
106
+ export var hospitalLineSvg = hospitalLineSvgImport;
107
+ export var hotelFillSvg = hotelFillSvgImport;
108
+ export var hotelLineSvg = hotelLineSvgImport;
109
+ export var schoolFillSvg = schoolFillSvgImport;
110
+ export var schoolLineSvg = schoolLineSvgImport;
111
+ export var store2FillSvg = store2FillSvgImport;
112
+ export var store2LineSvg = store2LineSvgImport;
113
+ export var store3FillSvg = store3FillSvgImport;
114
+ export var store3LineSvg = store3LineSvgImport;
115
+ export var storeFillSvg = storeFillSvgImport;
116
+ export var storeLineSvg = storeLineSvgImport;