@neo4j-ndl/react 3.0.13 → 3.0.15
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/lib/cjs/icons/generated/heroIcons.js +648 -648
- package/lib/cjs/icons/generated/heroIcons.js.map +1 -1
- package/lib/cjs/tooltip/Tooltip.js +1 -1
- package/lib/cjs/tooltip/Tooltip.js.map +1 -1
- package/lib/cjs/wizard/Wizard.js +1 -2
- package/lib/cjs/wizard/Wizard.js.map +1 -1
- package/lib/esm/icons/generated/heroIcons.js +648 -648
- package/lib/esm/icons/generated/heroIcons.js.map +1 -1
- package/lib/esm/tooltip/Tooltip.js +1 -1
- package/lib/esm/tooltip/Tooltip.js.map +1 -1
- package/lib/esm/wizard/Wizard.js +1 -2
- package/lib/esm/wizard/Wizard.js.map +1 -1
- package/package.json +2 -2
|
@@ -52,3241 +52,3241 @@ const react_1 = require("react");
|
|
|
52
52
|
const AcademicCapIcon_1 = __importDefault(require("@heroicons/react/24/outline/AcademicCapIcon"));
|
|
53
53
|
exports.AcademicCapIconOutline = (0, react_1.forwardRef)(function AcademicCapIconOutline(_a, ref) {
|
|
54
54
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
55
|
-
return (0, jsx_runtime_1.jsx)(AcademicCapIcon_1.default, Object.assign({
|
|
55
|
+
return (0, jsx_runtime_1.jsx)(AcademicCapIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
56
56
|
});
|
|
57
57
|
const AdjustmentsHorizontalIcon_1 = __importDefault(require("@heroicons/react/24/outline/AdjustmentsHorizontalIcon"));
|
|
58
58
|
exports.AdjustmentsHorizontalIconOutline = (0, react_1.forwardRef)(function AdjustmentsHorizontalIconOutline(_a, ref) {
|
|
59
59
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
60
|
-
return (0, jsx_runtime_1.jsx)(AdjustmentsHorizontalIcon_1.default, Object.assign({
|
|
60
|
+
return (0, jsx_runtime_1.jsx)(AdjustmentsHorizontalIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
61
61
|
});
|
|
62
62
|
const AdjustmentsVerticalIcon_1 = __importDefault(require("@heroicons/react/24/outline/AdjustmentsVerticalIcon"));
|
|
63
63
|
exports.AdjustmentsVerticalIconOutline = (0, react_1.forwardRef)(function AdjustmentsVerticalIconOutline(_a, ref) {
|
|
64
64
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
65
|
-
return (0, jsx_runtime_1.jsx)(AdjustmentsVerticalIcon_1.default, Object.assign({
|
|
65
|
+
return (0, jsx_runtime_1.jsx)(AdjustmentsVerticalIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
66
66
|
});
|
|
67
67
|
const ArchiveBoxArrowDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArchiveBoxArrowDownIcon"));
|
|
68
68
|
exports.ArchiveBoxArrowDownIconOutline = (0, react_1.forwardRef)(function ArchiveBoxArrowDownIconOutline(_a, ref) {
|
|
69
69
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
70
|
-
return (0, jsx_runtime_1.jsx)(ArchiveBoxArrowDownIcon_1.default, Object.assign({
|
|
70
|
+
return (0, jsx_runtime_1.jsx)(ArchiveBoxArrowDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
71
71
|
});
|
|
72
72
|
const ArchiveBoxXMarkIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArchiveBoxXMarkIcon"));
|
|
73
73
|
exports.ArchiveBoxXMarkIconOutline = (0, react_1.forwardRef)(function ArchiveBoxXMarkIconOutline(_a, ref) {
|
|
74
74
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
75
|
-
return (0, jsx_runtime_1.jsx)(ArchiveBoxXMarkIcon_1.default, Object.assign({
|
|
75
|
+
return (0, jsx_runtime_1.jsx)(ArchiveBoxXMarkIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
76
76
|
});
|
|
77
77
|
const ArchiveBoxIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArchiveBoxIcon"));
|
|
78
78
|
exports.ArchiveBoxIconOutline = (0, react_1.forwardRef)(function ArchiveBoxIconOutline(_a, ref) {
|
|
79
79
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
80
|
-
return (0, jsx_runtime_1.jsx)(ArchiveBoxIcon_1.default, Object.assign({
|
|
80
|
+
return (0, jsx_runtime_1.jsx)(ArchiveBoxIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
81
81
|
});
|
|
82
82
|
const ArrowDownCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowDownCircleIcon"));
|
|
83
83
|
exports.ArrowDownCircleIconOutline = (0, react_1.forwardRef)(function ArrowDownCircleIconOutline(_a, ref) {
|
|
84
84
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
85
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownCircleIcon_1.default, Object.assign({
|
|
85
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
86
86
|
});
|
|
87
87
|
const ArrowDownLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowDownLeftIcon"));
|
|
88
88
|
exports.ArrowDownLeftIconOutline = (0, react_1.forwardRef)(function ArrowDownLeftIconOutline(_a, ref) {
|
|
89
89
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
90
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownLeftIcon_1.default, Object.assign({
|
|
90
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownLeftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
91
91
|
});
|
|
92
92
|
const ArrowDownOnSquareStackIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowDownOnSquareStackIcon"));
|
|
93
93
|
exports.ArrowDownOnSquareStackIconOutline = (0, react_1.forwardRef)(function ArrowDownOnSquareStackIconOutline(_a, ref) {
|
|
94
94
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
95
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownOnSquareStackIcon_1.default, Object.assign({
|
|
95
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownOnSquareStackIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
96
96
|
});
|
|
97
97
|
const ArrowDownOnSquareIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowDownOnSquareIcon"));
|
|
98
98
|
exports.ArrowDownOnSquareIconOutline = (0, react_1.forwardRef)(function ArrowDownOnSquareIconOutline(_a, ref) {
|
|
99
99
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
100
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownOnSquareIcon_1.default, Object.assign({
|
|
100
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownOnSquareIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
101
101
|
});
|
|
102
102
|
const ArrowDownRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowDownRightIcon"));
|
|
103
103
|
exports.ArrowDownRightIconOutline = (0, react_1.forwardRef)(function ArrowDownRightIconOutline(_a, ref) {
|
|
104
104
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
105
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownRightIcon_1.default, Object.assign({
|
|
105
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownRightIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
106
106
|
});
|
|
107
107
|
const ArrowDownTrayIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowDownTrayIcon"));
|
|
108
108
|
exports.ArrowDownTrayIconOutline = (0, react_1.forwardRef)(function ArrowDownTrayIconOutline(_a, ref) {
|
|
109
109
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
110
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownTrayIcon_1.default, Object.assign({
|
|
110
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownTrayIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
111
111
|
});
|
|
112
112
|
const ArrowDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowDownIcon"));
|
|
113
113
|
exports.ArrowDownIconOutline = (0, react_1.forwardRef)(function ArrowDownIconOutline(_a, ref) {
|
|
114
114
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
115
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownIcon_1.default, Object.assign({
|
|
115
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
116
116
|
});
|
|
117
117
|
const ArrowLeftCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLeftCircleIcon"));
|
|
118
118
|
exports.ArrowLeftCircleIconOutline = (0, react_1.forwardRef)(function ArrowLeftCircleIconOutline(_a, ref) {
|
|
119
119
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
120
|
-
return (0, jsx_runtime_1.jsx)(ArrowLeftCircleIcon_1.default, Object.assign({
|
|
120
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
121
121
|
});
|
|
122
122
|
const ArrowLeftEndOnRectangleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLeftEndOnRectangleIcon"));
|
|
123
123
|
exports.ArrowLeftEndOnRectangleIconOutline = (0, react_1.forwardRef)(function ArrowLeftEndOnRectangleIconOutline(_a, ref) {
|
|
124
124
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
125
|
-
return (0, jsx_runtime_1.jsx)(ArrowLeftEndOnRectangleIcon_1.default, Object.assign({
|
|
125
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftEndOnRectangleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
126
126
|
});
|
|
127
127
|
const ArrowLeftOnRectangleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLeftOnRectangleIcon"));
|
|
128
128
|
exports.ArrowLeftOnRectangleIconOutline = (0, react_1.forwardRef)(function ArrowLeftOnRectangleIconOutline(_a, ref) {
|
|
129
129
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
130
|
-
return (0, jsx_runtime_1.jsx)(ArrowLeftOnRectangleIcon_1.default, Object.assign({
|
|
130
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftOnRectangleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
131
131
|
});
|
|
132
132
|
const ArrowLeftStartOnRectangleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLeftStartOnRectangleIcon"));
|
|
133
133
|
exports.ArrowLeftStartOnRectangleIconOutline = (0, react_1.forwardRef)(function ArrowLeftStartOnRectangleIconOutline(_a, ref) {
|
|
134
134
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
135
|
-
return (0, jsx_runtime_1.jsx)(ArrowLeftStartOnRectangleIcon_1.default, Object.assign({
|
|
135
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftStartOnRectangleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
136
136
|
});
|
|
137
137
|
const ArrowLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLeftIcon"));
|
|
138
138
|
exports.ArrowLeftIconOutline = (0, react_1.forwardRef)(function ArrowLeftIconOutline(_a, ref) {
|
|
139
139
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
140
|
-
return (0, jsx_runtime_1.jsx)(ArrowLeftIcon_1.default, Object.assign({
|
|
140
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
141
141
|
});
|
|
142
142
|
const ArrowLongDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLongDownIcon"));
|
|
143
143
|
exports.ArrowLongDownIconOutline = (0, react_1.forwardRef)(function ArrowLongDownIconOutline(_a, ref) {
|
|
144
144
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
145
|
-
return (0, jsx_runtime_1.jsx)(ArrowLongDownIcon_1.default, Object.assign({
|
|
145
|
+
return (0, jsx_runtime_1.jsx)(ArrowLongDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
146
146
|
});
|
|
147
147
|
const ArrowLongLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLongLeftIcon"));
|
|
148
148
|
exports.ArrowLongLeftIconOutline = (0, react_1.forwardRef)(function ArrowLongLeftIconOutline(_a, ref) {
|
|
149
149
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
150
|
-
return (0, jsx_runtime_1.jsx)(ArrowLongLeftIcon_1.default, Object.assign({
|
|
150
|
+
return (0, jsx_runtime_1.jsx)(ArrowLongLeftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
151
151
|
});
|
|
152
152
|
const ArrowLongRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLongRightIcon"));
|
|
153
153
|
exports.ArrowLongRightIconOutline = (0, react_1.forwardRef)(function ArrowLongRightIconOutline(_a, ref) {
|
|
154
154
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
155
|
-
return (0, jsx_runtime_1.jsx)(ArrowLongRightIcon_1.default, Object.assign({
|
|
155
|
+
return (0, jsx_runtime_1.jsx)(ArrowLongRightIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
156
156
|
});
|
|
157
157
|
const ArrowLongUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowLongUpIcon"));
|
|
158
158
|
exports.ArrowLongUpIconOutline = (0, react_1.forwardRef)(function ArrowLongUpIconOutline(_a, ref) {
|
|
159
159
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
160
|
-
return (0, jsx_runtime_1.jsx)(ArrowLongUpIcon_1.default, Object.assign({
|
|
160
|
+
return (0, jsx_runtime_1.jsx)(ArrowLongUpIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
161
161
|
});
|
|
162
162
|
const ArrowPathRoundedSquareIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowPathRoundedSquareIcon"));
|
|
163
163
|
exports.ArrowPathRoundedSquareIconOutline = (0, react_1.forwardRef)(function ArrowPathRoundedSquareIconOutline(_a, ref) {
|
|
164
164
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
165
|
-
return (0, jsx_runtime_1.jsx)(ArrowPathRoundedSquareIcon_1.default, Object.assign({
|
|
165
|
+
return (0, jsx_runtime_1.jsx)(ArrowPathRoundedSquareIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
166
166
|
});
|
|
167
167
|
const ArrowPathIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowPathIcon"));
|
|
168
168
|
exports.ArrowPathIconOutline = (0, react_1.forwardRef)(function ArrowPathIconOutline(_a, ref) {
|
|
169
169
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
170
|
-
return (0, jsx_runtime_1.jsx)(ArrowPathIcon_1.default, Object.assign({
|
|
170
|
+
return (0, jsx_runtime_1.jsx)(ArrowPathIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
171
171
|
});
|
|
172
172
|
const ArrowRightCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowRightCircleIcon"));
|
|
173
173
|
exports.ArrowRightCircleIconOutline = (0, react_1.forwardRef)(function ArrowRightCircleIconOutline(_a, ref) {
|
|
174
174
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
175
|
-
return (0, jsx_runtime_1.jsx)(ArrowRightCircleIcon_1.default, Object.assign({
|
|
175
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
176
176
|
});
|
|
177
177
|
const ArrowRightEndOnRectangleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowRightEndOnRectangleIcon"));
|
|
178
178
|
exports.ArrowRightEndOnRectangleIconOutline = (0, react_1.forwardRef)(function ArrowRightEndOnRectangleIconOutline(_a, ref) {
|
|
179
179
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
180
|
-
return (0, jsx_runtime_1.jsx)(ArrowRightEndOnRectangleIcon_1.default, Object.assign({
|
|
180
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightEndOnRectangleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
181
181
|
});
|
|
182
182
|
const ArrowRightOnRectangleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowRightOnRectangleIcon"));
|
|
183
183
|
exports.ArrowRightOnRectangleIconOutline = (0, react_1.forwardRef)(function ArrowRightOnRectangleIconOutline(_a, ref) {
|
|
184
184
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
185
|
-
return (0, jsx_runtime_1.jsx)(ArrowRightOnRectangleIcon_1.default, Object.assign({
|
|
185
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightOnRectangleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
186
186
|
});
|
|
187
187
|
const ArrowRightStartOnRectangleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowRightStartOnRectangleIcon"));
|
|
188
188
|
exports.ArrowRightStartOnRectangleIconOutline = (0, react_1.forwardRef)(function ArrowRightStartOnRectangleIconOutline(_a, ref) {
|
|
189
189
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
190
|
-
return (0, jsx_runtime_1.jsx)(ArrowRightStartOnRectangleIcon_1.default, Object.assign({
|
|
190
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightStartOnRectangleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
191
191
|
});
|
|
192
192
|
const ArrowRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowRightIcon"));
|
|
193
193
|
exports.ArrowRightIconOutline = (0, react_1.forwardRef)(function ArrowRightIconOutline(_a, ref) {
|
|
194
194
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
195
|
-
return (0, jsx_runtime_1.jsx)(ArrowRightIcon_1.default, Object.assign({
|
|
195
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
196
196
|
});
|
|
197
197
|
const ArrowSmallDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowSmallDownIcon"));
|
|
198
198
|
exports.ArrowSmallDownIconOutline = (0, react_1.forwardRef)(function ArrowSmallDownIconOutline(_a, ref) {
|
|
199
199
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
200
|
-
return (0, jsx_runtime_1.jsx)(ArrowSmallDownIcon_1.default, Object.assign({
|
|
200
|
+
return (0, jsx_runtime_1.jsx)(ArrowSmallDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
201
201
|
});
|
|
202
202
|
const ArrowSmallLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowSmallLeftIcon"));
|
|
203
203
|
exports.ArrowSmallLeftIconOutline = (0, react_1.forwardRef)(function ArrowSmallLeftIconOutline(_a, ref) {
|
|
204
204
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
205
|
-
return (0, jsx_runtime_1.jsx)(ArrowSmallLeftIcon_1.default, Object.assign({
|
|
205
|
+
return (0, jsx_runtime_1.jsx)(ArrowSmallLeftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
206
206
|
});
|
|
207
207
|
const ArrowSmallRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowSmallRightIcon"));
|
|
208
208
|
exports.ArrowSmallRightIconOutline = (0, react_1.forwardRef)(function ArrowSmallRightIconOutline(_a, ref) {
|
|
209
209
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
210
|
-
return (0, jsx_runtime_1.jsx)(ArrowSmallRightIcon_1.default, Object.assign({
|
|
210
|
+
return (0, jsx_runtime_1.jsx)(ArrowSmallRightIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
211
211
|
});
|
|
212
212
|
const ArrowSmallUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowSmallUpIcon"));
|
|
213
213
|
exports.ArrowSmallUpIconOutline = (0, react_1.forwardRef)(function ArrowSmallUpIconOutline(_a, ref) {
|
|
214
214
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
215
|
-
return (0, jsx_runtime_1.jsx)(ArrowSmallUpIcon_1.default, Object.assign({
|
|
215
|
+
return (0, jsx_runtime_1.jsx)(ArrowSmallUpIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
216
216
|
});
|
|
217
217
|
const ArrowTopRightOnSquareIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTopRightOnSquareIcon"));
|
|
218
218
|
exports.ArrowTopRightOnSquareIconOutline = (0, react_1.forwardRef)(function ArrowTopRightOnSquareIconOutline(_a, ref) {
|
|
219
219
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
220
|
-
return (0, jsx_runtime_1.jsx)(ArrowTopRightOnSquareIcon_1.default, Object.assign({
|
|
220
|
+
return (0, jsx_runtime_1.jsx)(ArrowTopRightOnSquareIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
221
221
|
});
|
|
222
222
|
const ArrowTrendingDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTrendingDownIcon"));
|
|
223
223
|
exports.ArrowTrendingDownIconOutline = (0, react_1.forwardRef)(function ArrowTrendingDownIconOutline(_a, ref) {
|
|
224
224
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
225
|
-
return (0, jsx_runtime_1.jsx)(ArrowTrendingDownIcon_1.default, Object.assign({
|
|
225
|
+
return (0, jsx_runtime_1.jsx)(ArrowTrendingDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
226
226
|
});
|
|
227
227
|
const ArrowTrendingUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTrendingUpIcon"));
|
|
228
228
|
exports.ArrowTrendingUpIconOutline = (0, react_1.forwardRef)(function ArrowTrendingUpIconOutline(_a, ref) {
|
|
229
229
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
230
|
-
return (0, jsx_runtime_1.jsx)(ArrowTrendingUpIcon_1.default, Object.assign({
|
|
230
|
+
return (0, jsx_runtime_1.jsx)(ArrowTrendingUpIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
231
231
|
});
|
|
232
232
|
const ArrowTurnDownLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTurnDownLeftIcon"));
|
|
233
233
|
exports.ArrowTurnDownLeftIconOutline = (0, react_1.forwardRef)(function ArrowTurnDownLeftIconOutline(_a, ref) {
|
|
234
234
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
235
|
-
return (0, jsx_runtime_1.jsx)(ArrowTurnDownLeftIcon_1.default, Object.assign({
|
|
235
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnDownLeftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
236
236
|
});
|
|
237
237
|
const ArrowTurnDownRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTurnDownRightIcon"));
|
|
238
238
|
exports.ArrowTurnDownRightIconOutline = (0, react_1.forwardRef)(function ArrowTurnDownRightIconOutline(_a, ref) {
|
|
239
239
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
240
|
-
return (0, jsx_runtime_1.jsx)(ArrowTurnDownRightIcon_1.default, Object.assign({
|
|
240
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnDownRightIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
241
241
|
});
|
|
242
242
|
const ArrowTurnLeftDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTurnLeftDownIcon"));
|
|
243
243
|
exports.ArrowTurnLeftDownIconOutline = (0, react_1.forwardRef)(function ArrowTurnLeftDownIconOutline(_a, ref) {
|
|
244
244
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
245
|
-
return (0, jsx_runtime_1.jsx)(ArrowTurnLeftDownIcon_1.default, Object.assign({
|
|
245
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnLeftDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
246
246
|
});
|
|
247
247
|
const ArrowTurnLeftUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTurnLeftUpIcon"));
|
|
248
248
|
exports.ArrowTurnLeftUpIconOutline = (0, react_1.forwardRef)(function ArrowTurnLeftUpIconOutline(_a, ref) {
|
|
249
249
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
250
|
-
return (0, jsx_runtime_1.jsx)(ArrowTurnLeftUpIcon_1.default, Object.assign({
|
|
250
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnLeftUpIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
251
251
|
});
|
|
252
252
|
const ArrowTurnRightDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTurnRightDownIcon"));
|
|
253
253
|
exports.ArrowTurnRightDownIconOutline = (0, react_1.forwardRef)(function ArrowTurnRightDownIconOutline(_a, ref) {
|
|
254
254
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
255
|
-
return (0, jsx_runtime_1.jsx)(ArrowTurnRightDownIcon_1.default, Object.assign({
|
|
255
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnRightDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
256
256
|
});
|
|
257
257
|
const ArrowTurnRightUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTurnRightUpIcon"));
|
|
258
258
|
exports.ArrowTurnRightUpIconOutline = (0, react_1.forwardRef)(function ArrowTurnRightUpIconOutline(_a, ref) {
|
|
259
259
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
260
|
-
return (0, jsx_runtime_1.jsx)(ArrowTurnRightUpIcon_1.default, Object.assign({
|
|
260
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnRightUpIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
261
261
|
});
|
|
262
262
|
const ArrowTurnUpLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTurnUpLeftIcon"));
|
|
263
263
|
exports.ArrowTurnUpLeftIconOutline = (0, react_1.forwardRef)(function ArrowTurnUpLeftIconOutline(_a, ref) {
|
|
264
264
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
265
|
-
return (0, jsx_runtime_1.jsx)(ArrowTurnUpLeftIcon_1.default, Object.assign({
|
|
265
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnUpLeftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
266
266
|
});
|
|
267
267
|
const ArrowTurnUpRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowTurnUpRightIcon"));
|
|
268
268
|
exports.ArrowTurnUpRightIconOutline = (0, react_1.forwardRef)(function ArrowTurnUpRightIconOutline(_a, ref) {
|
|
269
269
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
270
|
-
return (0, jsx_runtime_1.jsx)(ArrowTurnUpRightIcon_1.default, Object.assign({
|
|
270
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnUpRightIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
271
271
|
});
|
|
272
272
|
const ArrowUpCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUpCircleIcon"));
|
|
273
273
|
exports.ArrowUpCircleIconOutline = (0, react_1.forwardRef)(function ArrowUpCircleIconOutline(_a, ref) {
|
|
274
274
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
275
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpCircleIcon_1.default, Object.assign({
|
|
275
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
276
276
|
});
|
|
277
277
|
const ArrowUpLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUpLeftIcon"));
|
|
278
278
|
exports.ArrowUpLeftIconOutline = (0, react_1.forwardRef)(function ArrowUpLeftIconOutline(_a, ref) {
|
|
279
279
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
280
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpLeftIcon_1.default, Object.assign({
|
|
280
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpLeftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
281
281
|
});
|
|
282
282
|
const ArrowUpOnSquareStackIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUpOnSquareStackIcon"));
|
|
283
283
|
exports.ArrowUpOnSquareStackIconOutline = (0, react_1.forwardRef)(function ArrowUpOnSquareStackIconOutline(_a, ref) {
|
|
284
284
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
285
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpOnSquareStackIcon_1.default, Object.assign({
|
|
285
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpOnSquareStackIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
286
286
|
});
|
|
287
287
|
const ArrowUpOnSquareIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUpOnSquareIcon"));
|
|
288
288
|
exports.ArrowUpOnSquareIconOutline = (0, react_1.forwardRef)(function ArrowUpOnSquareIconOutline(_a, ref) {
|
|
289
289
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
290
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpOnSquareIcon_1.default, Object.assign({
|
|
290
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpOnSquareIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
291
291
|
});
|
|
292
292
|
const ArrowUpRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUpRightIcon"));
|
|
293
293
|
exports.ArrowUpRightIconOutline = (0, react_1.forwardRef)(function ArrowUpRightIconOutline(_a, ref) {
|
|
294
294
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
295
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpRightIcon_1.default, Object.assign({
|
|
295
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpRightIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
296
296
|
});
|
|
297
297
|
const ArrowUpTrayIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUpTrayIcon"));
|
|
298
298
|
exports.ArrowUpTrayIconOutline = (0, react_1.forwardRef)(function ArrowUpTrayIconOutline(_a, ref) {
|
|
299
299
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
300
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpTrayIcon_1.default, Object.assign({
|
|
300
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpTrayIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
301
301
|
});
|
|
302
302
|
const ArrowUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUpIcon"));
|
|
303
303
|
exports.ArrowUpIconOutline = (0, react_1.forwardRef)(function ArrowUpIconOutline(_a, ref) {
|
|
304
304
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
305
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpIcon_1.default, Object.assign({
|
|
305
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
306
306
|
});
|
|
307
307
|
const ArrowUturnDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUturnDownIcon"));
|
|
308
308
|
exports.ArrowUturnDownIconOutline = (0, react_1.forwardRef)(function ArrowUturnDownIconOutline(_a, ref) {
|
|
309
309
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
310
|
-
return (0, jsx_runtime_1.jsx)(ArrowUturnDownIcon_1.default, Object.assign({
|
|
310
|
+
return (0, jsx_runtime_1.jsx)(ArrowUturnDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
311
311
|
});
|
|
312
312
|
const ArrowUturnLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUturnLeftIcon"));
|
|
313
313
|
exports.ArrowUturnLeftIconOutline = (0, react_1.forwardRef)(function ArrowUturnLeftIconOutline(_a, ref) {
|
|
314
314
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
315
|
-
return (0, jsx_runtime_1.jsx)(ArrowUturnLeftIcon_1.default, Object.assign({
|
|
315
|
+
return (0, jsx_runtime_1.jsx)(ArrowUturnLeftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
316
316
|
});
|
|
317
317
|
const ArrowUturnRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUturnRightIcon"));
|
|
318
318
|
exports.ArrowUturnRightIconOutline = (0, react_1.forwardRef)(function ArrowUturnRightIconOutline(_a, ref) {
|
|
319
319
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
320
|
-
return (0, jsx_runtime_1.jsx)(ArrowUturnRightIcon_1.default, Object.assign({
|
|
320
|
+
return (0, jsx_runtime_1.jsx)(ArrowUturnRightIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
321
321
|
});
|
|
322
322
|
const ArrowUturnUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowUturnUpIcon"));
|
|
323
323
|
exports.ArrowUturnUpIconOutline = (0, react_1.forwardRef)(function ArrowUturnUpIconOutline(_a, ref) {
|
|
324
324
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
325
|
-
return (0, jsx_runtime_1.jsx)(ArrowUturnUpIcon_1.default, Object.assign({
|
|
325
|
+
return (0, jsx_runtime_1.jsx)(ArrowUturnUpIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
326
326
|
});
|
|
327
327
|
const ArrowsPointingInIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowsPointingInIcon"));
|
|
328
328
|
exports.ArrowsPointingInIconOutline = (0, react_1.forwardRef)(function ArrowsPointingInIconOutline(_a, ref) {
|
|
329
329
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
330
|
-
return (0, jsx_runtime_1.jsx)(ArrowsPointingInIcon_1.default, Object.assign({
|
|
330
|
+
return (0, jsx_runtime_1.jsx)(ArrowsPointingInIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
331
331
|
});
|
|
332
332
|
const ArrowsPointingOutIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowsPointingOutIcon"));
|
|
333
333
|
exports.ArrowsPointingOutIconOutline = (0, react_1.forwardRef)(function ArrowsPointingOutIconOutline(_a, ref) {
|
|
334
334
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
335
|
-
return (0, jsx_runtime_1.jsx)(ArrowsPointingOutIcon_1.default, Object.assign({
|
|
335
|
+
return (0, jsx_runtime_1.jsx)(ArrowsPointingOutIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
336
336
|
});
|
|
337
337
|
const ArrowsRightLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowsRightLeftIcon"));
|
|
338
338
|
exports.ArrowsRightLeftIconOutline = (0, react_1.forwardRef)(function ArrowsRightLeftIconOutline(_a, ref) {
|
|
339
339
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
340
|
-
return (0, jsx_runtime_1.jsx)(ArrowsRightLeftIcon_1.default, Object.assign({
|
|
340
|
+
return (0, jsx_runtime_1.jsx)(ArrowsRightLeftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
341
341
|
});
|
|
342
342
|
const ArrowsUpDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ArrowsUpDownIcon"));
|
|
343
343
|
exports.ArrowsUpDownIconOutline = (0, react_1.forwardRef)(function ArrowsUpDownIconOutline(_a, ref) {
|
|
344
344
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
345
|
-
return (0, jsx_runtime_1.jsx)(ArrowsUpDownIcon_1.default, Object.assign({
|
|
345
|
+
return (0, jsx_runtime_1.jsx)(ArrowsUpDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
346
346
|
});
|
|
347
347
|
const AtSymbolIcon_1 = __importDefault(require("@heroicons/react/24/outline/AtSymbolIcon"));
|
|
348
348
|
exports.AtSymbolIconOutline = (0, react_1.forwardRef)(function AtSymbolIconOutline(_a, ref) {
|
|
349
349
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
350
|
-
return (0, jsx_runtime_1.jsx)(AtSymbolIcon_1.default, Object.assign({
|
|
350
|
+
return (0, jsx_runtime_1.jsx)(AtSymbolIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
351
351
|
});
|
|
352
352
|
const BackspaceIcon_1 = __importDefault(require("@heroicons/react/24/outline/BackspaceIcon"));
|
|
353
353
|
exports.BackspaceIconOutline = (0, react_1.forwardRef)(function BackspaceIconOutline(_a, ref) {
|
|
354
354
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
355
|
-
return (0, jsx_runtime_1.jsx)(BackspaceIcon_1.default, Object.assign({
|
|
355
|
+
return (0, jsx_runtime_1.jsx)(BackspaceIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
356
356
|
});
|
|
357
357
|
const BackwardIcon_1 = __importDefault(require("@heroicons/react/24/outline/BackwardIcon"));
|
|
358
358
|
exports.BackwardIconOutline = (0, react_1.forwardRef)(function BackwardIconOutline(_a, ref) {
|
|
359
359
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
360
|
-
return (0, jsx_runtime_1.jsx)(BackwardIcon_1.default, Object.assign({
|
|
360
|
+
return (0, jsx_runtime_1.jsx)(BackwardIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
361
361
|
});
|
|
362
362
|
const BanknotesIcon_1 = __importDefault(require("@heroicons/react/24/outline/BanknotesIcon"));
|
|
363
363
|
exports.BanknotesIconOutline = (0, react_1.forwardRef)(function BanknotesIconOutline(_a, ref) {
|
|
364
364
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
365
|
-
return (0, jsx_runtime_1.jsx)(BanknotesIcon_1.default, Object.assign({
|
|
365
|
+
return (0, jsx_runtime_1.jsx)(BanknotesIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
366
366
|
});
|
|
367
367
|
const Bars2Icon_1 = __importDefault(require("@heroicons/react/24/outline/Bars2Icon"));
|
|
368
368
|
exports.Bars2IconOutline = (0, react_1.forwardRef)(function Bars2IconOutline(_a, ref) {
|
|
369
369
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
370
|
-
return (0, jsx_runtime_1.jsx)(Bars2Icon_1.default, Object.assign({
|
|
370
|
+
return (0, jsx_runtime_1.jsx)(Bars2Icon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
371
371
|
});
|
|
372
372
|
const Bars3BottomLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/Bars3BottomLeftIcon"));
|
|
373
373
|
exports.Bars3BottomLeftIconOutline = (0, react_1.forwardRef)(function Bars3BottomLeftIconOutline(_a, ref) {
|
|
374
374
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
375
|
-
return (0, jsx_runtime_1.jsx)(Bars3BottomLeftIcon_1.default, Object.assign({
|
|
375
|
+
return (0, jsx_runtime_1.jsx)(Bars3BottomLeftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
376
376
|
});
|
|
377
377
|
const Bars3BottomRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/Bars3BottomRightIcon"));
|
|
378
378
|
exports.Bars3BottomRightIconOutline = (0, react_1.forwardRef)(function Bars3BottomRightIconOutline(_a, ref) {
|
|
379
379
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
380
|
-
return (0, jsx_runtime_1.jsx)(Bars3BottomRightIcon_1.default, Object.assign({
|
|
380
|
+
return (0, jsx_runtime_1.jsx)(Bars3BottomRightIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
381
381
|
});
|
|
382
382
|
const Bars3CenterLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/Bars3CenterLeftIcon"));
|
|
383
383
|
exports.Bars3CenterLeftIconOutline = (0, react_1.forwardRef)(function Bars3CenterLeftIconOutline(_a, ref) {
|
|
384
384
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
385
|
-
return (0, jsx_runtime_1.jsx)(Bars3CenterLeftIcon_1.default, Object.assign({
|
|
385
|
+
return (0, jsx_runtime_1.jsx)(Bars3CenterLeftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
386
386
|
});
|
|
387
387
|
const Bars3Icon_1 = __importDefault(require("@heroicons/react/24/outline/Bars3Icon"));
|
|
388
388
|
exports.Bars3IconOutline = (0, react_1.forwardRef)(function Bars3IconOutline(_a, ref) {
|
|
389
389
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
390
|
-
return (0, jsx_runtime_1.jsx)(Bars3Icon_1.default, Object.assign({
|
|
390
|
+
return (0, jsx_runtime_1.jsx)(Bars3Icon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
391
391
|
});
|
|
392
392
|
const Bars4Icon_1 = __importDefault(require("@heroicons/react/24/outline/Bars4Icon"));
|
|
393
393
|
exports.Bars4IconOutline = (0, react_1.forwardRef)(function Bars4IconOutline(_a, ref) {
|
|
394
394
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
395
|
-
return (0, jsx_runtime_1.jsx)(Bars4Icon_1.default, Object.assign({
|
|
395
|
+
return (0, jsx_runtime_1.jsx)(Bars4Icon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
396
396
|
});
|
|
397
397
|
const BarsArrowDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/BarsArrowDownIcon"));
|
|
398
398
|
exports.BarsArrowDownIconOutline = (0, react_1.forwardRef)(function BarsArrowDownIconOutline(_a, ref) {
|
|
399
399
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
400
|
-
return (0, jsx_runtime_1.jsx)(BarsArrowDownIcon_1.default, Object.assign({
|
|
400
|
+
return (0, jsx_runtime_1.jsx)(BarsArrowDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
401
401
|
});
|
|
402
402
|
const BarsArrowUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/BarsArrowUpIcon"));
|
|
403
403
|
exports.BarsArrowUpIconOutline = (0, react_1.forwardRef)(function BarsArrowUpIconOutline(_a, ref) {
|
|
404
404
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
405
|
-
return (0, jsx_runtime_1.jsx)(BarsArrowUpIcon_1.default, Object.assign({
|
|
405
|
+
return (0, jsx_runtime_1.jsx)(BarsArrowUpIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
406
406
|
});
|
|
407
407
|
const Battery0Icon_1 = __importDefault(require("@heroicons/react/24/outline/Battery0Icon"));
|
|
408
408
|
exports.Battery0IconOutline = (0, react_1.forwardRef)(function Battery0IconOutline(_a, ref) {
|
|
409
409
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
410
|
-
return (0, jsx_runtime_1.jsx)(Battery0Icon_1.default, Object.assign({
|
|
410
|
+
return (0, jsx_runtime_1.jsx)(Battery0Icon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
411
411
|
});
|
|
412
412
|
const Battery100Icon_1 = __importDefault(require("@heroicons/react/24/outline/Battery100Icon"));
|
|
413
413
|
exports.Battery100IconOutline = (0, react_1.forwardRef)(function Battery100IconOutline(_a, ref) {
|
|
414
414
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
415
|
-
return (0, jsx_runtime_1.jsx)(Battery100Icon_1.default, Object.assign({
|
|
415
|
+
return (0, jsx_runtime_1.jsx)(Battery100Icon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
416
416
|
});
|
|
417
417
|
const Battery50Icon_1 = __importDefault(require("@heroicons/react/24/outline/Battery50Icon"));
|
|
418
418
|
exports.Battery50IconOutline = (0, react_1.forwardRef)(function Battery50IconOutline(_a, ref) {
|
|
419
419
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
420
|
-
return (0, jsx_runtime_1.jsx)(Battery50Icon_1.default, Object.assign({
|
|
420
|
+
return (0, jsx_runtime_1.jsx)(Battery50Icon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
421
421
|
});
|
|
422
422
|
const BeakerIcon_1 = __importDefault(require("@heroicons/react/24/outline/BeakerIcon"));
|
|
423
423
|
exports.BeakerIconOutline = (0, react_1.forwardRef)(function BeakerIconOutline(_a, ref) {
|
|
424
424
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
425
|
-
return (0, jsx_runtime_1.jsx)(BeakerIcon_1.default, Object.assign({
|
|
425
|
+
return (0, jsx_runtime_1.jsx)(BeakerIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
426
426
|
});
|
|
427
427
|
const BellAlertIcon_1 = __importDefault(require("@heroicons/react/24/outline/BellAlertIcon"));
|
|
428
428
|
exports.BellAlertIconOutline = (0, react_1.forwardRef)(function BellAlertIconOutline(_a, ref) {
|
|
429
429
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
430
|
-
return (0, jsx_runtime_1.jsx)(BellAlertIcon_1.default, Object.assign({
|
|
430
|
+
return (0, jsx_runtime_1.jsx)(BellAlertIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
431
431
|
});
|
|
432
432
|
const BellSlashIcon_1 = __importDefault(require("@heroicons/react/24/outline/BellSlashIcon"));
|
|
433
433
|
exports.BellSlashIconOutline = (0, react_1.forwardRef)(function BellSlashIconOutline(_a, ref) {
|
|
434
434
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
435
|
-
return (0, jsx_runtime_1.jsx)(BellSlashIcon_1.default, Object.assign({
|
|
435
|
+
return (0, jsx_runtime_1.jsx)(BellSlashIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
436
436
|
});
|
|
437
437
|
const BellSnoozeIcon_1 = __importDefault(require("@heroicons/react/24/outline/BellSnoozeIcon"));
|
|
438
438
|
exports.BellSnoozeIconOutline = (0, react_1.forwardRef)(function BellSnoozeIconOutline(_a, ref) {
|
|
439
439
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
440
|
-
return (0, jsx_runtime_1.jsx)(BellSnoozeIcon_1.default, Object.assign({
|
|
440
|
+
return (0, jsx_runtime_1.jsx)(BellSnoozeIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
441
441
|
});
|
|
442
442
|
const BellIcon_1 = __importDefault(require("@heroicons/react/24/outline/BellIcon"));
|
|
443
443
|
exports.BellIconOutline = (0, react_1.forwardRef)(function BellIconOutline(_a, ref) {
|
|
444
444
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
445
|
-
return (0, jsx_runtime_1.jsx)(BellIcon_1.default, Object.assign({
|
|
445
|
+
return (0, jsx_runtime_1.jsx)(BellIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
446
446
|
});
|
|
447
447
|
const BoldIcon_1 = __importDefault(require("@heroicons/react/24/outline/BoldIcon"));
|
|
448
448
|
exports.BoldIconOutline = (0, react_1.forwardRef)(function BoldIconOutline(_a, ref) {
|
|
449
449
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
450
|
-
return (0, jsx_runtime_1.jsx)(BoldIcon_1.default, Object.assign({
|
|
450
|
+
return (0, jsx_runtime_1.jsx)(BoldIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
451
451
|
});
|
|
452
452
|
const BoltSlashIcon_1 = __importDefault(require("@heroicons/react/24/outline/BoltSlashIcon"));
|
|
453
453
|
exports.BoltSlashIconOutline = (0, react_1.forwardRef)(function BoltSlashIconOutline(_a, ref) {
|
|
454
454
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
455
|
-
return (0, jsx_runtime_1.jsx)(BoltSlashIcon_1.default, Object.assign({
|
|
455
|
+
return (0, jsx_runtime_1.jsx)(BoltSlashIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
456
456
|
});
|
|
457
457
|
const BoltIcon_1 = __importDefault(require("@heroicons/react/24/outline/BoltIcon"));
|
|
458
458
|
exports.BoltIconOutline = (0, react_1.forwardRef)(function BoltIconOutline(_a, ref) {
|
|
459
459
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
460
|
-
return (0, jsx_runtime_1.jsx)(BoltIcon_1.default, Object.assign({
|
|
460
|
+
return (0, jsx_runtime_1.jsx)(BoltIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
461
461
|
});
|
|
462
462
|
const BookOpenIcon_1 = __importDefault(require("@heroicons/react/24/outline/BookOpenIcon"));
|
|
463
463
|
exports.BookOpenIconOutline = (0, react_1.forwardRef)(function BookOpenIconOutline(_a, ref) {
|
|
464
464
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
465
|
-
return (0, jsx_runtime_1.jsx)(BookOpenIcon_1.default, Object.assign({
|
|
465
|
+
return (0, jsx_runtime_1.jsx)(BookOpenIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
466
466
|
});
|
|
467
467
|
const BookmarkSlashIcon_1 = __importDefault(require("@heroicons/react/24/outline/BookmarkSlashIcon"));
|
|
468
468
|
exports.BookmarkSlashIconOutline = (0, react_1.forwardRef)(function BookmarkSlashIconOutline(_a, ref) {
|
|
469
469
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
470
|
-
return (0, jsx_runtime_1.jsx)(BookmarkSlashIcon_1.default, Object.assign({
|
|
470
|
+
return (0, jsx_runtime_1.jsx)(BookmarkSlashIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
471
471
|
});
|
|
472
472
|
const BookmarkSquareIcon_1 = __importDefault(require("@heroicons/react/24/outline/BookmarkSquareIcon"));
|
|
473
473
|
exports.BookmarkSquareIconOutline = (0, react_1.forwardRef)(function BookmarkSquareIconOutline(_a, ref) {
|
|
474
474
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
475
|
-
return (0, jsx_runtime_1.jsx)(BookmarkSquareIcon_1.default, Object.assign({
|
|
475
|
+
return (0, jsx_runtime_1.jsx)(BookmarkSquareIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
476
476
|
});
|
|
477
477
|
const BookmarkIcon_1 = __importDefault(require("@heroicons/react/24/outline/BookmarkIcon"));
|
|
478
478
|
exports.BookmarkIconOutline = (0, react_1.forwardRef)(function BookmarkIconOutline(_a, ref) {
|
|
479
479
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
480
|
-
return (0, jsx_runtime_1.jsx)(BookmarkIcon_1.default, Object.assign({
|
|
480
|
+
return (0, jsx_runtime_1.jsx)(BookmarkIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
481
481
|
});
|
|
482
482
|
const BriefcaseIcon_1 = __importDefault(require("@heroicons/react/24/outline/BriefcaseIcon"));
|
|
483
483
|
exports.BriefcaseIconOutline = (0, react_1.forwardRef)(function BriefcaseIconOutline(_a, ref) {
|
|
484
484
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
485
|
-
return (0, jsx_runtime_1.jsx)(BriefcaseIcon_1.default, Object.assign({
|
|
485
|
+
return (0, jsx_runtime_1.jsx)(BriefcaseIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
486
486
|
});
|
|
487
487
|
const BugAntIcon_1 = __importDefault(require("@heroicons/react/24/outline/BugAntIcon"));
|
|
488
488
|
exports.BugAntIconOutline = (0, react_1.forwardRef)(function BugAntIconOutline(_a, ref) {
|
|
489
489
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
490
|
-
return (0, jsx_runtime_1.jsx)(BugAntIcon_1.default, Object.assign({
|
|
490
|
+
return (0, jsx_runtime_1.jsx)(BugAntIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
491
491
|
});
|
|
492
492
|
const BuildingLibraryIcon_1 = __importDefault(require("@heroicons/react/24/outline/BuildingLibraryIcon"));
|
|
493
493
|
exports.BuildingLibraryIconOutline = (0, react_1.forwardRef)(function BuildingLibraryIconOutline(_a, ref) {
|
|
494
494
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
495
|
-
return (0, jsx_runtime_1.jsx)(BuildingLibraryIcon_1.default, Object.assign({
|
|
495
|
+
return (0, jsx_runtime_1.jsx)(BuildingLibraryIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
496
496
|
});
|
|
497
497
|
const BuildingOffice2Icon_1 = __importDefault(require("@heroicons/react/24/outline/BuildingOffice2Icon"));
|
|
498
498
|
exports.BuildingOffice2IconOutline = (0, react_1.forwardRef)(function BuildingOffice2IconOutline(_a, ref) {
|
|
499
499
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
500
|
-
return (0, jsx_runtime_1.jsx)(BuildingOffice2Icon_1.default, Object.assign({
|
|
500
|
+
return (0, jsx_runtime_1.jsx)(BuildingOffice2Icon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
501
501
|
});
|
|
502
502
|
const BuildingOfficeIcon_1 = __importDefault(require("@heroicons/react/24/outline/BuildingOfficeIcon"));
|
|
503
503
|
exports.BuildingOfficeIconOutline = (0, react_1.forwardRef)(function BuildingOfficeIconOutline(_a, ref) {
|
|
504
504
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
505
|
-
return (0, jsx_runtime_1.jsx)(BuildingOfficeIcon_1.default, Object.assign({
|
|
505
|
+
return (0, jsx_runtime_1.jsx)(BuildingOfficeIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
506
506
|
});
|
|
507
507
|
const BuildingStorefrontIcon_1 = __importDefault(require("@heroicons/react/24/outline/BuildingStorefrontIcon"));
|
|
508
508
|
exports.BuildingStorefrontIconOutline = (0, react_1.forwardRef)(function BuildingStorefrontIconOutline(_a, ref) {
|
|
509
509
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
510
|
-
return (0, jsx_runtime_1.jsx)(BuildingStorefrontIcon_1.default, Object.assign({
|
|
510
|
+
return (0, jsx_runtime_1.jsx)(BuildingStorefrontIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
511
511
|
});
|
|
512
512
|
const CakeIcon_1 = __importDefault(require("@heroicons/react/24/outline/CakeIcon"));
|
|
513
513
|
exports.CakeIconOutline = (0, react_1.forwardRef)(function CakeIconOutline(_a, ref) {
|
|
514
514
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
515
|
-
return (0, jsx_runtime_1.jsx)(CakeIcon_1.default, Object.assign({
|
|
515
|
+
return (0, jsx_runtime_1.jsx)(CakeIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
516
516
|
});
|
|
517
517
|
const CalculatorIcon_1 = __importDefault(require("@heroicons/react/24/outline/CalculatorIcon"));
|
|
518
518
|
exports.CalculatorIconOutline = (0, react_1.forwardRef)(function CalculatorIconOutline(_a, ref) {
|
|
519
519
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
520
|
-
return (0, jsx_runtime_1.jsx)(CalculatorIcon_1.default, Object.assign({
|
|
520
|
+
return (0, jsx_runtime_1.jsx)(CalculatorIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
521
521
|
});
|
|
522
522
|
const CalendarDateRangeIcon_1 = __importDefault(require("@heroicons/react/24/outline/CalendarDateRangeIcon"));
|
|
523
523
|
exports.CalendarDateRangeIconOutline = (0, react_1.forwardRef)(function CalendarDateRangeIconOutline(_a, ref) {
|
|
524
524
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
525
|
-
return (0, jsx_runtime_1.jsx)(CalendarDateRangeIcon_1.default, Object.assign({
|
|
525
|
+
return (0, jsx_runtime_1.jsx)(CalendarDateRangeIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
526
526
|
});
|
|
527
527
|
const CalendarDaysIcon_1 = __importDefault(require("@heroicons/react/24/outline/CalendarDaysIcon"));
|
|
528
528
|
exports.CalendarDaysIconOutline = (0, react_1.forwardRef)(function CalendarDaysIconOutline(_a, ref) {
|
|
529
529
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
530
|
-
return (0, jsx_runtime_1.jsx)(CalendarDaysIcon_1.default, Object.assign({
|
|
530
|
+
return (0, jsx_runtime_1.jsx)(CalendarDaysIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
531
531
|
});
|
|
532
532
|
const CalendarIcon_1 = __importDefault(require("@heroicons/react/24/outline/CalendarIcon"));
|
|
533
533
|
exports.CalendarIconOutline = (0, react_1.forwardRef)(function CalendarIconOutline(_a, ref) {
|
|
534
534
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
535
|
-
return (0, jsx_runtime_1.jsx)(CalendarIcon_1.default, Object.assign({
|
|
535
|
+
return (0, jsx_runtime_1.jsx)(CalendarIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
536
536
|
});
|
|
537
537
|
const CameraIcon_1 = __importDefault(require("@heroicons/react/24/outline/CameraIcon"));
|
|
538
538
|
exports.CameraIconOutline = (0, react_1.forwardRef)(function CameraIconOutline(_a, ref) {
|
|
539
539
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
540
|
-
return (0, jsx_runtime_1.jsx)(CameraIcon_1.default, Object.assign({
|
|
540
|
+
return (0, jsx_runtime_1.jsx)(CameraIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
541
541
|
});
|
|
542
542
|
const ChartBarSquareIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChartBarSquareIcon"));
|
|
543
543
|
exports.ChartBarSquareIconOutline = (0, react_1.forwardRef)(function ChartBarSquareIconOutline(_a, ref) {
|
|
544
544
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
545
|
-
return (0, jsx_runtime_1.jsx)(ChartBarSquareIcon_1.default, Object.assign({
|
|
545
|
+
return (0, jsx_runtime_1.jsx)(ChartBarSquareIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
546
546
|
});
|
|
547
547
|
const ChartBarIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChartBarIcon"));
|
|
548
548
|
exports.ChartBarIconOutline = (0, react_1.forwardRef)(function ChartBarIconOutline(_a, ref) {
|
|
549
549
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
550
|
-
return (0, jsx_runtime_1.jsx)(ChartBarIcon_1.default, Object.assign({
|
|
550
|
+
return (0, jsx_runtime_1.jsx)(ChartBarIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
551
551
|
});
|
|
552
552
|
const ChartPieIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChartPieIcon"));
|
|
553
553
|
exports.ChartPieIconOutline = (0, react_1.forwardRef)(function ChartPieIconOutline(_a, ref) {
|
|
554
554
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
555
|
-
return (0, jsx_runtime_1.jsx)(ChartPieIcon_1.default, Object.assign({
|
|
555
|
+
return (0, jsx_runtime_1.jsx)(ChartPieIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
556
556
|
});
|
|
557
557
|
const ChatBubbleBottomCenterTextIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChatBubbleBottomCenterTextIcon"));
|
|
558
558
|
exports.ChatBubbleBottomCenterTextIconOutline = (0, react_1.forwardRef)(function ChatBubbleBottomCenterTextIconOutline(_a, ref) {
|
|
559
559
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
560
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleBottomCenterTextIcon_1.default, Object.assign({
|
|
560
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleBottomCenterTextIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
561
561
|
});
|
|
562
562
|
const ChatBubbleBottomCenterIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChatBubbleBottomCenterIcon"));
|
|
563
563
|
exports.ChatBubbleBottomCenterIconOutline = (0, react_1.forwardRef)(function ChatBubbleBottomCenterIconOutline(_a, ref) {
|
|
564
564
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
565
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleBottomCenterIcon_1.default, Object.assign({
|
|
565
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleBottomCenterIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
566
566
|
});
|
|
567
567
|
const ChatBubbleLeftEllipsisIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChatBubbleLeftEllipsisIcon"));
|
|
568
568
|
exports.ChatBubbleLeftEllipsisIconOutline = (0, react_1.forwardRef)(function ChatBubbleLeftEllipsisIconOutline(_a, ref) {
|
|
569
569
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
570
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftEllipsisIcon_1.default, Object.assign({
|
|
570
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftEllipsisIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
571
571
|
});
|
|
572
572
|
const ChatBubbleLeftRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChatBubbleLeftRightIcon"));
|
|
573
573
|
exports.ChatBubbleLeftRightIconOutline = (0, react_1.forwardRef)(function ChatBubbleLeftRightIconOutline(_a, ref) {
|
|
574
574
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
575
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftRightIcon_1.default, Object.assign({
|
|
575
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftRightIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
576
576
|
});
|
|
577
577
|
const ChatBubbleLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChatBubbleLeftIcon"));
|
|
578
578
|
exports.ChatBubbleLeftIconOutline = (0, react_1.forwardRef)(function ChatBubbleLeftIconOutline(_a, ref) {
|
|
579
579
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
580
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftIcon_1.default, Object.assign({
|
|
580
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
581
581
|
});
|
|
582
582
|
const ChatBubbleOvalLeftEllipsisIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChatBubbleOvalLeftEllipsisIcon"));
|
|
583
583
|
exports.ChatBubbleOvalLeftEllipsisIconOutline = (0, react_1.forwardRef)(function ChatBubbleOvalLeftEllipsisIconOutline(_a, ref) {
|
|
584
584
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
585
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleOvalLeftEllipsisIcon_1.default, Object.assign({
|
|
585
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleOvalLeftEllipsisIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
586
586
|
});
|
|
587
587
|
const ChatBubbleOvalLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChatBubbleOvalLeftIcon"));
|
|
588
588
|
exports.ChatBubbleOvalLeftIconOutline = (0, react_1.forwardRef)(function ChatBubbleOvalLeftIconOutline(_a, ref) {
|
|
589
589
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
590
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleOvalLeftIcon_1.default, Object.assign({
|
|
590
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleOvalLeftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
591
591
|
});
|
|
592
592
|
const CheckBadgeIcon_1 = __importDefault(require("@heroicons/react/24/outline/CheckBadgeIcon"));
|
|
593
593
|
exports.CheckBadgeIconOutline = (0, react_1.forwardRef)(function CheckBadgeIconOutline(_a, ref) {
|
|
594
594
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
595
|
-
return (0, jsx_runtime_1.jsx)(CheckBadgeIcon_1.default, Object.assign({
|
|
595
|
+
return (0, jsx_runtime_1.jsx)(CheckBadgeIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
596
596
|
});
|
|
597
597
|
const CheckCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/CheckCircleIcon"));
|
|
598
598
|
exports.CheckCircleIconOutline = (0, react_1.forwardRef)(function CheckCircleIconOutline(_a, ref) {
|
|
599
599
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
600
|
-
return (0, jsx_runtime_1.jsx)(CheckCircleIcon_1.default, Object.assign({
|
|
600
|
+
return (0, jsx_runtime_1.jsx)(CheckCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
601
601
|
});
|
|
602
602
|
const CheckIcon_1 = __importDefault(require("@heroicons/react/24/outline/CheckIcon"));
|
|
603
603
|
exports.CheckIconOutline = (0, react_1.forwardRef)(function CheckIconOutline(_a, ref) {
|
|
604
604
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
605
|
-
return (0, jsx_runtime_1.jsx)(CheckIcon_1.default, Object.assign({
|
|
605
|
+
return (0, jsx_runtime_1.jsx)(CheckIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
606
606
|
});
|
|
607
607
|
const ChevronDoubleDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronDoubleDownIcon"));
|
|
608
608
|
exports.ChevronDoubleDownIconOutline = (0, react_1.forwardRef)(function ChevronDoubleDownIconOutline(_a, ref) {
|
|
609
609
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
610
|
-
return (0, jsx_runtime_1.jsx)(ChevronDoubleDownIcon_1.default, Object.assign({
|
|
610
|
+
return (0, jsx_runtime_1.jsx)(ChevronDoubleDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
611
611
|
});
|
|
612
612
|
const ChevronDoubleLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronDoubleLeftIcon"));
|
|
613
613
|
exports.ChevronDoubleLeftIconOutline = (0, react_1.forwardRef)(function ChevronDoubleLeftIconOutline(_a, ref) {
|
|
614
614
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
615
|
-
return (0, jsx_runtime_1.jsx)(ChevronDoubleLeftIcon_1.default, Object.assign({
|
|
615
|
+
return (0, jsx_runtime_1.jsx)(ChevronDoubleLeftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
616
616
|
});
|
|
617
617
|
const ChevronDoubleRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronDoubleRightIcon"));
|
|
618
618
|
exports.ChevronDoubleRightIconOutline = (0, react_1.forwardRef)(function ChevronDoubleRightIconOutline(_a, ref) {
|
|
619
619
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
620
|
-
return (0, jsx_runtime_1.jsx)(ChevronDoubleRightIcon_1.default, Object.assign({
|
|
620
|
+
return (0, jsx_runtime_1.jsx)(ChevronDoubleRightIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
621
621
|
});
|
|
622
622
|
const ChevronDoubleUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronDoubleUpIcon"));
|
|
623
623
|
exports.ChevronDoubleUpIconOutline = (0, react_1.forwardRef)(function ChevronDoubleUpIconOutline(_a, ref) {
|
|
624
624
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
625
|
-
return (0, jsx_runtime_1.jsx)(ChevronDoubleUpIcon_1.default, Object.assign({
|
|
625
|
+
return (0, jsx_runtime_1.jsx)(ChevronDoubleUpIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
626
626
|
});
|
|
627
627
|
const ChevronDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronDownIcon"));
|
|
628
628
|
exports.ChevronDownIconOutline = (0, react_1.forwardRef)(function ChevronDownIconOutline(_a, ref) {
|
|
629
629
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
630
|
-
return (0, jsx_runtime_1.jsx)(ChevronDownIcon_1.default, Object.assign({
|
|
630
|
+
return (0, jsx_runtime_1.jsx)(ChevronDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
631
631
|
});
|
|
632
632
|
const ChevronLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronLeftIcon"));
|
|
633
633
|
exports.ChevronLeftIconOutline = (0, react_1.forwardRef)(function ChevronLeftIconOutline(_a, ref) {
|
|
634
634
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
635
|
-
return (0, jsx_runtime_1.jsx)(ChevronLeftIcon_1.default, Object.assign({
|
|
635
|
+
return (0, jsx_runtime_1.jsx)(ChevronLeftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
636
636
|
});
|
|
637
637
|
const ChevronRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronRightIcon"));
|
|
638
638
|
exports.ChevronRightIconOutline = (0, react_1.forwardRef)(function ChevronRightIconOutline(_a, ref) {
|
|
639
639
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
640
|
-
return (0, jsx_runtime_1.jsx)(ChevronRightIcon_1.default, Object.assign({
|
|
640
|
+
return (0, jsx_runtime_1.jsx)(ChevronRightIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
641
641
|
});
|
|
642
642
|
const ChevronUpDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronUpDownIcon"));
|
|
643
643
|
exports.ChevronUpDownIconOutline = (0, react_1.forwardRef)(function ChevronUpDownIconOutline(_a, ref) {
|
|
644
644
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
645
|
-
return (0, jsx_runtime_1.jsx)(ChevronUpDownIcon_1.default, Object.assign({
|
|
645
|
+
return (0, jsx_runtime_1.jsx)(ChevronUpDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
646
646
|
});
|
|
647
647
|
const ChevronUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/ChevronUpIcon"));
|
|
648
648
|
exports.ChevronUpIconOutline = (0, react_1.forwardRef)(function ChevronUpIconOutline(_a, ref) {
|
|
649
649
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
650
|
-
return (0, jsx_runtime_1.jsx)(ChevronUpIcon_1.default, Object.assign({
|
|
650
|
+
return (0, jsx_runtime_1.jsx)(ChevronUpIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
651
651
|
});
|
|
652
652
|
const CircleStackIcon_1 = __importDefault(require("@heroicons/react/24/outline/CircleStackIcon"));
|
|
653
653
|
exports.CircleStackIconOutline = (0, react_1.forwardRef)(function CircleStackIconOutline(_a, ref) {
|
|
654
654
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
655
|
-
return (0, jsx_runtime_1.jsx)(CircleStackIcon_1.default, Object.assign({
|
|
655
|
+
return (0, jsx_runtime_1.jsx)(CircleStackIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
656
656
|
});
|
|
657
657
|
const ClipboardDocumentCheckIcon_1 = __importDefault(require("@heroicons/react/24/outline/ClipboardDocumentCheckIcon"));
|
|
658
658
|
exports.ClipboardDocumentCheckIconOutline = (0, react_1.forwardRef)(function ClipboardDocumentCheckIconOutline(_a, ref) {
|
|
659
659
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
660
|
-
return (0, jsx_runtime_1.jsx)(ClipboardDocumentCheckIcon_1.default, Object.assign({
|
|
660
|
+
return (0, jsx_runtime_1.jsx)(ClipboardDocumentCheckIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
661
661
|
});
|
|
662
662
|
const ClipboardDocumentListIcon_1 = __importDefault(require("@heroicons/react/24/outline/ClipboardDocumentListIcon"));
|
|
663
663
|
exports.ClipboardDocumentListIconOutline = (0, react_1.forwardRef)(function ClipboardDocumentListIconOutline(_a, ref) {
|
|
664
664
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
665
|
-
return (0, jsx_runtime_1.jsx)(ClipboardDocumentListIcon_1.default, Object.assign({
|
|
665
|
+
return (0, jsx_runtime_1.jsx)(ClipboardDocumentListIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
666
666
|
});
|
|
667
667
|
const ClipboardDocumentIcon_1 = __importDefault(require("@heroicons/react/24/outline/ClipboardDocumentIcon"));
|
|
668
668
|
exports.ClipboardDocumentIconOutline = (0, react_1.forwardRef)(function ClipboardDocumentIconOutline(_a, ref) {
|
|
669
669
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
670
|
-
return (0, jsx_runtime_1.jsx)(ClipboardDocumentIcon_1.default, Object.assign({
|
|
670
|
+
return (0, jsx_runtime_1.jsx)(ClipboardDocumentIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
671
671
|
});
|
|
672
672
|
const ClipboardIcon_1 = __importDefault(require("@heroicons/react/24/outline/ClipboardIcon"));
|
|
673
673
|
exports.ClipboardIconOutline = (0, react_1.forwardRef)(function ClipboardIconOutline(_a, ref) {
|
|
674
674
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
675
|
-
return (0, jsx_runtime_1.jsx)(ClipboardIcon_1.default, Object.assign({
|
|
675
|
+
return (0, jsx_runtime_1.jsx)(ClipboardIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
676
676
|
});
|
|
677
677
|
const ClockIcon_1 = __importDefault(require("@heroicons/react/24/outline/ClockIcon"));
|
|
678
678
|
exports.ClockIconOutline = (0, react_1.forwardRef)(function ClockIconOutline(_a, ref) {
|
|
679
679
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
680
|
-
return (0, jsx_runtime_1.jsx)(ClockIcon_1.default, Object.assign({
|
|
680
|
+
return (0, jsx_runtime_1.jsx)(ClockIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
681
681
|
});
|
|
682
682
|
const CloudArrowDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/CloudArrowDownIcon"));
|
|
683
683
|
exports.CloudArrowDownIconOutline = (0, react_1.forwardRef)(function CloudArrowDownIconOutline(_a, ref) {
|
|
684
684
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
685
|
-
return (0, jsx_runtime_1.jsx)(CloudArrowDownIcon_1.default, Object.assign({
|
|
685
|
+
return (0, jsx_runtime_1.jsx)(CloudArrowDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
686
686
|
});
|
|
687
687
|
const CloudArrowUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/CloudArrowUpIcon"));
|
|
688
688
|
exports.CloudArrowUpIconOutline = (0, react_1.forwardRef)(function CloudArrowUpIconOutline(_a, ref) {
|
|
689
689
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
690
|
-
return (0, jsx_runtime_1.jsx)(CloudArrowUpIcon_1.default, Object.assign({
|
|
690
|
+
return (0, jsx_runtime_1.jsx)(CloudArrowUpIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
691
691
|
});
|
|
692
692
|
const CloudIcon_1 = __importDefault(require("@heroicons/react/24/outline/CloudIcon"));
|
|
693
693
|
exports.CloudIconOutline = (0, react_1.forwardRef)(function CloudIconOutline(_a, ref) {
|
|
694
694
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
695
|
-
return (0, jsx_runtime_1.jsx)(CloudIcon_1.default, Object.assign({
|
|
695
|
+
return (0, jsx_runtime_1.jsx)(CloudIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
696
696
|
});
|
|
697
697
|
const CodeBracketSquareIcon_1 = __importDefault(require("@heroicons/react/24/outline/CodeBracketSquareIcon"));
|
|
698
698
|
exports.CodeBracketSquareIconOutline = (0, react_1.forwardRef)(function CodeBracketSquareIconOutline(_a, ref) {
|
|
699
699
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
700
|
-
return (0, jsx_runtime_1.jsx)(CodeBracketSquareIcon_1.default, Object.assign({
|
|
700
|
+
return (0, jsx_runtime_1.jsx)(CodeBracketSquareIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
701
701
|
});
|
|
702
702
|
const CodeBracketIcon_1 = __importDefault(require("@heroicons/react/24/outline/CodeBracketIcon"));
|
|
703
703
|
exports.CodeBracketIconOutline = (0, react_1.forwardRef)(function CodeBracketIconOutline(_a, ref) {
|
|
704
704
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
705
|
-
return (0, jsx_runtime_1.jsx)(CodeBracketIcon_1.default, Object.assign({
|
|
705
|
+
return (0, jsx_runtime_1.jsx)(CodeBracketIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
706
706
|
});
|
|
707
707
|
const Cog6ToothIcon_1 = __importDefault(require("@heroicons/react/24/outline/Cog6ToothIcon"));
|
|
708
708
|
exports.Cog6ToothIconOutline = (0, react_1.forwardRef)(function Cog6ToothIconOutline(_a, ref) {
|
|
709
709
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
710
|
-
return (0, jsx_runtime_1.jsx)(Cog6ToothIcon_1.default, Object.assign({
|
|
710
|
+
return (0, jsx_runtime_1.jsx)(Cog6ToothIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
711
711
|
});
|
|
712
712
|
const Cog8ToothIcon_1 = __importDefault(require("@heroicons/react/24/outline/Cog8ToothIcon"));
|
|
713
713
|
exports.Cog8ToothIconOutline = (0, react_1.forwardRef)(function Cog8ToothIconOutline(_a, ref) {
|
|
714
714
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
715
|
-
return (0, jsx_runtime_1.jsx)(Cog8ToothIcon_1.default, Object.assign({
|
|
715
|
+
return (0, jsx_runtime_1.jsx)(Cog8ToothIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
716
716
|
});
|
|
717
717
|
const CogIcon_1 = __importDefault(require("@heroicons/react/24/outline/CogIcon"));
|
|
718
718
|
exports.CogIconOutline = (0, react_1.forwardRef)(function CogIconOutline(_a, ref) {
|
|
719
719
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
720
|
-
return (0, jsx_runtime_1.jsx)(CogIcon_1.default, Object.assign({
|
|
720
|
+
return (0, jsx_runtime_1.jsx)(CogIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
721
721
|
});
|
|
722
722
|
const CommandLineIcon_1 = __importDefault(require("@heroicons/react/24/outline/CommandLineIcon"));
|
|
723
723
|
exports.CommandLineIconOutline = (0, react_1.forwardRef)(function CommandLineIconOutline(_a, ref) {
|
|
724
724
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
725
|
-
return (0, jsx_runtime_1.jsx)(CommandLineIcon_1.default, Object.assign({
|
|
725
|
+
return (0, jsx_runtime_1.jsx)(CommandLineIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
726
726
|
});
|
|
727
727
|
const ComputerDesktopIcon_1 = __importDefault(require("@heroicons/react/24/outline/ComputerDesktopIcon"));
|
|
728
728
|
exports.ComputerDesktopIconOutline = (0, react_1.forwardRef)(function ComputerDesktopIconOutline(_a, ref) {
|
|
729
729
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
730
|
-
return (0, jsx_runtime_1.jsx)(ComputerDesktopIcon_1.default, Object.assign({
|
|
730
|
+
return (0, jsx_runtime_1.jsx)(ComputerDesktopIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
731
731
|
});
|
|
732
732
|
const CpuChipIcon_1 = __importDefault(require("@heroicons/react/24/outline/CpuChipIcon"));
|
|
733
733
|
exports.CpuChipIconOutline = (0, react_1.forwardRef)(function CpuChipIconOutline(_a, ref) {
|
|
734
734
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
735
|
-
return (0, jsx_runtime_1.jsx)(CpuChipIcon_1.default, Object.assign({
|
|
735
|
+
return (0, jsx_runtime_1.jsx)(CpuChipIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
736
736
|
});
|
|
737
737
|
const CreditCardIcon_1 = __importDefault(require("@heroicons/react/24/outline/CreditCardIcon"));
|
|
738
738
|
exports.CreditCardIconOutline = (0, react_1.forwardRef)(function CreditCardIconOutline(_a, ref) {
|
|
739
739
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
740
|
-
return (0, jsx_runtime_1.jsx)(CreditCardIcon_1.default, Object.assign({
|
|
740
|
+
return (0, jsx_runtime_1.jsx)(CreditCardIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
741
741
|
});
|
|
742
742
|
const CubeTransparentIcon_1 = __importDefault(require("@heroicons/react/24/outline/CubeTransparentIcon"));
|
|
743
743
|
exports.CubeTransparentIconOutline = (0, react_1.forwardRef)(function CubeTransparentIconOutline(_a, ref) {
|
|
744
744
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
745
|
-
return (0, jsx_runtime_1.jsx)(CubeTransparentIcon_1.default, Object.assign({
|
|
745
|
+
return (0, jsx_runtime_1.jsx)(CubeTransparentIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
746
746
|
});
|
|
747
747
|
const CubeIcon_1 = __importDefault(require("@heroicons/react/24/outline/CubeIcon"));
|
|
748
748
|
exports.CubeIconOutline = (0, react_1.forwardRef)(function CubeIconOutline(_a, ref) {
|
|
749
749
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
750
|
-
return (0, jsx_runtime_1.jsx)(CubeIcon_1.default, Object.assign({
|
|
750
|
+
return (0, jsx_runtime_1.jsx)(CubeIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
751
751
|
});
|
|
752
752
|
const CurrencyBangladeshiIcon_1 = __importDefault(require("@heroicons/react/24/outline/CurrencyBangladeshiIcon"));
|
|
753
753
|
exports.CurrencyBangladeshiIconOutline = (0, react_1.forwardRef)(function CurrencyBangladeshiIconOutline(_a, ref) {
|
|
754
754
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
755
|
-
return (0, jsx_runtime_1.jsx)(CurrencyBangladeshiIcon_1.default, Object.assign({
|
|
755
|
+
return (0, jsx_runtime_1.jsx)(CurrencyBangladeshiIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
756
756
|
});
|
|
757
757
|
const CurrencyDollarIcon_1 = __importDefault(require("@heroicons/react/24/outline/CurrencyDollarIcon"));
|
|
758
758
|
exports.CurrencyDollarIconOutline = (0, react_1.forwardRef)(function CurrencyDollarIconOutline(_a, ref) {
|
|
759
759
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
760
|
-
return (0, jsx_runtime_1.jsx)(CurrencyDollarIcon_1.default, Object.assign({
|
|
760
|
+
return (0, jsx_runtime_1.jsx)(CurrencyDollarIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
761
761
|
});
|
|
762
762
|
const CurrencyEuroIcon_1 = __importDefault(require("@heroicons/react/24/outline/CurrencyEuroIcon"));
|
|
763
763
|
exports.CurrencyEuroIconOutline = (0, react_1.forwardRef)(function CurrencyEuroIconOutline(_a, ref) {
|
|
764
764
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
765
|
-
return (0, jsx_runtime_1.jsx)(CurrencyEuroIcon_1.default, Object.assign({
|
|
765
|
+
return (0, jsx_runtime_1.jsx)(CurrencyEuroIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
766
766
|
});
|
|
767
767
|
const CurrencyPoundIcon_1 = __importDefault(require("@heroicons/react/24/outline/CurrencyPoundIcon"));
|
|
768
768
|
exports.CurrencyPoundIconOutline = (0, react_1.forwardRef)(function CurrencyPoundIconOutline(_a, ref) {
|
|
769
769
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
770
|
-
return (0, jsx_runtime_1.jsx)(CurrencyPoundIcon_1.default, Object.assign({
|
|
770
|
+
return (0, jsx_runtime_1.jsx)(CurrencyPoundIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
771
771
|
});
|
|
772
772
|
const CurrencyRupeeIcon_1 = __importDefault(require("@heroicons/react/24/outline/CurrencyRupeeIcon"));
|
|
773
773
|
exports.CurrencyRupeeIconOutline = (0, react_1.forwardRef)(function CurrencyRupeeIconOutline(_a, ref) {
|
|
774
774
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
775
|
-
return (0, jsx_runtime_1.jsx)(CurrencyRupeeIcon_1.default, Object.assign({
|
|
775
|
+
return (0, jsx_runtime_1.jsx)(CurrencyRupeeIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
776
776
|
});
|
|
777
777
|
const CurrencyYenIcon_1 = __importDefault(require("@heroicons/react/24/outline/CurrencyYenIcon"));
|
|
778
778
|
exports.CurrencyYenIconOutline = (0, react_1.forwardRef)(function CurrencyYenIconOutline(_a, ref) {
|
|
779
779
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
780
|
-
return (0, jsx_runtime_1.jsx)(CurrencyYenIcon_1.default, Object.assign({
|
|
780
|
+
return (0, jsx_runtime_1.jsx)(CurrencyYenIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
781
781
|
});
|
|
782
782
|
const CursorArrowRaysIcon_1 = __importDefault(require("@heroicons/react/24/outline/CursorArrowRaysIcon"));
|
|
783
783
|
exports.CursorArrowRaysIconOutline = (0, react_1.forwardRef)(function CursorArrowRaysIconOutline(_a, ref) {
|
|
784
784
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
785
|
-
return (0, jsx_runtime_1.jsx)(CursorArrowRaysIcon_1.default, Object.assign({
|
|
785
|
+
return (0, jsx_runtime_1.jsx)(CursorArrowRaysIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
786
786
|
});
|
|
787
787
|
const CursorArrowRippleIcon_1 = __importDefault(require("@heroicons/react/24/outline/CursorArrowRippleIcon"));
|
|
788
788
|
exports.CursorArrowRippleIconOutline = (0, react_1.forwardRef)(function CursorArrowRippleIconOutline(_a, ref) {
|
|
789
789
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
790
|
-
return (0, jsx_runtime_1.jsx)(CursorArrowRippleIcon_1.default, Object.assign({
|
|
790
|
+
return (0, jsx_runtime_1.jsx)(CursorArrowRippleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
791
791
|
});
|
|
792
792
|
const DevicePhoneMobileIcon_1 = __importDefault(require("@heroicons/react/24/outline/DevicePhoneMobileIcon"));
|
|
793
793
|
exports.DevicePhoneMobileIconOutline = (0, react_1.forwardRef)(function DevicePhoneMobileIconOutline(_a, ref) {
|
|
794
794
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
795
|
-
return (0, jsx_runtime_1.jsx)(DevicePhoneMobileIcon_1.default, Object.assign({
|
|
795
|
+
return (0, jsx_runtime_1.jsx)(DevicePhoneMobileIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
796
796
|
});
|
|
797
797
|
const DeviceTabletIcon_1 = __importDefault(require("@heroicons/react/24/outline/DeviceTabletIcon"));
|
|
798
798
|
exports.DeviceTabletIconOutline = (0, react_1.forwardRef)(function DeviceTabletIconOutline(_a, ref) {
|
|
799
799
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
800
|
-
return (0, jsx_runtime_1.jsx)(DeviceTabletIcon_1.default, Object.assign({
|
|
800
|
+
return (0, jsx_runtime_1.jsx)(DeviceTabletIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
801
801
|
});
|
|
802
802
|
const DivideIcon_1 = __importDefault(require("@heroicons/react/24/outline/DivideIcon"));
|
|
803
803
|
exports.DivideIconOutline = (0, react_1.forwardRef)(function DivideIconOutline(_a, ref) {
|
|
804
804
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
805
|
-
return (0, jsx_runtime_1.jsx)(DivideIcon_1.default, Object.assign({
|
|
805
|
+
return (0, jsx_runtime_1.jsx)(DivideIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
806
806
|
});
|
|
807
807
|
const DocumentArrowDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentArrowDownIcon"));
|
|
808
808
|
exports.DocumentArrowDownIconOutline = (0, react_1.forwardRef)(function DocumentArrowDownIconOutline(_a, ref) {
|
|
809
809
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
810
|
-
return (0, jsx_runtime_1.jsx)(DocumentArrowDownIcon_1.default, Object.assign({
|
|
810
|
+
return (0, jsx_runtime_1.jsx)(DocumentArrowDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
811
811
|
});
|
|
812
812
|
const DocumentArrowUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentArrowUpIcon"));
|
|
813
813
|
exports.DocumentArrowUpIconOutline = (0, react_1.forwardRef)(function DocumentArrowUpIconOutline(_a, ref) {
|
|
814
814
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
815
|
-
return (0, jsx_runtime_1.jsx)(DocumentArrowUpIcon_1.default, Object.assign({
|
|
815
|
+
return (0, jsx_runtime_1.jsx)(DocumentArrowUpIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
816
816
|
});
|
|
817
817
|
const DocumentChartBarIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentChartBarIcon"));
|
|
818
818
|
exports.DocumentChartBarIconOutline = (0, react_1.forwardRef)(function DocumentChartBarIconOutline(_a, ref) {
|
|
819
819
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
820
|
-
return (0, jsx_runtime_1.jsx)(DocumentChartBarIcon_1.default, Object.assign({
|
|
820
|
+
return (0, jsx_runtime_1.jsx)(DocumentChartBarIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
821
821
|
});
|
|
822
822
|
const DocumentCheckIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentCheckIcon"));
|
|
823
823
|
exports.DocumentCheckIconOutline = (0, react_1.forwardRef)(function DocumentCheckIconOutline(_a, ref) {
|
|
824
824
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
825
|
-
return (0, jsx_runtime_1.jsx)(DocumentCheckIcon_1.default, Object.assign({
|
|
825
|
+
return (0, jsx_runtime_1.jsx)(DocumentCheckIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
826
826
|
});
|
|
827
827
|
const DocumentCurrencyBangladeshiIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentCurrencyBangladeshiIcon"));
|
|
828
828
|
exports.DocumentCurrencyBangladeshiIconOutline = (0, react_1.forwardRef)(function DocumentCurrencyBangladeshiIconOutline(_a, ref) {
|
|
829
829
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
830
|
-
return (0, jsx_runtime_1.jsx)(DocumentCurrencyBangladeshiIcon_1.default, Object.assign({
|
|
830
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyBangladeshiIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
831
831
|
});
|
|
832
832
|
const DocumentCurrencyDollarIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentCurrencyDollarIcon"));
|
|
833
833
|
exports.DocumentCurrencyDollarIconOutline = (0, react_1.forwardRef)(function DocumentCurrencyDollarIconOutline(_a, ref) {
|
|
834
834
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
835
|
-
return (0, jsx_runtime_1.jsx)(DocumentCurrencyDollarIcon_1.default, Object.assign({
|
|
835
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyDollarIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
836
836
|
});
|
|
837
837
|
const DocumentCurrencyEuroIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentCurrencyEuroIcon"));
|
|
838
838
|
exports.DocumentCurrencyEuroIconOutline = (0, react_1.forwardRef)(function DocumentCurrencyEuroIconOutline(_a, ref) {
|
|
839
839
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
840
|
-
return (0, jsx_runtime_1.jsx)(DocumentCurrencyEuroIcon_1.default, Object.assign({
|
|
840
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyEuroIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
841
841
|
});
|
|
842
842
|
const DocumentCurrencyPoundIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentCurrencyPoundIcon"));
|
|
843
843
|
exports.DocumentCurrencyPoundIconOutline = (0, react_1.forwardRef)(function DocumentCurrencyPoundIconOutline(_a, ref) {
|
|
844
844
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
845
|
-
return (0, jsx_runtime_1.jsx)(DocumentCurrencyPoundIcon_1.default, Object.assign({
|
|
845
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyPoundIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
846
846
|
});
|
|
847
847
|
const DocumentCurrencyRupeeIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentCurrencyRupeeIcon"));
|
|
848
848
|
exports.DocumentCurrencyRupeeIconOutline = (0, react_1.forwardRef)(function DocumentCurrencyRupeeIconOutline(_a, ref) {
|
|
849
849
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
850
|
-
return (0, jsx_runtime_1.jsx)(DocumentCurrencyRupeeIcon_1.default, Object.assign({
|
|
850
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyRupeeIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
851
851
|
});
|
|
852
852
|
const DocumentCurrencyYenIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentCurrencyYenIcon"));
|
|
853
853
|
exports.DocumentCurrencyYenIconOutline = (0, react_1.forwardRef)(function DocumentCurrencyYenIconOutline(_a, ref) {
|
|
854
854
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
855
|
-
return (0, jsx_runtime_1.jsx)(DocumentCurrencyYenIcon_1.default, Object.assign({
|
|
855
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyYenIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
856
856
|
});
|
|
857
857
|
const DocumentDuplicateIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentDuplicateIcon"));
|
|
858
858
|
exports.DocumentDuplicateIconOutline = (0, react_1.forwardRef)(function DocumentDuplicateIconOutline(_a, ref) {
|
|
859
859
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
860
|
-
return (0, jsx_runtime_1.jsx)(DocumentDuplicateIcon_1.default, Object.assign({
|
|
860
|
+
return (0, jsx_runtime_1.jsx)(DocumentDuplicateIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
861
861
|
});
|
|
862
862
|
const DocumentMagnifyingGlassIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentMagnifyingGlassIcon"));
|
|
863
863
|
exports.DocumentMagnifyingGlassIconOutline = (0, react_1.forwardRef)(function DocumentMagnifyingGlassIconOutline(_a, ref) {
|
|
864
864
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
865
|
-
return (0, jsx_runtime_1.jsx)(DocumentMagnifyingGlassIcon_1.default, Object.assign({
|
|
865
|
+
return (0, jsx_runtime_1.jsx)(DocumentMagnifyingGlassIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
866
866
|
});
|
|
867
867
|
const DocumentMinusIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentMinusIcon"));
|
|
868
868
|
exports.DocumentMinusIconOutline = (0, react_1.forwardRef)(function DocumentMinusIconOutline(_a, ref) {
|
|
869
869
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
870
|
-
return (0, jsx_runtime_1.jsx)(DocumentMinusIcon_1.default, Object.assign({
|
|
870
|
+
return (0, jsx_runtime_1.jsx)(DocumentMinusIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
871
871
|
});
|
|
872
872
|
const DocumentPlusIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentPlusIcon"));
|
|
873
873
|
exports.DocumentPlusIconOutline = (0, react_1.forwardRef)(function DocumentPlusIconOutline(_a, ref) {
|
|
874
874
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
875
|
-
return (0, jsx_runtime_1.jsx)(DocumentPlusIcon_1.default, Object.assign({
|
|
875
|
+
return (0, jsx_runtime_1.jsx)(DocumentPlusIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
876
876
|
});
|
|
877
877
|
const DocumentTextIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentTextIcon"));
|
|
878
878
|
exports.DocumentTextIconOutline = (0, react_1.forwardRef)(function DocumentTextIconOutline(_a, ref) {
|
|
879
879
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
880
|
-
return (0, jsx_runtime_1.jsx)(DocumentTextIcon_1.default, Object.assign({
|
|
880
|
+
return (0, jsx_runtime_1.jsx)(DocumentTextIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
881
881
|
});
|
|
882
882
|
const DocumentIcon_1 = __importDefault(require("@heroicons/react/24/outline/DocumentIcon"));
|
|
883
883
|
exports.DocumentIconOutline = (0, react_1.forwardRef)(function DocumentIconOutline(_a, ref) {
|
|
884
884
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
885
|
-
return (0, jsx_runtime_1.jsx)(DocumentIcon_1.default, Object.assign({
|
|
885
|
+
return (0, jsx_runtime_1.jsx)(DocumentIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
886
886
|
});
|
|
887
887
|
const EllipsisHorizontalCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/EllipsisHorizontalCircleIcon"));
|
|
888
888
|
exports.EllipsisHorizontalCircleIconOutline = (0, react_1.forwardRef)(function EllipsisHorizontalCircleIconOutline(_a, ref) {
|
|
889
889
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
890
|
-
return (0, jsx_runtime_1.jsx)(EllipsisHorizontalCircleIcon_1.default, Object.assign({
|
|
890
|
+
return (0, jsx_runtime_1.jsx)(EllipsisHorizontalCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
891
891
|
});
|
|
892
892
|
const EllipsisHorizontalIcon_1 = __importDefault(require("@heroicons/react/24/outline/EllipsisHorizontalIcon"));
|
|
893
893
|
exports.EllipsisHorizontalIconOutline = (0, react_1.forwardRef)(function EllipsisHorizontalIconOutline(_a, ref) {
|
|
894
894
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
895
|
-
return (0, jsx_runtime_1.jsx)(EllipsisHorizontalIcon_1.default, Object.assign({
|
|
895
|
+
return (0, jsx_runtime_1.jsx)(EllipsisHorizontalIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
896
896
|
});
|
|
897
897
|
const EllipsisVerticalIcon_1 = __importDefault(require("@heroicons/react/24/outline/EllipsisVerticalIcon"));
|
|
898
898
|
exports.EllipsisVerticalIconOutline = (0, react_1.forwardRef)(function EllipsisVerticalIconOutline(_a, ref) {
|
|
899
899
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
900
|
-
return (0, jsx_runtime_1.jsx)(EllipsisVerticalIcon_1.default, Object.assign({
|
|
900
|
+
return (0, jsx_runtime_1.jsx)(EllipsisVerticalIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
901
901
|
});
|
|
902
902
|
const EnvelopeOpenIcon_1 = __importDefault(require("@heroicons/react/24/outline/EnvelopeOpenIcon"));
|
|
903
903
|
exports.EnvelopeOpenIconOutline = (0, react_1.forwardRef)(function EnvelopeOpenIconOutline(_a, ref) {
|
|
904
904
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
905
|
-
return (0, jsx_runtime_1.jsx)(EnvelopeOpenIcon_1.default, Object.assign({
|
|
905
|
+
return (0, jsx_runtime_1.jsx)(EnvelopeOpenIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
906
906
|
});
|
|
907
907
|
const EnvelopeIcon_1 = __importDefault(require("@heroicons/react/24/outline/EnvelopeIcon"));
|
|
908
908
|
exports.EnvelopeIconOutline = (0, react_1.forwardRef)(function EnvelopeIconOutline(_a, ref) {
|
|
909
909
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
910
|
-
return (0, jsx_runtime_1.jsx)(EnvelopeIcon_1.default, Object.assign({
|
|
910
|
+
return (0, jsx_runtime_1.jsx)(EnvelopeIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
911
911
|
});
|
|
912
912
|
const EqualsIcon_1 = __importDefault(require("@heroicons/react/24/outline/EqualsIcon"));
|
|
913
913
|
exports.EqualsIconOutline = (0, react_1.forwardRef)(function EqualsIconOutline(_a, ref) {
|
|
914
914
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
915
|
-
return (0, jsx_runtime_1.jsx)(EqualsIcon_1.default, Object.assign({
|
|
915
|
+
return (0, jsx_runtime_1.jsx)(EqualsIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
916
916
|
});
|
|
917
917
|
const ExclamationCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ExclamationCircleIcon"));
|
|
918
918
|
exports.ExclamationCircleIconOutline = (0, react_1.forwardRef)(function ExclamationCircleIconOutline(_a, ref) {
|
|
919
919
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
920
|
-
return (0, jsx_runtime_1.jsx)(ExclamationCircleIcon_1.default, Object.assign({
|
|
920
|
+
return (0, jsx_runtime_1.jsx)(ExclamationCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
921
921
|
});
|
|
922
922
|
const ExclamationTriangleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ExclamationTriangleIcon"));
|
|
923
923
|
exports.ExclamationTriangleIconOutline = (0, react_1.forwardRef)(function ExclamationTriangleIconOutline(_a, ref) {
|
|
924
924
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
925
|
-
return (0, jsx_runtime_1.jsx)(ExclamationTriangleIcon_1.default, Object.assign({
|
|
925
|
+
return (0, jsx_runtime_1.jsx)(ExclamationTriangleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
926
926
|
});
|
|
927
927
|
const EyeDropperIcon_1 = __importDefault(require("@heroicons/react/24/outline/EyeDropperIcon"));
|
|
928
928
|
exports.EyeDropperIconOutline = (0, react_1.forwardRef)(function EyeDropperIconOutline(_a, ref) {
|
|
929
929
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
930
|
-
return (0, jsx_runtime_1.jsx)(EyeDropperIcon_1.default, Object.assign({
|
|
930
|
+
return (0, jsx_runtime_1.jsx)(EyeDropperIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
931
931
|
});
|
|
932
932
|
const EyeSlashIcon_1 = __importDefault(require("@heroicons/react/24/outline/EyeSlashIcon"));
|
|
933
933
|
exports.EyeSlashIconOutline = (0, react_1.forwardRef)(function EyeSlashIconOutline(_a, ref) {
|
|
934
934
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
935
|
-
return (0, jsx_runtime_1.jsx)(EyeSlashIcon_1.default, Object.assign({
|
|
935
|
+
return (0, jsx_runtime_1.jsx)(EyeSlashIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
936
936
|
});
|
|
937
937
|
const EyeIcon_1 = __importDefault(require("@heroicons/react/24/outline/EyeIcon"));
|
|
938
938
|
exports.EyeIconOutline = (0, react_1.forwardRef)(function EyeIconOutline(_a, ref) {
|
|
939
939
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
940
|
-
return (0, jsx_runtime_1.jsx)(EyeIcon_1.default, Object.assign({
|
|
940
|
+
return (0, jsx_runtime_1.jsx)(EyeIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
941
941
|
});
|
|
942
942
|
const FaceFrownIcon_1 = __importDefault(require("@heroicons/react/24/outline/FaceFrownIcon"));
|
|
943
943
|
exports.FaceFrownIconOutline = (0, react_1.forwardRef)(function FaceFrownIconOutline(_a, ref) {
|
|
944
944
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
945
|
-
return (0, jsx_runtime_1.jsx)(FaceFrownIcon_1.default, Object.assign({
|
|
945
|
+
return (0, jsx_runtime_1.jsx)(FaceFrownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
946
946
|
});
|
|
947
947
|
const FaceSmileIcon_1 = __importDefault(require("@heroicons/react/24/outline/FaceSmileIcon"));
|
|
948
948
|
exports.FaceSmileIconOutline = (0, react_1.forwardRef)(function FaceSmileIconOutline(_a, ref) {
|
|
949
949
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
950
|
-
return (0, jsx_runtime_1.jsx)(FaceSmileIcon_1.default, Object.assign({
|
|
950
|
+
return (0, jsx_runtime_1.jsx)(FaceSmileIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
951
951
|
});
|
|
952
952
|
const FilmIcon_1 = __importDefault(require("@heroicons/react/24/outline/FilmIcon"));
|
|
953
953
|
exports.FilmIconOutline = (0, react_1.forwardRef)(function FilmIconOutline(_a, ref) {
|
|
954
954
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
955
|
-
return (0, jsx_runtime_1.jsx)(FilmIcon_1.default, Object.assign({
|
|
955
|
+
return (0, jsx_runtime_1.jsx)(FilmIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
956
956
|
});
|
|
957
957
|
const FingerPrintIcon_1 = __importDefault(require("@heroicons/react/24/outline/FingerPrintIcon"));
|
|
958
958
|
exports.FingerPrintIconOutline = (0, react_1.forwardRef)(function FingerPrintIconOutline(_a, ref) {
|
|
959
959
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
960
|
-
return (0, jsx_runtime_1.jsx)(FingerPrintIcon_1.default, Object.assign({
|
|
960
|
+
return (0, jsx_runtime_1.jsx)(FingerPrintIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
961
961
|
});
|
|
962
962
|
const FireIcon_1 = __importDefault(require("@heroicons/react/24/outline/FireIcon"));
|
|
963
963
|
exports.FireIconOutline = (0, react_1.forwardRef)(function FireIconOutline(_a, ref) {
|
|
964
964
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
965
|
-
return (0, jsx_runtime_1.jsx)(FireIcon_1.default, Object.assign({
|
|
965
|
+
return (0, jsx_runtime_1.jsx)(FireIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
966
966
|
});
|
|
967
967
|
const FlagIcon_1 = __importDefault(require("@heroicons/react/24/outline/FlagIcon"));
|
|
968
968
|
exports.FlagIconOutline = (0, react_1.forwardRef)(function FlagIconOutline(_a, ref) {
|
|
969
969
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
970
|
-
return (0, jsx_runtime_1.jsx)(FlagIcon_1.default, Object.assign({
|
|
970
|
+
return (0, jsx_runtime_1.jsx)(FlagIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
971
971
|
});
|
|
972
972
|
const FolderArrowDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/FolderArrowDownIcon"));
|
|
973
973
|
exports.FolderArrowDownIconOutline = (0, react_1.forwardRef)(function FolderArrowDownIconOutline(_a, ref) {
|
|
974
974
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
975
|
-
return (0, jsx_runtime_1.jsx)(FolderArrowDownIcon_1.default, Object.assign({
|
|
975
|
+
return (0, jsx_runtime_1.jsx)(FolderArrowDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
976
976
|
});
|
|
977
977
|
const FolderMinusIcon_1 = __importDefault(require("@heroicons/react/24/outline/FolderMinusIcon"));
|
|
978
978
|
exports.FolderMinusIconOutline = (0, react_1.forwardRef)(function FolderMinusIconOutline(_a, ref) {
|
|
979
979
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
980
|
-
return (0, jsx_runtime_1.jsx)(FolderMinusIcon_1.default, Object.assign({
|
|
980
|
+
return (0, jsx_runtime_1.jsx)(FolderMinusIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
981
981
|
});
|
|
982
982
|
const FolderOpenIcon_1 = __importDefault(require("@heroicons/react/24/outline/FolderOpenIcon"));
|
|
983
983
|
exports.FolderOpenIconOutline = (0, react_1.forwardRef)(function FolderOpenIconOutline(_a, ref) {
|
|
984
984
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
985
|
-
return (0, jsx_runtime_1.jsx)(FolderOpenIcon_1.default, Object.assign({
|
|
985
|
+
return (0, jsx_runtime_1.jsx)(FolderOpenIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
986
986
|
});
|
|
987
987
|
const FolderPlusIcon_1 = __importDefault(require("@heroicons/react/24/outline/FolderPlusIcon"));
|
|
988
988
|
exports.FolderPlusIconOutline = (0, react_1.forwardRef)(function FolderPlusIconOutline(_a, ref) {
|
|
989
989
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
990
|
-
return (0, jsx_runtime_1.jsx)(FolderPlusIcon_1.default, Object.assign({
|
|
990
|
+
return (0, jsx_runtime_1.jsx)(FolderPlusIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
991
991
|
});
|
|
992
992
|
const FolderIcon_1 = __importDefault(require("@heroicons/react/24/outline/FolderIcon"));
|
|
993
993
|
exports.FolderIconOutline = (0, react_1.forwardRef)(function FolderIconOutline(_a, ref) {
|
|
994
994
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
995
|
-
return (0, jsx_runtime_1.jsx)(FolderIcon_1.default, Object.assign({
|
|
995
|
+
return (0, jsx_runtime_1.jsx)(FolderIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
996
996
|
});
|
|
997
997
|
const ForwardIcon_1 = __importDefault(require("@heroicons/react/24/outline/ForwardIcon"));
|
|
998
998
|
exports.ForwardIconOutline = (0, react_1.forwardRef)(function ForwardIconOutline(_a, ref) {
|
|
999
999
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1000
|
-
return (0, jsx_runtime_1.jsx)(ForwardIcon_1.default, Object.assign({
|
|
1000
|
+
return (0, jsx_runtime_1.jsx)(ForwardIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1001
1001
|
});
|
|
1002
1002
|
const FunnelIcon_1 = __importDefault(require("@heroicons/react/24/outline/FunnelIcon"));
|
|
1003
1003
|
exports.FunnelIconOutline = (0, react_1.forwardRef)(function FunnelIconOutline(_a, ref) {
|
|
1004
1004
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1005
|
-
return (0, jsx_runtime_1.jsx)(FunnelIcon_1.default, Object.assign({
|
|
1005
|
+
return (0, jsx_runtime_1.jsx)(FunnelIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1006
1006
|
});
|
|
1007
1007
|
const GifIcon_1 = __importDefault(require("@heroicons/react/24/outline/GifIcon"));
|
|
1008
1008
|
exports.GifIconOutline = (0, react_1.forwardRef)(function GifIconOutline(_a, ref) {
|
|
1009
1009
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1010
|
-
return (0, jsx_runtime_1.jsx)(GifIcon_1.default, Object.assign({
|
|
1010
|
+
return (0, jsx_runtime_1.jsx)(GifIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1011
1011
|
});
|
|
1012
1012
|
const GiftTopIcon_1 = __importDefault(require("@heroicons/react/24/outline/GiftTopIcon"));
|
|
1013
1013
|
exports.GiftTopIconOutline = (0, react_1.forwardRef)(function GiftTopIconOutline(_a, ref) {
|
|
1014
1014
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1015
|
-
return (0, jsx_runtime_1.jsx)(GiftTopIcon_1.default, Object.assign({
|
|
1015
|
+
return (0, jsx_runtime_1.jsx)(GiftTopIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1016
1016
|
});
|
|
1017
1017
|
const GiftIcon_1 = __importDefault(require("@heroicons/react/24/outline/GiftIcon"));
|
|
1018
1018
|
exports.GiftIconOutline = (0, react_1.forwardRef)(function GiftIconOutline(_a, ref) {
|
|
1019
1019
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1020
|
-
return (0, jsx_runtime_1.jsx)(GiftIcon_1.default, Object.assign({
|
|
1020
|
+
return (0, jsx_runtime_1.jsx)(GiftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1021
1021
|
});
|
|
1022
1022
|
const GlobeAltIcon_1 = __importDefault(require("@heroicons/react/24/outline/GlobeAltIcon"));
|
|
1023
1023
|
exports.GlobeAltIconOutline = (0, react_1.forwardRef)(function GlobeAltIconOutline(_a, ref) {
|
|
1024
1024
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1025
|
-
return (0, jsx_runtime_1.jsx)(GlobeAltIcon_1.default, Object.assign({
|
|
1025
|
+
return (0, jsx_runtime_1.jsx)(GlobeAltIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1026
1026
|
});
|
|
1027
1027
|
const GlobeAmericasIcon_1 = __importDefault(require("@heroicons/react/24/outline/GlobeAmericasIcon"));
|
|
1028
1028
|
exports.GlobeAmericasIconOutline = (0, react_1.forwardRef)(function GlobeAmericasIconOutline(_a, ref) {
|
|
1029
1029
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1030
|
-
return (0, jsx_runtime_1.jsx)(GlobeAmericasIcon_1.default, Object.assign({
|
|
1030
|
+
return (0, jsx_runtime_1.jsx)(GlobeAmericasIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1031
1031
|
});
|
|
1032
1032
|
const GlobeAsiaAustraliaIcon_1 = __importDefault(require("@heroicons/react/24/outline/GlobeAsiaAustraliaIcon"));
|
|
1033
1033
|
exports.GlobeAsiaAustraliaIconOutline = (0, react_1.forwardRef)(function GlobeAsiaAustraliaIconOutline(_a, ref) {
|
|
1034
1034
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1035
|
-
return (0, jsx_runtime_1.jsx)(GlobeAsiaAustraliaIcon_1.default, Object.assign({
|
|
1035
|
+
return (0, jsx_runtime_1.jsx)(GlobeAsiaAustraliaIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1036
1036
|
});
|
|
1037
1037
|
const GlobeEuropeAfricaIcon_1 = __importDefault(require("@heroicons/react/24/outline/GlobeEuropeAfricaIcon"));
|
|
1038
1038
|
exports.GlobeEuropeAfricaIconOutline = (0, react_1.forwardRef)(function GlobeEuropeAfricaIconOutline(_a, ref) {
|
|
1039
1039
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1040
|
-
return (0, jsx_runtime_1.jsx)(GlobeEuropeAfricaIcon_1.default, Object.assign({
|
|
1040
|
+
return (0, jsx_runtime_1.jsx)(GlobeEuropeAfricaIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1041
1041
|
});
|
|
1042
1042
|
const H1Icon_1 = __importDefault(require("@heroicons/react/24/outline/H1Icon"));
|
|
1043
1043
|
exports.H1IconOutline = (0, react_1.forwardRef)(function H1IconOutline(_a, ref) {
|
|
1044
1044
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1045
|
-
return (0, jsx_runtime_1.jsx)(H1Icon_1.default, Object.assign({
|
|
1045
|
+
return (0, jsx_runtime_1.jsx)(H1Icon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1046
1046
|
});
|
|
1047
1047
|
const H2Icon_1 = __importDefault(require("@heroicons/react/24/outline/H2Icon"));
|
|
1048
1048
|
exports.H2IconOutline = (0, react_1.forwardRef)(function H2IconOutline(_a, ref) {
|
|
1049
1049
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1050
|
-
return (0, jsx_runtime_1.jsx)(H2Icon_1.default, Object.assign({
|
|
1050
|
+
return (0, jsx_runtime_1.jsx)(H2Icon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1051
1051
|
});
|
|
1052
1052
|
const H3Icon_1 = __importDefault(require("@heroicons/react/24/outline/H3Icon"));
|
|
1053
1053
|
exports.H3IconOutline = (0, react_1.forwardRef)(function H3IconOutline(_a, ref) {
|
|
1054
1054
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1055
|
-
return (0, jsx_runtime_1.jsx)(H3Icon_1.default, Object.assign({
|
|
1055
|
+
return (0, jsx_runtime_1.jsx)(H3Icon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1056
1056
|
});
|
|
1057
1057
|
const HandRaisedIcon_1 = __importDefault(require("@heroicons/react/24/outline/HandRaisedIcon"));
|
|
1058
1058
|
exports.HandRaisedIconOutline = (0, react_1.forwardRef)(function HandRaisedIconOutline(_a, ref) {
|
|
1059
1059
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1060
|
-
return (0, jsx_runtime_1.jsx)(HandRaisedIcon_1.default, Object.assign({
|
|
1060
|
+
return (0, jsx_runtime_1.jsx)(HandRaisedIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1061
1061
|
});
|
|
1062
1062
|
const HandThumbDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/HandThumbDownIcon"));
|
|
1063
1063
|
exports.HandThumbDownIconOutline = (0, react_1.forwardRef)(function HandThumbDownIconOutline(_a, ref) {
|
|
1064
1064
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1065
|
-
return (0, jsx_runtime_1.jsx)(HandThumbDownIcon_1.default, Object.assign({
|
|
1065
|
+
return (0, jsx_runtime_1.jsx)(HandThumbDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1066
1066
|
});
|
|
1067
1067
|
const HandThumbUpIcon_1 = __importDefault(require("@heroicons/react/24/outline/HandThumbUpIcon"));
|
|
1068
1068
|
exports.HandThumbUpIconOutline = (0, react_1.forwardRef)(function HandThumbUpIconOutline(_a, ref) {
|
|
1069
1069
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1070
|
-
return (0, jsx_runtime_1.jsx)(HandThumbUpIcon_1.default, Object.assign({
|
|
1070
|
+
return (0, jsx_runtime_1.jsx)(HandThumbUpIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1071
1071
|
});
|
|
1072
1072
|
const HashtagIcon_1 = __importDefault(require("@heroicons/react/24/outline/HashtagIcon"));
|
|
1073
1073
|
exports.HashtagIconOutline = (0, react_1.forwardRef)(function HashtagIconOutline(_a, ref) {
|
|
1074
1074
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1075
|
-
return (0, jsx_runtime_1.jsx)(HashtagIcon_1.default, Object.assign({
|
|
1075
|
+
return (0, jsx_runtime_1.jsx)(HashtagIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1076
1076
|
});
|
|
1077
1077
|
const HeartIcon_1 = __importDefault(require("@heroicons/react/24/outline/HeartIcon"));
|
|
1078
1078
|
exports.HeartIconOutline = (0, react_1.forwardRef)(function HeartIconOutline(_a, ref) {
|
|
1079
1079
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1080
|
-
return (0, jsx_runtime_1.jsx)(HeartIcon_1.default, Object.assign({
|
|
1080
|
+
return (0, jsx_runtime_1.jsx)(HeartIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1081
1081
|
});
|
|
1082
1082
|
const HomeModernIcon_1 = __importDefault(require("@heroicons/react/24/outline/HomeModernIcon"));
|
|
1083
1083
|
exports.HomeModernIconOutline = (0, react_1.forwardRef)(function HomeModernIconOutline(_a, ref) {
|
|
1084
1084
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1085
|
-
return (0, jsx_runtime_1.jsx)(HomeModernIcon_1.default, Object.assign({
|
|
1085
|
+
return (0, jsx_runtime_1.jsx)(HomeModernIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1086
1086
|
});
|
|
1087
1087
|
const HomeIcon_1 = __importDefault(require("@heroicons/react/24/outline/HomeIcon"));
|
|
1088
1088
|
exports.HomeIconOutline = (0, react_1.forwardRef)(function HomeIconOutline(_a, ref) {
|
|
1089
1089
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1090
|
-
return (0, jsx_runtime_1.jsx)(HomeIcon_1.default, Object.assign({
|
|
1090
|
+
return (0, jsx_runtime_1.jsx)(HomeIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1091
1091
|
});
|
|
1092
1092
|
const IdentificationIcon_1 = __importDefault(require("@heroicons/react/24/outline/IdentificationIcon"));
|
|
1093
1093
|
exports.IdentificationIconOutline = (0, react_1.forwardRef)(function IdentificationIconOutline(_a, ref) {
|
|
1094
1094
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1095
|
-
return (0, jsx_runtime_1.jsx)(IdentificationIcon_1.default, Object.assign({
|
|
1095
|
+
return (0, jsx_runtime_1.jsx)(IdentificationIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1096
1096
|
});
|
|
1097
1097
|
const InboxArrowDownIcon_1 = __importDefault(require("@heroicons/react/24/outline/InboxArrowDownIcon"));
|
|
1098
1098
|
exports.InboxArrowDownIconOutline = (0, react_1.forwardRef)(function InboxArrowDownIconOutline(_a, ref) {
|
|
1099
1099
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1100
|
-
return (0, jsx_runtime_1.jsx)(InboxArrowDownIcon_1.default, Object.assign({
|
|
1100
|
+
return (0, jsx_runtime_1.jsx)(InboxArrowDownIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1101
1101
|
});
|
|
1102
1102
|
const InboxStackIcon_1 = __importDefault(require("@heroicons/react/24/outline/InboxStackIcon"));
|
|
1103
1103
|
exports.InboxStackIconOutline = (0, react_1.forwardRef)(function InboxStackIconOutline(_a, ref) {
|
|
1104
1104
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1105
|
-
return (0, jsx_runtime_1.jsx)(InboxStackIcon_1.default, Object.assign({
|
|
1105
|
+
return (0, jsx_runtime_1.jsx)(InboxStackIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1106
1106
|
});
|
|
1107
1107
|
const InboxIcon_1 = __importDefault(require("@heroicons/react/24/outline/InboxIcon"));
|
|
1108
1108
|
exports.InboxIconOutline = (0, react_1.forwardRef)(function InboxIconOutline(_a, ref) {
|
|
1109
1109
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1110
|
-
return (0, jsx_runtime_1.jsx)(InboxIcon_1.default, Object.assign({
|
|
1110
|
+
return (0, jsx_runtime_1.jsx)(InboxIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1111
1111
|
});
|
|
1112
1112
|
const InformationCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/InformationCircleIcon"));
|
|
1113
1113
|
exports.InformationCircleIconOutline = (0, react_1.forwardRef)(function InformationCircleIconOutline(_a, ref) {
|
|
1114
1114
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1115
|
-
return (0, jsx_runtime_1.jsx)(InformationCircleIcon_1.default, Object.assign({
|
|
1115
|
+
return (0, jsx_runtime_1.jsx)(InformationCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1116
1116
|
});
|
|
1117
1117
|
const ItalicIcon_1 = __importDefault(require("@heroicons/react/24/outline/ItalicIcon"));
|
|
1118
1118
|
exports.ItalicIconOutline = (0, react_1.forwardRef)(function ItalicIconOutline(_a, ref) {
|
|
1119
1119
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1120
|
-
return (0, jsx_runtime_1.jsx)(ItalicIcon_1.default, Object.assign({
|
|
1120
|
+
return (0, jsx_runtime_1.jsx)(ItalicIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1121
1121
|
});
|
|
1122
1122
|
const KeyIcon_1 = __importDefault(require("@heroicons/react/24/outline/KeyIcon"));
|
|
1123
1123
|
exports.KeyIconOutline = (0, react_1.forwardRef)(function KeyIconOutline(_a, ref) {
|
|
1124
1124
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1125
|
-
return (0, jsx_runtime_1.jsx)(KeyIcon_1.default, Object.assign({
|
|
1125
|
+
return (0, jsx_runtime_1.jsx)(KeyIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1126
1126
|
});
|
|
1127
1127
|
const LanguageIcon_1 = __importDefault(require("@heroicons/react/24/outline/LanguageIcon"));
|
|
1128
1128
|
exports.LanguageIconOutline = (0, react_1.forwardRef)(function LanguageIconOutline(_a, ref) {
|
|
1129
1129
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1130
|
-
return (0, jsx_runtime_1.jsx)(LanguageIcon_1.default, Object.assign({
|
|
1130
|
+
return (0, jsx_runtime_1.jsx)(LanguageIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1131
1131
|
});
|
|
1132
1132
|
const LifebuoyIcon_1 = __importDefault(require("@heroicons/react/24/outline/LifebuoyIcon"));
|
|
1133
1133
|
exports.LifebuoyIconOutline = (0, react_1.forwardRef)(function LifebuoyIconOutline(_a, ref) {
|
|
1134
1134
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1135
|
-
return (0, jsx_runtime_1.jsx)(LifebuoyIcon_1.default, Object.assign({
|
|
1135
|
+
return (0, jsx_runtime_1.jsx)(LifebuoyIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1136
1136
|
});
|
|
1137
1137
|
const LightBulbIcon_1 = __importDefault(require("@heroicons/react/24/outline/LightBulbIcon"));
|
|
1138
1138
|
exports.LightBulbIconOutline = (0, react_1.forwardRef)(function LightBulbIconOutline(_a, ref) {
|
|
1139
1139
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1140
|
-
return (0, jsx_runtime_1.jsx)(LightBulbIcon_1.default, Object.assign({
|
|
1140
|
+
return (0, jsx_runtime_1.jsx)(LightBulbIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1141
1141
|
});
|
|
1142
1142
|
const LinkSlashIcon_1 = __importDefault(require("@heroicons/react/24/outline/LinkSlashIcon"));
|
|
1143
1143
|
exports.LinkSlashIconOutline = (0, react_1.forwardRef)(function LinkSlashIconOutline(_a, ref) {
|
|
1144
1144
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1145
|
-
return (0, jsx_runtime_1.jsx)(LinkSlashIcon_1.default, Object.assign({
|
|
1145
|
+
return (0, jsx_runtime_1.jsx)(LinkSlashIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1146
1146
|
});
|
|
1147
1147
|
const LinkIcon_1 = __importDefault(require("@heroicons/react/24/outline/LinkIcon"));
|
|
1148
1148
|
exports.LinkIconOutline = (0, react_1.forwardRef)(function LinkIconOutline(_a, ref) {
|
|
1149
1149
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1150
|
-
return (0, jsx_runtime_1.jsx)(LinkIcon_1.default, Object.assign({
|
|
1150
|
+
return (0, jsx_runtime_1.jsx)(LinkIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1151
1151
|
});
|
|
1152
1152
|
const ListBulletIcon_1 = __importDefault(require("@heroicons/react/24/outline/ListBulletIcon"));
|
|
1153
1153
|
exports.ListBulletIconOutline = (0, react_1.forwardRef)(function ListBulletIconOutline(_a, ref) {
|
|
1154
1154
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1155
|
-
return (0, jsx_runtime_1.jsx)(ListBulletIcon_1.default, Object.assign({
|
|
1155
|
+
return (0, jsx_runtime_1.jsx)(ListBulletIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1156
1156
|
});
|
|
1157
1157
|
const LockClosedIcon_1 = __importDefault(require("@heroicons/react/24/outline/LockClosedIcon"));
|
|
1158
1158
|
exports.LockClosedIconOutline = (0, react_1.forwardRef)(function LockClosedIconOutline(_a, ref) {
|
|
1159
1159
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1160
|
-
return (0, jsx_runtime_1.jsx)(LockClosedIcon_1.default, Object.assign({
|
|
1160
|
+
return (0, jsx_runtime_1.jsx)(LockClosedIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1161
1161
|
});
|
|
1162
1162
|
const LockOpenIcon_1 = __importDefault(require("@heroicons/react/24/outline/LockOpenIcon"));
|
|
1163
1163
|
exports.LockOpenIconOutline = (0, react_1.forwardRef)(function LockOpenIconOutline(_a, ref) {
|
|
1164
1164
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1165
|
-
return (0, jsx_runtime_1.jsx)(LockOpenIcon_1.default, Object.assign({
|
|
1165
|
+
return (0, jsx_runtime_1.jsx)(LockOpenIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1166
1166
|
});
|
|
1167
1167
|
const MagnifyingGlassCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/MagnifyingGlassCircleIcon"));
|
|
1168
1168
|
exports.MagnifyingGlassCircleIconOutline = (0, react_1.forwardRef)(function MagnifyingGlassCircleIconOutline(_a, ref) {
|
|
1169
1169
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1170
|
-
return (0, jsx_runtime_1.jsx)(MagnifyingGlassCircleIcon_1.default, Object.assign({
|
|
1170
|
+
return (0, jsx_runtime_1.jsx)(MagnifyingGlassCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1171
1171
|
});
|
|
1172
1172
|
const MagnifyingGlassMinusIcon_1 = __importDefault(require("@heroicons/react/24/outline/MagnifyingGlassMinusIcon"));
|
|
1173
1173
|
exports.MagnifyingGlassMinusIconOutline = (0, react_1.forwardRef)(function MagnifyingGlassMinusIconOutline(_a, ref) {
|
|
1174
1174
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1175
|
-
return (0, jsx_runtime_1.jsx)(MagnifyingGlassMinusIcon_1.default, Object.assign({
|
|
1175
|
+
return (0, jsx_runtime_1.jsx)(MagnifyingGlassMinusIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1176
1176
|
});
|
|
1177
1177
|
const MagnifyingGlassPlusIcon_1 = __importDefault(require("@heroicons/react/24/outline/MagnifyingGlassPlusIcon"));
|
|
1178
1178
|
exports.MagnifyingGlassPlusIconOutline = (0, react_1.forwardRef)(function MagnifyingGlassPlusIconOutline(_a, ref) {
|
|
1179
1179
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1180
|
-
return (0, jsx_runtime_1.jsx)(MagnifyingGlassPlusIcon_1.default, Object.assign({
|
|
1180
|
+
return (0, jsx_runtime_1.jsx)(MagnifyingGlassPlusIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1181
1181
|
});
|
|
1182
1182
|
const MagnifyingGlassIcon_1 = __importDefault(require("@heroicons/react/24/outline/MagnifyingGlassIcon"));
|
|
1183
1183
|
exports.MagnifyingGlassIconOutline = (0, react_1.forwardRef)(function MagnifyingGlassIconOutline(_a, ref) {
|
|
1184
1184
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1185
|
-
return (0, jsx_runtime_1.jsx)(MagnifyingGlassIcon_1.default, Object.assign({
|
|
1185
|
+
return (0, jsx_runtime_1.jsx)(MagnifyingGlassIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1186
1186
|
});
|
|
1187
1187
|
const MapPinIcon_1 = __importDefault(require("@heroicons/react/24/outline/MapPinIcon"));
|
|
1188
1188
|
exports.MapPinIconOutline = (0, react_1.forwardRef)(function MapPinIconOutline(_a, ref) {
|
|
1189
1189
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1190
|
-
return (0, jsx_runtime_1.jsx)(MapPinIcon_1.default, Object.assign({
|
|
1190
|
+
return (0, jsx_runtime_1.jsx)(MapPinIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1191
1191
|
});
|
|
1192
1192
|
const MapIcon_1 = __importDefault(require("@heroicons/react/24/outline/MapIcon"));
|
|
1193
1193
|
exports.MapIconOutline = (0, react_1.forwardRef)(function MapIconOutline(_a, ref) {
|
|
1194
1194
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1195
|
-
return (0, jsx_runtime_1.jsx)(MapIcon_1.default, Object.assign({
|
|
1195
|
+
return (0, jsx_runtime_1.jsx)(MapIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1196
1196
|
});
|
|
1197
1197
|
const MegaphoneIcon_1 = __importDefault(require("@heroicons/react/24/outline/MegaphoneIcon"));
|
|
1198
1198
|
exports.MegaphoneIconOutline = (0, react_1.forwardRef)(function MegaphoneIconOutline(_a, ref) {
|
|
1199
1199
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1200
|
-
return (0, jsx_runtime_1.jsx)(MegaphoneIcon_1.default, Object.assign({
|
|
1200
|
+
return (0, jsx_runtime_1.jsx)(MegaphoneIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1201
1201
|
});
|
|
1202
1202
|
const MicrophoneIcon_1 = __importDefault(require("@heroicons/react/24/outline/MicrophoneIcon"));
|
|
1203
1203
|
exports.MicrophoneIconOutline = (0, react_1.forwardRef)(function MicrophoneIconOutline(_a, ref) {
|
|
1204
1204
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1205
|
-
return (0, jsx_runtime_1.jsx)(MicrophoneIcon_1.default, Object.assign({
|
|
1205
|
+
return (0, jsx_runtime_1.jsx)(MicrophoneIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1206
1206
|
});
|
|
1207
1207
|
const MinusCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/MinusCircleIcon"));
|
|
1208
1208
|
exports.MinusCircleIconOutline = (0, react_1.forwardRef)(function MinusCircleIconOutline(_a, ref) {
|
|
1209
1209
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1210
|
-
return (0, jsx_runtime_1.jsx)(MinusCircleIcon_1.default, Object.assign({
|
|
1210
|
+
return (0, jsx_runtime_1.jsx)(MinusCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1211
1211
|
});
|
|
1212
1212
|
const MinusSmallIcon_1 = __importDefault(require("@heroicons/react/24/outline/MinusSmallIcon"));
|
|
1213
1213
|
exports.MinusSmallIconOutline = (0, react_1.forwardRef)(function MinusSmallIconOutline(_a, ref) {
|
|
1214
1214
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1215
|
-
return (0, jsx_runtime_1.jsx)(MinusSmallIcon_1.default, Object.assign({
|
|
1215
|
+
return (0, jsx_runtime_1.jsx)(MinusSmallIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1216
1216
|
});
|
|
1217
1217
|
const MinusIcon_1 = __importDefault(require("@heroicons/react/24/outline/MinusIcon"));
|
|
1218
1218
|
exports.MinusIconOutline = (0, react_1.forwardRef)(function MinusIconOutline(_a, ref) {
|
|
1219
1219
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1220
|
-
return (0, jsx_runtime_1.jsx)(MinusIcon_1.default, Object.assign({
|
|
1220
|
+
return (0, jsx_runtime_1.jsx)(MinusIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1221
1221
|
});
|
|
1222
1222
|
const MoonIcon_1 = __importDefault(require("@heroicons/react/24/outline/MoonIcon"));
|
|
1223
1223
|
exports.MoonIconOutline = (0, react_1.forwardRef)(function MoonIconOutline(_a, ref) {
|
|
1224
1224
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1225
|
-
return (0, jsx_runtime_1.jsx)(MoonIcon_1.default, Object.assign({
|
|
1225
|
+
return (0, jsx_runtime_1.jsx)(MoonIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1226
1226
|
});
|
|
1227
1227
|
const MusicalNoteIcon_1 = __importDefault(require("@heroicons/react/24/outline/MusicalNoteIcon"));
|
|
1228
1228
|
exports.MusicalNoteIconOutline = (0, react_1.forwardRef)(function MusicalNoteIconOutline(_a, ref) {
|
|
1229
1229
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1230
|
-
return (0, jsx_runtime_1.jsx)(MusicalNoteIcon_1.default, Object.assign({
|
|
1230
|
+
return (0, jsx_runtime_1.jsx)(MusicalNoteIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1231
1231
|
});
|
|
1232
1232
|
const NewspaperIcon_1 = __importDefault(require("@heroicons/react/24/outline/NewspaperIcon"));
|
|
1233
1233
|
exports.NewspaperIconOutline = (0, react_1.forwardRef)(function NewspaperIconOutline(_a, ref) {
|
|
1234
1234
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1235
|
-
return (0, jsx_runtime_1.jsx)(NewspaperIcon_1.default, Object.assign({
|
|
1235
|
+
return (0, jsx_runtime_1.jsx)(NewspaperIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1236
1236
|
});
|
|
1237
1237
|
const NoSymbolIcon_1 = __importDefault(require("@heroicons/react/24/outline/NoSymbolIcon"));
|
|
1238
1238
|
exports.NoSymbolIconOutline = (0, react_1.forwardRef)(function NoSymbolIconOutline(_a, ref) {
|
|
1239
1239
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1240
|
-
return (0, jsx_runtime_1.jsx)(NoSymbolIcon_1.default, Object.assign({
|
|
1240
|
+
return (0, jsx_runtime_1.jsx)(NoSymbolIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1241
1241
|
});
|
|
1242
1242
|
const NumberedListIcon_1 = __importDefault(require("@heroicons/react/24/outline/NumberedListIcon"));
|
|
1243
1243
|
exports.NumberedListIconOutline = (0, react_1.forwardRef)(function NumberedListIconOutline(_a, ref) {
|
|
1244
1244
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1245
|
-
return (0, jsx_runtime_1.jsx)(NumberedListIcon_1.default, Object.assign({
|
|
1245
|
+
return (0, jsx_runtime_1.jsx)(NumberedListIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1246
1246
|
});
|
|
1247
1247
|
const PaintBrushIcon_1 = __importDefault(require("@heroicons/react/24/outline/PaintBrushIcon"));
|
|
1248
1248
|
exports.PaintBrushIconOutline = (0, react_1.forwardRef)(function PaintBrushIconOutline(_a, ref) {
|
|
1249
1249
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1250
|
-
return (0, jsx_runtime_1.jsx)(PaintBrushIcon_1.default, Object.assign({
|
|
1250
|
+
return (0, jsx_runtime_1.jsx)(PaintBrushIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1251
1251
|
});
|
|
1252
1252
|
const PaperAirplaneIcon_1 = __importDefault(require("@heroicons/react/24/outline/PaperAirplaneIcon"));
|
|
1253
1253
|
exports.PaperAirplaneIconOutline = (0, react_1.forwardRef)(function PaperAirplaneIconOutline(_a, ref) {
|
|
1254
1254
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1255
|
-
return (0, jsx_runtime_1.jsx)(PaperAirplaneIcon_1.default, Object.assign({
|
|
1255
|
+
return (0, jsx_runtime_1.jsx)(PaperAirplaneIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1256
1256
|
});
|
|
1257
1257
|
const PaperClipIcon_1 = __importDefault(require("@heroicons/react/24/outline/PaperClipIcon"));
|
|
1258
1258
|
exports.PaperClipIconOutline = (0, react_1.forwardRef)(function PaperClipIconOutline(_a, ref) {
|
|
1259
1259
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1260
|
-
return (0, jsx_runtime_1.jsx)(PaperClipIcon_1.default, Object.assign({
|
|
1260
|
+
return (0, jsx_runtime_1.jsx)(PaperClipIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1261
1261
|
});
|
|
1262
1262
|
const PauseCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/PauseCircleIcon"));
|
|
1263
1263
|
exports.PauseCircleIconOutline = (0, react_1.forwardRef)(function PauseCircleIconOutline(_a, ref) {
|
|
1264
1264
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1265
|
-
return (0, jsx_runtime_1.jsx)(PauseCircleIcon_1.default, Object.assign({
|
|
1265
|
+
return (0, jsx_runtime_1.jsx)(PauseCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1266
1266
|
});
|
|
1267
1267
|
const PauseIcon_1 = __importDefault(require("@heroicons/react/24/outline/PauseIcon"));
|
|
1268
1268
|
exports.PauseIconOutline = (0, react_1.forwardRef)(function PauseIconOutline(_a, ref) {
|
|
1269
1269
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1270
|
-
return (0, jsx_runtime_1.jsx)(PauseIcon_1.default, Object.assign({
|
|
1270
|
+
return (0, jsx_runtime_1.jsx)(PauseIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1271
1271
|
});
|
|
1272
1272
|
const PencilSquareIcon_1 = __importDefault(require("@heroicons/react/24/outline/PencilSquareIcon"));
|
|
1273
1273
|
exports.PencilSquareIconOutline = (0, react_1.forwardRef)(function PencilSquareIconOutline(_a, ref) {
|
|
1274
1274
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1275
|
-
return (0, jsx_runtime_1.jsx)(PencilSquareIcon_1.default, Object.assign({
|
|
1275
|
+
return (0, jsx_runtime_1.jsx)(PencilSquareIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1276
1276
|
});
|
|
1277
1277
|
const PencilIcon_1 = __importDefault(require("@heroicons/react/24/outline/PencilIcon"));
|
|
1278
1278
|
exports.PencilIconOutline = (0, react_1.forwardRef)(function PencilIconOutline(_a, ref) {
|
|
1279
1279
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1280
|
-
return (0, jsx_runtime_1.jsx)(PencilIcon_1.default, Object.assign({
|
|
1280
|
+
return (0, jsx_runtime_1.jsx)(PencilIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1281
1281
|
});
|
|
1282
1282
|
const PercentBadgeIcon_1 = __importDefault(require("@heroicons/react/24/outline/PercentBadgeIcon"));
|
|
1283
1283
|
exports.PercentBadgeIconOutline = (0, react_1.forwardRef)(function PercentBadgeIconOutline(_a, ref) {
|
|
1284
1284
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1285
|
-
return (0, jsx_runtime_1.jsx)(PercentBadgeIcon_1.default, Object.assign({
|
|
1285
|
+
return (0, jsx_runtime_1.jsx)(PercentBadgeIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1286
1286
|
});
|
|
1287
1287
|
const PhoneArrowDownLeftIcon_1 = __importDefault(require("@heroicons/react/24/outline/PhoneArrowDownLeftIcon"));
|
|
1288
1288
|
exports.PhoneArrowDownLeftIconOutline = (0, react_1.forwardRef)(function PhoneArrowDownLeftIconOutline(_a, ref) {
|
|
1289
1289
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1290
|
-
return (0, jsx_runtime_1.jsx)(PhoneArrowDownLeftIcon_1.default, Object.assign({
|
|
1290
|
+
return (0, jsx_runtime_1.jsx)(PhoneArrowDownLeftIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1291
1291
|
});
|
|
1292
1292
|
const PhoneArrowUpRightIcon_1 = __importDefault(require("@heroicons/react/24/outline/PhoneArrowUpRightIcon"));
|
|
1293
1293
|
exports.PhoneArrowUpRightIconOutline = (0, react_1.forwardRef)(function PhoneArrowUpRightIconOutline(_a, ref) {
|
|
1294
1294
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1295
|
-
return (0, jsx_runtime_1.jsx)(PhoneArrowUpRightIcon_1.default, Object.assign({
|
|
1295
|
+
return (0, jsx_runtime_1.jsx)(PhoneArrowUpRightIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1296
1296
|
});
|
|
1297
1297
|
const PhoneXMarkIcon_1 = __importDefault(require("@heroicons/react/24/outline/PhoneXMarkIcon"));
|
|
1298
1298
|
exports.PhoneXMarkIconOutline = (0, react_1.forwardRef)(function PhoneXMarkIconOutline(_a, ref) {
|
|
1299
1299
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1300
|
-
return (0, jsx_runtime_1.jsx)(PhoneXMarkIcon_1.default, Object.assign({
|
|
1300
|
+
return (0, jsx_runtime_1.jsx)(PhoneXMarkIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1301
1301
|
});
|
|
1302
1302
|
const PhoneIcon_1 = __importDefault(require("@heroicons/react/24/outline/PhoneIcon"));
|
|
1303
1303
|
exports.PhoneIconOutline = (0, react_1.forwardRef)(function PhoneIconOutline(_a, ref) {
|
|
1304
1304
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1305
|
-
return (0, jsx_runtime_1.jsx)(PhoneIcon_1.default, Object.assign({
|
|
1305
|
+
return (0, jsx_runtime_1.jsx)(PhoneIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1306
1306
|
});
|
|
1307
1307
|
const PhotoIcon_1 = __importDefault(require("@heroicons/react/24/outline/PhotoIcon"));
|
|
1308
1308
|
exports.PhotoIconOutline = (0, react_1.forwardRef)(function PhotoIconOutline(_a, ref) {
|
|
1309
1309
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1310
|
-
return (0, jsx_runtime_1.jsx)(PhotoIcon_1.default, Object.assign({
|
|
1310
|
+
return (0, jsx_runtime_1.jsx)(PhotoIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1311
1311
|
});
|
|
1312
1312
|
const PlayCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/PlayCircleIcon"));
|
|
1313
1313
|
exports.PlayCircleIconOutline = (0, react_1.forwardRef)(function PlayCircleIconOutline(_a, ref) {
|
|
1314
1314
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1315
|
-
return (0, jsx_runtime_1.jsx)(PlayCircleIcon_1.default, Object.assign({
|
|
1315
|
+
return (0, jsx_runtime_1.jsx)(PlayCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1316
1316
|
});
|
|
1317
1317
|
const PlayPauseIcon_1 = __importDefault(require("@heroicons/react/24/outline/PlayPauseIcon"));
|
|
1318
1318
|
exports.PlayPauseIconOutline = (0, react_1.forwardRef)(function PlayPauseIconOutline(_a, ref) {
|
|
1319
1319
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1320
|
-
return (0, jsx_runtime_1.jsx)(PlayPauseIcon_1.default, Object.assign({
|
|
1320
|
+
return (0, jsx_runtime_1.jsx)(PlayPauseIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1321
1321
|
});
|
|
1322
1322
|
const PlayIcon_1 = __importDefault(require("@heroicons/react/24/outline/PlayIcon"));
|
|
1323
1323
|
exports.PlayIconOutline = (0, react_1.forwardRef)(function PlayIconOutline(_a, ref) {
|
|
1324
1324
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1325
|
-
return (0, jsx_runtime_1.jsx)(PlayIcon_1.default, Object.assign({
|
|
1325
|
+
return (0, jsx_runtime_1.jsx)(PlayIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1326
1326
|
});
|
|
1327
1327
|
const PlusCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/PlusCircleIcon"));
|
|
1328
1328
|
exports.PlusCircleIconOutline = (0, react_1.forwardRef)(function PlusCircleIconOutline(_a, ref) {
|
|
1329
1329
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1330
|
-
return (0, jsx_runtime_1.jsx)(PlusCircleIcon_1.default, Object.assign({
|
|
1330
|
+
return (0, jsx_runtime_1.jsx)(PlusCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1331
1331
|
});
|
|
1332
1332
|
const PlusSmallIcon_1 = __importDefault(require("@heroicons/react/24/outline/PlusSmallIcon"));
|
|
1333
1333
|
exports.PlusSmallIconOutline = (0, react_1.forwardRef)(function PlusSmallIconOutline(_a, ref) {
|
|
1334
1334
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1335
|
-
return (0, jsx_runtime_1.jsx)(PlusSmallIcon_1.default, Object.assign({
|
|
1335
|
+
return (0, jsx_runtime_1.jsx)(PlusSmallIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1336
1336
|
});
|
|
1337
1337
|
const PlusIcon_1 = __importDefault(require("@heroicons/react/24/outline/PlusIcon"));
|
|
1338
1338
|
exports.PlusIconOutline = (0, react_1.forwardRef)(function PlusIconOutline(_a, ref) {
|
|
1339
1339
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1340
|
-
return (0, jsx_runtime_1.jsx)(PlusIcon_1.default, Object.assign({
|
|
1340
|
+
return (0, jsx_runtime_1.jsx)(PlusIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1341
1341
|
});
|
|
1342
1342
|
const PowerIcon_1 = __importDefault(require("@heroicons/react/24/outline/PowerIcon"));
|
|
1343
1343
|
exports.PowerIconOutline = (0, react_1.forwardRef)(function PowerIconOutline(_a, ref) {
|
|
1344
1344
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1345
|
-
return (0, jsx_runtime_1.jsx)(PowerIcon_1.default, Object.assign({
|
|
1345
|
+
return (0, jsx_runtime_1.jsx)(PowerIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1346
1346
|
});
|
|
1347
1347
|
const PresentationChartBarIcon_1 = __importDefault(require("@heroicons/react/24/outline/PresentationChartBarIcon"));
|
|
1348
1348
|
exports.PresentationChartBarIconOutline = (0, react_1.forwardRef)(function PresentationChartBarIconOutline(_a, ref) {
|
|
1349
1349
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1350
|
-
return (0, jsx_runtime_1.jsx)(PresentationChartBarIcon_1.default, Object.assign({
|
|
1350
|
+
return (0, jsx_runtime_1.jsx)(PresentationChartBarIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1351
1351
|
});
|
|
1352
1352
|
const PresentationChartLineIcon_1 = __importDefault(require("@heroicons/react/24/outline/PresentationChartLineIcon"));
|
|
1353
1353
|
exports.PresentationChartLineIconOutline = (0, react_1.forwardRef)(function PresentationChartLineIconOutline(_a, ref) {
|
|
1354
1354
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1355
|
-
return (0, jsx_runtime_1.jsx)(PresentationChartLineIcon_1.default, Object.assign({
|
|
1355
|
+
return (0, jsx_runtime_1.jsx)(PresentationChartLineIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1356
1356
|
});
|
|
1357
1357
|
const PrinterIcon_1 = __importDefault(require("@heroicons/react/24/outline/PrinterIcon"));
|
|
1358
1358
|
exports.PrinterIconOutline = (0, react_1.forwardRef)(function PrinterIconOutline(_a, ref) {
|
|
1359
1359
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1360
|
-
return (0, jsx_runtime_1.jsx)(PrinterIcon_1.default, Object.assign({
|
|
1360
|
+
return (0, jsx_runtime_1.jsx)(PrinterIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1361
1361
|
});
|
|
1362
1362
|
const PuzzlePieceIcon_1 = __importDefault(require("@heroicons/react/24/outline/PuzzlePieceIcon"));
|
|
1363
1363
|
exports.PuzzlePieceIconOutline = (0, react_1.forwardRef)(function PuzzlePieceIconOutline(_a, ref) {
|
|
1364
1364
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1365
|
-
return (0, jsx_runtime_1.jsx)(PuzzlePieceIcon_1.default, Object.assign({
|
|
1365
|
+
return (0, jsx_runtime_1.jsx)(PuzzlePieceIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1366
1366
|
});
|
|
1367
1367
|
const QrCodeIcon_1 = __importDefault(require("@heroicons/react/24/outline/QrCodeIcon"));
|
|
1368
1368
|
exports.QrCodeIconOutline = (0, react_1.forwardRef)(function QrCodeIconOutline(_a, ref) {
|
|
1369
1369
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1370
|
-
return (0, jsx_runtime_1.jsx)(QrCodeIcon_1.default, Object.assign({
|
|
1370
|
+
return (0, jsx_runtime_1.jsx)(QrCodeIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1371
1371
|
});
|
|
1372
1372
|
const QuestionMarkCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/QuestionMarkCircleIcon"));
|
|
1373
1373
|
exports.QuestionMarkCircleIconOutline = (0, react_1.forwardRef)(function QuestionMarkCircleIconOutline(_a, ref) {
|
|
1374
1374
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1375
|
-
return (0, jsx_runtime_1.jsx)(QuestionMarkCircleIcon_1.default, Object.assign({
|
|
1375
|
+
return (0, jsx_runtime_1.jsx)(QuestionMarkCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1376
1376
|
});
|
|
1377
1377
|
const QueueListIcon_1 = __importDefault(require("@heroicons/react/24/outline/QueueListIcon"));
|
|
1378
1378
|
exports.QueueListIconOutline = (0, react_1.forwardRef)(function QueueListIconOutline(_a, ref) {
|
|
1379
1379
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1380
|
-
return (0, jsx_runtime_1.jsx)(QueueListIcon_1.default, Object.assign({
|
|
1380
|
+
return (0, jsx_runtime_1.jsx)(QueueListIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1381
1381
|
});
|
|
1382
1382
|
const RadioIcon_1 = __importDefault(require("@heroicons/react/24/outline/RadioIcon"));
|
|
1383
1383
|
exports.RadioIconOutline = (0, react_1.forwardRef)(function RadioIconOutline(_a, ref) {
|
|
1384
1384
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1385
|
-
return (0, jsx_runtime_1.jsx)(RadioIcon_1.default, Object.assign({
|
|
1385
|
+
return (0, jsx_runtime_1.jsx)(RadioIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1386
1386
|
});
|
|
1387
1387
|
const ReceiptPercentIcon_1 = __importDefault(require("@heroicons/react/24/outline/ReceiptPercentIcon"));
|
|
1388
1388
|
exports.ReceiptPercentIconOutline = (0, react_1.forwardRef)(function ReceiptPercentIconOutline(_a, ref) {
|
|
1389
1389
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1390
|
-
return (0, jsx_runtime_1.jsx)(ReceiptPercentIcon_1.default, Object.assign({
|
|
1390
|
+
return (0, jsx_runtime_1.jsx)(ReceiptPercentIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1391
1391
|
});
|
|
1392
1392
|
const ReceiptRefundIcon_1 = __importDefault(require("@heroicons/react/24/outline/ReceiptRefundIcon"));
|
|
1393
1393
|
exports.ReceiptRefundIconOutline = (0, react_1.forwardRef)(function ReceiptRefundIconOutline(_a, ref) {
|
|
1394
1394
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1395
|
-
return (0, jsx_runtime_1.jsx)(ReceiptRefundIcon_1.default, Object.assign({
|
|
1395
|
+
return (0, jsx_runtime_1.jsx)(ReceiptRefundIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1396
1396
|
});
|
|
1397
1397
|
const RectangleGroupIcon_1 = __importDefault(require("@heroicons/react/24/outline/RectangleGroupIcon"));
|
|
1398
1398
|
exports.RectangleGroupIconOutline = (0, react_1.forwardRef)(function RectangleGroupIconOutline(_a, ref) {
|
|
1399
1399
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1400
|
-
return (0, jsx_runtime_1.jsx)(RectangleGroupIcon_1.default, Object.assign({
|
|
1400
|
+
return (0, jsx_runtime_1.jsx)(RectangleGroupIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1401
1401
|
});
|
|
1402
1402
|
const RectangleStackIcon_1 = __importDefault(require("@heroicons/react/24/outline/RectangleStackIcon"));
|
|
1403
1403
|
exports.RectangleStackIconOutline = (0, react_1.forwardRef)(function RectangleStackIconOutline(_a, ref) {
|
|
1404
1404
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1405
|
-
return (0, jsx_runtime_1.jsx)(RectangleStackIcon_1.default, Object.assign({
|
|
1405
|
+
return (0, jsx_runtime_1.jsx)(RectangleStackIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1406
1406
|
});
|
|
1407
1407
|
const RocketLaunchIcon_1 = __importDefault(require("@heroicons/react/24/outline/RocketLaunchIcon"));
|
|
1408
1408
|
exports.RocketLaunchIconOutline = (0, react_1.forwardRef)(function RocketLaunchIconOutline(_a, ref) {
|
|
1409
1409
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1410
|
-
return (0, jsx_runtime_1.jsx)(RocketLaunchIcon_1.default, Object.assign({
|
|
1410
|
+
return (0, jsx_runtime_1.jsx)(RocketLaunchIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1411
1411
|
});
|
|
1412
1412
|
const RssIcon_1 = __importDefault(require("@heroicons/react/24/outline/RssIcon"));
|
|
1413
1413
|
exports.RssIconOutline = (0, react_1.forwardRef)(function RssIconOutline(_a, ref) {
|
|
1414
1414
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1415
|
-
return (0, jsx_runtime_1.jsx)(RssIcon_1.default, Object.assign({
|
|
1415
|
+
return (0, jsx_runtime_1.jsx)(RssIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1416
1416
|
});
|
|
1417
1417
|
const ScaleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ScaleIcon"));
|
|
1418
1418
|
exports.ScaleIconOutline = (0, react_1.forwardRef)(function ScaleIconOutline(_a, ref) {
|
|
1419
1419
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1420
|
-
return (0, jsx_runtime_1.jsx)(ScaleIcon_1.default, Object.assign({
|
|
1420
|
+
return (0, jsx_runtime_1.jsx)(ScaleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1421
1421
|
});
|
|
1422
1422
|
const ScissorsIcon_1 = __importDefault(require("@heroicons/react/24/outline/ScissorsIcon"));
|
|
1423
1423
|
exports.ScissorsIconOutline = (0, react_1.forwardRef)(function ScissorsIconOutline(_a, ref) {
|
|
1424
1424
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1425
|
-
return (0, jsx_runtime_1.jsx)(ScissorsIcon_1.default, Object.assign({
|
|
1425
|
+
return (0, jsx_runtime_1.jsx)(ScissorsIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1426
1426
|
});
|
|
1427
1427
|
const ServerStackIcon_1 = __importDefault(require("@heroicons/react/24/outline/ServerStackIcon"));
|
|
1428
1428
|
exports.ServerStackIconOutline = (0, react_1.forwardRef)(function ServerStackIconOutline(_a, ref) {
|
|
1429
1429
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1430
|
-
return (0, jsx_runtime_1.jsx)(ServerStackIcon_1.default, Object.assign({
|
|
1430
|
+
return (0, jsx_runtime_1.jsx)(ServerStackIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1431
1431
|
});
|
|
1432
1432
|
const ServerIcon_1 = __importDefault(require("@heroicons/react/24/outline/ServerIcon"));
|
|
1433
1433
|
exports.ServerIconOutline = (0, react_1.forwardRef)(function ServerIconOutline(_a, ref) {
|
|
1434
1434
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1435
|
-
return (0, jsx_runtime_1.jsx)(ServerIcon_1.default, Object.assign({
|
|
1435
|
+
return (0, jsx_runtime_1.jsx)(ServerIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1436
1436
|
});
|
|
1437
1437
|
const ShareIcon_1 = __importDefault(require("@heroicons/react/24/outline/ShareIcon"));
|
|
1438
1438
|
exports.ShareIconOutline = (0, react_1.forwardRef)(function ShareIconOutline(_a, ref) {
|
|
1439
1439
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1440
|
-
return (0, jsx_runtime_1.jsx)(ShareIcon_1.default, Object.assign({
|
|
1440
|
+
return (0, jsx_runtime_1.jsx)(ShareIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1441
1441
|
});
|
|
1442
1442
|
const ShieldCheckIcon_1 = __importDefault(require("@heroicons/react/24/outline/ShieldCheckIcon"));
|
|
1443
1443
|
exports.ShieldCheckIconOutline = (0, react_1.forwardRef)(function ShieldCheckIconOutline(_a, ref) {
|
|
1444
1444
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1445
|
-
return (0, jsx_runtime_1.jsx)(ShieldCheckIcon_1.default, Object.assign({
|
|
1445
|
+
return (0, jsx_runtime_1.jsx)(ShieldCheckIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1446
1446
|
});
|
|
1447
1447
|
const ShieldExclamationIcon_1 = __importDefault(require("@heroicons/react/24/outline/ShieldExclamationIcon"));
|
|
1448
1448
|
exports.ShieldExclamationIconOutline = (0, react_1.forwardRef)(function ShieldExclamationIconOutline(_a, ref) {
|
|
1449
1449
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1450
|
-
return (0, jsx_runtime_1.jsx)(ShieldExclamationIcon_1.default, Object.assign({
|
|
1450
|
+
return (0, jsx_runtime_1.jsx)(ShieldExclamationIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1451
1451
|
});
|
|
1452
1452
|
const ShoppingBagIcon_1 = __importDefault(require("@heroicons/react/24/outline/ShoppingBagIcon"));
|
|
1453
1453
|
exports.ShoppingBagIconOutline = (0, react_1.forwardRef)(function ShoppingBagIconOutline(_a, ref) {
|
|
1454
1454
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1455
|
-
return (0, jsx_runtime_1.jsx)(ShoppingBagIcon_1.default, Object.assign({
|
|
1455
|
+
return (0, jsx_runtime_1.jsx)(ShoppingBagIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1456
1456
|
});
|
|
1457
1457
|
const ShoppingCartIcon_1 = __importDefault(require("@heroicons/react/24/outline/ShoppingCartIcon"));
|
|
1458
1458
|
exports.ShoppingCartIconOutline = (0, react_1.forwardRef)(function ShoppingCartIconOutline(_a, ref) {
|
|
1459
1459
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1460
|
-
return (0, jsx_runtime_1.jsx)(ShoppingCartIcon_1.default, Object.assign({
|
|
1460
|
+
return (0, jsx_runtime_1.jsx)(ShoppingCartIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1461
1461
|
});
|
|
1462
1462
|
const SignalSlashIcon_1 = __importDefault(require("@heroicons/react/24/outline/SignalSlashIcon"));
|
|
1463
1463
|
exports.SignalSlashIconOutline = (0, react_1.forwardRef)(function SignalSlashIconOutline(_a, ref) {
|
|
1464
1464
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1465
|
-
return (0, jsx_runtime_1.jsx)(SignalSlashIcon_1.default, Object.assign({
|
|
1465
|
+
return (0, jsx_runtime_1.jsx)(SignalSlashIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1466
1466
|
});
|
|
1467
1467
|
const SignalIcon_1 = __importDefault(require("@heroicons/react/24/outline/SignalIcon"));
|
|
1468
1468
|
exports.SignalIconOutline = (0, react_1.forwardRef)(function SignalIconOutline(_a, ref) {
|
|
1469
1469
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1470
|
-
return (0, jsx_runtime_1.jsx)(SignalIcon_1.default, Object.assign({
|
|
1470
|
+
return (0, jsx_runtime_1.jsx)(SignalIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1471
1471
|
});
|
|
1472
1472
|
const SlashIcon_1 = __importDefault(require("@heroicons/react/24/outline/SlashIcon"));
|
|
1473
1473
|
exports.SlashIconOutline = (0, react_1.forwardRef)(function SlashIconOutline(_a, ref) {
|
|
1474
1474
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1475
|
-
return (0, jsx_runtime_1.jsx)(SlashIcon_1.default, Object.assign({
|
|
1475
|
+
return (0, jsx_runtime_1.jsx)(SlashIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1476
1476
|
});
|
|
1477
1477
|
const SparklesIcon_1 = __importDefault(require("@heroicons/react/24/outline/SparklesIcon"));
|
|
1478
1478
|
exports.SparklesIconOutline = (0, react_1.forwardRef)(function SparklesIconOutline(_a, ref) {
|
|
1479
1479
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1480
|
-
return (0, jsx_runtime_1.jsx)(SparklesIcon_1.default, Object.assign({
|
|
1480
|
+
return (0, jsx_runtime_1.jsx)(SparklesIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1481
1481
|
});
|
|
1482
1482
|
const SpeakerWaveIcon_1 = __importDefault(require("@heroicons/react/24/outline/SpeakerWaveIcon"));
|
|
1483
1483
|
exports.SpeakerWaveIconOutline = (0, react_1.forwardRef)(function SpeakerWaveIconOutline(_a, ref) {
|
|
1484
1484
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1485
|
-
return (0, jsx_runtime_1.jsx)(SpeakerWaveIcon_1.default, Object.assign({
|
|
1485
|
+
return (0, jsx_runtime_1.jsx)(SpeakerWaveIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1486
1486
|
});
|
|
1487
1487
|
const SpeakerXMarkIcon_1 = __importDefault(require("@heroicons/react/24/outline/SpeakerXMarkIcon"));
|
|
1488
1488
|
exports.SpeakerXMarkIconOutline = (0, react_1.forwardRef)(function SpeakerXMarkIconOutline(_a, ref) {
|
|
1489
1489
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1490
|
-
return (0, jsx_runtime_1.jsx)(SpeakerXMarkIcon_1.default, Object.assign({
|
|
1490
|
+
return (0, jsx_runtime_1.jsx)(SpeakerXMarkIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1491
1491
|
});
|
|
1492
1492
|
const Square2StackIcon_1 = __importDefault(require("@heroicons/react/24/outline/Square2StackIcon"));
|
|
1493
1493
|
exports.Square2StackIconOutline = (0, react_1.forwardRef)(function Square2StackIconOutline(_a, ref) {
|
|
1494
1494
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1495
|
-
return (0, jsx_runtime_1.jsx)(Square2StackIcon_1.default, Object.assign({
|
|
1495
|
+
return (0, jsx_runtime_1.jsx)(Square2StackIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1496
1496
|
});
|
|
1497
1497
|
const Square3Stack3DIcon_1 = __importDefault(require("@heroicons/react/24/outline/Square3Stack3DIcon"));
|
|
1498
1498
|
exports.Square3Stack3DIconOutline = (0, react_1.forwardRef)(function Square3Stack3DIconOutline(_a, ref) {
|
|
1499
1499
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1500
|
-
return (0, jsx_runtime_1.jsx)(Square3Stack3DIcon_1.default, Object.assign({
|
|
1500
|
+
return (0, jsx_runtime_1.jsx)(Square3Stack3DIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1501
1501
|
});
|
|
1502
1502
|
const Squares2X2Icon_1 = __importDefault(require("@heroicons/react/24/outline/Squares2X2Icon"));
|
|
1503
1503
|
exports.Squares2X2IconOutline = (0, react_1.forwardRef)(function Squares2X2IconOutline(_a, ref) {
|
|
1504
1504
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1505
|
-
return (0, jsx_runtime_1.jsx)(Squares2X2Icon_1.default, Object.assign({
|
|
1505
|
+
return (0, jsx_runtime_1.jsx)(Squares2X2Icon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1506
1506
|
});
|
|
1507
1507
|
const SquaresPlusIcon_1 = __importDefault(require("@heroicons/react/24/outline/SquaresPlusIcon"));
|
|
1508
1508
|
exports.SquaresPlusIconOutline = (0, react_1.forwardRef)(function SquaresPlusIconOutline(_a, ref) {
|
|
1509
1509
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1510
|
-
return (0, jsx_runtime_1.jsx)(SquaresPlusIcon_1.default, Object.assign({
|
|
1510
|
+
return (0, jsx_runtime_1.jsx)(SquaresPlusIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1511
1511
|
});
|
|
1512
1512
|
const StarIcon_1 = __importDefault(require("@heroicons/react/24/outline/StarIcon"));
|
|
1513
1513
|
exports.StarIconOutline = (0, react_1.forwardRef)(function StarIconOutline(_a, ref) {
|
|
1514
1514
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1515
|
-
return (0, jsx_runtime_1.jsx)(StarIcon_1.default, Object.assign({
|
|
1515
|
+
return (0, jsx_runtime_1.jsx)(StarIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1516
1516
|
});
|
|
1517
1517
|
const StopCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/StopCircleIcon"));
|
|
1518
1518
|
exports.StopCircleIconOutline = (0, react_1.forwardRef)(function StopCircleIconOutline(_a, ref) {
|
|
1519
1519
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1520
|
-
return (0, jsx_runtime_1.jsx)(StopCircleIcon_1.default, Object.assign({
|
|
1520
|
+
return (0, jsx_runtime_1.jsx)(StopCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1521
1521
|
});
|
|
1522
1522
|
const StopIcon_1 = __importDefault(require("@heroicons/react/24/outline/StopIcon"));
|
|
1523
1523
|
exports.StopIconOutline = (0, react_1.forwardRef)(function StopIconOutline(_a, ref) {
|
|
1524
1524
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1525
|
-
return (0, jsx_runtime_1.jsx)(StopIcon_1.default, Object.assign({
|
|
1525
|
+
return (0, jsx_runtime_1.jsx)(StopIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1526
1526
|
});
|
|
1527
1527
|
const StrikethroughIcon_1 = __importDefault(require("@heroicons/react/24/outline/StrikethroughIcon"));
|
|
1528
1528
|
exports.StrikethroughIconOutline = (0, react_1.forwardRef)(function StrikethroughIconOutline(_a, ref) {
|
|
1529
1529
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1530
|
-
return (0, jsx_runtime_1.jsx)(StrikethroughIcon_1.default, Object.assign({
|
|
1530
|
+
return (0, jsx_runtime_1.jsx)(StrikethroughIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1531
1531
|
});
|
|
1532
1532
|
const SunIcon_1 = __importDefault(require("@heroicons/react/24/outline/SunIcon"));
|
|
1533
1533
|
exports.SunIconOutline = (0, react_1.forwardRef)(function SunIconOutline(_a, ref) {
|
|
1534
1534
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1535
|
-
return (0, jsx_runtime_1.jsx)(SunIcon_1.default, Object.assign({
|
|
1535
|
+
return (0, jsx_runtime_1.jsx)(SunIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1536
1536
|
});
|
|
1537
1537
|
const SwatchIcon_1 = __importDefault(require("@heroicons/react/24/outline/SwatchIcon"));
|
|
1538
1538
|
exports.SwatchIconOutline = (0, react_1.forwardRef)(function SwatchIconOutline(_a, ref) {
|
|
1539
1539
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1540
|
-
return (0, jsx_runtime_1.jsx)(SwatchIcon_1.default, Object.assign({
|
|
1540
|
+
return (0, jsx_runtime_1.jsx)(SwatchIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1541
1541
|
});
|
|
1542
1542
|
const TableCellsIcon_1 = __importDefault(require("@heroicons/react/24/outline/TableCellsIcon"));
|
|
1543
1543
|
exports.TableCellsIconOutline = (0, react_1.forwardRef)(function TableCellsIconOutline(_a, ref) {
|
|
1544
1544
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1545
|
-
return (0, jsx_runtime_1.jsx)(TableCellsIcon_1.default, Object.assign({
|
|
1545
|
+
return (0, jsx_runtime_1.jsx)(TableCellsIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1546
1546
|
});
|
|
1547
1547
|
const TagIcon_1 = __importDefault(require("@heroicons/react/24/outline/TagIcon"));
|
|
1548
1548
|
exports.TagIconOutline = (0, react_1.forwardRef)(function TagIconOutline(_a, ref) {
|
|
1549
1549
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1550
|
-
return (0, jsx_runtime_1.jsx)(TagIcon_1.default, Object.assign({
|
|
1550
|
+
return (0, jsx_runtime_1.jsx)(TagIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1551
1551
|
});
|
|
1552
1552
|
const TicketIcon_1 = __importDefault(require("@heroicons/react/24/outline/TicketIcon"));
|
|
1553
1553
|
exports.TicketIconOutline = (0, react_1.forwardRef)(function TicketIconOutline(_a, ref) {
|
|
1554
1554
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1555
|
-
return (0, jsx_runtime_1.jsx)(TicketIcon_1.default, Object.assign({
|
|
1555
|
+
return (0, jsx_runtime_1.jsx)(TicketIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1556
1556
|
});
|
|
1557
1557
|
const TrashIcon_1 = __importDefault(require("@heroicons/react/24/outline/TrashIcon"));
|
|
1558
1558
|
exports.TrashIconOutline = (0, react_1.forwardRef)(function TrashIconOutline(_a, ref) {
|
|
1559
1559
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1560
|
-
return (0, jsx_runtime_1.jsx)(TrashIcon_1.default, Object.assign({
|
|
1560
|
+
return (0, jsx_runtime_1.jsx)(TrashIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1561
1561
|
});
|
|
1562
1562
|
const TrophyIcon_1 = __importDefault(require("@heroicons/react/24/outline/TrophyIcon"));
|
|
1563
1563
|
exports.TrophyIconOutline = (0, react_1.forwardRef)(function TrophyIconOutline(_a, ref) {
|
|
1564
1564
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1565
|
-
return (0, jsx_runtime_1.jsx)(TrophyIcon_1.default, Object.assign({
|
|
1565
|
+
return (0, jsx_runtime_1.jsx)(TrophyIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1566
1566
|
});
|
|
1567
1567
|
const TruckIcon_1 = __importDefault(require("@heroicons/react/24/outline/TruckIcon"));
|
|
1568
1568
|
exports.TruckIconOutline = (0, react_1.forwardRef)(function TruckIconOutline(_a, ref) {
|
|
1569
1569
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1570
|
-
return (0, jsx_runtime_1.jsx)(TruckIcon_1.default, Object.assign({
|
|
1570
|
+
return (0, jsx_runtime_1.jsx)(TruckIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1571
1571
|
});
|
|
1572
1572
|
const TvIcon_1 = __importDefault(require("@heroicons/react/24/outline/TvIcon"));
|
|
1573
1573
|
exports.TvIconOutline = (0, react_1.forwardRef)(function TvIconOutline(_a, ref) {
|
|
1574
1574
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1575
|
-
return (0, jsx_runtime_1.jsx)(TvIcon_1.default, Object.assign({
|
|
1575
|
+
return (0, jsx_runtime_1.jsx)(TvIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1576
1576
|
});
|
|
1577
1577
|
const UnderlineIcon_1 = __importDefault(require("@heroicons/react/24/outline/UnderlineIcon"));
|
|
1578
1578
|
exports.UnderlineIconOutline = (0, react_1.forwardRef)(function UnderlineIconOutline(_a, ref) {
|
|
1579
1579
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1580
|
-
return (0, jsx_runtime_1.jsx)(UnderlineIcon_1.default, Object.assign({
|
|
1580
|
+
return (0, jsx_runtime_1.jsx)(UnderlineIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1581
1581
|
});
|
|
1582
1582
|
const UserCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/UserCircleIcon"));
|
|
1583
1583
|
exports.UserCircleIconOutline = (0, react_1.forwardRef)(function UserCircleIconOutline(_a, ref) {
|
|
1584
1584
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1585
|
-
return (0, jsx_runtime_1.jsx)(UserCircleIcon_1.default, Object.assign({
|
|
1585
|
+
return (0, jsx_runtime_1.jsx)(UserCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1586
1586
|
});
|
|
1587
1587
|
const UserGroupIcon_1 = __importDefault(require("@heroicons/react/24/outline/UserGroupIcon"));
|
|
1588
1588
|
exports.UserGroupIconOutline = (0, react_1.forwardRef)(function UserGroupIconOutline(_a, ref) {
|
|
1589
1589
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1590
|
-
return (0, jsx_runtime_1.jsx)(UserGroupIcon_1.default, Object.assign({
|
|
1590
|
+
return (0, jsx_runtime_1.jsx)(UserGroupIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1591
1591
|
});
|
|
1592
1592
|
const UserMinusIcon_1 = __importDefault(require("@heroicons/react/24/outline/UserMinusIcon"));
|
|
1593
1593
|
exports.UserMinusIconOutline = (0, react_1.forwardRef)(function UserMinusIconOutline(_a, ref) {
|
|
1594
1594
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1595
|
-
return (0, jsx_runtime_1.jsx)(UserMinusIcon_1.default, Object.assign({
|
|
1595
|
+
return (0, jsx_runtime_1.jsx)(UserMinusIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1596
1596
|
});
|
|
1597
1597
|
const UserPlusIcon_1 = __importDefault(require("@heroicons/react/24/outline/UserPlusIcon"));
|
|
1598
1598
|
exports.UserPlusIconOutline = (0, react_1.forwardRef)(function UserPlusIconOutline(_a, ref) {
|
|
1599
1599
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1600
|
-
return (0, jsx_runtime_1.jsx)(UserPlusIcon_1.default, Object.assign({
|
|
1600
|
+
return (0, jsx_runtime_1.jsx)(UserPlusIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1601
1601
|
});
|
|
1602
1602
|
const UserIcon_1 = __importDefault(require("@heroicons/react/24/outline/UserIcon"));
|
|
1603
1603
|
exports.UserIconOutline = (0, react_1.forwardRef)(function UserIconOutline(_a, ref) {
|
|
1604
1604
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1605
|
-
return (0, jsx_runtime_1.jsx)(UserIcon_1.default, Object.assign({
|
|
1605
|
+
return (0, jsx_runtime_1.jsx)(UserIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1606
1606
|
});
|
|
1607
1607
|
const UsersIcon_1 = __importDefault(require("@heroicons/react/24/outline/UsersIcon"));
|
|
1608
1608
|
exports.UsersIconOutline = (0, react_1.forwardRef)(function UsersIconOutline(_a, ref) {
|
|
1609
1609
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1610
|
-
return (0, jsx_runtime_1.jsx)(UsersIcon_1.default, Object.assign({
|
|
1610
|
+
return (0, jsx_runtime_1.jsx)(UsersIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1611
1611
|
});
|
|
1612
1612
|
const VariableIcon_1 = __importDefault(require("@heroicons/react/24/outline/VariableIcon"));
|
|
1613
1613
|
exports.VariableIconOutline = (0, react_1.forwardRef)(function VariableIconOutline(_a, ref) {
|
|
1614
1614
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1615
|
-
return (0, jsx_runtime_1.jsx)(VariableIcon_1.default, Object.assign({
|
|
1615
|
+
return (0, jsx_runtime_1.jsx)(VariableIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1616
1616
|
});
|
|
1617
1617
|
const VideoCameraSlashIcon_1 = __importDefault(require("@heroicons/react/24/outline/VideoCameraSlashIcon"));
|
|
1618
1618
|
exports.VideoCameraSlashIconOutline = (0, react_1.forwardRef)(function VideoCameraSlashIconOutline(_a, ref) {
|
|
1619
1619
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1620
|
-
return (0, jsx_runtime_1.jsx)(VideoCameraSlashIcon_1.default, Object.assign({
|
|
1620
|
+
return (0, jsx_runtime_1.jsx)(VideoCameraSlashIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1621
1621
|
});
|
|
1622
1622
|
const VideoCameraIcon_1 = __importDefault(require("@heroicons/react/24/outline/VideoCameraIcon"));
|
|
1623
1623
|
exports.VideoCameraIconOutline = (0, react_1.forwardRef)(function VideoCameraIconOutline(_a, ref) {
|
|
1624
1624
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1625
|
-
return (0, jsx_runtime_1.jsx)(VideoCameraIcon_1.default, Object.assign({
|
|
1625
|
+
return (0, jsx_runtime_1.jsx)(VideoCameraIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1626
1626
|
});
|
|
1627
1627
|
const ViewColumnsIcon_1 = __importDefault(require("@heroicons/react/24/outline/ViewColumnsIcon"));
|
|
1628
1628
|
exports.ViewColumnsIconOutline = (0, react_1.forwardRef)(function ViewColumnsIconOutline(_a, ref) {
|
|
1629
1629
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1630
|
-
return (0, jsx_runtime_1.jsx)(ViewColumnsIcon_1.default, Object.assign({
|
|
1630
|
+
return (0, jsx_runtime_1.jsx)(ViewColumnsIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1631
1631
|
});
|
|
1632
1632
|
const ViewfinderCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/ViewfinderCircleIcon"));
|
|
1633
1633
|
exports.ViewfinderCircleIconOutline = (0, react_1.forwardRef)(function ViewfinderCircleIconOutline(_a, ref) {
|
|
1634
1634
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1635
|
-
return (0, jsx_runtime_1.jsx)(ViewfinderCircleIcon_1.default, Object.assign({
|
|
1635
|
+
return (0, jsx_runtime_1.jsx)(ViewfinderCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1636
1636
|
});
|
|
1637
1637
|
const WalletIcon_1 = __importDefault(require("@heroicons/react/24/outline/WalletIcon"));
|
|
1638
1638
|
exports.WalletIconOutline = (0, react_1.forwardRef)(function WalletIconOutline(_a, ref) {
|
|
1639
1639
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1640
|
-
return (0, jsx_runtime_1.jsx)(WalletIcon_1.default, Object.assign({
|
|
1640
|
+
return (0, jsx_runtime_1.jsx)(WalletIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1641
1641
|
});
|
|
1642
1642
|
const WifiIcon_1 = __importDefault(require("@heroicons/react/24/outline/WifiIcon"));
|
|
1643
1643
|
exports.WifiIconOutline = (0, react_1.forwardRef)(function WifiIconOutline(_a, ref) {
|
|
1644
1644
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1645
|
-
return (0, jsx_runtime_1.jsx)(WifiIcon_1.default, Object.assign({
|
|
1645
|
+
return (0, jsx_runtime_1.jsx)(WifiIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1646
1646
|
});
|
|
1647
1647
|
const WindowIcon_1 = __importDefault(require("@heroicons/react/24/outline/WindowIcon"));
|
|
1648
1648
|
exports.WindowIconOutline = (0, react_1.forwardRef)(function WindowIconOutline(_a, ref) {
|
|
1649
1649
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1650
|
-
return (0, jsx_runtime_1.jsx)(WindowIcon_1.default, Object.assign({
|
|
1650
|
+
return (0, jsx_runtime_1.jsx)(WindowIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1651
1651
|
});
|
|
1652
1652
|
const WrenchScrewdriverIcon_1 = __importDefault(require("@heroicons/react/24/outline/WrenchScrewdriverIcon"));
|
|
1653
1653
|
exports.WrenchScrewdriverIconOutline = (0, react_1.forwardRef)(function WrenchScrewdriverIconOutline(_a, ref) {
|
|
1654
1654
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1655
|
-
return (0, jsx_runtime_1.jsx)(WrenchScrewdriverIcon_1.default, Object.assign({
|
|
1655
|
+
return (0, jsx_runtime_1.jsx)(WrenchScrewdriverIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1656
1656
|
});
|
|
1657
1657
|
const WrenchIcon_1 = __importDefault(require("@heroicons/react/24/outline/WrenchIcon"));
|
|
1658
1658
|
exports.WrenchIconOutline = (0, react_1.forwardRef)(function WrenchIconOutline(_a, ref) {
|
|
1659
1659
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1660
|
-
return (0, jsx_runtime_1.jsx)(WrenchIcon_1.default, Object.assign({
|
|
1660
|
+
return (0, jsx_runtime_1.jsx)(WrenchIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1661
1661
|
});
|
|
1662
1662
|
const XCircleIcon_1 = __importDefault(require("@heroicons/react/24/outline/XCircleIcon"));
|
|
1663
1663
|
exports.XCircleIconOutline = (0, react_1.forwardRef)(function XCircleIconOutline(_a, ref) {
|
|
1664
1664
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1665
|
-
return (0, jsx_runtime_1.jsx)(XCircleIcon_1.default, Object.assign({
|
|
1665
|
+
return (0, jsx_runtime_1.jsx)(XCircleIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1666
1666
|
});
|
|
1667
1667
|
const XMarkIcon_1 = __importDefault(require("@heroicons/react/24/outline/XMarkIcon"));
|
|
1668
1668
|
exports.XMarkIconOutline = (0, react_1.forwardRef)(function XMarkIconOutline(_a, ref) {
|
|
1669
1669
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1670
|
-
return (0, jsx_runtime_1.jsx)(XMarkIcon_1.default, Object.assign({
|
|
1670
|
+
return (0, jsx_runtime_1.jsx)(XMarkIcon_1.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1671
1671
|
});
|
|
1672
1672
|
const AcademicCapIcon_2 = __importDefault(require("@heroicons/react/24/solid/AcademicCapIcon"));
|
|
1673
1673
|
exports.AcademicCapIconSolid = (0, react_1.forwardRef)(function AcademicCapIconSolid(_a, ref) {
|
|
1674
1674
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1675
|
-
return (0, jsx_runtime_1.jsx)(AcademicCapIcon_2.default, Object.assign({
|
|
1675
|
+
return (0, jsx_runtime_1.jsx)(AcademicCapIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1676
1676
|
});
|
|
1677
1677
|
const AdjustmentsHorizontalIcon_2 = __importDefault(require("@heroicons/react/24/solid/AdjustmentsHorizontalIcon"));
|
|
1678
1678
|
exports.AdjustmentsHorizontalIconSolid = (0, react_1.forwardRef)(function AdjustmentsHorizontalIconSolid(_a, ref) {
|
|
1679
1679
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1680
|
-
return (0, jsx_runtime_1.jsx)(AdjustmentsHorizontalIcon_2.default, Object.assign({
|
|
1680
|
+
return (0, jsx_runtime_1.jsx)(AdjustmentsHorizontalIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1681
1681
|
});
|
|
1682
1682
|
const AdjustmentsVerticalIcon_2 = __importDefault(require("@heroicons/react/24/solid/AdjustmentsVerticalIcon"));
|
|
1683
1683
|
exports.AdjustmentsVerticalIconSolid = (0, react_1.forwardRef)(function AdjustmentsVerticalIconSolid(_a, ref) {
|
|
1684
1684
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1685
|
-
return (0, jsx_runtime_1.jsx)(AdjustmentsVerticalIcon_2.default, Object.assign({
|
|
1685
|
+
return (0, jsx_runtime_1.jsx)(AdjustmentsVerticalIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1686
1686
|
});
|
|
1687
1687
|
const ArchiveBoxArrowDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArchiveBoxArrowDownIcon"));
|
|
1688
1688
|
exports.ArchiveBoxArrowDownIconSolid = (0, react_1.forwardRef)(function ArchiveBoxArrowDownIconSolid(_a, ref) {
|
|
1689
1689
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1690
|
-
return (0, jsx_runtime_1.jsx)(ArchiveBoxArrowDownIcon_2.default, Object.assign({
|
|
1690
|
+
return (0, jsx_runtime_1.jsx)(ArchiveBoxArrowDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1691
1691
|
});
|
|
1692
1692
|
const ArchiveBoxXMarkIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArchiveBoxXMarkIcon"));
|
|
1693
1693
|
exports.ArchiveBoxXMarkIconSolid = (0, react_1.forwardRef)(function ArchiveBoxXMarkIconSolid(_a, ref) {
|
|
1694
1694
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1695
|
-
return (0, jsx_runtime_1.jsx)(ArchiveBoxXMarkIcon_2.default, Object.assign({
|
|
1695
|
+
return (0, jsx_runtime_1.jsx)(ArchiveBoxXMarkIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1696
1696
|
});
|
|
1697
1697
|
const ArchiveBoxIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArchiveBoxIcon"));
|
|
1698
1698
|
exports.ArchiveBoxIconSolid = (0, react_1.forwardRef)(function ArchiveBoxIconSolid(_a, ref) {
|
|
1699
1699
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1700
|
-
return (0, jsx_runtime_1.jsx)(ArchiveBoxIcon_2.default, Object.assign({
|
|
1700
|
+
return (0, jsx_runtime_1.jsx)(ArchiveBoxIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1701
1701
|
});
|
|
1702
1702
|
const ArrowDownCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowDownCircleIcon"));
|
|
1703
1703
|
exports.ArrowDownCircleIconSolid = (0, react_1.forwardRef)(function ArrowDownCircleIconSolid(_a, ref) {
|
|
1704
1704
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1705
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownCircleIcon_2.default, Object.assign({
|
|
1705
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1706
1706
|
});
|
|
1707
1707
|
const ArrowDownLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowDownLeftIcon"));
|
|
1708
1708
|
exports.ArrowDownLeftIconSolid = (0, react_1.forwardRef)(function ArrowDownLeftIconSolid(_a, ref) {
|
|
1709
1709
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1710
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownLeftIcon_2.default, Object.assign({
|
|
1710
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownLeftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1711
1711
|
});
|
|
1712
1712
|
const ArrowDownOnSquareStackIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowDownOnSquareStackIcon"));
|
|
1713
1713
|
exports.ArrowDownOnSquareStackIconSolid = (0, react_1.forwardRef)(function ArrowDownOnSquareStackIconSolid(_a, ref) {
|
|
1714
1714
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1715
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownOnSquareStackIcon_2.default, Object.assign({
|
|
1715
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownOnSquareStackIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1716
1716
|
});
|
|
1717
1717
|
const ArrowDownOnSquareIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowDownOnSquareIcon"));
|
|
1718
1718
|
exports.ArrowDownOnSquareIconSolid = (0, react_1.forwardRef)(function ArrowDownOnSquareIconSolid(_a, ref) {
|
|
1719
1719
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1720
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownOnSquareIcon_2.default, Object.assign({
|
|
1720
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownOnSquareIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1721
1721
|
});
|
|
1722
1722
|
const ArrowDownRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowDownRightIcon"));
|
|
1723
1723
|
exports.ArrowDownRightIconSolid = (0, react_1.forwardRef)(function ArrowDownRightIconSolid(_a, ref) {
|
|
1724
1724
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1725
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownRightIcon_2.default, Object.assign({
|
|
1725
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownRightIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1726
1726
|
});
|
|
1727
1727
|
const ArrowDownTrayIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowDownTrayIcon"));
|
|
1728
1728
|
exports.ArrowDownTrayIconSolid = (0, react_1.forwardRef)(function ArrowDownTrayIconSolid(_a, ref) {
|
|
1729
1729
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1730
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownTrayIcon_2.default, Object.assign({
|
|
1730
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownTrayIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1731
1731
|
});
|
|
1732
1732
|
const ArrowDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowDownIcon"));
|
|
1733
1733
|
exports.ArrowDownIconSolid = (0, react_1.forwardRef)(function ArrowDownIconSolid(_a, ref) {
|
|
1734
1734
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1735
|
-
return (0, jsx_runtime_1.jsx)(ArrowDownIcon_2.default, Object.assign({
|
|
1735
|
+
return (0, jsx_runtime_1.jsx)(ArrowDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1736
1736
|
});
|
|
1737
1737
|
const ArrowLeftCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLeftCircleIcon"));
|
|
1738
1738
|
exports.ArrowLeftCircleIconSolid = (0, react_1.forwardRef)(function ArrowLeftCircleIconSolid(_a, ref) {
|
|
1739
1739
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1740
|
-
return (0, jsx_runtime_1.jsx)(ArrowLeftCircleIcon_2.default, Object.assign({
|
|
1740
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1741
1741
|
});
|
|
1742
1742
|
const ArrowLeftEndOnRectangleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLeftEndOnRectangleIcon"));
|
|
1743
1743
|
exports.ArrowLeftEndOnRectangleIconSolid = (0, react_1.forwardRef)(function ArrowLeftEndOnRectangleIconSolid(_a, ref) {
|
|
1744
1744
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1745
|
-
return (0, jsx_runtime_1.jsx)(ArrowLeftEndOnRectangleIcon_2.default, Object.assign({
|
|
1745
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftEndOnRectangleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1746
1746
|
});
|
|
1747
1747
|
const ArrowLeftOnRectangleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLeftOnRectangleIcon"));
|
|
1748
1748
|
exports.ArrowLeftOnRectangleIconSolid = (0, react_1.forwardRef)(function ArrowLeftOnRectangleIconSolid(_a, ref) {
|
|
1749
1749
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1750
|
-
return (0, jsx_runtime_1.jsx)(ArrowLeftOnRectangleIcon_2.default, Object.assign({
|
|
1750
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftOnRectangleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1751
1751
|
});
|
|
1752
1752
|
const ArrowLeftStartOnRectangleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLeftStartOnRectangleIcon"));
|
|
1753
1753
|
exports.ArrowLeftStartOnRectangleIconSolid = (0, react_1.forwardRef)(function ArrowLeftStartOnRectangleIconSolid(_a, ref) {
|
|
1754
1754
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1755
|
-
return (0, jsx_runtime_1.jsx)(ArrowLeftStartOnRectangleIcon_2.default, Object.assign({
|
|
1755
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftStartOnRectangleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1756
1756
|
});
|
|
1757
1757
|
const ArrowLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLeftIcon"));
|
|
1758
1758
|
exports.ArrowLeftIconSolid = (0, react_1.forwardRef)(function ArrowLeftIconSolid(_a, ref) {
|
|
1759
1759
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1760
|
-
return (0, jsx_runtime_1.jsx)(ArrowLeftIcon_2.default, Object.assign({
|
|
1760
|
+
return (0, jsx_runtime_1.jsx)(ArrowLeftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1761
1761
|
});
|
|
1762
1762
|
const ArrowLongDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLongDownIcon"));
|
|
1763
1763
|
exports.ArrowLongDownIconSolid = (0, react_1.forwardRef)(function ArrowLongDownIconSolid(_a, ref) {
|
|
1764
1764
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1765
|
-
return (0, jsx_runtime_1.jsx)(ArrowLongDownIcon_2.default, Object.assign({
|
|
1765
|
+
return (0, jsx_runtime_1.jsx)(ArrowLongDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1766
1766
|
});
|
|
1767
1767
|
const ArrowLongLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLongLeftIcon"));
|
|
1768
1768
|
exports.ArrowLongLeftIconSolid = (0, react_1.forwardRef)(function ArrowLongLeftIconSolid(_a, ref) {
|
|
1769
1769
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1770
|
-
return (0, jsx_runtime_1.jsx)(ArrowLongLeftIcon_2.default, Object.assign({
|
|
1770
|
+
return (0, jsx_runtime_1.jsx)(ArrowLongLeftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1771
1771
|
});
|
|
1772
1772
|
const ArrowLongRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLongRightIcon"));
|
|
1773
1773
|
exports.ArrowLongRightIconSolid = (0, react_1.forwardRef)(function ArrowLongRightIconSolid(_a, ref) {
|
|
1774
1774
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1775
|
-
return (0, jsx_runtime_1.jsx)(ArrowLongRightIcon_2.default, Object.assign({
|
|
1775
|
+
return (0, jsx_runtime_1.jsx)(ArrowLongRightIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1776
1776
|
});
|
|
1777
1777
|
const ArrowLongUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowLongUpIcon"));
|
|
1778
1778
|
exports.ArrowLongUpIconSolid = (0, react_1.forwardRef)(function ArrowLongUpIconSolid(_a, ref) {
|
|
1779
1779
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1780
|
-
return (0, jsx_runtime_1.jsx)(ArrowLongUpIcon_2.default, Object.assign({
|
|
1780
|
+
return (0, jsx_runtime_1.jsx)(ArrowLongUpIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1781
1781
|
});
|
|
1782
1782
|
const ArrowPathRoundedSquareIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowPathRoundedSquareIcon"));
|
|
1783
1783
|
exports.ArrowPathRoundedSquareIconSolid = (0, react_1.forwardRef)(function ArrowPathRoundedSquareIconSolid(_a, ref) {
|
|
1784
1784
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1785
|
-
return (0, jsx_runtime_1.jsx)(ArrowPathRoundedSquareIcon_2.default, Object.assign({
|
|
1785
|
+
return (0, jsx_runtime_1.jsx)(ArrowPathRoundedSquareIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1786
1786
|
});
|
|
1787
1787
|
const ArrowPathIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowPathIcon"));
|
|
1788
1788
|
exports.ArrowPathIconSolid = (0, react_1.forwardRef)(function ArrowPathIconSolid(_a, ref) {
|
|
1789
1789
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1790
|
-
return (0, jsx_runtime_1.jsx)(ArrowPathIcon_2.default, Object.assign({
|
|
1790
|
+
return (0, jsx_runtime_1.jsx)(ArrowPathIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1791
1791
|
});
|
|
1792
1792
|
const ArrowRightCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowRightCircleIcon"));
|
|
1793
1793
|
exports.ArrowRightCircleIconSolid = (0, react_1.forwardRef)(function ArrowRightCircleIconSolid(_a, ref) {
|
|
1794
1794
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1795
|
-
return (0, jsx_runtime_1.jsx)(ArrowRightCircleIcon_2.default, Object.assign({
|
|
1795
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1796
1796
|
});
|
|
1797
1797
|
const ArrowRightEndOnRectangleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowRightEndOnRectangleIcon"));
|
|
1798
1798
|
exports.ArrowRightEndOnRectangleIconSolid = (0, react_1.forwardRef)(function ArrowRightEndOnRectangleIconSolid(_a, ref) {
|
|
1799
1799
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1800
|
-
return (0, jsx_runtime_1.jsx)(ArrowRightEndOnRectangleIcon_2.default, Object.assign({
|
|
1800
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightEndOnRectangleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1801
1801
|
});
|
|
1802
1802
|
const ArrowRightOnRectangleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowRightOnRectangleIcon"));
|
|
1803
1803
|
exports.ArrowRightOnRectangleIconSolid = (0, react_1.forwardRef)(function ArrowRightOnRectangleIconSolid(_a, ref) {
|
|
1804
1804
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1805
|
-
return (0, jsx_runtime_1.jsx)(ArrowRightOnRectangleIcon_2.default, Object.assign({
|
|
1805
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightOnRectangleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1806
1806
|
});
|
|
1807
1807
|
const ArrowRightStartOnRectangleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowRightStartOnRectangleIcon"));
|
|
1808
1808
|
exports.ArrowRightStartOnRectangleIconSolid = (0, react_1.forwardRef)(function ArrowRightStartOnRectangleIconSolid(_a, ref) {
|
|
1809
1809
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1810
|
-
return (0, jsx_runtime_1.jsx)(ArrowRightStartOnRectangleIcon_2.default, Object.assign({
|
|
1810
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightStartOnRectangleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1811
1811
|
});
|
|
1812
1812
|
const ArrowRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowRightIcon"));
|
|
1813
1813
|
exports.ArrowRightIconSolid = (0, react_1.forwardRef)(function ArrowRightIconSolid(_a, ref) {
|
|
1814
1814
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1815
|
-
return (0, jsx_runtime_1.jsx)(ArrowRightIcon_2.default, Object.assign({
|
|
1815
|
+
return (0, jsx_runtime_1.jsx)(ArrowRightIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1816
1816
|
});
|
|
1817
1817
|
const ArrowSmallDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowSmallDownIcon"));
|
|
1818
1818
|
exports.ArrowSmallDownIconSolid = (0, react_1.forwardRef)(function ArrowSmallDownIconSolid(_a, ref) {
|
|
1819
1819
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1820
|
-
return (0, jsx_runtime_1.jsx)(ArrowSmallDownIcon_2.default, Object.assign({
|
|
1820
|
+
return (0, jsx_runtime_1.jsx)(ArrowSmallDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1821
1821
|
});
|
|
1822
1822
|
const ArrowSmallLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowSmallLeftIcon"));
|
|
1823
1823
|
exports.ArrowSmallLeftIconSolid = (0, react_1.forwardRef)(function ArrowSmallLeftIconSolid(_a, ref) {
|
|
1824
1824
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1825
|
-
return (0, jsx_runtime_1.jsx)(ArrowSmallLeftIcon_2.default, Object.assign({
|
|
1825
|
+
return (0, jsx_runtime_1.jsx)(ArrowSmallLeftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1826
1826
|
});
|
|
1827
1827
|
const ArrowSmallRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowSmallRightIcon"));
|
|
1828
1828
|
exports.ArrowSmallRightIconSolid = (0, react_1.forwardRef)(function ArrowSmallRightIconSolid(_a, ref) {
|
|
1829
1829
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1830
|
-
return (0, jsx_runtime_1.jsx)(ArrowSmallRightIcon_2.default, Object.assign({
|
|
1830
|
+
return (0, jsx_runtime_1.jsx)(ArrowSmallRightIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1831
1831
|
});
|
|
1832
1832
|
const ArrowSmallUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowSmallUpIcon"));
|
|
1833
1833
|
exports.ArrowSmallUpIconSolid = (0, react_1.forwardRef)(function ArrowSmallUpIconSolid(_a, ref) {
|
|
1834
1834
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1835
|
-
return (0, jsx_runtime_1.jsx)(ArrowSmallUpIcon_2.default, Object.assign({
|
|
1835
|
+
return (0, jsx_runtime_1.jsx)(ArrowSmallUpIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1836
1836
|
});
|
|
1837
1837
|
const ArrowTopRightOnSquareIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTopRightOnSquareIcon"));
|
|
1838
1838
|
exports.ArrowTopRightOnSquareIconSolid = (0, react_1.forwardRef)(function ArrowTopRightOnSquareIconSolid(_a, ref) {
|
|
1839
1839
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1840
|
-
return (0, jsx_runtime_1.jsx)(ArrowTopRightOnSquareIcon_2.default, Object.assign({
|
|
1840
|
+
return (0, jsx_runtime_1.jsx)(ArrowTopRightOnSquareIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1841
1841
|
});
|
|
1842
1842
|
const ArrowTrendingDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTrendingDownIcon"));
|
|
1843
1843
|
exports.ArrowTrendingDownIconSolid = (0, react_1.forwardRef)(function ArrowTrendingDownIconSolid(_a, ref) {
|
|
1844
1844
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1845
|
-
return (0, jsx_runtime_1.jsx)(ArrowTrendingDownIcon_2.default, Object.assign({
|
|
1845
|
+
return (0, jsx_runtime_1.jsx)(ArrowTrendingDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1846
1846
|
});
|
|
1847
1847
|
const ArrowTrendingUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTrendingUpIcon"));
|
|
1848
1848
|
exports.ArrowTrendingUpIconSolid = (0, react_1.forwardRef)(function ArrowTrendingUpIconSolid(_a, ref) {
|
|
1849
1849
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1850
|
-
return (0, jsx_runtime_1.jsx)(ArrowTrendingUpIcon_2.default, Object.assign({
|
|
1850
|
+
return (0, jsx_runtime_1.jsx)(ArrowTrendingUpIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1851
1851
|
});
|
|
1852
1852
|
const ArrowTurnDownLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTurnDownLeftIcon"));
|
|
1853
1853
|
exports.ArrowTurnDownLeftIconSolid = (0, react_1.forwardRef)(function ArrowTurnDownLeftIconSolid(_a, ref) {
|
|
1854
1854
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1855
|
-
return (0, jsx_runtime_1.jsx)(ArrowTurnDownLeftIcon_2.default, Object.assign({
|
|
1855
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnDownLeftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1856
1856
|
});
|
|
1857
1857
|
const ArrowTurnDownRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTurnDownRightIcon"));
|
|
1858
1858
|
exports.ArrowTurnDownRightIconSolid = (0, react_1.forwardRef)(function ArrowTurnDownRightIconSolid(_a, ref) {
|
|
1859
1859
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1860
|
-
return (0, jsx_runtime_1.jsx)(ArrowTurnDownRightIcon_2.default, Object.assign({
|
|
1860
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnDownRightIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1861
1861
|
});
|
|
1862
1862
|
const ArrowTurnLeftDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTurnLeftDownIcon"));
|
|
1863
1863
|
exports.ArrowTurnLeftDownIconSolid = (0, react_1.forwardRef)(function ArrowTurnLeftDownIconSolid(_a, ref) {
|
|
1864
1864
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1865
|
-
return (0, jsx_runtime_1.jsx)(ArrowTurnLeftDownIcon_2.default, Object.assign({
|
|
1865
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnLeftDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1866
1866
|
});
|
|
1867
1867
|
const ArrowTurnLeftUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTurnLeftUpIcon"));
|
|
1868
1868
|
exports.ArrowTurnLeftUpIconSolid = (0, react_1.forwardRef)(function ArrowTurnLeftUpIconSolid(_a, ref) {
|
|
1869
1869
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1870
|
-
return (0, jsx_runtime_1.jsx)(ArrowTurnLeftUpIcon_2.default, Object.assign({
|
|
1870
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnLeftUpIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1871
1871
|
});
|
|
1872
1872
|
const ArrowTurnRightDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTurnRightDownIcon"));
|
|
1873
1873
|
exports.ArrowTurnRightDownIconSolid = (0, react_1.forwardRef)(function ArrowTurnRightDownIconSolid(_a, ref) {
|
|
1874
1874
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1875
|
-
return (0, jsx_runtime_1.jsx)(ArrowTurnRightDownIcon_2.default, Object.assign({
|
|
1875
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnRightDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1876
1876
|
});
|
|
1877
1877
|
const ArrowTurnRightUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTurnRightUpIcon"));
|
|
1878
1878
|
exports.ArrowTurnRightUpIconSolid = (0, react_1.forwardRef)(function ArrowTurnRightUpIconSolid(_a, ref) {
|
|
1879
1879
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1880
|
-
return (0, jsx_runtime_1.jsx)(ArrowTurnRightUpIcon_2.default, Object.assign({
|
|
1880
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnRightUpIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1881
1881
|
});
|
|
1882
1882
|
const ArrowTurnUpLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTurnUpLeftIcon"));
|
|
1883
1883
|
exports.ArrowTurnUpLeftIconSolid = (0, react_1.forwardRef)(function ArrowTurnUpLeftIconSolid(_a, ref) {
|
|
1884
1884
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1885
|
-
return (0, jsx_runtime_1.jsx)(ArrowTurnUpLeftIcon_2.default, Object.assign({
|
|
1885
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnUpLeftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1886
1886
|
});
|
|
1887
1887
|
const ArrowTurnUpRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowTurnUpRightIcon"));
|
|
1888
1888
|
exports.ArrowTurnUpRightIconSolid = (0, react_1.forwardRef)(function ArrowTurnUpRightIconSolid(_a, ref) {
|
|
1889
1889
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1890
|
-
return (0, jsx_runtime_1.jsx)(ArrowTurnUpRightIcon_2.default, Object.assign({
|
|
1890
|
+
return (0, jsx_runtime_1.jsx)(ArrowTurnUpRightIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1891
1891
|
});
|
|
1892
1892
|
const ArrowUpCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUpCircleIcon"));
|
|
1893
1893
|
exports.ArrowUpCircleIconSolid = (0, react_1.forwardRef)(function ArrowUpCircleIconSolid(_a, ref) {
|
|
1894
1894
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1895
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpCircleIcon_2.default, Object.assign({
|
|
1895
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1896
1896
|
});
|
|
1897
1897
|
const ArrowUpLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUpLeftIcon"));
|
|
1898
1898
|
exports.ArrowUpLeftIconSolid = (0, react_1.forwardRef)(function ArrowUpLeftIconSolid(_a, ref) {
|
|
1899
1899
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1900
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpLeftIcon_2.default, Object.assign({
|
|
1900
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpLeftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1901
1901
|
});
|
|
1902
1902
|
const ArrowUpOnSquareStackIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUpOnSquareStackIcon"));
|
|
1903
1903
|
exports.ArrowUpOnSquareStackIconSolid = (0, react_1.forwardRef)(function ArrowUpOnSquareStackIconSolid(_a, ref) {
|
|
1904
1904
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1905
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpOnSquareStackIcon_2.default, Object.assign({
|
|
1905
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpOnSquareStackIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1906
1906
|
});
|
|
1907
1907
|
const ArrowUpOnSquareIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUpOnSquareIcon"));
|
|
1908
1908
|
exports.ArrowUpOnSquareIconSolid = (0, react_1.forwardRef)(function ArrowUpOnSquareIconSolid(_a, ref) {
|
|
1909
1909
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1910
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpOnSquareIcon_2.default, Object.assign({
|
|
1910
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpOnSquareIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1911
1911
|
});
|
|
1912
1912
|
const ArrowUpRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUpRightIcon"));
|
|
1913
1913
|
exports.ArrowUpRightIconSolid = (0, react_1.forwardRef)(function ArrowUpRightIconSolid(_a, ref) {
|
|
1914
1914
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1915
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpRightIcon_2.default, Object.assign({
|
|
1915
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpRightIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1916
1916
|
});
|
|
1917
1917
|
const ArrowUpTrayIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUpTrayIcon"));
|
|
1918
1918
|
exports.ArrowUpTrayIconSolid = (0, react_1.forwardRef)(function ArrowUpTrayIconSolid(_a, ref) {
|
|
1919
1919
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1920
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpTrayIcon_2.default, Object.assign({
|
|
1920
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpTrayIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1921
1921
|
});
|
|
1922
1922
|
const ArrowUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUpIcon"));
|
|
1923
1923
|
exports.ArrowUpIconSolid = (0, react_1.forwardRef)(function ArrowUpIconSolid(_a, ref) {
|
|
1924
1924
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1925
|
-
return (0, jsx_runtime_1.jsx)(ArrowUpIcon_2.default, Object.assign({
|
|
1925
|
+
return (0, jsx_runtime_1.jsx)(ArrowUpIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1926
1926
|
});
|
|
1927
1927
|
const ArrowUturnDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUturnDownIcon"));
|
|
1928
1928
|
exports.ArrowUturnDownIconSolid = (0, react_1.forwardRef)(function ArrowUturnDownIconSolid(_a, ref) {
|
|
1929
1929
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1930
|
-
return (0, jsx_runtime_1.jsx)(ArrowUturnDownIcon_2.default, Object.assign({
|
|
1930
|
+
return (0, jsx_runtime_1.jsx)(ArrowUturnDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1931
1931
|
});
|
|
1932
1932
|
const ArrowUturnLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUturnLeftIcon"));
|
|
1933
1933
|
exports.ArrowUturnLeftIconSolid = (0, react_1.forwardRef)(function ArrowUturnLeftIconSolid(_a, ref) {
|
|
1934
1934
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1935
|
-
return (0, jsx_runtime_1.jsx)(ArrowUturnLeftIcon_2.default, Object.assign({
|
|
1935
|
+
return (0, jsx_runtime_1.jsx)(ArrowUturnLeftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1936
1936
|
});
|
|
1937
1937
|
const ArrowUturnRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUturnRightIcon"));
|
|
1938
1938
|
exports.ArrowUturnRightIconSolid = (0, react_1.forwardRef)(function ArrowUturnRightIconSolid(_a, ref) {
|
|
1939
1939
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1940
|
-
return (0, jsx_runtime_1.jsx)(ArrowUturnRightIcon_2.default, Object.assign({
|
|
1940
|
+
return (0, jsx_runtime_1.jsx)(ArrowUturnRightIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1941
1941
|
});
|
|
1942
1942
|
const ArrowUturnUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowUturnUpIcon"));
|
|
1943
1943
|
exports.ArrowUturnUpIconSolid = (0, react_1.forwardRef)(function ArrowUturnUpIconSolid(_a, ref) {
|
|
1944
1944
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1945
|
-
return (0, jsx_runtime_1.jsx)(ArrowUturnUpIcon_2.default, Object.assign({
|
|
1945
|
+
return (0, jsx_runtime_1.jsx)(ArrowUturnUpIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1946
1946
|
});
|
|
1947
1947
|
const ArrowsPointingInIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowsPointingInIcon"));
|
|
1948
1948
|
exports.ArrowsPointingInIconSolid = (0, react_1.forwardRef)(function ArrowsPointingInIconSolid(_a, ref) {
|
|
1949
1949
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1950
|
-
return (0, jsx_runtime_1.jsx)(ArrowsPointingInIcon_2.default, Object.assign({
|
|
1950
|
+
return (0, jsx_runtime_1.jsx)(ArrowsPointingInIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1951
1951
|
});
|
|
1952
1952
|
const ArrowsPointingOutIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowsPointingOutIcon"));
|
|
1953
1953
|
exports.ArrowsPointingOutIconSolid = (0, react_1.forwardRef)(function ArrowsPointingOutIconSolid(_a, ref) {
|
|
1954
1954
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1955
|
-
return (0, jsx_runtime_1.jsx)(ArrowsPointingOutIcon_2.default, Object.assign({
|
|
1955
|
+
return (0, jsx_runtime_1.jsx)(ArrowsPointingOutIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1956
1956
|
});
|
|
1957
1957
|
const ArrowsRightLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowsRightLeftIcon"));
|
|
1958
1958
|
exports.ArrowsRightLeftIconSolid = (0, react_1.forwardRef)(function ArrowsRightLeftIconSolid(_a, ref) {
|
|
1959
1959
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1960
|
-
return (0, jsx_runtime_1.jsx)(ArrowsRightLeftIcon_2.default, Object.assign({
|
|
1960
|
+
return (0, jsx_runtime_1.jsx)(ArrowsRightLeftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1961
1961
|
});
|
|
1962
1962
|
const ArrowsUpDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ArrowsUpDownIcon"));
|
|
1963
1963
|
exports.ArrowsUpDownIconSolid = (0, react_1.forwardRef)(function ArrowsUpDownIconSolid(_a, ref) {
|
|
1964
1964
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1965
|
-
return (0, jsx_runtime_1.jsx)(ArrowsUpDownIcon_2.default, Object.assign({
|
|
1965
|
+
return (0, jsx_runtime_1.jsx)(ArrowsUpDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1966
1966
|
});
|
|
1967
1967
|
const AtSymbolIcon_2 = __importDefault(require("@heroicons/react/24/solid/AtSymbolIcon"));
|
|
1968
1968
|
exports.AtSymbolIconSolid = (0, react_1.forwardRef)(function AtSymbolIconSolid(_a, ref) {
|
|
1969
1969
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1970
|
-
return (0, jsx_runtime_1.jsx)(AtSymbolIcon_2.default, Object.assign({
|
|
1970
|
+
return (0, jsx_runtime_1.jsx)(AtSymbolIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1971
1971
|
});
|
|
1972
1972
|
const BackspaceIcon_2 = __importDefault(require("@heroicons/react/24/solid/BackspaceIcon"));
|
|
1973
1973
|
exports.BackspaceIconSolid = (0, react_1.forwardRef)(function BackspaceIconSolid(_a, ref) {
|
|
1974
1974
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1975
|
-
return (0, jsx_runtime_1.jsx)(BackspaceIcon_2.default, Object.assign({
|
|
1975
|
+
return (0, jsx_runtime_1.jsx)(BackspaceIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1976
1976
|
});
|
|
1977
1977
|
const BackwardIcon_2 = __importDefault(require("@heroicons/react/24/solid/BackwardIcon"));
|
|
1978
1978
|
exports.BackwardIconSolid = (0, react_1.forwardRef)(function BackwardIconSolid(_a, ref) {
|
|
1979
1979
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1980
|
-
return (0, jsx_runtime_1.jsx)(BackwardIcon_2.default, Object.assign({
|
|
1980
|
+
return (0, jsx_runtime_1.jsx)(BackwardIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1981
1981
|
});
|
|
1982
1982
|
const BanknotesIcon_2 = __importDefault(require("@heroicons/react/24/solid/BanknotesIcon"));
|
|
1983
1983
|
exports.BanknotesIconSolid = (0, react_1.forwardRef)(function BanknotesIconSolid(_a, ref) {
|
|
1984
1984
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1985
|
-
return (0, jsx_runtime_1.jsx)(BanknotesIcon_2.default, Object.assign({
|
|
1985
|
+
return (0, jsx_runtime_1.jsx)(BanknotesIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1986
1986
|
});
|
|
1987
1987
|
const Bars2Icon_2 = __importDefault(require("@heroicons/react/24/solid/Bars2Icon"));
|
|
1988
1988
|
exports.Bars2IconSolid = (0, react_1.forwardRef)(function Bars2IconSolid(_a, ref) {
|
|
1989
1989
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1990
|
-
return (0, jsx_runtime_1.jsx)(Bars2Icon_2.default, Object.assign({
|
|
1990
|
+
return (0, jsx_runtime_1.jsx)(Bars2Icon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1991
1991
|
});
|
|
1992
1992
|
const Bars3BottomLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/Bars3BottomLeftIcon"));
|
|
1993
1993
|
exports.Bars3BottomLeftIconSolid = (0, react_1.forwardRef)(function Bars3BottomLeftIconSolid(_a, ref) {
|
|
1994
1994
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
1995
|
-
return (0, jsx_runtime_1.jsx)(Bars3BottomLeftIcon_2.default, Object.assign({
|
|
1995
|
+
return (0, jsx_runtime_1.jsx)(Bars3BottomLeftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
1996
1996
|
});
|
|
1997
1997
|
const Bars3BottomRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/Bars3BottomRightIcon"));
|
|
1998
1998
|
exports.Bars3BottomRightIconSolid = (0, react_1.forwardRef)(function Bars3BottomRightIconSolid(_a, ref) {
|
|
1999
1999
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2000
|
-
return (0, jsx_runtime_1.jsx)(Bars3BottomRightIcon_2.default, Object.assign({
|
|
2000
|
+
return (0, jsx_runtime_1.jsx)(Bars3BottomRightIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2001
2001
|
});
|
|
2002
2002
|
const Bars3CenterLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/Bars3CenterLeftIcon"));
|
|
2003
2003
|
exports.Bars3CenterLeftIconSolid = (0, react_1.forwardRef)(function Bars3CenterLeftIconSolid(_a, ref) {
|
|
2004
2004
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2005
|
-
return (0, jsx_runtime_1.jsx)(Bars3CenterLeftIcon_2.default, Object.assign({
|
|
2005
|
+
return (0, jsx_runtime_1.jsx)(Bars3CenterLeftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2006
2006
|
});
|
|
2007
2007
|
const Bars3Icon_2 = __importDefault(require("@heroicons/react/24/solid/Bars3Icon"));
|
|
2008
2008
|
exports.Bars3IconSolid = (0, react_1.forwardRef)(function Bars3IconSolid(_a, ref) {
|
|
2009
2009
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2010
|
-
return (0, jsx_runtime_1.jsx)(Bars3Icon_2.default, Object.assign({
|
|
2010
|
+
return (0, jsx_runtime_1.jsx)(Bars3Icon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2011
2011
|
});
|
|
2012
2012
|
const Bars4Icon_2 = __importDefault(require("@heroicons/react/24/solid/Bars4Icon"));
|
|
2013
2013
|
exports.Bars4IconSolid = (0, react_1.forwardRef)(function Bars4IconSolid(_a, ref) {
|
|
2014
2014
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2015
|
-
return (0, jsx_runtime_1.jsx)(Bars4Icon_2.default, Object.assign({
|
|
2015
|
+
return (0, jsx_runtime_1.jsx)(Bars4Icon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2016
2016
|
});
|
|
2017
2017
|
const BarsArrowDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/BarsArrowDownIcon"));
|
|
2018
2018
|
exports.BarsArrowDownIconSolid = (0, react_1.forwardRef)(function BarsArrowDownIconSolid(_a, ref) {
|
|
2019
2019
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2020
|
-
return (0, jsx_runtime_1.jsx)(BarsArrowDownIcon_2.default, Object.assign({
|
|
2020
|
+
return (0, jsx_runtime_1.jsx)(BarsArrowDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2021
2021
|
});
|
|
2022
2022
|
const BarsArrowUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/BarsArrowUpIcon"));
|
|
2023
2023
|
exports.BarsArrowUpIconSolid = (0, react_1.forwardRef)(function BarsArrowUpIconSolid(_a, ref) {
|
|
2024
2024
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2025
|
-
return (0, jsx_runtime_1.jsx)(BarsArrowUpIcon_2.default, Object.assign({
|
|
2025
|
+
return (0, jsx_runtime_1.jsx)(BarsArrowUpIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2026
2026
|
});
|
|
2027
2027
|
const Battery0Icon_2 = __importDefault(require("@heroicons/react/24/solid/Battery0Icon"));
|
|
2028
2028
|
exports.Battery0IconSolid = (0, react_1.forwardRef)(function Battery0IconSolid(_a, ref) {
|
|
2029
2029
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2030
|
-
return (0, jsx_runtime_1.jsx)(Battery0Icon_2.default, Object.assign({
|
|
2030
|
+
return (0, jsx_runtime_1.jsx)(Battery0Icon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2031
2031
|
});
|
|
2032
2032
|
const Battery100Icon_2 = __importDefault(require("@heroicons/react/24/solid/Battery100Icon"));
|
|
2033
2033
|
exports.Battery100IconSolid = (0, react_1.forwardRef)(function Battery100IconSolid(_a, ref) {
|
|
2034
2034
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2035
|
-
return (0, jsx_runtime_1.jsx)(Battery100Icon_2.default, Object.assign({
|
|
2035
|
+
return (0, jsx_runtime_1.jsx)(Battery100Icon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2036
2036
|
});
|
|
2037
2037
|
const Battery50Icon_2 = __importDefault(require("@heroicons/react/24/solid/Battery50Icon"));
|
|
2038
2038
|
exports.Battery50IconSolid = (0, react_1.forwardRef)(function Battery50IconSolid(_a, ref) {
|
|
2039
2039
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2040
|
-
return (0, jsx_runtime_1.jsx)(Battery50Icon_2.default, Object.assign({
|
|
2040
|
+
return (0, jsx_runtime_1.jsx)(Battery50Icon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2041
2041
|
});
|
|
2042
2042
|
const BeakerIcon_2 = __importDefault(require("@heroicons/react/24/solid/BeakerIcon"));
|
|
2043
2043
|
exports.BeakerIconSolid = (0, react_1.forwardRef)(function BeakerIconSolid(_a, ref) {
|
|
2044
2044
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2045
|
-
return (0, jsx_runtime_1.jsx)(BeakerIcon_2.default, Object.assign({
|
|
2045
|
+
return (0, jsx_runtime_1.jsx)(BeakerIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2046
2046
|
});
|
|
2047
2047
|
const BellAlertIcon_2 = __importDefault(require("@heroicons/react/24/solid/BellAlertIcon"));
|
|
2048
2048
|
exports.BellAlertIconSolid = (0, react_1.forwardRef)(function BellAlertIconSolid(_a, ref) {
|
|
2049
2049
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2050
|
-
return (0, jsx_runtime_1.jsx)(BellAlertIcon_2.default, Object.assign({
|
|
2050
|
+
return (0, jsx_runtime_1.jsx)(BellAlertIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2051
2051
|
});
|
|
2052
2052
|
const BellSlashIcon_2 = __importDefault(require("@heroicons/react/24/solid/BellSlashIcon"));
|
|
2053
2053
|
exports.BellSlashIconSolid = (0, react_1.forwardRef)(function BellSlashIconSolid(_a, ref) {
|
|
2054
2054
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2055
|
-
return (0, jsx_runtime_1.jsx)(BellSlashIcon_2.default, Object.assign({
|
|
2055
|
+
return (0, jsx_runtime_1.jsx)(BellSlashIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2056
2056
|
});
|
|
2057
2057
|
const BellSnoozeIcon_2 = __importDefault(require("@heroicons/react/24/solid/BellSnoozeIcon"));
|
|
2058
2058
|
exports.BellSnoozeIconSolid = (0, react_1.forwardRef)(function BellSnoozeIconSolid(_a, ref) {
|
|
2059
2059
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2060
|
-
return (0, jsx_runtime_1.jsx)(BellSnoozeIcon_2.default, Object.assign({
|
|
2060
|
+
return (0, jsx_runtime_1.jsx)(BellSnoozeIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2061
2061
|
});
|
|
2062
2062
|
const BellIcon_2 = __importDefault(require("@heroicons/react/24/solid/BellIcon"));
|
|
2063
2063
|
exports.BellIconSolid = (0, react_1.forwardRef)(function BellIconSolid(_a, ref) {
|
|
2064
2064
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2065
|
-
return (0, jsx_runtime_1.jsx)(BellIcon_2.default, Object.assign({
|
|
2065
|
+
return (0, jsx_runtime_1.jsx)(BellIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2066
2066
|
});
|
|
2067
2067
|
const BoldIcon_2 = __importDefault(require("@heroicons/react/24/solid/BoldIcon"));
|
|
2068
2068
|
exports.BoldIconSolid = (0, react_1.forwardRef)(function BoldIconSolid(_a, ref) {
|
|
2069
2069
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2070
|
-
return (0, jsx_runtime_1.jsx)(BoldIcon_2.default, Object.assign({
|
|
2070
|
+
return (0, jsx_runtime_1.jsx)(BoldIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2071
2071
|
});
|
|
2072
2072
|
const BoltSlashIcon_2 = __importDefault(require("@heroicons/react/24/solid/BoltSlashIcon"));
|
|
2073
2073
|
exports.BoltSlashIconSolid = (0, react_1.forwardRef)(function BoltSlashIconSolid(_a, ref) {
|
|
2074
2074
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2075
|
-
return (0, jsx_runtime_1.jsx)(BoltSlashIcon_2.default, Object.assign({
|
|
2075
|
+
return (0, jsx_runtime_1.jsx)(BoltSlashIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2076
2076
|
});
|
|
2077
2077
|
const BoltIcon_2 = __importDefault(require("@heroicons/react/24/solid/BoltIcon"));
|
|
2078
2078
|
exports.BoltIconSolid = (0, react_1.forwardRef)(function BoltIconSolid(_a, ref) {
|
|
2079
2079
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2080
|
-
return (0, jsx_runtime_1.jsx)(BoltIcon_2.default, Object.assign({
|
|
2080
|
+
return (0, jsx_runtime_1.jsx)(BoltIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2081
2081
|
});
|
|
2082
2082
|
const BookOpenIcon_2 = __importDefault(require("@heroicons/react/24/solid/BookOpenIcon"));
|
|
2083
2083
|
exports.BookOpenIconSolid = (0, react_1.forwardRef)(function BookOpenIconSolid(_a, ref) {
|
|
2084
2084
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2085
|
-
return (0, jsx_runtime_1.jsx)(BookOpenIcon_2.default, Object.assign({
|
|
2085
|
+
return (0, jsx_runtime_1.jsx)(BookOpenIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2086
2086
|
});
|
|
2087
2087
|
const BookmarkSlashIcon_2 = __importDefault(require("@heroicons/react/24/solid/BookmarkSlashIcon"));
|
|
2088
2088
|
exports.BookmarkSlashIconSolid = (0, react_1.forwardRef)(function BookmarkSlashIconSolid(_a, ref) {
|
|
2089
2089
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2090
|
-
return (0, jsx_runtime_1.jsx)(BookmarkSlashIcon_2.default, Object.assign({
|
|
2090
|
+
return (0, jsx_runtime_1.jsx)(BookmarkSlashIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2091
2091
|
});
|
|
2092
2092
|
const BookmarkSquareIcon_2 = __importDefault(require("@heroicons/react/24/solid/BookmarkSquareIcon"));
|
|
2093
2093
|
exports.BookmarkSquareIconSolid = (0, react_1.forwardRef)(function BookmarkSquareIconSolid(_a, ref) {
|
|
2094
2094
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2095
|
-
return (0, jsx_runtime_1.jsx)(BookmarkSquareIcon_2.default, Object.assign({
|
|
2095
|
+
return (0, jsx_runtime_1.jsx)(BookmarkSquareIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2096
2096
|
});
|
|
2097
2097
|
const BookmarkIcon_2 = __importDefault(require("@heroicons/react/24/solid/BookmarkIcon"));
|
|
2098
2098
|
exports.BookmarkIconSolid = (0, react_1.forwardRef)(function BookmarkIconSolid(_a, ref) {
|
|
2099
2099
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2100
|
-
return (0, jsx_runtime_1.jsx)(BookmarkIcon_2.default, Object.assign({
|
|
2100
|
+
return (0, jsx_runtime_1.jsx)(BookmarkIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2101
2101
|
});
|
|
2102
2102
|
const BriefcaseIcon_2 = __importDefault(require("@heroicons/react/24/solid/BriefcaseIcon"));
|
|
2103
2103
|
exports.BriefcaseIconSolid = (0, react_1.forwardRef)(function BriefcaseIconSolid(_a, ref) {
|
|
2104
2104
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2105
|
-
return (0, jsx_runtime_1.jsx)(BriefcaseIcon_2.default, Object.assign({
|
|
2105
|
+
return (0, jsx_runtime_1.jsx)(BriefcaseIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2106
2106
|
});
|
|
2107
2107
|
const BugAntIcon_2 = __importDefault(require("@heroicons/react/24/solid/BugAntIcon"));
|
|
2108
2108
|
exports.BugAntIconSolid = (0, react_1.forwardRef)(function BugAntIconSolid(_a, ref) {
|
|
2109
2109
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2110
|
-
return (0, jsx_runtime_1.jsx)(BugAntIcon_2.default, Object.assign({
|
|
2110
|
+
return (0, jsx_runtime_1.jsx)(BugAntIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2111
2111
|
});
|
|
2112
2112
|
const BuildingLibraryIcon_2 = __importDefault(require("@heroicons/react/24/solid/BuildingLibraryIcon"));
|
|
2113
2113
|
exports.BuildingLibraryIconSolid = (0, react_1.forwardRef)(function BuildingLibraryIconSolid(_a, ref) {
|
|
2114
2114
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2115
|
-
return (0, jsx_runtime_1.jsx)(BuildingLibraryIcon_2.default, Object.assign({
|
|
2115
|
+
return (0, jsx_runtime_1.jsx)(BuildingLibraryIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2116
2116
|
});
|
|
2117
2117
|
const BuildingOffice2Icon_2 = __importDefault(require("@heroicons/react/24/solid/BuildingOffice2Icon"));
|
|
2118
2118
|
exports.BuildingOffice2IconSolid = (0, react_1.forwardRef)(function BuildingOffice2IconSolid(_a, ref) {
|
|
2119
2119
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2120
|
-
return (0, jsx_runtime_1.jsx)(BuildingOffice2Icon_2.default, Object.assign({
|
|
2120
|
+
return (0, jsx_runtime_1.jsx)(BuildingOffice2Icon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2121
2121
|
});
|
|
2122
2122
|
const BuildingOfficeIcon_2 = __importDefault(require("@heroicons/react/24/solid/BuildingOfficeIcon"));
|
|
2123
2123
|
exports.BuildingOfficeIconSolid = (0, react_1.forwardRef)(function BuildingOfficeIconSolid(_a, ref) {
|
|
2124
2124
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2125
|
-
return (0, jsx_runtime_1.jsx)(BuildingOfficeIcon_2.default, Object.assign({
|
|
2125
|
+
return (0, jsx_runtime_1.jsx)(BuildingOfficeIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2126
2126
|
});
|
|
2127
2127
|
const BuildingStorefrontIcon_2 = __importDefault(require("@heroicons/react/24/solid/BuildingStorefrontIcon"));
|
|
2128
2128
|
exports.BuildingStorefrontIconSolid = (0, react_1.forwardRef)(function BuildingStorefrontIconSolid(_a, ref) {
|
|
2129
2129
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2130
|
-
return (0, jsx_runtime_1.jsx)(BuildingStorefrontIcon_2.default, Object.assign({
|
|
2130
|
+
return (0, jsx_runtime_1.jsx)(BuildingStorefrontIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2131
2131
|
});
|
|
2132
2132
|
const CakeIcon_2 = __importDefault(require("@heroicons/react/24/solid/CakeIcon"));
|
|
2133
2133
|
exports.CakeIconSolid = (0, react_1.forwardRef)(function CakeIconSolid(_a, ref) {
|
|
2134
2134
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2135
|
-
return (0, jsx_runtime_1.jsx)(CakeIcon_2.default, Object.assign({
|
|
2135
|
+
return (0, jsx_runtime_1.jsx)(CakeIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2136
2136
|
});
|
|
2137
2137
|
const CalculatorIcon_2 = __importDefault(require("@heroicons/react/24/solid/CalculatorIcon"));
|
|
2138
2138
|
exports.CalculatorIconSolid = (0, react_1.forwardRef)(function CalculatorIconSolid(_a, ref) {
|
|
2139
2139
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2140
|
-
return (0, jsx_runtime_1.jsx)(CalculatorIcon_2.default, Object.assign({
|
|
2140
|
+
return (0, jsx_runtime_1.jsx)(CalculatorIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2141
2141
|
});
|
|
2142
2142
|
const CalendarDateRangeIcon_2 = __importDefault(require("@heroicons/react/24/solid/CalendarDateRangeIcon"));
|
|
2143
2143
|
exports.CalendarDateRangeIconSolid = (0, react_1.forwardRef)(function CalendarDateRangeIconSolid(_a, ref) {
|
|
2144
2144
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2145
|
-
return (0, jsx_runtime_1.jsx)(CalendarDateRangeIcon_2.default, Object.assign({
|
|
2145
|
+
return (0, jsx_runtime_1.jsx)(CalendarDateRangeIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2146
2146
|
});
|
|
2147
2147
|
const CalendarDaysIcon_2 = __importDefault(require("@heroicons/react/24/solid/CalendarDaysIcon"));
|
|
2148
2148
|
exports.CalendarDaysIconSolid = (0, react_1.forwardRef)(function CalendarDaysIconSolid(_a, ref) {
|
|
2149
2149
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2150
|
-
return (0, jsx_runtime_1.jsx)(CalendarDaysIcon_2.default, Object.assign({
|
|
2150
|
+
return (0, jsx_runtime_1.jsx)(CalendarDaysIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2151
2151
|
});
|
|
2152
2152
|
const CalendarIcon_2 = __importDefault(require("@heroicons/react/24/solid/CalendarIcon"));
|
|
2153
2153
|
exports.CalendarIconSolid = (0, react_1.forwardRef)(function CalendarIconSolid(_a, ref) {
|
|
2154
2154
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2155
|
-
return (0, jsx_runtime_1.jsx)(CalendarIcon_2.default, Object.assign({
|
|
2155
|
+
return (0, jsx_runtime_1.jsx)(CalendarIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2156
2156
|
});
|
|
2157
2157
|
const CameraIcon_2 = __importDefault(require("@heroicons/react/24/solid/CameraIcon"));
|
|
2158
2158
|
exports.CameraIconSolid = (0, react_1.forwardRef)(function CameraIconSolid(_a, ref) {
|
|
2159
2159
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2160
|
-
return (0, jsx_runtime_1.jsx)(CameraIcon_2.default, Object.assign({
|
|
2160
|
+
return (0, jsx_runtime_1.jsx)(CameraIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2161
2161
|
});
|
|
2162
2162
|
const ChartBarSquareIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChartBarSquareIcon"));
|
|
2163
2163
|
exports.ChartBarSquareIconSolid = (0, react_1.forwardRef)(function ChartBarSquareIconSolid(_a, ref) {
|
|
2164
2164
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2165
|
-
return (0, jsx_runtime_1.jsx)(ChartBarSquareIcon_2.default, Object.assign({
|
|
2165
|
+
return (0, jsx_runtime_1.jsx)(ChartBarSquareIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2166
2166
|
});
|
|
2167
2167
|
const ChartBarIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChartBarIcon"));
|
|
2168
2168
|
exports.ChartBarIconSolid = (0, react_1.forwardRef)(function ChartBarIconSolid(_a, ref) {
|
|
2169
2169
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2170
|
-
return (0, jsx_runtime_1.jsx)(ChartBarIcon_2.default, Object.assign({
|
|
2170
|
+
return (0, jsx_runtime_1.jsx)(ChartBarIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2171
2171
|
});
|
|
2172
2172
|
const ChartPieIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChartPieIcon"));
|
|
2173
2173
|
exports.ChartPieIconSolid = (0, react_1.forwardRef)(function ChartPieIconSolid(_a, ref) {
|
|
2174
2174
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2175
|
-
return (0, jsx_runtime_1.jsx)(ChartPieIcon_2.default, Object.assign({
|
|
2175
|
+
return (0, jsx_runtime_1.jsx)(ChartPieIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2176
2176
|
});
|
|
2177
2177
|
const ChatBubbleBottomCenterTextIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChatBubbleBottomCenterTextIcon"));
|
|
2178
2178
|
exports.ChatBubbleBottomCenterTextIconSolid = (0, react_1.forwardRef)(function ChatBubbleBottomCenterTextIconSolid(_a, ref) {
|
|
2179
2179
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2180
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleBottomCenterTextIcon_2.default, Object.assign({
|
|
2180
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleBottomCenterTextIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2181
2181
|
});
|
|
2182
2182
|
const ChatBubbleBottomCenterIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChatBubbleBottomCenterIcon"));
|
|
2183
2183
|
exports.ChatBubbleBottomCenterIconSolid = (0, react_1.forwardRef)(function ChatBubbleBottomCenterIconSolid(_a, ref) {
|
|
2184
2184
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2185
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleBottomCenterIcon_2.default, Object.assign({
|
|
2185
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleBottomCenterIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2186
2186
|
});
|
|
2187
2187
|
const ChatBubbleLeftEllipsisIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChatBubbleLeftEllipsisIcon"));
|
|
2188
2188
|
exports.ChatBubbleLeftEllipsisIconSolid = (0, react_1.forwardRef)(function ChatBubbleLeftEllipsisIconSolid(_a, ref) {
|
|
2189
2189
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2190
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftEllipsisIcon_2.default, Object.assign({
|
|
2190
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftEllipsisIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2191
2191
|
});
|
|
2192
2192
|
const ChatBubbleLeftRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChatBubbleLeftRightIcon"));
|
|
2193
2193
|
exports.ChatBubbleLeftRightIconSolid = (0, react_1.forwardRef)(function ChatBubbleLeftRightIconSolid(_a, ref) {
|
|
2194
2194
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2195
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftRightIcon_2.default, Object.assign({
|
|
2195
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftRightIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2196
2196
|
});
|
|
2197
2197
|
const ChatBubbleLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChatBubbleLeftIcon"));
|
|
2198
2198
|
exports.ChatBubbleLeftIconSolid = (0, react_1.forwardRef)(function ChatBubbleLeftIconSolid(_a, ref) {
|
|
2199
2199
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2200
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftIcon_2.default, Object.assign({
|
|
2200
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleLeftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2201
2201
|
});
|
|
2202
2202
|
const ChatBubbleOvalLeftEllipsisIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChatBubbleOvalLeftEllipsisIcon"));
|
|
2203
2203
|
exports.ChatBubbleOvalLeftEllipsisIconSolid = (0, react_1.forwardRef)(function ChatBubbleOvalLeftEllipsisIconSolid(_a, ref) {
|
|
2204
2204
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2205
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleOvalLeftEllipsisIcon_2.default, Object.assign({
|
|
2205
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleOvalLeftEllipsisIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2206
2206
|
});
|
|
2207
2207
|
const ChatBubbleOvalLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChatBubbleOvalLeftIcon"));
|
|
2208
2208
|
exports.ChatBubbleOvalLeftIconSolid = (0, react_1.forwardRef)(function ChatBubbleOvalLeftIconSolid(_a, ref) {
|
|
2209
2209
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2210
|
-
return (0, jsx_runtime_1.jsx)(ChatBubbleOvalLeftIcon_2.default, Object.assign({
|
|
2210
|
+
return (0, jsx_runtime_1.jsx)(ChatBubbleOvalLeftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2211
2211
|
});
|
|
2212
2212
|
const CheckBadgeIcon_2 = __importDefault(require("@heroicons/react/24/solid/CheckBadgeIcon"));
|
|
2213
2213
|
exports.CheckBadgeIconSolid = (0, react_1.forwardRef)(function CheckBadgeIconSolid(_a, ref) {
|
|
2214
2214
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2215
|
-
return (0, jsx_runtime_1.jsx)(CheckBadgeIcon_2.default, Object.assign({
|
|
2215
|
+
return (0, jsx_runtime_1.jsx)(CheckBadgeIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2216
2216
|
});
|
|
2217
2217
|
const CheckCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/CheckCircleIcon"));
|
|
2218
2218
|
exports.CheckCircleIconSolid = (0, react_1.forwardRef)(function CheckCircleIconSolid(_a, ref) {
|
|
2219
2219
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2220
|
-
return (0, jsx_runtime_1.jsx)(CheckCircleIcon_2.default, Object.assign({
|
|
2220
|
+
return (0, jsx_runtime_1.jsx)(CheckCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2221
2221
|
});
|
|
2222
2222
|
const CheckIcon_2 = __importDefault(require("@heroicons/react/24/solid/CheckIcon"));
|
|
2223
2223
|
exports.CheckIconSolid = (0, react_1.forwardRef)(function CheckIconSolid(_a, ref) {
|
|
2224
2224
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2225
|
-
return (0, jsx_runtime_1.jsx)(CheckIcon_2.default, Object.assign({
|
|
2225
|
+
return (0, jsx_runtime_1.jsx)(CheckIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2226
2226
|
});
|
|
2227
2227
|
const ChevronDoubleDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronDoubleDownIcon"));
|
|
2228
2228
|
exports.ChevronDoubleDownIconSolid = (0, react_1.forwardRef)(function ChevronDoubleDownIconSolid(_a, ref) {
|
|
2229
2229
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2230
|
-
return (0, jsx_runtime_1.jsx)(ChevronDoubleDownIcon_2.default, Object.assign({
|
|
2230
|
+
return (0, jsx_runtime_1.jsx)(ChevronDoubleDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2231
2231
|
});
|
|
2232
2232
|
const ChevronDoubleLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronDoubleLeftIcon"));
|
|
2233
2233
|
exports.ChevronDoubleLeftIconSolid = (0, react_1.forwardRef)(function ChevronDoubleLeftIconSolid(_a, ref) {
|
|
2234
2234
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2235
|
-
return (0, jsx_runtime_1.jsx)(ChevronDoubleLeftIcon_2.default, Object.assign({
|
|
2235
|
+
return (0, jsx_runtime_1.jsx)(ChevronDoubleLeftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2236
2236
|
});
|
|
2237
2237
|
const ChevronDoubleRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronDoubleRightIcon"));
|
|
2238
2238
|
exports.ChevronDoubleRightIconSolid = (0, react_1.forwardRef)(function ChevronDoubleRightIconSolid(_a, ref) {
|
|
2239
2239
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2240
|
-
return (0, jsx_runtime_1.jsx)(ChevronDoubleRightIcon_2.default, Object.assign({
|
|
2240
|
+
return (0, jsx_runtime_1.jsx)(ChevronDoubleRightIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2241
2241
|
});
|
|
2242
2242
|
const ChevronDoubleUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronDoubleUpIcon"));
|
|
2243
2243
|
exports.ChevronDoubleUpIconSolid = (0, react_1.forwardRef)(function ChevronDoubleUpIconSolid(_a, ref) {
|
|
2244
2244
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2245
|
-
return (0, jsx_runtime_1.jsx)(ChevronDoubleUpIcon_2.default, Object.assign({
|
|
2245
|
+
return (0, jsx_runtime_1.jsx)(ChevronDoubleUpIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2246
2246
|
});
|
|
2247
2247
|
const ChevronDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronDownIcon"));
|
|
2248
2248
|
exports.ChevronDownIconSolid = (0, react_1.forwardRef)(function ChevronDownIconSolid(_a, ref) {
|
|
2249
2249
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2250
|
-
return (0, jsx_runtime_1.jsx)(ChevronDownIcon_2.default, Object.assign({
|
|
2250
|
+
return (0, jsx_runtime_1.jsx)(ChevronDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2251
2251
|
});
|
|
2252
2252
|
const ChevronLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronLeftIcon"));
|
|
2253
2253
|
exports.ChevronLeftIconSolid = (0, react_1.forwardRef)(function ChevronLeftIconSolid(_a, ref) {
|
|
2254
2254
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2255
|
-
return (0, jsx_runtime_1.jsx)(ChevronLeftIcon_2.default, Object.assign({
|
|
2255
|
+
return (0, jsx_runtime_1.jsx)(ChevronLeftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2256
2256
|
});
|
|
2257
2257
|
const ChevronRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronRightIcon"));
|
|
2258
2258
|
exports.ChevronRightIconSolid = (0, react_1.forwardRef)(function ChevronRightIconSolid(_a, ref) {
|
|
2259
2259
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2260
|
-
return (0, jsx_runtime_1.jsx)(ChevronRightIcon_2.default, Object.assign({
|
|
2260
|
+
return (0, jsx_runtime_1.jsx)(ChevronRightIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2261
2261
|
});
|
|
2262
2262
|
const ChevronUpDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronUpDownIcon"));
|
|
2263
2263
|
exports.ChevronUpDownIconSolid = (0, react_1.forwardRef)(function ChevronUpDownIconSolid(_a, ref) {
|
|
2264
2264
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2265
|
-
return (0, jsx_runtime_1.jsx)(ChevronUpDownIcon_2.default, Object.assign({
|
|
2265
|
+
return (0, jsx_runtime_1.jsx)(ChevronUpDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2266
2266
|
});
|
|
2267
2267
|
const ChevronUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/ChevronUpIcon"));
|
|
2268
2268
|
exports.ChevronUpIconSolid = (0, react_1.forwardRef)(function ChevronUpIconSolid(_a, ref) {
|
|
2269
2269
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2270
|
-
return (0, jsx_runtime_1.jsx)(ChevronUpIcon_2.default, Object.assign({
|
|
2270
|
+
return (0, jsx_runtime_1.jsx)(ChevronUpIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2271
2271
|
});
|
|
2272
2272
|
const CircleStackIcon_2 = __importDefault(require("@heroicons/react/24/solid/CircleStackIcon"));
|
|
2273
2273
|
exports.CircleStackIconSolid = (0, react_1.forwardRef)(function CircleStackIconSolid(_a, ref) {
|
|
2274
2274
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2275
|
-
return (0, jsx_runtime_1.jsx)(CircleStackIcon_2.default, Object.assign({
|
|
2275
|
+
return (0, jsx_runtime_1.jsx)(CircleStackIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2276
2276
|
});
|
|
2277
2277
|
const ClipboardDocumentCheckIcon_2 = __importDefault(require("@heroicons/react/24/solid/ClipboardDocumentCheckIcon"));
|
|
2278
2278
|
exports.ClipboardDocumentCheckIconSolid = (0, react_1.forwardRef)(function ClipboardDocumentCheckIconSolid(_a, ref) {
|
|
2279
2279
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2280
|
-
return (0, jsx_runtime_1.jsx)(ClipboardDocumentCheckIcon_2.default, Object.assign({
|
|
2280
|
+
return (0, jsx_runtime_1.jsx)(ClipboardDocumentCheckIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2281
2281
|
});
|
|
2282
2282
|
const ClipboardDocumentListIcon_2 = __importDefault(require("@heroicons/react/24/solid/ClipboardDocumentListIcon"));
|
|
2283
2283
|
exports.ClipboardDocumentListIconSolid = (0, react_1.forwardRef)(function ClipboardDocumentListIconSolid(_a, ref) {
|
|
2284
2284
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2285
|
-
return (0, jsx_runtime_1.jsx)(ClipboardDocumentListIcon_2.default, Object.assign({
|
|
2285
|
+
return (0, jsx_runtime_1.jsx)(ClipboardDocumentListIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2286
2286
|
});
|
|
2287
2287
|
const ClipboardDocumentIcon_2 = __importDefault(require("@heroicons/react/24/solid/ClipboardDocumentIcon"));
|
|
2288
2288
|
exports.ClipboardDocumentIconSolid = (0, react_1.forwardRef)(function ClipboardDocumentIconSolid(_a, ref) {
|
|
2289
2289
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2290
|
-
return (0, jsx_runtime_1.jsx)(ClipboardDocumentIcon_2.default, Object.assign({
|
|
2290
|
+
return (0, jsx_runtime_1.jsx)(ClipboardDocumentIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2291
2291
|
});
|
|
2292
2292
|
const ClipboardIcon_2 = __importDefault(require("@heroicons/react/24/solid/ClipboardIcon"));
|
|
2293
2293
|
exports.ClipboardIconSolid = (0, react_1.forwardRef)(function ClipboardIconSolid(_a, ref) {
|
|
2294
2294
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2295
|
-
return (0, jsx_runtime_1.jsx)(ClipboardIcon_2.default, Object.assign({
|
|
2295
|
+
return (0, jsx_runtime_1.jsx)(ClipboardIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2296
2296
|
});
|
|
2297
2297
|
const ClockIcon_2 = __importDefault(require("@heroicons/react/24/solid/ClockIcon"));
|
|
2298
2298
|
exports.ClockIconSolid = (0, react_1.forwardRef)(function ClockIconSolid(_a, ref) {
|
|
2299
2299
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2300
|
-
return (0, jsx_runtime_1.jsx)(ClockIcon_2.default, Object.assign({
|
|
2300
|
+
return (0, jsx_runtime_1.jsx)(ClockIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2301
2301
|
});
|
|
2302
2302
|
const CloudArrowDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/CloudArrowDownIcon"));
|
|
2303
2303
|
exports.CloudArrowDownIconSolid = (0, react_1.forwardRef)(function CloudArrowDownIconSolid(_a, ref) {
|
|
2304
2304
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2305
|
-
return (0, jsx_runtime_1.jsx)(CloudArrowDownIcon_2.default, Object.assign({
|
|
2305
|
+
return (0, jsx_runtime_1.jsx)(CloudArrowDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2306
2306
|
});
|
|
2307
2307
|
const CloudArrowUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/CloudArrowUpIcon"));
|
|
2308
2308
|
exports.CloudArrowUpIconSolid = (0, react_1.forwardRef)(function CloudArrowUpIconSolid(_a, ref) {
|
|
2309
2309
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2310
|
-
return (0, jsx_runtime_1.jsx)(CloudArrowUpIcon_2.default, Object.assign({
|
|
2310
|
+
return (0, jsx_runtime_1.jsx)(CloudArrowUpIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2311
2311
|
});
|
|
2312
2312
|
const CloudIcon_2 = __importDefault(require("@heroicons/react/24/solid/CloudIcon"));
|
|
2313
2313
|
exports.CloudIconSolid = (0, react_1.forwardRef)(function CloudIconSolid(_a, ref) {
|
|
2314
2314
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2315
|
-
return (0, jsx_runtime_1.jsx)(CloudIcon_2.default, Object.assign({
|
|
2315
|
+
return (0, jsx_runtime_1.jsx)(CloudIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2316
2316
|
});
|
|
2317
2317
|
const CodeBracketSquareIcon_2 = __importDefault(require("@heroicons/react/24/solid/CodeBracketSquareIcon"));
|
|
2318
2318
|
exports.CodeBracketSquareIconSolid = (0, react_1.forwardRef)(function CodeBracketSquareIconSolid(_a, ref) {
|
|
2319
2319
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2320
|
-
return (0, jsx_runtime_1.jsx)(CodeBracketSquareIcon_2.default, Object.assign({
|
|
2320
|
+
return (0, jsx_runtime_1.jsx)(CodeBracketSquareIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2321
2321
|
});
|
|
2322
2322
|
const CodeBracketIcon_2 = __importDefault(require("@heroicons/react/24/solid/CodeBracketIcon"));
|
|
2323
2323
|
exports.CodeBracketIconSolid = (0, react_1.forwardRef)(function CodeBracketIconSolid(_a, ref) {
|
|
2324
2324
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2325
|
-
return (0, jsx_runtime_1.jsx)(CodeBracketIcon_2.default, Object.assign({
|
|
2325
|
+
return (0, jsx_runtime_1.jsx)(CodeBracketIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2326
2326
|
});
|
|
2327
2327
|
const Cog6ToothIcon_2 = __importDefault(require("@heroicons/react/24/solid/Cog6ToothIcon"));
|
|
2328
2328
|
exports.Cog6ToothIconSolid = (0, react_1.forwardRef)(function Cog6ToothIconSolid(_a, ref) {
|
|
2329
2329
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2330
|
-
return (0, jsx_runtime_1.jsx)(Cog6ToothIcon_2.default, Object.assign({
|
|
2330
|
+
return (0, jsx_runtime_1.jsx)(Cog6ToothIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2331
2331
|
});
|
|
2332
2332
|
const Cog8ToothIcon_2 = __importDefault(require("@heroicons/react/24/solid/Cog8ToothIcon"));
|
|
2333
2333
|
exports.Cog8ToothIconSolid = (0, react_1.forwardRef)(function Cog8ToothIconSolid(_a, ref) {
|
|
2334
2334
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2335
|
-
return (0, jsx_runtime_1.jsx)(Cog8ToothIcon_2.default, Object.assign({
|
|
2335
|
+
return (0, jsx_runtime_1.jsx)(Cog8ToothIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2336
2336
|
});
|
|
2337
2337
|
const CogIcon_2 = __importDefault(require("@heroicons/react/24/solid/CogIcon"));
|
|
2338
2338
|
exports.CogIconSolid = (0, react_1.forwardRef)(function CogIconSolid(_a, ref) {
|
|
2339
2339
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2340
|
-
return (0, jsx_runtime_1.jsx)(CogIcon_2.default, Object.assign({
|
|
2340
|
+
return (0, jsx_runtime_1.jsx)(CogIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2341
2341
|
});
|
|
2342
2342
|
const CommandLineIcon_2 = __importDefault(require("@heroicons/react/24/solid/CommandLineIcon"));
|
|
2343
2343
|
exports.CommandLineIconSolid = (0, react_1.forwardRef)(function CommandLineIconSolid(_a, ref) {
|
|
2344
2344
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2345
|
-
return (0, jsx_runtime_1.jsx)(CommandLineIcon_2.default, Object.assign({
|
|
2345
|
+
return (0, jsx_runtime_1.jsx)(CommandLineIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2346
2346
|
});
|
|
2347
2347
|
const ComputerDesktopIcon_2 = __importDefault(require("@heroicons/react/24/solid/ComputerDesktopIcon"));
|
|
2348
2348
|
exports.ComputerDesktopIconSolid = (0, react_1.forwardRef)(function ComputerDesktopIconSolid(_a, ref) {
|
|
2349
2349
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2350
|
-
return (0, jsx_runtime_1.jsx)(ComputerDesktopIcon_2.default, Object.assign({
|
|
2350
|
+
return (0, jsx_runtime_1.jsx)(ComputerDesktopIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2351
2351
|
});
|
|
2352
2352
|
const CpuChipIcon_2 = __importDefault(require("@heroicons/react/24/solid/CpuChipIcon"));
|
|
2353
2353
|
exports.CpuChipIconSolid = (0, react_1.forwardRef)(function CpuChipIconSolid(_a, ref) {
|
|
2354
2354
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2355
|
-
return (0, jsx_runtime_1.jsx)(CpuChipIcon_2.default, Object.assign({
|
|
2355
|
+
return (0, jsx_runtime_1.jsx)(CpuChipIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2356
2356
|
});
|
|
2357
2357
|
const CreditCardIcon_2 = __importDefault(require("@heroicons/react/24/solid/CreditCardIcon"));
|
|
2358
2358
|
exports.CreditCardIconSolid = (0, react_1.forwardRef)(function CreditCardIconSolid(_a, ref) {
|
|
2359
2359
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2360
|
-
return (0, jsx_runtime_1.jsx)(CreditCardIcon_2.default, Object.assign({
|
|
2360
|
+
return (0, jsx_runtime_1.jsx)(CreditCardIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2361
2361
|
});
|
|
2362
2362
|
const CubeTransparentIcon_2 = __importDefault(require("@heroicons/react/24/solid/CubeTransparentIcon"));
|
|
2363
2363
|
exports.CubeTransparentIconSolid = (0, react_1.forwardRef)(function CubeTransparentIconSolid(_a, ref) {
|
|
2364
2364
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2365
|
-
return (0, jsx_runtime_1.jsx)(CubeTransparentIcon_2.default, Object.assign({
|
|
2365
|
+
return (0, jsx_runtime_1.jsx)(CubeTransparentIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2366
2366
|
});
|
|
2367
2367
|
const CubeIcon_2 = __importDefault(require("@heroicons/react/24/solid/CubeIcon"));
|
|
2368
2368
|
exports.CubeIconSolid = (0, react_1.forwardRef)(function CubeIconSolid(_a, ref) {
|
|
2369
2369
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2370
|
-
return (0, jsx_runtime_1.jsx)(CubeIcon_2.default, Object.assign({
|
|
2370
|
+
return (0, jsx_runtime_1.jsx)(CubeIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2371
2371
|
});
|
|
2372
2372
|
const CurrencyBangladeshiIcon_2 = __importDefault(require("@heroicons/react/24/solid/CurrencyBangladeshiIcon"));
|
|
2373
2373
|
exports.CurrencyBangladeshiIconSolid = (0, react_1.forwardRef)(function CurrencyBangladeshiIconSolid(_a, ref) {
|
|
2374
2374
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2375
|
-
return (0, jsx_runtime_1.jsx)(CurrencyBangladeshiIcon_2.default, Object.assign({
|
|
2375
|
+
return (0, jsx_runtime_1.jsx)(CurrencyBangladeshiIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2376
2376
|
});
|
|
2377
2377
|
const CurrencyDollarIcon_2 = __importDefault(require("@heroicons/react/24/solid/CurrencyDollarIcon"));
|
|
2378
2378
|
exports.CurrencyDollarIconSolid = (0, react_1.forwardRef)(function CurrencyDollarIconSolid(_a, ref) {
|
|
2379
2379
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2380
|
-
return (0, jsx_runtime_1.jsx)(CurrencyDollarIcon_2.default, Object.assign({
|
|
2380
|
+
return (0, jsx_runtime_1.jsx)(CurrencyDollarIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2381
2381
|
});
|
|
2382
2382
|
const CurrencyEuroIcon_2 = __importDefault(require("@heroicons/react/24/solid/CurrencyEuroIcon"));
|
|
2383
2383
|
exports.CurrencyEuroIconSolid = (0, react_1.forwardRef)(function CurrencyEuroIconSolid(_a, ref) {
|
|
2384
2384
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2385
|
-
return (0, jsx_runtime_1.jsx)(CurrencyEuroIcon_2.default, Object.assign({
|
|
2385
|
+
return (0, jsx_runtime_1.jsx)(CurrencyEuroIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2386
2386
|
});
|
|
2387
2387
|
const CurrencyPoundIcon_2 = __importDefault(require("@heroicons/react/24/solid/CurrencyPoundIcon"));
|
|
2388
2388
|
exports.CurrencyPoundIconSolid = (0, react_1.forwardRef)(function CurrencyPoundIconSolid(_a, ref) {
|
|
2389
2389
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2390
|
-
return (0, jsx_runtime_1.jsx)(CurrencyPoundIcon_2.default, Object.assign({
|
|
2390
|
+
return (0, jsx_runtime_1.jsx)(CurrencyPoundIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2391
2391
|
});
|
|
2392
2392
|
const CurrencyRupeeIcon_2 = __importDefault(require("@heroicons/react/24/solid/CurrencyRupeeIcon"));
|
|
2393
2393
|
exports.CurrencyRupeeIconSolid = (0, react_1.forwardRef)(function CurrencyRupeeIconSolid(_a, ref) {
|
|
2394
2394
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2395
|
-
return (0, jsx_runtime_1.jsx)(CurrencyRupeeIcon_2.default, Object.assign({
|
|
2395
|
+
return (0, jsx_runtime_1.jsx)(CurrencyRupeeIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2396
2396
|
});
|
|
2397
2397
|
const CurrencyYenIcon_2 = __importDefault(require("@heroicons/react/24/solid/CurrencyYenIcon"));
|
|
2398
2398
|
exports.CurrencyYenIconSolid = (0, react_1.forwardRef)(function CurrencyYenIconSolid(_a, ref) {
|
|
2399
2399
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2400
|
-
return (0, jsx_runtime_1.jsx)(CurrencyYenIcon_2.default, Object.assign({
|
|
2400
|
+
return (0, jsx_runtime_1.jsx)(CurrencyYenIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2401
2401
|
});
|
|
2402
2402
|
const CursorArrowRaysIcon_2 = __importDefault(require("@heroicons/react/24/solid/CursorArrowRaysIcon"));
|
|
2403
2403
|
exports.CursorArrowRaysIconSolid = (0, react_1.forwardRef)(function CursorArrowRaysIconSolid(_a, ref) {
|
|
2404
2404
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2405
|
-
return (0, jsx_runtime_1.jsx)(CursorArrowRaysIcon_2.default, Object.assign({
|
|
2405
|
+
return (0, jsx_runtime_1.jsx)(CursorArrowRaysIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2406
2406
|
});
|
|
2407
2407
|
const CursorArrowRippleIcon_2 = __importDefault(require("@heroicons/react/24/solid/CursorArrowRippleIcon"));
|
|
2408
2408
|
exports.CursorArrowRippleIconSolid = (0, react_1.forwardRef)(function CursorArrowRippleIconSolid(_a, ref) {
|
|
2409
2409
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2410
|
-
return (0, jsx_runtime_1.jsx)(CursorArrowRippleIcon_2.default, Object.assign({
|
|
2410
|
+
return (0, jsx_runtime_1.jsx)(CursorArrowRippleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2411
2411
|
});
|
|
2412
2412
|
const DevicePhoneMobileIcon_2 = __importDefault(require("@heroicons/react/24/solid/DevicePhoneMobileIcon"));
|
|
2413
2413
|
exports.DevicePhoneMobileIconSolid = (0, react_1.forwardRef)(function DevicePhoneMobileIconSolid(_a, ref) {
|
|
2414
2414
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2415
|
-
return (0, jsx_runtime_1.jsx)(DevicePhoneMobileIcon_2.default, Object.assign({
|
|
2415
|
+
return (0, jsx_runtime_1.jsx)(DevicePhoneMobileIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2416
2416
|
});
|
|
2417
2417
|
const DeviceTabletIcon_2 = __importDefault(require("@heroicons/react/24/solid/DeviceTabletIcon"));
|
|
2418
2418
|
exports.DeviceTabletIconSolid = (0, react_1.forwardRef)(function DeviceTabletIconSolid(_a, ref) {
|
|
2419
2419
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2420
|
-
return (0, jsx_runtime_1.jsx)(DeviceTabletIcon_2.default, Object.assign({
|
|
2420
|
+
return (0, jsx_runtime_1.jsx)(DeviceTabletIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2421
2421
|
});
|
|
2422
2422
|
const DivideIcon_2 = __importDefault(require("@heroicons/react/24/solid/DivideIcon"));
|
|
2423
2423
|
exports.DivideIconSolid = (0, react_1.forwardRef)(function DivideIconSolid(_a, ref) {
|
|
2424
2424
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2425
|
-
return (0, jsx_runtime_1.jsx)(DivideIcon_2.default, Object.assign({
|
|
2425
|
+
return (0, jsx_runtime_1.jsx)(DivideIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2426
2426
|
});
|
|
2427
2427
|
const DocumentArrowDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentArrowDownIcon"));
|
|
2428
2428
|
exports.DocumentArrowDownIconSolid = (0, react_1.forwardRef)(function DocumentArrowDownIconSolid(_a, ref) {
|
|
2429
2429
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2430
|
-
return (0, jsx_runtime_1.jsx)(DocumentArrowDownIcon_2.default, Object.assign({
|
|
2430
|
+
return (0, jsx_runtime_1.jsx)(DocumentArrowDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2431
2431
|
});
|
|
2432
2432
|
const DocumentArrowUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentArrowUpIcon"));
|
|
2433
2433
|
exports.DocumentArrowUpIconSolid = (0, react_1.forwardRef)(function DocumentArrowUpIconSolid(_a, ref) {
|
|
2434
2434
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2435
|
-
return (0, jsx_runtime_1.jsx)(DocumentArrowUpIcon_2.default, Object.assign({
|
|
2435
|
+
return (0, jsx_runtime_1.jsx)(DocumentArrowUpIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2436
2436
|
});
|
|
2437
2437
|
const DocumentChartBarIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentChartBarIcon"));
|
|
2438
2438
|
exports.DocumentChartBarIconSolid = (0, react_1.forwardRef)(function DocumentChartBarIconSolid(_a, ref) {
|
|
2439
2439
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2440
|
-
return (0, jsx_runtime_1.jsx)(DocumentChartBarIcon_2.default, Object.assign({
|
|
2440
|
+
return (0, jsx_runtime_1.jsx)(DocumentChartBarIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2441
2441
|
});
|
|
2442
2442
|
const DocumentCheckIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentCheckIcon"));
|
|
2443
2443
|
exports.DocumentCheckIconSolid = (0, react_1.forwardRef)(function DocumentCheckIconSolid(_a, ref) {
|
|
2444
2444
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2445
|
-
return (0, jsx_runtime_1.jsx)(DocumentCheckIcon_2.default, Object.assign({
|
|
2445
|
+
return (0, jsx_runtime_1.jsx)(DocumentCheckIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2446
2446
|
});
|
|
2447
2447
|
const DocumentCurrencyBangladeshiIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentCurrencyBangladeshiIcon"));
|
|
2448
2448
|
exports.DocumentCurrencyBangladeshiIconSolid = (0, react_1.forwardRef)(function DocumentCurrencyBangladeshiIconSolid(_a, ref) {
|
|
2449
2449
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2450
|
-
return (0, jsx_runtime_1.jsx)(DocumentCurrencyBangladeshiIcon_2.default, Object.assign({
|
|
2450
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyBangladeshiIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2451
2451
|
});
|
|
2452
2452
|
const DocumentCurrencyDollarIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentCurrencyDollarIcon"));
|
|
2453
2453
|
exports.DocumentCurrencyDollarIconSolid = (0, react_1.forwardRef)(function DocumentCurrencyDollarIconSolid(_a, ref) {
|
|
2454
2454
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2455
|
-
return (0, jsx_runtime_1.jsx)(DocumentCurrencyDollarIcon_2.default, Object.assign({
|
|
2455
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyDollarIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2456
2456
|
});
|
|
2457
2457
|
const DocumentCurrencyEuroIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentCurrencyEuroIcon"));
|
|
2458
2458
|
exports.DocumentCurrencyEuroIconSolid = (0, react_1.forwardRef)(function DocumentCurrencyEuroIconSolid(_a, ref) {
|
|
2459
2459
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2460
|
-
return (0, jsx_runtime_1.jsx)(DocumentCurrencyEuroIcon_2.default, Object.assign({
|
|
2460
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyEuroIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2461
2461
|
});
|
|
2462
2462
|
const DocumentCurrencyPoundIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentCurrencyPoundIcon"));
|
|
2463
2463
|
exports.DocumentCurrencyPoundIconSolid = (0, react_1.forwardRef)(function DocumentCurrencyPoundIconSolid(_a, ref) {
|
|
2464
2464
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2465
|
-
return (0, jsx_runtime_1.jsx)(DocumentCurrencyPoundIcon_2.default, Object.assign({
|
|
2465
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyPoundIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2466
2466
|
});
|
|
2467
2467
|
const DocumentCurrencyRupeeIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentCurrencyRupeeIcon"));
|
|
2468
2468
|
exports.DocumentCurrencyRupeeIconSolid = (0, react_1.forwardRef)(function DocumentCurrencyRupeeIconSolid(_a, ref) {
|
|
2469
2469
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2470
|
-
return (0, jsx_runtime_1.jsx)(DocumentCurrencyRupeeIcon_2.default, Object.assign({
|
|
2470
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyRupeeIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2471
2471
|
});
|
|
2472
2472
|
const DocumentCurrencyYenIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentCurrencyYenIcon"));
|
|
2473
2473
|
exports.DocumentCurrencyYenIconSolid = (0, react_1.forwardRef)(function DocumentCurrencyYenIconSolid(_a, ref) {
|
|
2474
2474
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2475
|
-
return (0, jsx_runtime_1.jsx)(DocumentCurrencyYenIcon_2.default, Object.assign({
|
|
2475
|
+
return (0, jsx_runtime_1.jsx)(DocumentCurrencyYenIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2476
2476
|
});
|
|
2477
2477
|
const DocumentDuplicateIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentDuplicateIcon"));
|
|
2478
2478
|
exports.DocumentDuplicateIconSolid = (0, react_1.forwardRef)(function DocumentDuplicateIconSolid(_a, ref) {
|
|
2479
2479
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2480
|
-
return (0, jsx_runtime_1.jsx)(DocumentDuplicateIcon_2.default, Object.assign({
|
|
2480
|
+
return (0, jsx_runtime_1.jsx)(DocumentDuplicateIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2481
2481
|
});
|
|
2482
2482
|
const DocumentMagnifyingGlassIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentMagnifyingGlassIcon"));
|
|
2483
2483
|
exports.DocumentMagnifyingGlassIconSolid = (0, react_1.forwardRef)(function DocumentMagnifyingGlassIconSolid(_a, ref) {
|
|
2484
2484
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2485
|
-
return (0, jsx_runtime_1.jsx)(DocumentMagnifyingGlassIcon_2.default, Object.assign({
|
|
2485
|
+
return (0, jsx_runtime_1.jsx)(DocumentMagnifyingGlassIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2486
2486
|
});
|
|
2487
2487
|
const DocumentMinusIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentMinusIcon"));
|
|
2488
2488
|
exports.DocumentMinusIconSolid = (0, react_1.forwardRef)(function DocumentMinusIconSolid(_a, ref) {
|
|
2489
2489
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2490
|
-
return (0, jsx_runtime_1.jsx)(DocumentMinusIcon_2.default, Object.assign({
|
|
2490
|
+
return (0, jsx_runtime_1.jsx)(DocumentMinusIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2491
2491
|
});
|
|
2492
2492
|
const DocumentPlusIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentPlusIcon"));
|
|
2493
2493
|
exports.DocumentPlusIconSolid = (0, react_1.forwardRef)(function DocumentPlusIconSolid(_a, ref) {
|
|
2494
2494
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2495
|
-
return (0, jsx_runtime_1.jsx)(DocumentPlusIcon_2.default, Object.assign({
|
|
2495
|
+
return (0, jsx_runtime_1.jsx)(DocumentPlusIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2496
2496
|
});
|
|
2497
2497
|
const DocumentTextIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentTextIcon"));
|
|
2498
2498
|
exports.DocumentTextIconSolid = (0, react_1.forwardRef)(function DocumentTextIconSolid(_a, ref) {
|
|
2499
2499
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2500
|
-
return (0, jsx_runtime_1.jsx)(DocumentTextIcon_2.default, Object.assign({
|
|
2500
|
+
return (0, jsx_runtime_1.jsx)(DocumentTextIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2501
2501
|
});
|
|
2502
2502
|
const DocumentIcon_2 = __importDefault(require("@heroicons/react/24/solid/DocumentIcon"));
|
|
2503
2503
|
exports.DocumentIconSolid = (0, react_1.forwardRef)(function DocumentIconSolid(_a, ref) {
|
|
2504
2504
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2505
|
-
return (0, jsx_runtime_1.jsx)(DocumentIcon_2.default, Object.assign({
|
|
2505
|
+
return (0, jsx_runtime_1.jsx)(DocumentIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2506
2506
|
});
|
|
2507
2507
|
const EllipsisHorizontalCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/EllipsisHorizontalCircleIcon"));
|
|
2508
2508
|
exports.EllipsisHorizontalCircleIconSolid = (0, react_1.forwardRef)(function EllipsisHorizontalCircleIconSolid(_a, ref) {
|
|
2509
2509
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2510
|
-
return (0, jsx_runtime_1.jsx)(EllipsisHorizontalCircleIcon_2.default, Object.assign({
|
|
2510
|
+
return (0, jsx_runtime_1.jsx)(EllipsisHorizontalCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2511
2511
|
});
|
|
2512
2512
|
const EllipsisHorizontalIcon_2 = __importDefault(require("@heroicons/react/24/solid/EllipsisHorizontalIcon"));
|
|
2513
2513
|
exports.EllipsisHorizontalIconSolid = (0, react_1.forwardRef)(function EllipsisHorizontalIconSolid(_a, ref) {
|
|
2514
2514
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2515
|
-
return (0, jsx_runtime_1.jsx)(EllipsisHorizontalIcon_2.default, Object.assign({
|
|
2515
|
+
return (0, jsx_runtime_1.jsx)(EllipsisHorizontalIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2516
2516
|
});
|
|
2517
2517
|
const EllipsisVerticalIcon_2 = __importDefault(require("@heroicons/react/24/solid/EllipsisVerticalIcon"));
|
|
2518
2518
|
exports.EllipsisVerticalIconSolid = (0, react_1.forwardRef)(function EllipsisVerticalIconSolid(_a, ref) {
|
|
2519
2519
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2520
|
-
return (0, jsx_runtime_1.jsx)(EllipsisVerticalIcon_2.default, Object.assign({
|
|
2520
|
+
return (0, jsx_runtime_1.jsx)(EllipsisVerticalIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2521
2521
|
});
|
|
2522
2522
|
const EnvelopeOpenIcon_2 = __importDefault(require("@heroicons/react/24/solid/EnvelopeOpenIcon"));
|
|
2523
2523
|
exports.EnvelopeOpenIconSolid = (0, react_1.forwardRef)(function EnvelopeOpenIconSolid(_a, ref) {
|
|
2524
2524
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2525
|
-
return (0, jsx_runtime_1.jsx)(EnvelopeOpenIcon_2.default, Object.assign({
|
|
2525
|
+
return (0, jsx_runtime_1.jsx)(EnvelopeOpenIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2526
2526
|
});
|
|
2527
2527
|
const EnvelopeIcon_2 = __importDefault(require("@heroicons/react/24/solid/EnvelopeIcon"));
|
|
2528
2528
|
exports.EnvelopeIconSolid = (0, react_1.forwardRef)(function EnvelopeIconSolid(_a, ref) {
|
|
2529
2529
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2530
|
-
return (0, jsx_runtime_1.jsx)(EnvelopeIcon_2.default, Object.assign({
|
|
2530
|
+
return (0, jsx_runtime_1.jsx)(EnvelopeIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2531
2531
|
});
|
|
2532
2532
|
const EqualsIcon_2 = __importDefault(require("@heroicons/react/24/solid/EqualsIcon"));
|
|
2533
2533
|
exports.EqualsIconSolid = (0, react_1.forwardRef)(function EqualsIconSolid(_a, ref) {
|
|
2534
2534
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2535
|
-
return (0, jsx_runtime_1.jsx)(EqualsIcon_2.default, Object.assign({
|
|
2535
|
+
return (0, jsx_runtime_1.jsx)(EqualsIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2536
2536
|
});
|
|
2537
2537
|
const ExclamationCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ExclamationCircleIcon"));
|
|
2538
2538
|
exports.ExclamationCircleIconSolid = (0, react_1.forwardRef)(function ExclamationCircleIconSolid(_a, ref) {
|
|
2539
2539
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2540
|
-
return (0, jsx_runtime_1.jsx)(ExclamationCircleIcon_2.default, Object.assign({
|
|
2540
|
+
return (0, jsx_runtime_1.jsx)(ExclamationCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2541
2541
|
});
|
|
2542
2542
|
const ExclamationTriangleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ExclamationTriangleIcon"));
|
|
2543
2543
|
exports.ExclamationTriangleIconSolid = (0, react_1.forwardRef)(function ExclamationTriangleIconSolid(_a, ref) {
|
|
2544
2544
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2545
|
-
return (0, jsx_runtime_1.jsx)(ExclamationTriangleIcon_2.default, Object.assign({
|
|
2545
|
+
return (0, jsx_runtime_1.jsx)(ExclamationTriangleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2546
2546
|
});
|
|
2547
2547
|
const EyeDropperIcon_2 = __importDefault(require("@heroicons/react/24/solid/EyeDropperIcon"));
|
|
2548
2548
|
exports.EyeDropperIconSolid = (0, react_1.forwardRef)(function EyeDropperIconSolid(_a, ref) {
|
|
2549
2549
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2550
|
-
return (0, jsx_runtime_1.jsx)(EyeDropperIcon_2.default, Object.assign({
|
|
2550
|
+
return (0, jsx_runtime_1.jsx)(EyeDropperIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2551
2551
|
});
|
|
2552
2552
|
const EyeSlashIcon_2 = __importDefault(require("@heroicons/react/24/solid/EyeSlashIcon"));
|
|
2553
2553
|
exports.EyeSlashIconSolid = (0, react_1.forwardRef)(function EyeSlashIconSolid(_a, ref) {
|
|
2554
2554
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2555
|
-
return (0, jsx_runtime_1.jsx)(EyeSlashIcon_2.default, Object.assign({
|
|
2555
|
+
return (0, jsx_runtime_1.jsx)(EyeSlashIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2556
2556
|
});
|
|
2557
2557
|
const EyeIcon_2 = __importDefault(require("@heroicons/react/24/solid/EyeIcon"));
|
|
2558
2558
|
exports.EyeIconSolid = (0, react_1.forwardRef)(function EyeIconSolid(_a, ref) {
|
|
2559
2559
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2560
|
-
return (0, jsx_runtime_1.jsx)(EyeIcon_2.default, Object.assign({
|
|
2560
|
+
return (0, jsx_runtime_1.jsx)(EyeIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2561
2561
|
});
|
|
2562
2562
|
const FaceFrownIcon_2 = __importDefault(require("@heroicons/react/24/solid/FaceFrownIcon"));
|
|
2563
2563
|
exports.FaceFrownIconSolid = (0, react_1.forwardRef)(function FaceFrownIconSolid(_a, ref) {
|
|
2564
2564
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2565
|
-
return (0, jsx_runtime_1.jsx)(FaceFrownIcon_2.default, Object.assign({
|
|
2565
|
+
return (0, jsx_runtime_1.jsx)(FaceFrownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2566
2566
|
});
|
|
2567
2567
|
const FaceSmileIcon_2 = __importDefault(require("@heroicons/react/24/solid/FaceSmileIcon"));
|
|
2568
2568
|
exports.FaceSmileIconSolid = (0, react_1.forwardRef)(function FaceSmileIconSolid(_a, ref) {
|
|
2569
2569
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2570
|
-
return (0, jsx_runtime_1.jsx)(FaceSmileIcon_2.default, Object.assign({
|
|
2570
|
+
return (0, jsx_runtime_1.jsx)(FaceSmileIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2571
2571
|
});
|
|
2572
2572
|
const FilmIcon_2 = __importDefault(require("@heroicons/react/24/solid/FilmIcon"));
|
|
2573
2573
|
exports.FilmIconSolid = (0, react_1.forwardRef)(function FilmIconSolid(_a, ref) {
|
|
2574
2574
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2575
|
-
return (0, jsx_runtime_1.jsx)(FilmIcon_2.default, Object.assign({
|
|
2575
|
+
return (0, jsx_runtime_1.jsx)(FilmIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2576
2576
|
});
|
|
2577
2577
|
const FingerPrintIcon_2 = __importDefault(require("@heroicons/react/24/solid/FingerPrintIcon"));
|
|
2578
2578
|
exports.FingerPrintIconSolid = (0, react_1.forwardRef)(function FingerPrintIconSolid(_a, ref) {
|
|
2579
2579
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2580
|
-
return (0, jsx_runtime_1.jsx)(FingerPrintIcon_2.default, Object.assign({
|
|
2580
|
+
return (0, jsx_runtime_1.jsx)(FingerPrintIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2581
2581
|
});
|
|
2582
2582
|
const FireIcon_2 = __importDefault(require("@heroicons/react/24/solid/FireIcon"));
|
|
2583
2583
|
exports.FireIconSolid = (0, react_1.forwardRef)(function FireIconSolid(_a, ref) {
|
|
2584
2584
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2585
|
-
return (0, jsx_runtime_1.jsx)(FireIcon_2.default, Object.assign({
|
|
2585
|
+
return (0, jsx_runtime_1.jsx)(FireIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2586
2586
|
});
|
|
2587
2587
|
const FlagIcon_2 = __importDefault(require("@heroicons/react/24/solid/FlagIcon"));
|
|
2588
2588
|
exports.FlagIconSolid = (0, react_1.forwardRef)(function FlagIconSolid(_a, ref) {
|
|
2589
2589
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2590
|
-
return (0, jsx_runtime_1.jsx)(FlagIcon_2.default, Object.assign({
|
|
2590
|
+
return (0, jsx_runtime_1.jsx)(FlagIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2591
2591
|
});
|
|
2592
2592
|
const FolderArrowDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/FolderArrowDownIcon"));
|
|
2593
2593
|
exports.FolderArrowDownIconSolid = (0, react_1.forwardRef)(function FolderArrowDownIconSolid(_a, ref) {
|
|
2594
2594
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2595
|
-
return (0, jsx_runtime_1.jsx)(FolderArrowDownIcon_2.default, Object.assign({
|
|
2595
|
+
return (0, jsx_runtime_1.jsx)(FolderArrowDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2596
2596
|
});
|
|
2597
2597
|
const FolderMinusIcon_2 = __importDefault(require("@heroicons/react/24/solid/FolderMinusIcon"));
|
|
2598
2598
|
exports.FolderMinusIconSolid = (0, react_1.forwardRef)(function FolderMinusIconSolid(_a, ref) {
|
|
2599
2599
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2600
|
-
return (0, jsx_runtime_1.jsx)(FolderMinusIcon_2.default, Object.assign({
|
|
2600
|
+
return (0, jsx_runtime_1.jsx)(FolderMinusIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2601
2601
|
});
|
|
2602
2602
|
const FolderOpenIcon_2 = __importDefault(require("@heroicons/react/24/solid/FolderOpenIcon"));
|
|
2603
2603
|
exports.FolderOpenIconSolid = (0, react_1.forwardRef)(function FolderOpenIconSolid(_a, ref) {
|
|
2604
2604
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2605
|
-
return (0, jsx_runtime_1.jsx)(FolderOpenIcon_2.default, Object.assign({
|
|
2605
|
+
return (0, jsx_runtime_1.jsx)(FolderOpenIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2606
2606
|
});
|
|
2607
2607
|
const FolderPlusIcon_2 = __importDefault(require("@heroicons/react/24/solid/FolderPlusIcon"));
|
|
2608
2608
|
exports.FolderPlusIconSolid = (0, react_1.forwardRef)(function FolderPlusIconSolid(_a, ref) {
|
|
2609
2609
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2610
|
-
return (0, jsx_runtime_1.jsx)(FolderPlusIcon_2.default, Object.assign({
|
|
2610
|
+
return (0, jsx_runtime_1.jsx)(FolderPlusIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2611
2611
|
});
|
|
2612
2612
|
const FolderIcon_2 = __importDefault(require("@heroicons/react/24/solid/FolderIcon"));
|
|
2613
2613
|
exports.FolderIconSolid = (0, react_1.forwardRef)(function FolderIconSolid(_a, ref) {
|
|
2614
2614
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2615
|
-
return (0, jsx_runtime_1.jsx)(FolderIcon_2.default, Object.assign({
|
|
2615
|
+
return (0, jsx_runtime_1.jsx)(FolderIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2616
2616
|
});
|
|
2617
2617
|
const ForwardIcon_2 = __importDefault(require("@heroicons/react/24/solid/ForwardIcon"));
|
|
2618
2618
|
exports.ForwardIconSolid = (0, react_1.forwardRef)(function ForwardIconSolid(_a, ref) {
|
|
2619
2619
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2620
|
-
return (0, jsx_runtime_1.jsx)(ForwardIcon_2.default, Object.assign({
|
|
2620
|
+
return (0, jsx_runtime_1.jsx)(ForwardIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2621
2621
|
});
|
|
2622
2622
|
const FunnelIcon_2 = __importDefault(require("@heroicons/react/24/solid/FunnelIcon"));
|
|
2623
2623
|
exports.FunnelIconSolid = (0, react_1.forwardRef)(function FunnelIconSolid(_a, ref) {
|
|
2624
2624
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2625
|
-
return (0, jsx_runtime_1.jsx)(FunnelIcon_2.default, Object.assign({
|
|
2625
|
+
return (0, jsx_runtime_1.jsx)(FunnelIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2626
2626
|
});
|
|
2627
2627
|
const GifIcon_2 = __importDefault(require("@heroicons/react/24/solid/GifIcon"));
|
|
2628
2628
|
exports.GifIconSolid = (0, react_1.forwardRef)(function GifIconSolid(_a, ref) {
|
|
2629
2629
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2630
|
-
return (0, jsx_runtime_1.jsx)(GifIcon_2.default, Object.assign({
|
|
2630
|
+
return (0, jsx_runtime_1.jsx)(GifIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2631
2631
|
});
|
|
2632
2632
|
const GiftTopIcon_2 = __importDefault(require("@heroicons/react/24/solid/GiftTopIcon"));
|
|
2633
2633
|
exports.GiftTopIconSolid = (0, react_1.forwardRef)(function GiftTopIconSolid(_a, ref) {
|
|
2634
2634
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2635
|
-
return (0, jsx_runtime_1.jsx)(GiftTopIcon_2.default, Object.assign({
|
|
2635
|
+
return (0, jsx_runtime_1.jsx)(GiftTopIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2636
2636
|
});
|
|
2637
2637
|
const GiftIcon_2 = __importDefault(require("@heroicons/react/24/solid/GiftIcon"));
|
|
2638
2638
|
exports.GiftIconSolid = (0, react_1.forwardRef)(function GiftIconSolid(_a, ref) {
|
|
2639
2639
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2640
|
-
return (0, jsx_runtime_1.jsx)(GiftIcon_2.default, Object.assign({
|
|
2640
|
+
return (0, jsx_runtime_1.jsx)(GiftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2641
2641
|
});
|
|
2642
2642
|
const GlobeAltIcon_2 = __importDefault(require("@heroicons/react/24/solid/GlobeAltIcon"));
|
|
2643
2643
|
exports.GlobeAltIconSolid = (0, react_1.forwardRef)(function GlobeAltIconSolid(_a, ref) {
|
|
2644
2644
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2645
|
-
return (0, jsx_runtime_1.jsx)(GlobeAltIcon_2.default, Object.assign({
|
|
2645
|
+
return (0, jsx_runtime_1.jsx)(GlobeAltIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2646
2646
|
});
|
|
2647
2647
|
const GlobeAmericasIcon_2 = __importDefault(require("@heroicons/react/24/solid/GlobeAmericasIcon"));
|
|
2648
2648
|
exports.GlobeAmericasIconSolid = (0, react_1.forwardRef)(function GlobeAmericasIconSolid(_a, ref) {
|
|
2649
2649
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2650
|
-
return (0, jsx_runtime_1.jsx)(GlobeAmericasIcon_2.default, Object.assign({
|
|
2650
|
+
return (0, jsx_runtime_1.jsx)(GlobeAmericasIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2651
2651
|
});
|
|
2652
2652
|
const GlobeAsiaAustraliaIcon_2 = __importDefault(require("@heroicons/react/24/solid/GlobeAsiaAustraliaIcon"));
|
|
2653
2653
|
exports.GlobeAsiaAustraliaIconSolid = (0, react_1.forwardRef)(function GlobeAsiaAustraliaIconSolid(_a, ref) {
|
|
2654
2654
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2655
|
-
return (0, jsx_runtime_1.jsx)(GlobeAsiaAustraliaIcon_2.default, Object.assign({
|
|
2655
|
+
return (0, jsx_runtime_1.jsx)(GlobeAsiaAustraliaIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2656
2656
|
});
|
|
2657
2657
|
const GlobeEuropeAfricaIcon_2 = __importDefault(require("@heroicons/react/24/solid/GlobeEuropeAfricaIcon"));
|
|
2658
2658
|
exports.GlobeEuropeAfricaIconSolid = (0, react_1.forwardRef)(function GlobeEuropeAfricaIconSolid(_a, ref) {
|
|
2659
2659
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2660
|
-
return (0, jsx_runtime_1.jsx)(GlobeEuropeAfricaIcon_2.default, Object.assign({
|
|
2660
|
+
return (0, jsx_runtime_1.jsx)(GlobeEuropeAfricaIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2661
2661
|
});
|
|
2662
2662
|
const H1Icon_2 = __importDefault(require("@heroicons/react/24/solid/H1Icon"));
|
|
2663
2663
|
exports.H1IconSolid = (0, react_1.forwardRef)(function H1IconSolid(_a, ref) {
|
|
2664
2664
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2665
|
-
return (0, jsx_runtime_1.jsx)(H1Icon_2.default, Object.assign({
|
|
2665
|
+
return (0, jsx_runtime_1.jsx)(H1Icon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2666
2666
|
});
|
|
2667
2667
|
const H2Icon_2 = __importDefault(require("@heroicons/react/24/solid/H2Icon"));
|
|
2668
2668
|
exports.H2IconSolid = (0, react_1.forwardRef)(function H2IconSolid(_a, ref) {
|
|
2669
2669
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2670
|
-
return (0, jsx_runtime_1.jsx)(H2Icon_2.default, Object.assign({
|
|
2670
|
+
return (0, jsx_runtime_1.jsx)(H2Icon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2671
2671
|
});
|
|
2672
2672
|
const H3Icon_2 = __importDefault(require("@heroicons/react/24/solid/H3Icon"));
|
|
2673
2673
|
exports.H3IconSolid = (0, react_1.forwardRef)(function H3IconSolid(_a, ref) {
|
|
2674
2674
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2675
|
-
return (0, jsx_runtime_1.jsx)(H3Icon_2.default, Object.assign({
|
|
2675
|
+
return (0, jsx_runtime_1.jsx)(H3Icon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2676
2676
|
});
|
|
2677
2677
|
const HandRaisedIcon_2 = __importDefault(require("@heroicons/react/24/solid/HandRaisedIcon"));
|
|
2678
2678
|
exports.HandRaisedIconSolid = (0, react_1.forwardRef)(function HandRaisedIconSolid(_a, ref) {
|
|
2679
2679
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2680
|
-
return (0, jsx_runtime_1.jsx)(HandRaisedIcon_2.default, Object.assign({
|
|
2680
|
+
return (0, jsx_runtime_1.jsx)(HandRaisedIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2681
2681
|
});
|
|
2682
2682
|
const HandThumbDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/HandThumbDownIcon"));
|
|
2683
2683
|
exports.HandThumbDownIconSolid = (0, react_1.forwardRef)(function HandThumbDownIconSolid(_a, ref) {
|
|
2684
2684
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2685
|
-
return (0, jsx_runtime_1.jsx)(HandThumbDownIcon_2.default, Object.assign({
|
|
2685
|
+
return (0, jsx_runtime_1.jsx)(HandThumbDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2686
2686
|
});
|
|
2687
2687
|
const HandThumbUpIcon_2 = __importDefault(require("@heroicons/react/24/solid/HandThumbUpIcon"));
|
|
2688
2688
|
exports.HandThumbUpIconSolid = (0, react_1.forwardRef)(function HandThumbUpIconSolid(_a, ref) {
|
|
2689
2689
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2690
|
-
return (0, jsx_runtime_1.jsx)(HandThumbUpIcon_2.default, Object.assign({
|
|
2690
|
+
return (0, jsx_runtime_1.jsx)(HandThumbUpIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2691
2691
|
});
|
|
2692
2692
|
const HashtagIcon_2 = __importDefault(require("@heroicons/react/24/solid/HashtagIcon"));
|
|
2693
2693
|
exports.HashtagIconSolid = (0, react_1.forwardRef)(function HashtagIconSolid(_a, ref) {
|
|
2694
2694
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2695
|
-
return (0, jsx_runtime_1.jsx)(HashtagIcon_2.default, Object.assign({
|
|
2695
|
+
return (0, jsx_runtime_1.jsx)(HashtagIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2696
2696
|
});
|
|
2697
2697
|
const HeartIcon_2 = __importDefault(require("@heroicons/react/24/solid/HeartIcon"));
|
|
2698
2698
|
exports.HeartIconSolid = (0, react_1.forwardRef)(function HeartIconSolid(_a, ref) {
|
|
2699
2699
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2700
|
-
return (0, jsx_runtime_1.jsx)(HeartIcon_2.default, Object.assign({
|
|
2700
|
+
return (0, jsx_runtime_1.jsx)(HeartIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2701
2701
|
});
|
|
2702
2702
|
const HomeModernIcon_2 = __importDefault(require("@heroicons/react/24/solid/HomeModernIcon"));
|
|
2703
2703
|
exports.HomeModernIconSolid = (0, react_1.forwardRef)(function HomeModernIconSolid(_a, ref) {
|
|
2704
2704
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2705
|
-
return (0, jsx_runtime_1.jsx)(HomeModernIcon_2.default, Object.assign({
|
|
2705
|
+
return (0, jsx_runtime_1.jsx)(HomeModernIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2706
2706
|
});
|
|
2707
2707
|
const HomeIcon_2 = __importDefault(require("@heroicons/react/24/solid/HomeIcon"));
|
|
2708
2708
|
exports.HomeIconSolid = (0, react_1.forwardRef)(function HomeIconSolid(_a, ref) {
|
|
2709
2709
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2710
|
-
return (0, jsx_runtime_1.jsx)(HomeIcon_2.default, Object.assign({
|
|
2710
|
+
return (0, jsx_runtime_1.jsx)(HomeIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2711
2711
|
});
|
|
2712
2712
|
const IdentificationIcon_2 = __importDefault(require("@heroicons/react/24/solid/IdentificationIcon"));
|
|
2713
2713
|
exports.IdentificationIconSolid = (0, react_1.forwardRef)(function IdentificationIconSolid(_a, ref) {
|
|
2714
2714
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2715
|
-
return (0, jsx_runtime_1.jsx)(IdentificationIcon_2.default, Object.assign({
|
|
2715
|
+
return (0, jsx_runtime_1.jsx)(IdentificationIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2716
2716
|
});
|
|
2717
2717
|
const InboxArrowDownIcon_2 = __importDefault(require("@heroicons/react/24/solid/InboxArrowDownIcon"));
|
|
2718
2718
|
exports.InboxArrowDownIconSolid = (0, react_1.forwardRef)(function InboxArrowDownIconSolid(_a, ref) {
|
|
2719
2719
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2720
|
-
return (0, jsx_runtime_1.jsx)(InboxArrowDownIcon_2.default, Object.assign({
|
|
2720
|
+
return (0, jsx_runtime_1.jsx)(InboxArrowDownIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2721
2721
|
});
|
|
2722
2722
|
const InboxStackIcon_2 = __importDefault(require("@heroicons/react/24/solid/InboxStackIcon"));
|
|
2723
2723
|
exports.InboxStackIconSolid = (0, react_1.forwardRef)(function InboxStackIconSolid(_a, ref) {
|
|
2724
2724
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2725
|
-
return (0, jsx_runtime_1.jsx)(InboxStackIcon_2.default, Object.assign({
|
|
2725
|
+
return (0, jsx_runtime_1.jsx)(InboxStackIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2726
2726
|
});
|
|
2727
2727
|
const InboxIcon_2 = __importDefault(require("@heroicons/react/24/solid/InboxIcon"));
|
|
2728
2728
|
exports.InboxIconSolid = (0, react_1.forwardRef)(function InboxIconSolid(_a, ref) {
|
|
2729
2729
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2730
|
-
return (0, jsx_runtime_1.jsx)(InboxIcon_2.default, Object.assign({
|
|
2730
|
+
return (0, jsx_runtime_1.jsx)(InboxIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2731
2731
|
});
|
|
2732
2732
|
const InformationCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/InformationCircleIcon"));
|
|
2733
2733
|
exports.InformationCircleIconSolid = (0, react_1.forwardRef)(function InformationCircleIconSolid(_a, ref) {
|
|
2734
2734
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2735
|
-
return (0, jsx_runtime_1.jsx)(InformationCircleIcon_2.default, Object.assign({
|
|
2735
|
+
return (0, jsx_runtime_1.jsx)(InformationCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2736
2736
|
});
|
|
2737
2737
|
const ItalicIcon_2 = __importDefault(require("@heroicons/react/24/solid/ItalicIcon"));
|
|
2738
2738
|
exports.ItalicIconSolid = (0, react_1.forwardRef)(function ItalicIconSolid(_a, ref) {
|
|
2739
2739
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2740
|
-
return (0, jsx_runtime_1.jsx)(ItalicIcon_2.default, Object.assign({
|
|
2740
|
+
return (0, jsx_runtime_1.jsx)(ItalicIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2741
2741
|
});
|
|
2742
2742
|
const KeyIcon_2 = __importDefault(require("@heroicons/react/24/solid/KeyIcon"));
|
|
2743
2743
|
exports.KeyIconSolid = (0, react_1.forwardRef)(function KeyIconSolid(_a, ref) {
|
|
2744
2744
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2745
|
-
return (0, jsx_runtime_1.jsx)(KeyIcon_2.default, Object.assign({
|
|
2745
|
+
return (0, jsx_runtime_1.jsx)(KeyIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2746
2746
|
});
|
|
2747
2747
|
const LanguageIcon_2 = __importDefault(require("@heroicons/react/24/solid/LanguageIcon"));
|
|
2748
2748
|
exports.LanguageIconSolid = (0, react_1.forwardRef)(function LanguageIconSolid(_a, ref) {
|
|
2749
2749
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2750
|
-
return (0, jsx_runtime_1.jsx)(LanguageIcon_2.default, Object.assign({
|
|
2750
|
+
return (0, jsx_runtime_1.jsx)(LanguageIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2751
2751
|
});
|
|
2752
2752
|
const LifebuoyIcon_2 = __importDefault(require("@heroicons/react/24/solid/LifebuoyIcon"));
|
|
2753
2753
|
exports.LifebuoyIconSolid = (0, react_1.forwardRef)(function LifebuoyIconSolid(_a, ref) {
|
|
2754
2754
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2755
|
-
return (0, jsx_runtime_1.jsx)(LifebuoyIcon_2.default, Object.assign({
|
|
2755
|
+
return (0, jsx_runtime_1.jsx)(LifebuoyIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2756
2756
|
});
|
|
2757
2757
|
const LightBulbIcon_2 = __importDefault(require("@heroicons/react/24/solid/LightBulbIcon"));
|
|
2758
2758
|
exports.LightBulbIconSolid = (0, react_1.forwardRef)(function LightBulbIconSolid(_a, ref) {
|
|
2759
2759
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2760
|
-
return (0, jsx_runtime_1.jsx)(LightBulbIcon_2.default, Object.assign({
|
|
2760
|
+
return (0, jsx_runtime_1.jsx)(LightBulbIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2761
2761
|
});
|
|
2762
2762
|
const LinkSlashIcon_2 = __importDefault(require("@heroicons/react/24/solid/LinkSlashIcon"));
|
|
2763
2763
|
exports.LinkSlashIconSolid = (0, react_1.forwardRef)(function LinkSlashIconSolid(_a, ref) {
|
|
2764
2764
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2765
|
-
return (0, jsx_runtime_1.jsx)(LinkSlashIcon_2.default, Object.assign({
|
|
2765
|
+
return (0, jsx_runtime_1.jsx)(LinkSlashIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2766
2766
|
});
|
|
2767
2767
|
const LinkIcon_2 = __importDefault(require("@heroicons/react/24/solid/LinkIcon"));
|
|
2768
2768
|
exports.LinkIconSolid = (0, react_1.forwardRef)(function LinkIconSolid(_a, ref) {
|
|
2769
2769
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2770
|
-
return (0, jsx_runtime_1.jsx)(LinkIcon_2.default, Object.assign({
|
|
2770
|
+
return (0, jsx_runtime_1.jsx)(LinkIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2771
2771
|
});
|
|
2772
2772
|
const ListBulletIcon_2 = __importDefault(require("@heroicons/react/24/solid/ListBulletIcon"));
|
|
2773
2773
|
exports.ListBulletIconSolid = (0, react_1.forwardRef)(function ListBulletIconSolid(_a, ref) {
|
|
2774
2774
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2775
|
-
return (0, jsx_runtime_1.jsx)(ListBulletIcon_2.default, Object.assign({
|
|
2775
|
+
return (0, jsx_runtime_1.jsx)(ListBulletIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2776
2776
|
});
|
|
2777
2777
|
const LockClosedIcon_2 = __importDefault(require("@heroicons/react/24/solid/LockClosedIcon"));
|
|
2778
2778
|
exports.LockClosedIconSolid = (0, react_1.forwardRef)(function LockClosedIconSolid(_a, ref) {
|
|
2779
2779
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2780
|
-
return (0, jsx_runtime_1.jsx)(LockClosedIcon_2.default, Object.assign({
|
|
2780
|
+
return (0, jsx_runtime_1.jsx)(LockClosedIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2781
2781
|
});
|
|
2782
2782
|
const LockOpenIcon_2 = __importDefault(require("@heroicons/react/24/solid/LockOpenIcon"));
|
|
2783
2783
|
exports.LockOpenIconSolid = (0, react_1.forwardRef)(function LockOpenIconSolid(_a, ref) {
|
|
2784
2784
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2785
|
-
return (0, jsx_runtime_1.jsx)(LockOpenIcon_2.default, Object.assign({
|
|
2785
|
+
return (0, jsx_runtime_1.jsx)(LockOpenIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2786
2786
|
});
|
|
2787
2787
|
const MagnifyingGlassCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/MagnifyingGlassCircleIcon"));
|
|
2788
2788
|
exports.MagnifyingGlassCircleIconSolid = (0, react_1.forwardRef)(function MagnifyingGlassCircleIconSolid(_a, ref) {
|
|
2789
2789
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2790
|
-
return (0, jsx_runtime_1.jsx)(MagnifyingGlassCircleIcon_2.default, Object.assign({
|
|
2790
|
+
return (0, jsx_runtime_1.jsx)(MagnifyingGlassCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2791
2791
|
});
|
|
2792
2792
|
const MagnifyingGlassMinusIcon_2 = __importDefault(require("@heroicons/react/24/solid/MagnifyingGlassMinusIcon"));
|
|
2793
2793
|
exports.MagnifyingGlassMinusIconSolid = (0, react_1.forwardRef)(function MagnifyingGlassMinusIconSolid(_a, ref) {
|
|
2794
2794
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2795
|
-
return (0, jsx_runtime_1.jsx)(MagnifyingGlassMinusIcon_2.default, Object.assign({
|
|
2795
|
+
return (0, jsx_runtime_1.jsx)(MagnifyingGlassMinusIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2796
2796
|
});
|
|
2797
2797
|
const MagnifyingGlassPlusIcon_2 = __importDefault(require("@heroicons/react/24/solid/MagnifyingGlassPlusIcon"));
|
|
2798
2798
|
exports.MagnifyingGlassPlusIconSolid = (0, react_1.forwardRef)(function MagnifyingGlassPlusIconSolid(_a, ref) {
|
|
2799
2799
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2800
|
-
return (0, jsx_runtime_1.jsx)(MagnifyingGlassPlusIcon_2.default, Object.assign({
|
|
2800
|
+
return (0, jsx_runtime_1.jsx)(MagnifyingGlassPlusIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2801
2801
|
});
|
|
2802
2802
|
const MagnifyingGlassIcon_2 = __importDefault(require("@heroicons/react/24/solid/MagnifyingGlassIcon"));
|
|
2803
2803
|
exports.MagnifyingGlassIconSolid = (0, react_1.forwardRef)(function MagnifyingGlassIconSolid(_a, ref) {
|
|
2804
2804
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2805
|
-
return (0, jsx_runtime_1.jsx)(MagnifyingGlassIcon_2.default, Object.assign({
|
|
2805
|
+
return (0, jsx_runtime_1.jsx)(MagnifyingGlassIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2806
2806
|
});
|
|
2807
2807
|
const MapPinIcon_2 = __importDefault(require("@heroicons/react/24/solid/MapPinIcon"));
|
|
2808
2808
|
exports.MapPinIconSolid = (0, react_1.forwardRef)(function MapPinIconSolid(_a, ref) {
|
|
2809
2809
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2810
|
-
return (0, jsx_runtime_1.jsx)(MapPinIcon_2.default, Object.assign({
|
|
2810
|
+
return (0, jsx_runtime_1.jsx)(MapPinIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2811
2811
|
});
|
|
2812
2812
|
const MapIcon_2 = __importDefault(require("@heroicons/react/24/solid/MapIcon"));
|
|
2813
2813
|
exports.MapIconSolid = (0, react_1.forwardRef)(function MapIconSolid(_a, ref) {
|
|
2814
2814
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2815
|
-
return (0, jsx_runtime_1.jsx)(MapIcon_2.default, Object.assign({
|
|
2815
|
+
return (0, jsx_runtime_1.jsx)(MapIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2816
2816
|
});
|
|
2817
2817
|
const MegaphoneIcon_2 = __importDefault(require("@heroicons/react/24/solid/MegaphoneIcon"));
|
|
2818
2818
|
exports.MegaphoneIconSolid = (0, react_1.forwardRef)(function MegaphoneIconSolid(_a, ref) {
|
|
2819
2819
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2820
|
-
return (0, jsx_runtime_1.jsx)(MegaphoneIcon_2.default, Object.assign({
|
|
2820
|
+
return (0, jsx_runtime_1.jsx)(MegaphoneIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2821
2821
|
});
|
|
2822
2822
|
const MicrophoneIcon_2 = __importDefault(require("@heroicons/react/24/solid/MicrophoneIcon"));
|
|
2823
2823
|
exports.MicrophoneIconSolid = (0, react_1.forwardRef)(function MicrophoneIconSolid(_a, ref) {
|
|
2824
2824
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2825
|
-
return (0, jsx_runtime_1.jsx)(MicrophoneIcon_2.default, Object.assign({
|
|
2825
|
+
return (0, jsx_runtime_1.jsx)(MicrophoneIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2826
2826
|
});
|
|
2827
2827
|
const MinusCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/MinusCircleIcon"));
|
|
2828
2828
|
exports.MinusCircleIconSolid = (0, react_1.forwardRef)(function MinusCircleIconSolid(_a, ref) {
|
|
2829
2829
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2830
|
-
return (0, jsx_runtime_1.jsx)(MinusCircleIcon_2.default, Object.assign({
|
|
2830
|
+
return (0, jsx_runtime_1.jsx)(MinusCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2831
2831
|
});
|
|
2832
2832
|
const MinusSmallIcon_2 = __importDefault(require("@heroicons/react/24/solid/MinusSmallIcon"));
|
|
2833
2833
|
exports.MinusSmallIconSolid = (0, react_1.forwardRef)(function MinusSmallIconSolid(_a, ref) {
|
|
2834
2834
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2835
|
-
return (0, jsx_runtime_1.jsx)(MinusSmallIcon_2.default, Object.assign({
|
|
2835
|
+
return (0, jsx_runtime_1.jsx)(MinusSmallIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2836
2836
|
});
|
|
2837
2837
|
const MinusIcon_2 = __importDefault(require("@heroicons/react/24/solid/MinusIcon"));
|
|
2838
2838
|
exports.MinusIconSolid = (0, react_1.forwardRef)(function MinusIconSolid(_a, ref) {
|
|
2839
2839
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2840
|
-
return (0, jsx_runtime_1.jsx)(MinusIcon_2.default, Object.assign({
|
|
2840
|
+
return (0, jsx_runtime_1.jsx)(MinusIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2841
2841
|
});
|
|
2842
2842
|
const MoonIcon_2 = __importDefault(require("@heroicons/react/24/solid/MoonIcon"));
|
|
2843
2843
|
exports.MoonIconSolid = (0, react_1.forwardRef)(function MoonIconSolid(_a, ref) {
|
|
2844
2844
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2845
|
-
return (0, jsx_runtime_1.jsx)(MoonIcon_2.default, Object.assign({
|
|
2845
|
+
return (0, jsx_runtime_1.jsx)(MoonIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2846
2846
|
});
|
|
2847
2847
|
const MusicalNoteIcon_2 = __importDefault(require("@heroicons/react/24/solid/MusicalNoteIcon"));
|
|
2848
2848
|
exports.MusicalNoteIconSolid = (0, react_1.forwardRef)(function MusicalNoteIconSolid(_a, ref) {
|
|
2849
2849
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2850
|
-
return (0, jsx_runtime_1.jsx)(MusicalNoteIcon_2.default, Object.assign({
|
|
2850
|
+
return (0, jsx_runtime_1.jsx)(MusicalNoteIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2851
2851
|
});
|
|
2852
2852
|
const NewspaperIcon_2 = __importDefault(require("@heroicons/react/24/solid/NewspaperIcon"));
|
|
2853
2853
|
exports.NewspaperIconSolid = (0, react_1.forwardRef)(function NewspaperIconSolid(_a, ref) {
|
|
2854
2854
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2855
|
-
return (0, jsx_runtime_1.jsx)(NewspaperIcon_2.default, Object.assign({
|
|
2855
|
+
return (0, jsx_runtime_1.jsx)(NewspaperIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2856
2856
|
});
|
|
2857
2857
|
const NoSymbolIcon_2 = __importDefault(require("@heroicons/react/24/solid/NoSymbolIcon"));
|
|
2858
2858
|
exports.NoSymbolIconSolid = (0, react_1.forwardRef)(function NoSymbolIconSolid(_a, ref) {
|
|
2859
2859
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2860
|
-
return (0, jsx_runtime_1.jsx)(NoSymbolIcon_2.default, Object.assign({
|
|
2860
|
+
return (0, jsx_runtime_1.jsx)(NoSymbolIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2861
2861
|
});
|
|
2862
2862
|
const NumberedListIcon_2 = __importDefault(require("@heroicons/react/24/solid/NumberedListIcon"));
|
|
2863
2863
|
exports.NumberedListIconSolid = (0, react_1.forwardRef)(function NumberedListIconSolid(_a, ref) {
|
|
2864
2864
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2865
|
-
return (0, jsx_runtime_1.jsx)(NumberedListIcon_2.default, Object.assign({
|
|
2865
|
+
return (0, jsx_runtime_1.jsx)(NumberedListIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2866
2866
|
});
|
|
2867
2867
|
const PaintBrushIcon_2 = __importDefault(require("@heroicons/react/24/solid/PaintBrushIcon"));
|
|
2868
2868
|
exports.PaintBrushIconSolid = (0, react_1.forwardRef)(function PaintBrushIconSolid(_a, ref) {
|
|
2869
2869
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2870
|
-
return (0, jsx_runtime_1.jsx)(PaintBrushIcon_2.default, Object.assign({
|
|
2870
|
+
return (0, jsx_runtime_1.jsx)(PaintBrushIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2871
2871
|
});
|
|
2872
2872
|
const PaperAirplaneIcon_2 = __importDefault(require("@heroicons/react/24/solid/PaperAirplaneIcon"));
|
|
2873
2873
|
exports.PaperAirplaneIconSolid = (0, react_1.forwardRef)(function PaperAirplaneIconSolid(_a, ref) {
|
|
2874
2874
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2875
|
-
return (0, jsx_runtime_1.jsx)(PaperAirplaneIcon_2.default, Object.assign({
|
|
2875
|
+
return (0, jsx_runtime_1.jsx)(PaperAirplaneIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2876
2876
|
});
|
|
2877
2877
|
const PaperClipIcon_2 = __importDefault(require("@heroicons/react/24/solid/PaperClipIcon"));
|
|
2878
2878
|
exports.PaperClipIconSolid = (0, react_1.forwardRef)(function PaperClipIconSolid(_a, ref) {
|
|
2879
2879
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2880
|
-
return (0, jsx_runtime_1.jsx)(PaperClipIcon_2.default, Object.assign({
|
|
2880
|
+
return (0, jsx_runtime_1.jsx)(PaperClipIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2881
2881
|
});
|
|
2882
2882
|
const PauseCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/PauseCircleIcon"));
|
|
2883
2883
|
exports.PauseCircleIconSolid = (0, react_1.forwardRef)(function PauseCircleIconSolid(_a, ref) {
|
|
2884
2884
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2885
|
-
return (0, jsx_runtime_1.jsx)(PauseCircleIcon_2.default, Object.assign({
|
|
2885
|
+
return (0, jsx_runtime_1.jsx)(PauseCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2886
2886
|
});
|
|
2887
2887
|
const PauseIcon_2 = __importDefault(require("@heroicons/react/24/solid/PauseIcon"));
|
|
2888
2888
|
exports.PauseIconSolid = (0, react_1.forwardRef)(function PauseIconSolid(_a, ref) {
|
|
2889
2889
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2890
|
-
return (0, jsx_runtime_1.jsx)(PauseIcon_2.default, Object.assign({
|
|
2890
|
+
return (0, jsx_runtime_1.jsx)(PauseIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2891
2891
|
});
|
|
2892
2892
|
const PencilSquareIcon_2 = __importDefault(require("@heroicons/react/24/solid/PencilSquareIcon"));
|
|
2893
2893
|
exports.PencilSquareIconSolid = (0, react_1.forwardRef)(function PencilSquareIconSolid(_a, ref) {
|
|
2894
2894
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2895
|
-
return (0, jsx_runtime_1.jsx)(PencilSquareIcon_2.default, Object.assign({
|
|
2895
|
+
return (0, jsx_runtime_1.jsx)(PencilSquareIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2896
2896
|
});
|
|
2897
2897
|
const PencilIcon_2 = __importDefault(require("@heroicons/react/24/solid/PencilIcon"));
|
|
2898
2898
|
exports.PencilIconSolid = (0, react_1.forwardRef)(function PencilIconSolid(_a, ref) {
|
|
2899
2899
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2900
|
-
return (0, jsx_runtime_1.jsx)(PencilIcon_2.default, Object.assign({
|
|
2900
|
+
return (0, jsx_runtime_1.jsx)(PencilIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2901
2901
|
});
|
|
2902
2902
|
const PercentBadgeIcon_2 = __importDefault(require("@heroicons/react/24/solid/PercentBadgeIcon"));
|
|
2903
2903
|
exports.PercentBadgeIconSolid = (0, react_1.forwardRef)(function PercentBadgeIconSolid(_a, ref) {
|
|
2904
2904
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2905
|
-
return (0, jsx_runtime_1.jsx)(PercentBadgeIcon_2.default, Object.assign({
|
|
2905
|
+
return (0, jsx_runtime_1.jsx)(PercentBadgeIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2906
2906
|
});
|
|
2907
2907
|
const PhoneArrowDownLeftIcon_2 = __importDefault(require("@heroicons/react/24/solid/PhoneArrowDownLeftIcon"));
|
|
2908
2908
|
exports.PhoneArrowDownLeftIconSolid = (0, react_1.forwardRef)(function PhoneArrowDownLeftIconSolid(_a, ref) {
|
|
2909
2909
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2910
|
-
return (0, jsx_runtime_1.jsx)(PhoneArrowDownLeftIcon_2.default, Object.assign({
|
|
2910
|
+
return (0, jsx_runtime_1.jsx)(PhoneArrowDownLeftIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2911
2911
|
});
|
|
2912
2912
|
const PhoneArrowUpRightIcon_2 = __importDefault(require("@heroicons/react/24/solid/PhoneArrowUpRightIcon"));
|
|
2913
2913
|
exports.PhoneArrowUpRightIconSolid = (0, react_1.forwardRef)(function PhoneArrowUpRightIconSolid(_a, ref) {
|
|
2914
2914
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2915
|
-
return (0, jsx_runtime_1.jsx)(PhoneArrowUpRightIcon_2.default, Object.assign({
|
|
2915
|
+
return (0, jsx_runtime_1.jsx)(PhoneArrowUpRightIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2916
2916
|
});
|
|
2917
2917
|
const PhoneXMarkIcon_2 = __importDefault(require("@heroicons/react/24/solid/PhoneXMarkIcon"));
|
|
2918
2918
|
exports.PhoneXMarkIconSolid = (0, react_1.forwardRef)(function PhoneXMarkIconSolid(_a, ref) {
|
|
2919
2919
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2920
|
-
return (0, jsx_runtime_1.jsx)(PhoneXMarkIcon_2.default, Object.assign({
|
|
2920
|
+
return (0, jsx_runtime_1.jsx)(PhoneXMarkIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2921
2921
|
});
|
|
2922
2922
|
const PhoneIcon_2 = __importDefault(require("@heroicons/react/24/solid/PhoneIcon"));
|
|
2923
2923
|
exports.PhoneIconSolid = (0, react_1.forwardRef)(function PhoneIconSolid(_a, ref) {
|
|
2924
2924
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2925
|
-
return (0, jsx_runtime_1.jsx)(PhoneIcon_2.default, Object.assign({
|
|
2925
|
+
return (0, jsx_runtime_1.jsx)(PhoneIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2926
2926
|
});
|
|
2927
2927
|
const PhotoIcon_2 = __importDefault(require("@heroicons/react/24/solid/PhotoIcon"));
|
|
2928
2928
|
exports.PhotoIconSolid = (0, react_1.forwardRef)(function PhotoIconSolid(_a, ref) {
|
|
2929
2929
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2930
|
-
return (0, jsx_runtime_1.jsx)(PhotoIcon_2.default, Object.assign({
|
|
2930
|
+
return (0, jsx_runtime_1.jsx)(PhotoIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2931
2931
|
});
|
|
2932
2932
|
const PlayCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/PlayCircleIcon"));
|
|
2933
2933
|
exports.PlayCircleIconSolid = (0, react_1.forwardRef)(function PlayCircleIconSolid(_a, ref) {
|
|
2934
2934
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2935
|
-
return (0, jsx_runtime_1.jsx)(PlayCircleIcon_2.default, Object.assign({
|
|
2935
|
+
return (0, jsx_runtime_1.jsx)(PlayCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2936
2936
|
});
|
|
2937
2937
|
const PlayPauseIcon_2 = __importDefault(require("@heroicons/react/24/solid/PlayPauseIcon"));
|
|
2938
2938
|
exports.PlayPauseIconSolid = (0, react_1.forwardRef)(function PlayPauseIconSolid(_a, ref) {
|
|
2939
2939
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2940
|
-
return (0, jsx_runtime_1.jsx)(PlayPauseIcon_2.default, Object.assign({
|
|
2940
|
+
return (0, jsx_runtime_1.jsx)(PlayPauseIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2941
2941
|
});
|
|
2942
2942
|
const PlayIcon_2 = __importDefault(require("@heroicons/react/24/solid/PlayIcon"));
|
|
2943
2943
|
exports.PlayIconSolid = (0, react_1.forwardRef)(function PlayIconSolid(_a, ref) {
|
|
2944
2944
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2945
|
-
return (0, jsx_runtime_1.jsx)(PlayIcon_2.default, Object.assign({
|
|
2945
|
+
return (0, jsx_runtime_1.jsx)(PlayIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2946
2946
|
});
|
|
2947
2947
|
const PlusCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/PlusCircleIcon"));
|
|
2948
2948
|
exports.PlusCircleIconSolid = (0, react_1.forwardRef)(function PlusCircleIconSolid(_a, ref) {
|
|
2949
2949
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2950
|
-
return (0, jsx_runtime_1.jsx)(PlusCircleIcon_2.default, Object.assign({
|
|
2950
|
+
return (0, jsx_runtime_1.jsx)(PlusCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2951
2951
|
});
|
|
2952
2952
|
const PlusSmallIcon_2 = __importDefault(require("@heroicons/react/24/solid/PlusSmallIcon"));
|
|
2953
2953
|
exports.PlusSmallIconSolid = (0, react_1.forwardRef)(function PlusSmallIconSolid(_a, ref) {
|
|
2954
2954
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2955
|
-
return (0, jsx_runtime_1.jsx)(PlusSmallIcon_2.default, Object.assign({
|
|
2955
|
+
return (0, jsx_runtime_1.jsx)(PlusSmallIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2956
2956
|
});
|
|
2957
2957
|
const PlusIcon_2 = __importDefault(require("@heroicons/react/24/solid/PlusIcon"));
|
|
2958
2958
|
exports.PlusIconSolid = (0, react_1.forwardRef)(function PlusIconSolid(_a, ref) {
|
|
2959
2959
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2960
|
-
return (0, jsx_runtime_1.jsx)(PlusIcon_2.default, Object.assign({
|
|
2960
|
+
return (0, jsx_runtime_1.jsx)(PlusIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2961
2961
|
});
|
|
2962
2962
|
const PowerIcon_2 = __importDefault(require("@heroicons/react/24/solid/PowerIcon"));
|
|
2963
2963
|
exports.PowerIconSolid = (0, react_1.forwardRef)(function PowerIconSolid(_a, ref) {
|
|
2964
2964
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2965
|
-
return (0, jsx_runtime_1.jsx)(PowerIcon_2.default, Object.assign({
|
|
2965
|
+
return (0, jsx_runtime_1.jsx)(PowerIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2966
2966
|
});
|
|
2967
2967
|
const PresentationChartBarIcon_2 = __importDefault(require("@heroicons/react/24/solid/PresentationChartBarIcon"));
|
|
2968
2968
|
exports.PresentationChartBarIconSolid = (0, react_1.forwardRef)(function PresentationChartBarIconSolid(_a, ref) {
|
|
2969
2969
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2970
|
-
return (0, jsx_runtime_1.jsx)(PresentationChartBarIcon_2.default, Object.assign({
|
|
2970
|
+
return (0, jsx_runtime_1.jsx)(PresentationChartBarIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2971
2971
|
});
|
|
2972
2972
|
const PresentationChartLineIcon_2 = __importDefault(require("@heroicons/react/24/solid/PresentationChartLineIcon"));
|
|
2973
2973
|
exports.PresentationChartLineIconSolid = (0, react_1.forwardRef)(function PresentationChartLineIconSolid(_a, ref) {
|
|
2974
2974
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2975
|
-
return (0, jsx_runtime_1.jsx)(PresentationChartLineIcon_2.default, Object.assign({
|
|
2975
|
+
return (0, jsx_runtime_1.jsx)(PresentationChartLineIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2976
2976
|
});
|
|
2977
2977
|
const PrinterIcon_2 = __importDefault(require("@heroicons/react/24/solid/PrinterIcon"));
|
|
2978
2978
|
exports.PrinterIconSolid = (0, react_1.forwardRef)(function PrinterIconSolid(_a, ref) {
|
|
2979
2979
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2980
|
-
return (0, jsx_runtime_1.jsx)(PrinterIcon_2.default, Object.assign({
|
|
2980
|
+
return (0, jsx_runtime_1.jsx)(PrinterIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2981
2981
|
});
|
|
2982
2982
|
const PuzzlePieceIcon_2 = __importDefault(require("@heroicons/react/24/solid/PuzzlePieceIcon"));
|
|
2983
2983
|
exports.PuzzlePieceIconSolid = (0, react_1.forwardRef)(function PuzzlePieceIconSolid(_a, ref) {
|
|
2984
2984
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2985
|
-
return (0, jsx_runtime_1.jsx)(PuzzlePieceIcon_2.default, Object.assign({
|
|
2985
|
+
return (0, jsx_runtime_1.jsx)(PuzzlePieceIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2986
2986
|
});
|
|
2987
2987
|
const QrCodeIcon_2 = __importDefault(require("@heroicons/react/24/solid/QrCodeIcon"));
|
|
2988
2988
|
exports.QrCodeIconSolid = (0, react_1.forwardRef)(function QrCodeIconSolid(_a, ref) {
|
|
2989
2989
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2990
|
-
return (0, jsx_runtime_1.jsx)(QrCodeIcon_2.default, Object.assign({
|
|
2990
|
+
return (0, jsx_runtime_1.jsx)(QrCodeIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2991
2991
|
});
|
|
2992
2992
|
const QuestionMarkCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/QuestionMarkCircleIcon"));
|
|
2993
2993
|
exports.QuestionMarkCircleIconSolid = (0, react_1.forwardRef)(function QuestionMarkCircleIconSolid(_a, ref) {
|
|
2994
2994
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
2995
|
-
return (0, jsx_runtime_1.jsx)(QuestionMarkCircleIcon_2.default, Object.assign({
|
|
2995
|
+
return (0, jsx_runtime_1.jsx)(QuestionMarkCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
2996
2996
|
});
|
|
2997
2997
|
const QueueListIcon_2 = __importDefault(require("@heroicons/react/24/solid/QueueListIcon"));
|
|
2998
2998
|
exports.QueueListIconSolid = (0, react_1.forwardRef)(function QueueListIconSolid(_a, ref) {
|
|
2999
2999
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3000
|
-
return (0, jsx_runtime_1.jsx)(QueueListIcon_2.default, Object.assign({
|
|
3000
|
+
return (0, jsx_runtime_1.jsx)(QueueListIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3001
3001
|
});
|
|
3002
3002
|
const RadioIcon_2 = __importDefault(require("@heroicons/react/24/solid/RadioIcon"));
|
|
3003
3003
|
exports.RadioIconSolid = (0, react_1.forwardRef)(function RadioIconSolid(_a, ref) {
|
|
3004
3004
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3005
|
-
return (0, jsx_runtime_1.jsx)(RadioIcon_2.default, Object.assign({
|
|
3005
|
+
return (0, jsx_runtime_1.jsx)(RadioIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3006
3006
|
});
|
|
3007
3007
|
const ReceiptPercentIcon_2 = __importDefault(require("@heroicons/react/24/solid/ReceiptPercentIcon"));
|
|
3008
3008
|
exports.ReceiptPercentIconSolid = (0, react_1.forwardRef)(function ReceiptPercentIconSolid(_a, ref) {
|
|
3009
3009
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3010
|
-
return (0, jsx_runtime_1.jsx)(ReceiptPercentIcon_2.default, Object.assign({
|
|
3010
|
+
return (0, jsx_runtime_1.jsx)(ReceiptPercentIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3011
3011
|
});
|
|
3012
3012
|
const ReceiptRefundIcon_2 = __importDefault(require("@heroicons/react/24/solid/ReceiptRefundIcon"));
|
|
3013
3013
|
exports.ReceiptRefundIconSolid = (0, react_1.forwardRef)(function ReceiptRefundIconSolid(_a, ref) {
|
|
3014
3014
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3015
|
-
return (0, jsx_runtime_1.jsx)(ReceiptRefundIcon_2.default, Object.assign({
|
|
3015
|
+
return (0, jsx_runtime_1.jsx)(ReceiptRefundIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3016
3016
|
});
|
|
3017
3017
|
const RectangleGroupIcon_2 = __importDefault(require("@heroicons/react/24/solid/RectangleGroupIcon"));
|
|
3018
3018
|
exports.RectangleGroupIconSolid = (0, react_1.forwardRef)(function RectangleGroupIconSolid(_a, ref) {
|
|
3019
3019
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3020
|
-
return (0, jsx_runtime_1.jsx)(RectangleGroupIcon_2.default, Object.assign({
|
|
3020
|
+
return (0, jsx_runtime_1.jsx)(RectangleGroupIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3021
3021
|
});
|
|
3022
3022
|
const RectangleStackIcon_2 = __importDefault(require("@heroicons/react/24/solid/RectangleStackIcon"));
|
|
3023
3023
|
exports.RectangleStackIconSolid = (0, react_1.forwardRef)(function RectangleStackIconSolid(_a, ref) {
|
|
3024
3024
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3025
|
-
return (0, jsx_runtime_1.jsx)(RectangleStackIcon_2.default, Object.assign({
|
|
3025
|
+
return (0, jsx_runtime_1.jsx)(RectangleStackIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3026
3026
|
});
|
|
3027
3027
|
const RocketLaunchIcon_2 = __importDefault(require("@heroicons/react/24/solid/RocketLaunchIcon"));
|
|
3028
3028
|
exports.RocketLaunchIconSolid = (0, react_1.forwardRef)(function RocketLaunchIconSolid(_a, ref) {
|
|
3029
3029
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3030
|
-
return (0, jsx_runtime_1.jsx)(RocketLaunchIcon_2.default, Object.assign({
|
|
3030
|
+
return (0, jsx_runtime_1.jsx)(RocketLaunchIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3031
3031
|
});
|
|
3032
3032
|
const RssIcon_2 = __importDefault(require("@heroicons/react/24/solid/RssIcon"));
|
|
3033
3033
|
exports.RssIconSolid = (0, react_1.forwardRef)(function RssIconSolid(_a, ref) {
|
|
3034
3034
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3035
|
-
return (0, jsx_runtime_1.jsx)(RssIcon_2.default, Object.assign({
|
|
3035
|
+
return (0, jsx_runtime_1.jsx)(RssIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3036
3036
|
});
|
|
3037
3037
|
const ScaleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ScaleIcon"));
|
|
3038
3038
|
exports.ScaleIconSolid = (0, react_1.forwardRef)(function ScaleIconSolid(_a, ref) {
|
|
3039
3039
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3040
|
-
return (0, jsx_runtime_1.jsx)(ScaleIcon_2.default, Object.assign({
|
|
3040
|
+
return (0, jsx_runtime_1.jsx)(ScaleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3041
3041
|
});
|
|
3042
3042
|
const ScissorsIcon_2 = __importDefault(require("@heroicons/react/24/solid/ScissorsIcon"));
|
|
3043
3043
|
exports.ScissorsIconSolid = (0, react_1.forwardRef)(function ScissorsIconSolid(_a, ref) {
|
|
3044
3044
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3045
|
-
return (0, jsx_runtime_1.jsx)(ScissorsIcon_2.default, Object.assign({
|
|
3045
|
+
return (0, jsx_runtime_1.jsx)(ScissorsIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3046
3046
|
});
|
|
3047
3047
|
const ServerStackIcon_2 = __importDefault(require("@heroicons/react/24/solid/ServerStackIcon"));
|
|
3048
3048
|
exports.ServerStackIconSolid = (0, react_1.forwardRef)(function ServerStackIconSolid(_a, ref) {
|
|
3049
3049
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3050
|
-
return (0, jsx_runtime_1.jsx)(ServerStackIcon_2.default, Object.assign({
|
|
3050
|
+
return (0, jsx_runtime_1.jsx)(ServerStackIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3051
3051
|
});
|
|
3052
3052
|
const ServerIcon_2 = __importDefault(require("@heroicons/react/24/solid/ServerIcon"));
|
|
3053
3053
|
exports.ServerIconSolid = (0, react_1.forwardRef)(function ServerIconSolid(_a, ref) {
|
|
3054
3054
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3055
|
-
return (0, jsx_runtime_1.jsx)(ServerIcon_2.default, Object.assign({
|
|
3055
|
+
return (0, jsx_runtime_1.jsx)(ServerIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3056
3056
|
});
|
|
3057
3057
|
const ShareIcon_2 = __importDefault(require("@heroicons/react/24/solid/ShareIcon"));
|
|
3058
3058
|
exports.ShareIconSolid = (0, react_1.forwardRef)(function ShareIconSolid(_a, ref) {
|
|
3059
3059
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3060
|
-
return (0, jsx_runtime_1.jsx)(ShareIcon_2.default, Object.assign({
|
|
3060
|
+
return (0, jsx_runtime_1.jsx)(ShareIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3061
3061
|
});
|
|
3062
3062
|
const ShieldCheckIcon_2 = __importDefault(require("@heroicons/react/24/solid/ShieldCheckIcon"));
|
|
3063
3063
|
exports.ShieldCheckIconSolid = (0, react_1.forwardRef)(function ShieldCheckIconSolid(_a, ref) {
|
|
3064
3064
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3065
|
-
return (0, jsx_runtime_1.jsx)(ShieldCheckIcon_2.default, Object.assign({
|
|
3065
|
+
return (0, jsx_runtime_1.jsx)(ShieldCheckIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3066
3066
|
});
|
|
3067
3067
|
const ShieldExclamationIcon_2 = __importDefault(require("@heroicons/react/24/solid/ShieldExclamationIcon"));
|
|
3068
3068
|
exports.ShieldExclamationIconSolid = (0, react_1.forwardRef)(function ShieldExclamationIconSolid(_a, ref) {
|
|
3069
3069
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3070
|
-
return (0, jsx_runtime_1.jsx)(ShieldExclamationIcon_2.default, Object.assign({
|
|
3070
|
+
return (0, jsx_runtime_1.jsx)(ShieldExclamationIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3071
3071
|
});
|
|
3072
3072
|
const ShoppingBagIcon_2 = __importDefault(require("@heroicons/react/24/solid/ShoppingBagIcon"));
|
|
3073
3073
|
exports.ShoppingBagIconSolid = (0, react_1.forwardRef)(function ShoppingBagIconSolid(_a, ref) {
|
|
3074
3074
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3075
|
-
return (0, jsx_runtime_1.jsx)(ShoppingBagIcon_2.default, Object.assign({
|
|
3075
|
+
return (0, jsx_runtime_1.jsx)(ShoppingBagIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3076
3076
|
});
|
|
3077
3077
|
const ShoppingCartIcon_2 = __importDefault(require("@heroicons/react/24/solid/ShoppingCartIcon"));
|
|
3078
3078
|
exports.ShoppingCartIconSolid = (0, react_1.forwardRef)(function ShoppingCartIconSolid(_a, ref) {
|
|
3079
3079
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3080
|
-
return (0, jsx_runtime_1.jsx)(ShoppingCartIcon_2.default, Object.assign({
|
|
3080
|
+
return (0, jsx_runtime_1.jsx)(ShoppingCartIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3081
3081
|
});
|
|
3082
3082
|
const SignalSlashIcon_2 = __importDefault(require("@heroicons/react/24/solid/SignalSlashIcon"));
|
|
3083
3083
|
exports.SignalSlashIconSolid = (0, react_1.forwardRef)(function SignalSlashIconSolid(_a, ref) {
|
|
3084
3084
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3085
|
-
return (0, jsx_runtime_1.jsx)(SignalSlashIcon_2.default, Object.assign({
|
|
3085
|
+
return (0, jsx_runtime_1.jsx)(SignalSlashIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3086
3086
|
});
|
|
3087
3087
|
const SignalIcon_2 = __importDefault(require("@heroicons/react/24/solid/SignalIcon"));
|
|
3088
3088
|
exports.SignalIconSolid = (0, react_1.forwardRef)(function SignalIconSolid(_a, ref) {
|
|
3089
3089
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3090
|
-
return (0, jsx_runtime_1.jsx)(SignalIcon_2.default, Object.assign({
|
|
3090
|
+
return (0, jsx_runtime_1.jsx)(SignalIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3091
3091
|
});
|
|
3092
3092
|
const SlashIcon_2 = __importDefault(require("@heroicons/react/24/solid/SlashIcon"));
|
|
3093
3093
|
exports.SlashIconSolid = (0, react_1.forwardRef)(function SlashIconSolid(_a, ref) {
|
|
3094
3094
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3095
|
-
return (0, jsx_runtime_1.jsx)(SlashIcon_2.default, Object.assign({
|
|
3095
|
+
return (0, jsx_runtime_1.jsx)(SlashIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3096
3096
|
});
|
|
3097
3097
|
const SparklesIcon_2 = __importDefault(require("@heroicons/react/24/solid/SparklesIcon"));
|
|
3098
3098
|
exports.SparklesIconSolid = (0, react_1.forwardRef)(function SparklesIconSolid(_a, ref) {
|
|
3099
3099
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3100
|
-
return (0, jsx_runtime_1.jsx)(SparklesIcon_2.default, Object.assign({
|
|
3100
|
+
return (0, jsx_runtime_1.jsx)(SparklesIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3101
3101
|
});
|
|
3102
3102
|
const SpeakerWaveIcon_2 = __importDefault(require("@heroicons/react/24/solid/SpeakerWaveIcon"));
|
|
3103
3103
|
exports.SpeakerWaveIconSolid = (0, react_1.forwardRef)(function SpeakerWaveIconSolid(_a, ref) {
|
|
3104
3104
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3105
|
-
return (0, jsx_runtime_1.jsx)(SpeakerWaveIcon_2.default, Object.assign({
|
|
3105
|
+
return (0, jsx_runtime_1.jsx)(SpeakerWaveIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3106
3106
|
});
|
|
3107
3107
|
const SpeakerXMarkIcon_2 = __importDefault(require("@heroicons/react/24/solid/SpeakerXMarkIcon"));
|
|
3108
3108
|
exports.SpeakerXMarkIconSolid = (0, react_1.forwardRef)(function SpeakerXMarkIconSolid(_a, ref) {
|
|
3109
3109
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3110
|
-
return (0, jsx_runtime_1.jsx)(SpeakerXMarkIcon_2.default, Object.assign({
|
|
3110
|
+
return (0, jsx_runtime_1.jsx)(SpeakerXMarkIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3111
3111
|
});
|
|
3112
3112
|
const Square2StackIcon_2 = __importDefault(require("@heroicons/react/24/solid/Square2StackIcon"));
|
|
3113
3113
|
exports.Square2StackIconSolid = (0, react_1.forwardRef)(function Square2StackIconSolid(_a, ref) {
|
|
3114
3114
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3115
|
-
return (0, jsx_runtime_1.jsx)(Square2StackIcon_2.default, Object.assign({
|
|
3115
|
+
return (0, jsx_runtime_1.jsx)(Square2StackIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3116
3116
|
});
|
|
3117
3117
|
const Square3Stack3DIcon_2 = __importDefault(require("@heroicons/react/24/solid/Square3Stack3DIcon"));
|
|
3118
3118
|
exports.Square3Stack3DIconSolid = (0, react_1.forwardRef)(function Square3Stack3DIconSolid(_a, ref) {
|
|
3119
3119
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3120
|
-
return (0, jsx_runtime_1.jsx)(Square3Stack3DIcon_2.default, Object.assign({
|
|
3120
|
+
return (0, jsx_runtime_1.jsx)(Square3Stack3DIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3121
3121
|
});
|
|
3122
3122
|
const Squares2X2Icon_2 = __importDefault(require("@heroicons/react/24/solid/Squares2X2Icon"));
|
|
3123
3123
|
exports.Squares2X2IconSolid = (0, react_1.forwardRef)(function Squares2X2IconSolid(_a, ref) {
|
|
3124
3124
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3125
|
-
return (0, jsx_runtime_1.jsx)(Squares2X2Icon_2.default, Object.assign({
|
|
3125
|
+
return (0, jsx_runtime_1.jsx)(Squares2X2Icon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3126
3126
|
});
|
|
3127
3127
|
const SquaresPlusIcon_2 = __importDefault(require("@heroicons/react/24/solid/SquaresPlusIcon"));
|
|
3128
3128
|
exports.SquaresPlusIconSolid = (0, react_1.forwardRef)(function SquaresPlusIconSolid(_a, ref) {
|
|
3129
3129
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3130
|
-
return (0, jsx_runtime_1.jsx)(SquaresPlusIcon_2.default, Object.assign({
|
|
3130
|
+
return (0, jsx_runtime_1.jsx)(SquaresPlusIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3131
3131
|
});
|
|
3132
3132
|
const StarIcon_2 = __importDefault(require("@heroicons/react/24/solid/StarIcon"));
|
|
3133
3133
|
exports.StarIconSolid = (0, react_1.forwardRef)(function StarIconSolid(_a, ref) {
|
|
3134
3134
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3135
|
-
return (0, jsx_runtime_1.jsx)(StarIcon_2.default, Object.assign({
|
|
3135
|
+
return (0, jsx_runtime_1.jsx)(StarIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3136
3136
|
});
|
|
3137
3137
|
const StopCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/StopCircleIcon"));
|
|
3138
3138
|
exports.StopCircleIconSolid = (0, react_1.forwardRef)(function StopCircleIconSolid(_a, ref) {
|
|
3139
3139
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3140
|
-
return (0, jsx_runtime_1.jsx)(StopCircleIcon_2.default, Object.assign({
|
|
3140
|
+
return (0, jsx_runtime_1.jsx)(StopCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3141
3141
|
});
|
|
3142
3142
|
const StopIcon_2 = __importDefault(require("@heroicons/react/24/solid/StopIcon"));
|
|
3143
3143
|
exports.StopIconSolid = (0, react_1.forwardRef)(function StopIconSolid(_a, ref) {
|
|
3144
3144
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3145
|
-
return (0, jsx_runtime_1.jsx)(StopIcon_2.default, Object.assign({
|
|
3145
|
+
return (0, jsx_runtime_1.jsx)(StopIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3146
3146
|
});
|
|
3147
3147
|
const StrikethroughIcon_2 = __importDefault(require("@heroicons/react/24/solid/StrikethroughIcon"));
|
|
3148
3148
|
exports.StrikethroughIconSolid = (0, react_1.forwardRef)(function StrikethroughIconSolid(_a, ref) {
|
|
3149
3149
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3150
|
-
return (0, jsx_runtime_1.jsx)(StrikethroughIcon_2.default, Object.assign({
|
|
3150
|
+
return (0, jsx_runtime_1.jsx)(StrikethroughIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3151
3151
|
});
|
|
3152
3152
|
const SunIcon_2 = __importDefault(require("@heroicons/react/24/solid/SunIcon"));
|
|
3153
3153
|
exports.SunIconSolid = (0, react_1.forwardRef)(function SunIconSolid(_a, ref) {
|
|
3154
3154
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3155
|
-
return (0, jsx_runtime_1.jsx)(SunIcon_2.default, Object.assign({
|
|
3155
|
+
return (0, jsx_runtime_1.jsx)(SunIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3156
3156
|
});
|
|
3157
3157
|
const SwatchIcon_2 = __importDefault(require("@heroicons/react/24/solid/SwatchIcon"));
|
|
3158
3158
|
exports.SwatchIconSolid = (0, react_1.forwardRef)(function SwatchIconSolid(_a, ref) {
|
|
3159
3159
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3160
|
-
return (0, jsx_runtime_1.jsx)(SwatchIcon_2.default, Object.assign({
|
|
3160
|
+
return (0, jsx_runtime_1.jsx)(SwatchIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3161
3161
|
});
|
|
3162
3162
|
const TableCellsIcon_2 = __importDefault(require("@heroicons/react/24/solid/TableCellsIcon"));
|
|
3163
3163
|
exports.TableCellsIconSolid = (0, react_1.forwardRef)(function TableCellsIconSolid(_a, ref) {
|
|
3164
3164
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3165
|
-
return (0, jsx_runtime_1.jsx)(TableCellsIcon_2.default, Object.assign({
|
|
3165
|
+
return (0, jsx_runtime_1.jsx)(TableCellsIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3166
3166
|
});
|
|
3167
3167
|
const TagIcon_2 = __importDefault(require("@heroicons/react/24/solid/TagIcon"));
|
|
3168
3168
|
exports.TagIconSolid = (0, react_1.forwardRef)(function TagIconSolid(_a, ref) {
|
|
3169
3169
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3170
|
-
return (0, jsx_runtime_1.jsx)(TagIcon_2.default, Object.assign({
|
|
3170
|
+
return (0, jsx_runtime_1.jsx)(TagIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3171
3171
|
});
|
|
3172
3172
|
const TicketIcon_2 = __importDefault(require("@heroicons/react/24/solid/TicketIcon"));
|
|
3173
3173
|
exports.TicketIconSolid = (0, react_1.forwardRef)(function TicketIconSolid(_a, ref) {
|
|
3174
3174
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3175
|
-
return (0, jsx_runtime_1.jsx)(TicketIcon_2.default, Object.assign({
|
|
3175
|
+
return (0, jsx_runtime_1.jsx)(TicketIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3176
3176
|
});
|
|
3177
3177
|
const TrashIcon_2 = __importDefault(require("@heroicons/react/24/solid/TrashIcon"));
|
|
3178
3178
|
exports.TrashIconSolid = (0, react_1.forwardRef)(function TrashIconSolid(_a, ref) {
|
|
3179
3179
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3180
|
-
return (0, jsx_runtime_1.jsx)(TrashIcon_2.default, Object.assign({
|
|
3180
|
+
return (0, jsx_runtime_1.jsx)(TrashIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3181
3181
|
});
|
|
3182
3182
|
const TrophyIcon_2 = __importDefault(require("@heroicons/react/24/solid/TrophyIcon"));
|
|
3183
3183
|
exports.TrophyIconSolid = (0, react_1.forwardRef)(function TrophyIconSolid(_a, ref) {
|
|
3184
3184
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3185
|
-
return (0, jsx_runtime_1.jsx)(TrophyIcon_2.default, Object.assign({
|
|
3185
|
+
return (0, jsx_runtime_1.jsx)(TrophyIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3186
3186
|
});
|
|
3187
3187
|
const TruckIcon_2 = __importDefault(require("@heroicons/react/24/solid/TruckIcon"));
|
|
3188
3188
|
exports.TruckIconSolid = (0, react_1.forwardRef)(function TruckIconSolid(_a, ref) {
|
|
3189
3189
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3190
|
-
return (0, jsx_runtime_1.jsx)(TruckIcon_2.default, Object.assign({
|
|
3190
|
+
return (0, jsx_runtime_1.jsx)(TruckIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3191
3191
|
});
|
|
3192
3192
|
const TvIcon_2 = __importDefault(require("@heroicons/react/24/solid/TvIcon"));
|
|
3193
3193
|
exports.TvIconSolid = (0, react_1.forwardRef)(function TvIconSolid(_a, ref) {
|
|
3194
3194
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3195
|
-
return (0, jsx_runtime_1.jsx)(TvIcon_2.default, Object.assign({
|
|
3195
|
+
return (0, jsx_runtime_1.jsx)(TvIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3196
3196
|
});
|
|
3197
3197
|
const UnderlineIcon_2 = __importDefault(require("@heroicons/react/24/solid/UnderlineIcon"));
|
|
3198
3198
|
exports.UnderlineIconSolid = (0, react_1.forwardRef)(function UnderlineIconSolid(_a, ref) {
|
|
3199
3199
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3200
|
-
return (0, jsx_runtime_1.jsx)(UnderlineIcon_2.default, Object.assign({
|
|
3200
|
+
return (0, jsx_runtime_1.jsx)(UnderlineIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3201
3201
|
});
|
|
3202
3202
|
const UserCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/UserCircleIcon"));
|
|
3203
3203
|
exports.UserCircleIconSolid = (0, react_1.forwardRef)(function UserCircleIconSolid(_a, ref) {
|
|
3204
3204
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3205
|
-
return (0, jsx_runtime_1.jsx)(UserCircleIcon_2.default, Object.assign({
|
|
3205
|
+
return (0, jsx_runtime_1.jsx)(UserCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3206
3206
|
});
|
|
3207
3207
|
const UserGroupIcon_2 = __importDefault(require("@heroicons/react/24/solid/UserGroupIcon"));
|
|
3208
3208
|
exports.UserGroupIconSolid = (0, react_1.forwardRef)(function UserGroupIconSolid(_a, ref) {
|
|
3209
3209
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3210
|
-
return (0, jsx_runtime_1.jsx)(UserGroupIcon_2.default, Object.assign({
|
|
3210
|
+
return (0, jsx_runtime_1.jsx)(UserGroupIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3211
3211
|
});
|
|
3212
3212
|
const UserMinusIcon_2 = __importDefault(require("@heroicons/react/24/solid/UserMinusIcon"));
|
|
3213
3213
|
exports.UserMinusIconSolid = (0, react_1.forwardRef)(function UserMinusIconSolid(_a, ref) {
|
|
3214
3214
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3215
|
-
return (0, jsx_runtime_1.jsx)(UserMinusIcon_2.default, Object.assign({
|
|
3215
|
+
return (0, jsx_runtime_1.jsx)(UserMinusIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3216
3216
|
});
|
|
3217
3217
|
const UserPlusIcon_2 = __importDefault(require("@heroicons/react/24/solid/UserPlusIcon"));
|
|
3218
3218
|
exports.UserPlusIconSolid = (0, react_1.forwardRef)(function UserPlusIconSolid(_a, ref) {
|
|
3219
3219
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3220
|
-
return (0, jsx_runtime_1.jsx)(UserPlusIcon_2.default, Object.assign({
|
|
3220
|
+
return (0, jsx_runtime_1.jsx)(UserPlusIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3221
3221
|
});
|
|
3222
3222
|
const UserIcon_2 = __importDefault(require("@heroicons/react/24/solid/UserIcon"));
|
|
3223
3223
|
exports.UserIconSolid = (0, react_1.forwardRef)(function UserIconSolid(_a, ref) {
|
|
3224
3224
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3225
|
-
return (0, jsx_runtime_1.jsx)(UserIcon_2.default, Object.assign({
|
|
3225
|
+
return (0, jsx_runtime_1.jsx)(UserIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3226
3226
|
});
|
|
3227
3227
|
const UsersIcon_2 = __importDefault(require("@heroicons/react/24/solid/UsersIcon"));
|
|
3228
3228
|
exports.UsersIconSolid = (0, react_1.forwardRef)(function UsersIconSolid(_a, ref) {
|
|
3229
3229
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3230
|
-
return (0, jsx_runtime_1.jsx)(UsersIcon_2.default, Object.assign({
|
|
3230
|
+
return (0, jsx_runtime_1.jsx)(UsersIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3231
3231
|
});
|
|
3232
3232
|
const VariableIcon_2 = __importDefault(require("@heroicons/react/24/solid/VariableIcon"));
|
|
3233
3233
|
exports.VariableIconSolid = (0, react_1.forwardRef)(function VariableIconSolid(_a, ref) {
|
|
3234
3234
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3235
|
-
return (0, jsx_runtime_1.jsx)(VariableIcon_2.default, Object.assign({
|
|
3235
|
+
return (0, jsx_runtime_1.jsx)(VariableIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3236
3236
|
});
|
|
3237
3237
|
const VideoCameraSlashIcon_2 = __importDefault(require("@heroicons/react/24/solid/VideoCameraSlashIcon"));
|
|
3238
3238
|
exports.VideoCameraSlashIconSolid = (0, react_1.forwardRef)(function VideoCameraSlashIconSolid(_a, ref) {
|
|
3239
3239
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3240
|
-
return (0, jsx_runtime_1.jsx)(VideoCameraSlashIcon_2.default, Object.assign({
|
|
3240
|
+
return (0, jsx_runtime_1.jsx)(VideoCameraSlashIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3241
3241
|
});
|
|
3242
3242
|
const VideoCameraIcon_2 = __importDefault(require("@heroicons/react/24/solid/VideoCameraIcon"));
|
|
3243
3243
|
exports.VideoCameraIconSolid = (0, react_1.forwardRef)(function VideoCameraIconSolid(_a, ref) {
|
|
3244
3244
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3245
|
-
return (0, jsx_runtime_1.jsx)(VideoCameraIcon_2.default, Object.assign({
|
|
3245
|
+
return (0, jsx_runtime_1.jsx)(VideoCameraIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3246
3246
|
});
|
|
3247
3247
|
const ViewColumnsIcon_2 = __importDefault(require("@heroicons/react/24/solid/ViewColumnsIcon"));
|
|
3248
3248
|
exports.ViewColumnsIconSolid = (0, react_1.forwardRef)(function ViewColumnsIconSolid(_a, ref) {
|
|
3249
3249
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3250
|
-
return (0, jsx_runtime_1.jsx)(ViewColumnsIcon_2.default, Object.assign({
|
|
3250
|
+
return (0, jsx_runtime_1.jsx)(ViewColumnsIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3251
3251
|
});
|
|
3252
3252
|
const ViewfinderCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/ViewfinderCircleIcon"));
|
|
3253
3253
|
exports.ViewfinderCircleIconSolid = (0, react_1.forwardRef)(function ViewfinderCircleIconSolid(_a, ref) {
|
|
3254
3254
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3255
|
-
return (0, jsx_runtime_1.jsx)(ViewfinderCircleIcon_2.default, Object.assign({
|
|
3255
|
+
return (0, jsx_runtime_1.jsx)(ViewfinderCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3256
3256
|
});
|
|
3257
3257
|
const WalletIcon_2 = __importDefault(require("@heroicons/react/24/solid/WalletIcon"));
|
|
3258
3258
|
exports.WalletIconSolid = (0, react_1.forwardRef)(function WalletIconSolid(_a, ref) {
|
|
3259
3259
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3260
|
-
return (0, jsx_runtime_1.jsx)(WalletIcon_2.default, Object.assign({
|
|
3260
|
+
return (0, jsx_runtime_1.jsx)(WalletIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3261
3261
|
});
|
|
3262
3262
|
const WifiIcon_2 = __importDefault(require("@heroicons/react/24/solid/WifiIcon"));
|
|
3263
3263
|
exports.WifiIconSolid = (0, react_1.forwardRef)(function WifiIconSolid(_a, ref) {
|
|
3264
3264
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3265
|
-
return (0, jsx_runtime_1.jsx)(WifiIcon_2.default, Object.assign({
|
|
3265
|
+
return (0, jsx_runtime_1.jsx)(WifiIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3266
3266
|
});
|
|
3267
3267
|
const WindowIcon_2 = __importDefault(require("@heroicons/react/24/solid/WindowIcon"));
|
|
3268
3268
|
exports.WindowIconSolid = (0, react_1.forwardRef)(function WindowIconSolid(_a, ref) {
|
|
3269
3269
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3270
|
-
return (0, jsx_runtime_1.jsx)(WindowIcon_2.default, Object.assign({
|
|
3270
|
+
return (0, jsx_runtime_1.jsx)(WindowIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3271
3271
|
});
|
|
3272
3272
|
const WrenchScrewdriverIcon_2 = __importDefault(require("@heroicons/react/24/solid/WrenchScrewdriverIcon"));
|
|
3273
3273
|
exports.WrenchScrewdriverIconSolid = (0, react_1.forwardRef)(function WrenchScrewdriverIconSolid(_a, ref) {
|
|
3274
3274
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3275
|
-
return (0, jsx_runtime_1.jsx)(WrenchScrewdriverIcon_2.default, Object.assign({
|
|
3275
|
+
return (0, jsx_runtime_1.jsx)(WrenchScrewdriverIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3276
3276
|
});
|
|
3277
3277
|
const WrenchIcon_2 = __importDefault(require("@heroicons/react/24/solid/WrenchIcon"));
|
|
3278
3278
|
exports.WrenchIconSolid = (0, react_1.forwardRef)(function WrenchIconSolid(_a, ref) {
|
|
3279
3279
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3280
|
-
return (0, jsx_runtime_1.jsx)(WrenchIcon_2.default, Object.assign({
|
|
3280
|
+
return (0, jsx_runtime_1.jsx)(WrenchIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3281
3281
|
});
|
|
3282
3282
|
const XCircleIcon_2 = __importDefault(require("@heroicons/react/24/solid/XCircleIcon"));
|
|
3283
3283
|
exports.XCircleIconSolid = (0, react_1.forwardRef)(function XCircleIconSolid(_a, ref) {
|
|
3284
3284
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3285
|
-
return (0, jsx_runtime_1.jsx)(XCircleIcon_2.default, Object.assign({
|
|
3285
|
+
return (0, jsx_runtime_1.jsx)(XCircleIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3286
3286
|
});
|
|
3287
3287
|
const XMarkIcon_2 = __importDefault(require("@heroicons/react/24/solid/XMarkIcon"));
|
|
3288
3288
|
exports.XMarkIconSolid = (0, react_1.forwardRef)(function XMarkIconSolid(_a, ref) {
|
|
3289
3289
|
var { className } = _a, rest = __rest(_a, ["className"]);
|
|
3290
|
-
return (0, jsx_runtime_1.jsx)(XMarkIcon_2.default, Object.assign({
|
|
3290
|
+
return (0, jsx_runtime_1.jsx)(XMarkIcon_2.default, Object.assign({ strokeWidth: "1.5" }, rest, { className: `ndl-icon-svg ${className}`, ref: ref }));
|
|
3291
3291
|
});
|
|
3292
3292
|
//# sourceMappingURL=heroIcons.js.map
|