@fileverse/ui 4.1.7-patch-27 → 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.
Files changed (2) hide show
  1. package/dist/index.es.js +88 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -5155,7 +5155,94 @@ const xje = Pt(
5155
5155
  ]
5156
5156
  }
5157
5157
  );
5158
- }
5158
+ },
5159
+ Ddocs: ({
5160
+ width: e = 16,
5161
+ height: t = 16,
5162
+ color: n = "currentColor",
5163
+ ...a
5164
+ }) => /* @__PURE__ */ d.jsxs(
5165
+ "svg",
5166
+ {
5167
+ width: e,
5168
+ height: t,
5169
+ viewBox: "0 0 24 24",
5170
+ fill: "none",
5171
+ xmlns: "http://www.w3.org/2000/svg",
5172
+ ...a,
5173
+ children: [
5174
+ /* @__PURE__ */ d.jsx(
5175
+ "path",
5176
+ {
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",
5178
+ fill: n,
5179
+ stroke: "transparent"
5180
+ }
5181
+ ),
5182
+ /* @__PURE__ */ d.jsx(
5183
+ "path",
5184
+ {
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",
5186
+ fill: n,
5187
+ stroke: "transparent"
5188
+ }
5189
+ ),
5190
+ /* @__PURE__ */ d.jsx(
5191
+ "path",
5192
+ {
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",
5194
+ fill: n,
5195
+ stroke: "transparent"
5196
+ }
5197
+ )
5198
+ ]
5199
+ }
5200
+ ),
5201
+ DdocsYellow: ({ width: e = 16, height: t = 16, ...n }) => /* @__PURE__ */ d.jsxs(
5202
+ "svg",
5203
+ {
5204
+ width: e,
5205
+ height: t,
5206
+ viewBox: "0 0 30 30",
5207
+ fill: "none",
5208
+ xmlns: "http://www.w3.org/2000/svg",
5209
+ ...n,
5210
+ children: [
5211
+ /* @__PURE__ */ d.jsx(
5212
+ "path",
5213
+ {
5214
+ d: "M0 12.8C0 8.31958 0 6.07937 0.871948 4.36808C1.63893 2.86278 2.86278 1.63893 4.36808 0.871948C6.07937 0 8.31958 0 12.8 0H17.2C21.6804 0 23.9206 0 25.6319 0.871948C27.1372 1.63893 28.3611 2.86278 29.1281 4.36808C30 6.07937 30 8.31958 30 12.8V17.2C30 21.6804 30 23.9206 29.1281 25.6319C28.3611 27.1372 27.1372 28.3611 25.6319 29.1281C23.9206 30 21.6804 30 17.2 30H12.8C8.31958 30 6.07937 30 4.36808 29.1281C2.86278 28.3611 1.63893 27.1372 0.871948 25.6319C0 23.9206 0 21.6804 0 17.2V12.8Z",
5215
+ fill: "#FFDF0A",
5216
+ stroke: "transparent"
5217
+ }
5218
+ ),
5219
+ /* @__PURE__ */ d.jsx(
5220
+ "path",
5221
+ {
5222
+ d: "M7.6665 10.4167C7.6665 9.91041 8.07691 9.5 8.58317 9.5H21.4165C21.9228 9.5 22.3332 9.91041 22.3332 10.4167C22.3332 10.9229 21.9228 11.3333 21.4165 11.3333H8.58317C8.07691 11.3333 7.6665 10.9229 7.6665 10.4167Z",
5223
+ fill: "#363B3F",
5224
+ stroke: "transparent"
5225
+ }
5226
+ ),
5227
+ /* @__PURE__ */ d.jsx(
5228
+ "path",
5229
+ {
5230
+ d: "M7.6665 15.0002C7.6665 14.4939 8.07691 14.0835 8.58317 14.0835H21.4165C21.9228 14.0835 22.3332 14.4939 22.3332 15.0002C22.3332 15.5064 21.9228 15.9168 21.4165 15.9168H8.58317C8.07691 15.9168 7.6665 15.5064 7.6665 15.0002Z",
5231
+ fill: "#363B3F",
5232
+ stroke: "transparent"
5233
+ }
5234
+ ),
5235
+ /* @__PURE__ */ d.jsx(
5236
+ "path",
5237
+ {
5238
+ d: "M7.6665 19.5832C7.6665 19.0769 8.07691 18.6665 8.58317 18.6665H14.0832C14.5894 18.6665 14.9998 19.0769 14.9998 19.5832C14.9998 20.0894 14.5894 20.4998 14.0832 20.4998H8.58317C8.07691 20.4998 7.6665 20.0894 7.6665 19.5832Z",
5239
+ fill: "#363B3F",
5240
+ stroke: "transparent"
5241
+ }
5242
+ )
5243
+ ]
5244
+ }
5245
+ )
5159
5246
  };
5160
5247
  /**
5161
5248
  * @license lucide-react v0.475.0 - ISC
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fileverse/ui",
3
- "version": "4.1.7-patch-27",
3
+ "version": "4.1.7-patch-29",
4
4
  "files": [
5
5
  "/dist"
6
6
  ],