@fileverse/ui 4.1.7-patch-28 → 4.1.7-patch-29
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/dist/index.es.js +10 -5
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -5156,7 +5156,12 @@ const xje = Pt(
|
|
|
5156
5156
|
}
|
|
5157
5157
|
);
|
|
5158
5158
|
},
|
|
5159
|
-
Ddocs: ({
|
|
5159
|
+
Ddocs: ({
|
|
5160
|
+
width: e = 16,
|
|
5161
|
+
height: t = 16,
|
|
5162
|
+
color: n = "currentColor",
|
|
5163
|
+
...a
|
|
5164
|
+
}) => /* @__PURE__ */ d.jsxs(
|
|
5160
5165
|
"svg",
|
|
5161
5166
|
{
|
|
5162
5167
|
width: e,
|
|
@@ -5164,13 +5169,13 @@ const xje = Pt(
|
|
|
5164
5169
|
viewBox: "0 0 24 24",
|
|
5165
5170
|
fill: "none",
|
|
5166
5171
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5167
|
-
...
|
|
5172
|
+
...a,
|
|
5168
5173
|
children: [
|
|
5169
5174
|
/* @__PURE__ */ d.jsx(
|
|
5170
5175
|
"path",
|
|
5171
5176
|
{
|
|
5172
5177
|
d: "M4 7C4 6.44772 4.44772 6 5 6H19C19.5523 6 20 6.44772 20 7C20 7.55228 19.5523 8 19 8H5C4.44772 8 4 7.55228 4 7Z",
|
|
5173
|
-
fill:
|
|
5178
|
+
fill: n,
|
|
5174
5179
|
stroke: "transparent"
|
|
5175
5180
|
}
|
|
5176
5181
|
),
|
|
@@ -5178,7 +5183,7 @@ const xje = Pt(
|
|
|
5178
5183
|
"path",
|
|
5179
5184
|
{
|
|
5180
5185
|
d: "M4 12C4 11.4477 4.44772 11 5 11H19C19.5523 11 20 11.4477 20 12C20 12.5523 19.5523 13 19 13H5C4.44772 13 4 12.5523 4 12Z",
|
|
5181
|
-
fill:
|
|
5186
|
+
fill: n,
|
|
5182
5187
|
stroke: "transparent"
|
|
5183
5188
|
}
|
|
5184
5189
|
),
|
|
@@ -5186,7 +5191,7 @@ const xje = Pt(
|
|
|
5186
5191
|
"path",
|
|
5187
5192
|
{
|
|
5188
5193
|
d: "M4 17C4 16.4477 4.44772 16 5 16H11C11.5523 16 12 16.4477 12 17C12 17.5523 11.5523 18 11 18H5C4.44772 18 4 17.5523 4 17Z",
|
|
5189
|
-
fill:
|
|
5194
|
+
fill: n,
|
|
5190
5195
|
stroke: "transparent"
|
|
5191
5196
|
}
|
|
5192
5197
|
)
|