wimui 0.14.0 → 0.16.0
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/NOTICE +85 -0
- package/README.ja.md +2 -0
- package/README.md +2 -0
- package/dist/components/_internal/FeedbackIcon.cjs +1 -1
- package/dist/components/_internal/FeedbackIcon.js +17 -16
- package/dist/components/ai/ChatUI/ChatUI.cjs +1 -1
- package/dist/components/ai/ChatUI/ChatUI.d.ts +8 -6
- package/dist/components/ai/ChatUI/ChatUI.js +2 -2
- package/dist/components/ai/ChatUI/chat-ui.module.cjs +1 -1
- package/dist/components/ai/ChatUI/chat-ui.module.js +4 -4
- package/dist/components/ai/CodeBlock/code-block.module.cjs +1 -1
- package/dist/components/ai/CodeBlock/code-block.module.js +1 -1
- package/dist/components/ai/Terminal/Terminal.cjs +1 -1
- package/dist/components/ai/Terminal/Terminal.js +1 -1
- package/dist/components/data-display/Card/card.module.cjs +1 -1
- package/dist/components/data-display/Card/card.module.js +15 -15
- package/dist/components/data-display/Stats/Stats.cjs +1 -1
- package/dist/components/data-display/Stats/Stats.js +46 -38
- package/dist/components/data-display/Timeline/timeline.module.cjs +1 -1
- package/dist/components/data-display/Timeline/timeline.module.js +6 -6
- package/dist/components/form/Cascader/cascader.module.cjs +1 -1
- package/dist/components/form/Cascader/cascader.module.js +6 -6
- package/dist/components/form/RichTextEditor/RichTextEditor.cjs +1 -1
- package/dist/components/form/RichTextEditor/RichTextEditor.js +248 -421
- package/dist/components/form/SignaturePad/signature-pad.module.cjs +1 -1
- package/dist/components/form/SignaturePad/signature-pad.module.js +6 -6
- package/dist/components/form/Transfer/transfer.module.cjs +1 -1
- package/dist/components/form/Transfer/transfer.module.js +6 -6
- package/dist/components/form/TreeSelect/tree-select.module.cjs +1 -1
- package/dist/components/form/TreeSelect/tree-select.module.js +6 -6
- package/dist/components/layout/Dashboard/Dashboard.cjs +1 -1
- package/dist/components/layout/Dashboard/Dashboard.js +1 -1
- package/dist/components/layout/Transition/Transition.cjs +1 -1
- package/dist/components/layout/Transition/Transition.js +24 -46
- package/dist/components/media/Gallery/Gallery.cjs +1 -1
- package/dist/components/media/Gallery/Gallery.js +1 -1
- package/dist/components/media/Lightbox/Lightbox.cjs +1 -1
- package/dist/components/media/Lightbox/Lightbox.d.ts +4 -0
- package/dist/components/media/Lightbox/Lightbox.js +23 -22
- package/dist/components/navigation/TabBar/TabBar.d.ts +12 -1
- package/dist/components/navigation/TabBar/tab-bar.module.cjs +1 -1
- package/dist/components/navigation/TabBar/tab-bar.module.js +1 -1
- package/dist/components/overlay/BottomSheet/BottomSheet.cjs +1 -1
- package/dist/components/overlay/BottomSheet/BottomSheet.js +1 -8
- package/dist/components/overlay/BottomSheet/bottom-sheet.module.cjs +1 -1
- package/dist/components/overlay/BottomSheet/bottom-sheet.module.js +8 -10
- package/dist/components/overlay/Popover/Popover.cjs +1 -1
- package/dist/components/overlay/Popover/Popover.js +2 -3
- package/dist/i18n/generated/keys.d.ts +1 -1
- package/dist/i18n/generated/resources.cjs +1 -1
- package/dist/i18n/generated/resources.js +9 -3
- package/dist/icon/alert-triangle.cjs +2 -0
- package/dist/icon/alert-triangle.js +31 -0
- package/dist/icon/align-justify.cjs +1 -1
- package/dist/icon/align-justify.js +14 -8
- package/dist/icon/arrow-down.cjs +2 -0
- package/dist/icon/arrow-down.js +22 -0
- package/dist/icon/arrow-left.cjs +2 -0
- package/dist/icon/arrow-left.js +22 -0
- package/dist/icon/arrow-right.cjs +2 -0
- package/dist/icon/arrow-right.js +22 -0
- package/dist/icon/arrow-up.cjs +2 -0
- package/dist/icon/arrow-up.js +22 -0
- package/dist/icon/bell.cjs +1 -1
- package/dist/icon/bell.js +0 -2
- package/dist/icon/bold.cjs +2 -0
- package/dist/icon/bold.js +17 -0
- package/dist/icon/chart.cjs +1 -1
- package/dist/icon/chart.js +0 -2
- package/dist/icon/close-small.cjs +1 -1
- package/dist/icon/close-small.js +21 -11
- package/dist/icon/columns.cjs +1 -1
- package/dist/icon/columns.js +5 -17
- package/dist/icon/credit-card.cjs +1 -1
- package/dist/icon/credit-card.js +0 -2
- package/dist/icon/document.cjs +1 -1
- package/dist/icon/document.js +1 -6
- package/dist/icon/eraser.cjs +2 -0
- package/dist/icon/eraser.js +17 -0
- package/dist/icon/external-link.cjs +1 -1
- package/dist/icon/external-link.js +0 -2
- package/dist/icon/grid.cjs +1 -1
- package/dist/icon/grid.js +36 -36
- package/dist/icon/grip-vertical.cjs +1 -1
- package/dist/icon/grip-vertical.js +0 -2
- package/dist/icon/home.cjs +1 -1
- package/dist/icon/home.js +1 -3
- package/dist/icon/hourglass.cjs +1 -1
- package/dist/icon/hourglass.js +6 -1
- package/dist/icon/index.cjs +1 -1
- package/dist/icon/index.d.ts +29 -1
- package/dist/icon/index.js +176 -148
- package/dist/icon/italic.cjs +2 -0
- package/dist/icon/italic.js +36 -0
- package/dist/icon/link.cjs +2 -0
- package/dist/icon/link.js +17 -0
- package/dist/icon/list-ordered.cjs +2 -0
- package/dist/icon/list-ordered.js +24 -0
- package/dist/icon/list.cjs +2 -0
- package/dist/icon/list.js +54 -0
- package/dist/icon/loading.cjs +1 -1
- package/dist/icon/loading.js +7 -16
- package/dist/icon/maximize.cjs +1 -1
- package/dist/icon/maximize.js +2 -4
- package/dist/icon/menu.cjs +1 -1
- package/dist/icon/menu.js +4 -4
- package/dist/icon/minimize.cjs +1 -1
- package/dist/icon/minimize.js +0 -2
- package/dist/icon/paperclip.cjs +1 -1
- package/dist/icon/paperclip.js +1 -3
- package/dist/icon/phone.cjs +1 -1
- package/dist/icon/phone.js +1 -1
- package/dist/icon/pip.cjs +1 -1
- package/dist/icon/pip.js +15 -31
- package/dist/icon/project.cjs +1 -1
- package/dist/icon/project.js +1 -3
- package/dist/icon/repeat.cjs +1 -1
- package/dist/icon/repeat.js +4 -6
- package/dist/icon/send.cjs +1 -1
- package/dist/icon/send.js +6 -3
- package/dist/icon/settings.cjs +1 -1
- package/dist/icon/settings.js +2 -4
- package/dist/icon/shuffle.cjs +1 -1
- package/dist/icon/shuffle.js +0 -2
- package/dist/icon/skip-back.cjs +1 -1
- package/dist/icon/skip-back.js +0 -2
- package/dist/icon/skip-forward.cjs +1 -1
- package/dist/icon/skip-forward.js +1 -3
- package/dist/icon/square.cjs +1 -1
- package/dist/icon/square.js +13 -9
- package/dist/icon/star.cjs +1 -1
- package/dist/icon/star.js +0 -2
- package/dist/icon/strikethrough.cjs +2 -0
- package/dist/icon/strikethrough.js +26 -0
- package/dist/icon/thumb-down.cjs +1 -1
- package/dist/icon/thumb-down.js +1 -1
- package/dist/icon/underline.cjs +2 -0
- package/dist/icon/underline.js +22 -0
- package/dist/icon/unlink.cjs +2 -0
- package/dist/icon/unlink.js +44 -0
- package/dist/icons.cjs +1 -1
- package/dist/icons.js +90 -76
- package/dist/index.cjs +1 -1
- package/dist/index.js +257 -243
- package/dist/llms-full.txt +11 -2
- package/dist/llms.txt +1 -1
- package/dist/locales/en/components.json +3 -1
- package/dist/locales/ja/components.json +3 -1
- package/dist/locales/pt/components.json +3 -1
- package/dist/reset.css +1 -1
- package/dist/styles.css +2 -2
- package/dist/wimui.umd.css +1 -1
- package/dist/wimui.umd.js +5 -5
- package/package.json +7 -2
package/dist/icon/index.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
const e=require("./alert-circle.cjs"),t=require("./align-justify.cjs"),
|
|
2
|
+
const e=require("./alert-circle.cjs"),t=require("./alert-triangle.cjs"),n=require("./align-justify.cjs"),r=require("./arrow-down.cjs"),i=require("./arrow-left.cjs"),a=require("./arrow-right.cjs"),o=require("./arrow-up.cjs"),s=require("./bell.cjs"),c=require("./bold.cjs"),l=require("./calendar.cjs"),u=require("./chart.cjs"),d=require("./check-circle.cjs"),f=require("./check.cjs"),p=require("./chevron-down.cjs"),m=require("./chevron-left.cjs"),h=require("./chevron-right.cjs"),g=require("./chevron-up.cjs"),_=require("./circle.cjs"),v=require("./clock.cjs"),y=require("./close-small.cjs"),b=require("./close.cjs"),x=require("./columns.cjs"),S=require("./copy.cjs"),C=require("./credit-card.cjs"),w=require("./document.cjs"),T=require("./download.cjs"),E=require("./edit.cjs"),D=require("./email.cjs"),O=require("./eraser.cjs"),k=require("./external-link.cjs"),A=require("./eye-off.cjs"),j=require("./eye.cjs"),M=require("./filter.cjs"),N=require("./grid.cjs"),P=require("./grip-vertical.cjs"),F=require("./help-circle.cjs"),I=require("./home.cjs"),L=require("./hourglass.cjs"),R=require("./image.cjs"),z=require("./info-circle.cjs"),B=require("./italic.cjs"),V=require("./link.cjs"),H=require("./list-ordered.cjs"),U=require("./list.cjs"),W=require("./loading.cjs"),G=require("./log-in.cjs"),K=require("./log-out.cjs"),q=require("./maximize.cjs"),J=require("./menu.cjs"),Y=require("./minimize.cjs"),X=require("./minus.cjs"),Z=require("./monitor.cjs"),Q=require("./moon.cjs"),$=require("./more-horizontal.cjs"),ee=require("./more-vertical.cjs"),te=require("./mute.cjs"),ne=require("./paperclip.cjs"),re=require("./pause.cjs"),ie=require("./pdf.cjs"),ae=require("./phone.cjs"),oe=require("./pip.cjs"),se=require("./play.cjs"),ce=require("./plus.cjs"),le=require("./project.cjs"),ue=require("./refresh.cjs"),de=require("./repeat.cjs"),fe=require("./search.cjs"),pe=require("./send.cjs"),me=require("./settings.cjs"),he=require("./share.cjs"),ge=require("./shuffle.cjs"),_e=require("./skip-back.cjs"),ve=require("./skip-forward.cjs"),ye=require("./smartphone.cjs"),be=require("./spinner.cjs"),xe=require("./square.cjs"),Se=require("./star.cjs"),Ce=require("./strikethrough.cjs"),we=require("./sun.cjs"),Te=require("./thumb-down.cjs"),Ee=require("./thumb-up.cjs"),De=require("./trash.cjs"),Oe=require("./underline.cjs"),ke=require("./unlink.cjs"),Ae=require("./upload.cjs"),je=require("./user.cjs"),Me=require("./video.cjs"),Ne=require("./volume.cjs");var Pe={AlertCircleIcon:e.default,AlertTriangleIcon:t.default,AlignJustifyIcon:n.default,ArrowDownIcon:r.default,ArrowLeftIcon:i.default,ArrowRightIcon:a.default,ArrowUpIcon:o.default,BellIcon:s.default,BoldIcon:c.default,CalendarIcon:l.default,ChartIcon:u.default,CheckCircleIcon:d.default,CheckIcon:f.default,ChevronDownIcon:p.default,ChevronLeftIcon:m.default,ChevronRightIcon:h.default,ChevronUpIcon:g.default,CircleIcon:_.default,ClockIcon:v.default,CloseSmallIcon:y.default,CloseIcon:b.default,ColumnsIcon:x.default,CopyIcon:S.default,CreditCardIcon:C.default,DocumentIcon:w.default,DownloadIcon:T.default,EditIcon:E.default,EmailIcon:D.default,EraserIcon:O.default,ExternalLinkIcon:k.default,EyeOffIcon:A.default,EyeIcon:j.default,FilterIcon:M.default,GridIcon:N.default,GripVerticalIcon:P.default,HelpCircleIcon:F.default,HomeIcon:I.default,HourglassIcon:L.default,ImageIcon:R.default,InfoCircleIcon:z.default,ItalicIcon:B.default,LinkIcon:V.default,ListOrderedIcon:H.default,ListIcon:U.default,LoadingIcon:W.default,LogInIcon:G.default,LogOutIcon:K.default,MaximizeIcon:q.default,MenuIcon:J.default,MinimizeIcon:Y.default,MinusIcon:X.default,MonitorIcon:Z.default,MoonIcon:Q.default,MoreHorizontalIcon:$.default,MoreVerticalIcon:ee.default,MuteIcon:te.default,PaperclipIcon:ne.default,PauseIcon:re.default,PdfIcon:ie.default,PhoneIcon:ae.default,PipIcon:oe.default,PlayIcon:se.default,PlusIcon:ce.default,ProjectIcon:le.default,RefreshIcon:ue.default,RepeatIcon:de.default,SearchIcon:fe.default,SendIcon:pe.default,SettingsIcon:me.default,ShareIcon:he.default,ShuffleIcon:ge.default,SkipBackIcon:_e.default,SkipForwardIcon:ve.default,SmartphoneIcon:ye.default,SpinnerIcon:be.default,SquareIcon:xe.default,StarIcon:Se.default,StrikethroughIcon:Ce.default,SunIcon:we.default,ThumbDownIcon:Te.default,ThumbUpIcon:Ee.default,TrashIcon:De.default,UnderlineIcon:Oe.default,UnlinkIcon:ke.default,UploadIcon:Ae.default,UserIcon:je.default,VideoIcon:Me.default,VolumeIcon:Ne.default};exports.ALL_ICONS=Pe,exports.AlertCircleIcon=e.default,exports.AlertTriangleIcon=t.default,exports.AlignJustifyIcon=n.default,exports.ArrowDownIcon=r.default,exports.ArrowLeftIcon=i.default,exports.ArrowRightIcon=a.default,exports.ArrowUpIcon=o.default,exports.BellIcon=s.default,exports.BoldIcon=c.default,exports.CalendarIcon=l.default,exports.ChartIcon=u.default,exports.CheckCircleIcon=d.default,exports.CheckIcon=f.default,exports.ChevronDownIcon=p.default,exports.ChevronLeftIcon=m.default,exports.ChevronRightIcon=h.default,exports.ChevronUpIcon=g.default,exports.CircleIcon=_.default,exports.ClockIcon=v.default,exports.CloseIcon=b.default,exports.CloseSmallIcon=y.default,exports.ColumnsIcon=x.default,exports.CopyIcon=S.default,exports.CreditCardIcon=C.default,exports.DocumentIcon=w.default,exports.DownloadIcon=T.default,exports.EditIcon=E.default,exports.EmailIcon=D.default,exports.EraserIcon=O.default,exports.ExternalLinkIcon=k.default,exports.EyeIcon=j.default,exports.EyeOffIcon=A.default,exports.FilterIcon=M.default,exports.GridIcon=N.default,exports.GripVerticalIcon=P.default,exports.HelpCircleIcon=F.default,exports.HomeIcon=I.default,exports.HourglassIcon=L.default,exports.ImageIcon=R.default,exports.InfoCircleIcon=z.default,exports.ItalicIcon=B.default,exports.LinkIcon=V.default,exports.ListIcon=U.default,exports.ListOrderedIcon=H.default,exports.LoadingIcon=W.default,exports.LogInIcon=G.default,exports.LogOutIcon=K.default,exports.MaximizeIcon=q.default,exports.MenuIcon=J.default,exports.MinimizeIcon=Y.default,exports.MinusIcon=X.default,exports.MonitorIcon=Z.default,exports.MoonIcon=Q.default,exports.MoreHorizontalIcon=$.default,exports.MoreVerticalIcon=ee.default,exports.MuteIcon=te.default,exports.PaperclipIcon=ne.default,exports.PauseIcon=re.default,exports.PdfIcon=ie.default,exports.PhoneIcon=ae.default,exports.PipIcon=oe.default,exports.PlayIcon=se.default,exports.PlusIcon=ce.default,exports.ProjectIcon=le.default,exports.RefreshIcon=ue.default,exports.RepeatIcon=de.default,exports.SearchIcon=fe.default,exports.SendIcon=pe.default,exports.SettingsIcon=me.default,exports.ShareIcon=he.default,exports.ShuffleIcon=ge.default,exports.SkipBackIcon=_e.default,exports.SkipForwardIcon=ve.default,exports.SmartphoneIcon=ye.default,exports.SpinnerIcon=be.default,exports.SquareIcon=xe.default,exports.StarIcon=Se.default,exports.StrikethroughIcon=Ce.default,exports.SunIcon=we.default,exports.ThumbDownIcon=Te.default,exports.ThumbUpIcon=Ee.default,exports.TrashIcon=De.default,exports.UnderlineIcon=Oe.default,exports.UnlinkIcon=ke.default,exports.UploadIcon=Ae.default,exports.UserIcon=je.default,exports.VideoIcon=Me.default,exports.VolumeIcon=Ne.default;
|
package/dist/icon/index.d.ts
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
import { default as AlertCircleIcon } from './alert-circle.svg?react';
|
|
2
|
+
import { default as AlertTriangleIcon } from './alert-triangle.svg?react';
|
|
2
3
|
import { default as AlignJustifyIcon } from './align-justify.svg?react';
|
|
4
|
+
import { default as ArrowDownIcon } from './arrow-down.svg?react';
|
|
5
|
+
import { default as ArrowLeftIcon } from './arrow-left.svg?react';
|
|
6
|
+
import { default as ArrowRightIcon } from './arrow-right.svg?react';
|
|
7
|
+
import { default as ArrowUpIcon } from './arrow-up.svg?react';
|
|
3
8
|
import { default as BellIcon } from './bell.svg?react';
|
|
9
|
+
import { default as BoldIcon } from './bold.svg?react';
|
|
4
10
|
import { default as CalendarIcon } from './calendar.svg?react';
|
|
5
11
|
import { default as ChartIcon } from './chart.svg?react';
|
|
6
12
|
import { default as CheckCircleIcon } from './check-circle.svg?react';
|
|
@@ -20,6 +26,7 @@ import { default as DocumentIcon } from './document.svg?react';
|
|
|
20
26
|
import { default as DownloadIcon } from './download.svg?react';
|
|
21
27
|
import { default as EditIcon } from './edit.svg?react';
|
|
22
28
|
import { default as EmailIcon } from './email.svg?react';
|
|
29
|
+
import { default as EraserIcon } from './eraser.svg?react';
|
|
23
30
|
import { default as ExternalLinkIcon } from './external-link.svg?react';
|
|
24
31
|
import { default as EyeOffIcon } from './eye-off.svg?react';
|
|
25
32
|
import { default as EyeIcon } from './eye.svg?react';
|
|
@@ -31,6 +38,10 @@ import { default as HomeIcon } from './home.svg?react';
|
|
|
31
38
|
import { default as HourglassIcon } from './hourglass.svg?react';
|
|
32
39
|
import { default as ImageIcon } from './image.svg?react';
|
|
33
40
|
import { default as InfoCircleIcon } from './info-circle.svg?react';
|
|
41
|
+
import { default as ItalicIcon } from './italic.svg?react';
|
|
42
|
+
import { default as LinkIcon } from './link.svg?react';
|
|
43
|
+
import { default as ListOrderedIcon } from './list-ordered.svg?react';
|
|
44
|
+
import { default as ListIcon } from './list.svg?react';
|
|
34
45
|
import { default as LoadingIcon } from './loading.svg?react';
|
|
35
46
|
import { default as LogInIcon } from './log-in.svg?react';
|
|
36
47
|
import { default as LogOutIcon } from './log-out.svg?react';
|
|
@@ -64,19 +75,28 @@ import { default as SmartphoneIcon } from './smartphone.svg?react';
|
|
|
64
75
|
import { default as SpinnerIcon } from './spinner.svg?react';
|
|
65
76
|
import { default as SquareIcon } from './square.svg?react';
|
|
66
77
|
import { default as StarIcon } from './star.svg?react';
|
|
78
|
+
import { default as StrikethroughIcon } from './strikethrough.svg?react';
|
|
67
79
|
import { default as SunIcon } from './sun.svg?react';
|
|
68
80
|
import { default as ThumbDownIcon } from './thumb-down.svg?react';
|
|
69
81
|
import { default as ThumbUpIcon } from './thumb-up.svg?react';
|
|
70
82
|
import { default as TrashIcon } from './trash.svg?react';
|
|
83
|
+
import { default as UnderlineIcon } from './underline.svg?react';
|
|
84
|
+
import { default as UnlinkIcon } from './unlink.svg?react';
|
|
71
85
|
import { default as UploadIcon } from './upload.svg?react';
|
|
72
86
|
import { default as UserIcon } from './user.svg?react';
|
|
73
87
|
import { default as VideoIcon } from './video.svg?react';
|
|
74
88
|
import { default as VolumeIcon } from './volume.svg?react';
|
|
75
|
-
export { AlertCircleIcon, AlignJustifyIcon, BellIcon, CalendarIcon, ChartIcon, CheckCircleIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleIcon, ClockIcon, CloseSmallIcon, CloseIcon, ColumnsIcon, CopyIcon, CreditCardIcon, DocumentIcon, DownloadIcon, EditIcon, EmailIcon, ExternalLinkIcon, EyeOffIcon, EyeIcon, FilterIcon, GridIcon, GripVerticalIcon, HelpCircleIcon, HomeIcon, HourglassIcon, ImageIcon, InfoCircleIcon, LoadingIcon, LogInIcon, LogOutIcon, MaximizeIcon, MenuIcon, MinimizeIcon, MinusIcon, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MuteIcon, PaperclipIcon, PauseIcon, PdfIcon, PhoneIcon, PipIcon, PlayIcon, PlusIcon, ProjectIcon, RefreshIcon, RepeatIcon, SearchIcon, SendIcon, SettingsIcon, ShareIcon, ShuffleIcon, SkipBackIcon, SkipForwardIcon, SmartphoneIcon, SpinnerIcon, SquareIcon, StarIcon, SunIcon, ThumbDownIcon, ThumbUpIcon, TrashIcon, UploadIcon, UserIcon, VideoIcon, VolumeIcon, };
|
|
89
|
+
export { AlertCircleIcon, AlertTriangleIcon, AlignJustifyIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, BellIcon, BoldIcon, CalendarIcon, ChartIcon, CheckCircleIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleIcon, ClockIcon, CloseSmallIcon, CloseIcon, ColumnsIcon, CopyIcon, CreditCardIcon, DocumentIcon, DownloadIcon, EditIcon, EmailIcon, EraserIcon, ExternalLinkIcon, EyeOffIcon, EyeIcon, FilterIcon, GridIcon, GripVerticalIcon, HelpCircleIcon, HomeIcon, HourglassIcon, ImageIcon, InfoCircleIcon, ItalicIcon, LinkIcon, ListOrderedIcon, ListIcon, LoadingIcon, LogInIcon, LogOutIcon, MaximizeIcon, MenuIcon, MinimizeIcon, MinusIcon, MonitorIcon, MoonIcon, MoreHorizontalIcon, MoreVerticalIcon, MuteIcon, PaperclipIcon, PauseIcon, PdfIcon, PhoneIcon, PipIcon, PlayIcon, PlusIcon, ProjectIcon, RefreshIcon, RepeatIcon, SearchIcon, SendIcon, SettingsIcon, ShareIcon, ShuffleIcon, SkipBackIcon, SkipForwardIcon, SmartphoneIcon, SpinnerIcon, SquareIcon, StarIcon, StrikethroughIcon, SunIcon, ThumbDownIcon, ThumbUpIcon, TrashIcon, UnderlineIcon, UnlinkIcon, UploadIcon, UserIcon, VideoIcon, VolumeIcon, };
|
|
76
90
|
export declare const ALL_ICONS: {
|
|
77
91
|
readonly AlertCircleIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
92
|
+
readonly AlertTriangleIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
78
93
|
readonly AlignJustifyIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
94
|
+
readonly ArrowDownIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
95
|
+
readonly ArrowLeftIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
96
|
+
readonly ArrowRightIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
97
|
+
readonly ArrowUpIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
79
98
|
readonly BellIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
99
|
+
readonly BoldIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
80
100
|
readonly CalendarIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
81
101
|
readonly ChartIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
82
102
|
readonly CheckCircleIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
@@ -96,6 +116,7 @@ export declare const ALL_ICONS: {
|
|
|
96
116
|
readonly DownloadIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
97
117
|
readonly EditIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
98
118
|
readonly EmailIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
119
|
+
readonly EraserIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
99
120
|
readonly ExternalLinkIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
100
121
|
readonly EyeOffIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
101
122
|
readonly EyeIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
@@ -107,6 +128,10 @@ export declare const ALL_ICONS: {
|
|
|
107
128
|
readonly HourglassIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
108
129
|
readonly ImageIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
109
130
|
readonly InfoCircleIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
131
|
+
readonly ItalicIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
132
|
+
readonly LinkIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
133
|
+
readonly ListOrderedIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
134
|
+
readonly ListIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
110
135
|
readonly LoadingIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
111
136
|
readonly LogInIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
112
137
|
readonly LogOutIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
@@ -140,10 +165,13 @@ export declare const ALL_ICONS: {
|
|
|
140
165
|
readonly SpinnerIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
141
166
|
readonly SquareIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
142
167
|
readonly StarIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
168
|
+
readonly StrikethroughIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
143
169
|
readonly SunIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
144
170
|
readonly ThumbDownIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
145
171
|
readonly ThumbUpIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
146
172
|
readonly TrashIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
173
|
+
readonly UnderlineIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
174
|
+
readonly UnlinkIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
147
175
|
readonly UploadIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
148
176
|
readonly UserIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
|
149
177
|
readonly VideoIcon: import('react').FC<import('react').SVGProps<SVGSVGElement>>;
|
package/dist/icon/index.js
CHANGED
|
@@ -1,154 +1,182 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import e from "./alert-circle.js";
|
|
3
|
-
import t from "./
|
|
4
|
-
import n from "./
|
|
5
|
-
import r from "./
|
|
6
|
-
import i from "./
|
|
7
|
-
import a from "./
|
|
8
|
-
import o from "./
|
|
9
|
-
import s from "./
|
|
10
|
-
import c from "./
|
|
11
|
-
import l from "./
|
|
12
|
-
import u from "./
|
|
13
|
-
import d from "./circle.js";
|
|
14
|
-
import f from "./
|
|
15
|
-
import p from "./
|
|
16
|
-
import m from "./
|
|
17
|
-
import h from "./
|
|
18
|
-
import g from "./
|
|
19
|
-
import _ from "./
|
|
20
|
-
import v from "./
|
|
21
|
-
import y from "./
|
|
22
|
-
import b from "./
|
|
23
|
-
import x from "./
|
|
24
|
-
import S from "./
|
|
25
|
-
import C from "./
|
|
26
|
-
import w from "./
|
|
27
|
-
import T from "./
|
|
28
|
-
import E from "./
|
|
29
|
-
import D from "./
|
|
30
|
-
import O from "./
|
|
31
|
-
import k from "./
|
|
32
|
-
import A from "./
|
|
33
|
-
import j from "./
|
|
34
|
-
import M from "./
|
|
35
|
-
import N from "./
|
|
36
|
-
import P from "./
|
|
37
|
-
import F from "./
|
|
38
|
-
import I from "./
|
|
39
|
-
import L from "./
|
|
40
|
-
import R from "./
|
|
41
|
-
import z from "./
|
|
42
|
-
import B from "./
|
|
43
|
-
import V from "./
|
|
44
|
-
import H from "./
|
|
45
|
-
import U from "./
|
|
46
|
-
import W from "./
|
|
47
|
-
import G from "./
|
|
48
|
-
import K from "./
|
|
49
|
-
import q from "./
|
|
50
|
-
import J from "./
|
|
51
|
-
import Y from "./
|
|
52
|
-
import X from "./
|
|
53
|
-
import Z from "./
|
|
54
|
-
import Q from "./
|
|
55
|
-
import $ from "./
|
|
56
|
-
import ee from "./
|
|
57
|
-
import te from "./
|
|
58
|
-
import ne from "./
|
|
59
|
-
import re from "./
|
|
60
|
-
import ie from "./
|
|
61
|
-
import ae from "./
|
|
62
|
-
import oe from "./
|
|
63
|
-
import se from "./
|
|
64
|
-
import ce from "./
|
|
65
|
-
import le from "./
|
|
66
|
-
import ue from "./
|
|
67
|
-
import de from "./
|
|
68
|
-
import fe from "./
|
|
69
|
-
import pe from "./
|
|
70
|
-
import me from "./
|
|
71
|
-
import he from "./
|
|
72
|
-
import ge from "./
|
|
73
|
-
import _e from "./
|
|
74
|
-
import ve from "./
|
|
75
|
-
import ye from "./
|
|
3
|
+
import t from "./alert-triangle.js";
|
|
4
|
+
import n from "./align-justify.js";
|
|
5
|
+
import r from "./arrow-down.js";
|
|
6
|
+
import i from "./arrow-left.js";
|
|
7
|
+
import a from "./arrow-right.js";
|
|
8
|
+
import o from "./arrow-up.js";
|
|
9
|
+
import s from "./bell.js";
|
|
10
|
+
import c from "./bold.js";
|
|
11
|
+
import l from "./calendar.js";
|
|
12
|
+
import u from "./chart.js";
|
|
13
|
+
import d from "./check-circle.js";
|
|
14
|
+
import f from "./check.js";
|
|
15
|
+
import p from "./chevron-down.js";
|
|
16
|
+
import m from "./chevron-left.js";
|
|
17
|
+
import h from "./chevron-right.js";
|
|
18
|
+
import g from "./chevron-up.js";
|
|
19
|
+
import _ from "./circle.js";
|
|
20
|
+
import v from "./clock.js";
|
|
21
|
+
import y from "./close-small.js";
|
|
22
|
+
import b from "./close.js";
|
|
23
|
+
import x from "./columns.js";
|
|
24
|
+
import S from "./copy.js";
|
|
25
|
+
import C from "./credit-card.js";
|
|
26
|
+
import w from "./document.js";
|
|
27
|
+
import T from "./download.js";
|
|
28
|
+
import E from "./edit.js";
|
|
29
|
+
import D from "./email.js";
|
|
30
|
+
import O from "./eraser.js";
|
|
31
|
+
import k from "./external-link.js";
|
|
32
|
+
import A from "./eye-off.js";
|
|
33
|
+
import j from "./eye.js";
|
|
34
|
+
import M from "./filter.js";
|
|
35
|
+
import N from "./grid.js";
|
|
36
|
+
import P from "./grip-vertical.js";
|
|
37
|
+
import F from "./help-circle.js";
|
|
38
|
+
import I from "./home.js";
|
|
39
|
+
import L from "./hourglass.js";
|
|
40
|
+
import R from "./image.js";
|
|
41
|
+
import z from "./info-circle.js";
|
|
42
|
+
import B from "./italic.js";
|
|
43
|
+
import V from "./link.js";
|
|
44
|
+
import H from "./list-ordered.js";
|
|
45
|
+
import U from "./list.js";
|
|
46
|
+
import W from "./loading.js";
|
|
47
|
+
import G from "./log-in.js";
|
|
48
|
+
import K from "./log-out.js";
|
|
49
|
+
import q from "./maximize.js";
|
|
50
|
+
import J from "./menu.js";
|
|
51
|
+
import Y from "./minimize.js";
|
|
52
|
+
import X from "./minus.js";
|
|
53
|
+
import Z from "./monitor.js";
|
|
54
|
+
import Q from "./moon.js";
|
|
55
|
+
import $ from "./more-horizontal.js";
|
|
56
|
+
import ee from "./more-vertical.js";
|
|
57
|
+
import te from "./mute.js";
|
|
58
|
+
import ne from "./paperclip.js";
|
|
59
|
+
import re from "./pause.js";
|
|
60
|
+
import ie from "./pdf.js";
|
|
61
|
+
import ae from "./phone.js";
|
|
62
|
+
import oe from "./pip.js";
|
|
63
|
+
import se from "./play.js";
|
|
64
|
+
import ce from "./plus.js";
|
|
65
|
+
import le from "./project.js";
|
|
66
|
+
import ue from "./refresh.js";
|
|
67
|
+
import de from "./repeat.js";
|
|
68
|
+
import fe from "./search.js";
|
|
69
|
+
import pe from "./send.js";
|
|
70
|
+
import me from "./settings.js";
|
|
71
|
+
import he from "./share.js";
|
|
72
|
+
import ge from "./shuffle.js";
|
|
73
|
+
import _e from "./skip-back.js";
|
|
74
|
+
import ve from "./skip-forward.js";
|
|
75
|
+
import ye from "./smartphone.js";
|
|
76
|
+
import be from "./spinner.js";
|
|
77
|
+
import xe from "./square.js";
|
|
78
|
+
import Se from "./star.js";
|
|
79
|
+
import Ce from "./strikethrough.js";
|
|
80
|
+
import we from "./sun.js";
|
|
81
|
+
import Te from "./thumb-down.js";
|
|
82
|
+
import Ee from "./thumb-up.js";
|
|
83
|
+
import De from "./trash.js";
|
|
84
|
+
import Oe from "./underline.js";
|
|
85
|
+
import ke from "./unlink.js";
|
|
86
|
+
import Ae from "./upload.js";
|
|
87
|
+
import je from "./user.js";
|
|
88
|
+
import Me from "./video.js";
|
|
89
|
+
import Ne from "./volume.js";
|
|
76
90
|
//#region src/icon/index.ts
|
|
77
|
-
var
|
|
91
|
+
var Pe = {
|
|
78
92
|
AlertCircleIcon: e,
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
93
|
+
AlertTriangleIcon: t,
|
|
94
|
+
AlignJustifyIcon: n,
|
|
95
|
+
ArrowDownIcon: r,
|
|
96
|
+
ArrowLeftIcon: i,
|
|
97
|
+
ArrowRightIcon: a,
|
|
98
|
+
ArrowUpIcon: o,
|
|
99
|
+
BellIcon: s,
|
|
100
|
+
BoldIcon: c,
|
|
101
|
+
CalendarIcon: l,
|
|
102
|
+
ChartIcon: u,
|
|
103
|
+
CheckCircleIcon: d,
|
|
104
|
+
CheckIcon: f,
|
|
105
|
+
ChevronDownIcon: p,
|
|
106
|
+
ChevronLeftIcon: m,
|
|
107
|
+
ChevronRightIcon: h,
|
|
108
|
+
ChevronUpIcon: g,
|
|
109
|
+
CircleIcon: _,
|
|
110
|
+
ClockIcon: v,
|
|
111
|
+
CloseSmallIcon: y,
|
|
112
|
+
CloseIcon: b,
|
|
113
|
+
ColumnsIcon: x,
|
|
114
|
+
CopyIcon: S,
|
|
115
|
+
CreditCardIcon: C,
|
|
116
|
+
DocumentIcon: w,
|
|
117
|
+
DownloadIcon: T,
|
|
118
|
+
EditIcon: E,
|
|
119
|
+
EmailIcon: D,
|
|
120
|
+
EraserIcon: O,
|
|
121
|
+
ExternalLinkIcon: k,
|
|
122
|
+
EyeOffIcon: A,
|
|
123
|
+
EyeIcon: j,
|
|
124
|
+
FilterIcon: M,
|
|
125
|
+
GridIcon: N,
|
|
126
|
+
GripVerticalIcon: P,
|
|
127
|
+
HelpCircleIcon: F,
|
|
128
|
+
HomeIcon: I,
|
|
129
|
+
HourglassIcon: L,
|
|
130
|
+
ImageIcon: R,
|
|
131
|
+
InfoCircleIcon: z,
|
|
132
|
+
ItalicIcon: B,
|
|
133
|
+
LinkIcon: V,
|
|
134
|
+
ListOrderedIcon: H,
|
|
135
|
+
ListIcon: U,
|
|
136
|
+
LoadingIcon: W,
|
|
137
|
+
LogInIcon: G,
|
|
138
|
+
LogOutIcon: K,
|
|
139
|
+
MaximizeIcon: q,
|
|
140
|
+
MenuIcon: J,
|
|
141
|
+
MinimizeIcon: Y,
|
|
142
|
+
MinusIcon: X,
|
|
143
|
+
MonitorIcon: Z,
|
|
144
|
+
MoonIcon: Q,
|
|
145
|
+
MoreHorizontalIcon: $,
|
|
146
|
+
MoreVerticalIcon: ee,
|
|
147
|
+
MuteIcon: te,
|
|
148
|
+
PaperclipIcon: ne,
|
|
149
|
+
PauseIcon: re,
|
|
150
|
+
PdfIcon: ie,
|
|
151
|
+
PhoneIcon: ae,
|
|
152
|
+
PipIcon: oe,
|
|
153
|
+
PlayIcon: se,
|
|
154
|
+
PlusIcon: ce,
|
|
155
|
+
ProjectIcon: le,
|
|
156
|
+
RefreshIcon: ue,
|
|
157
|
+
RepeatIcon: de,
|
|
158
|
+
SearchIcon: fe,
|
|
159
|
+
SendIcon: pe,
|
|
160
|
+
SettingsIcon: me,
|
|
161
|
+
ShareIcon: he,
|
|
162
|
+
ShuffleIcon: ge,
|
|
163
|
+
SkipBackIcon: _e,
|
|
164
|
+
SkipForwardIcon: ve,
|
|
165
|
+
SmartphoneIcon: ye,
|
|
166
|
+
SpinnerIcon: be,
|
|
167
|
+
SquareIcon: xe,
|
|
168
|
+
StarIcon: Se,
|
|
169
|
+
StrikethroughIcon: Ce,
|
|
170
|
+
SunIcon: we,
|
|
171
|
+
ThumbDownIcon: Te,
|
|
172
|
+
ThumbUpIcon: Ee,
|
|
173
|
+
TrashIcon: De,
|
|
174
|
+
UnderlineIcon: Oe,
|
|
175
|
+
UnlinkIcon: ke,
|
|
176
|
+
UploadIcon: Ae,
|
|
177
|
+
UserIcon: je,
|
|
178
|
+
VideoIcon: Me,
|
|
179
|
+
VolumeIcon: Ne
|
|
152
180
|
};
|
|
153
181
|
//#endregion
|
|
154
|
-
export {
|
|
182
|
+
export { Pe as ALL_ICONS, e as AlertCircleIcon, t as AlertTriangleIcon, n as AlignJustifyIcon, r as ArrowDownIcon, i as ArrowLeftIcon, a as ArrowRightIcon, o as ArrowUpIcon, s as BellIcon, c as BoldIcon, l as CalendarIcon, u as ChartIcon, d as CheckCircleIcon, f as CheckIcon, p as ChevronDownIcon, m as ChevronLeftIcon, h as ChevronRightIcon, g as ChevronUpIcon, _ as CircleIcon, v as ClockIcon, b as CloseIcon, y as CloseSmallIcon, x as ColumnsIcon, S as CopyIcon, C as CreditCardIcon, w as DocumentIcon, T as DownloadIcon, E as EditIcon, D as EmailIcon, O as EraserIcon, k as ExternalLinkIcon, j as EyeIcon, A as EyeOffIcon, M as FilterIcon, N as GridIcon, P as GripVerticalIcon, F as HelpCircleIcon, I as HomeIcon, L as HourglassIcon, R as ImageIcon, z as InfoCircleIcon, B as ItalicIcon, V as LinkIcon, U as ListIcon, H as ListOrderedIcon, W as LoadingIcon, G as LogInIcon, K as LogOutIcon, q as MaximizeIcon, J as MenuIcon, Y as MinimizeIcon, X as MinusIcon, Z as MonitorIcon, Q as MoonIcon, $ as MoreHorizontalIcon, ee as MoreVerticalIcon, te as MuteIcon, ne as PaperclipIcon, re as PauseIcon, ie as PdfIcon, ae as PhoneIcon, oe as PipIcon, se as PlayIcon, ce as PlusIcon, le as ProjectIcon, ue as RefreshIcon, de as RepeatIcon, fe as SearchIcon, pe as SendIcon, me as SettingsIcon, he as ShareIcon, ge as ShuffleIcon, _e as SkipBackIcon, ve as SkipForwardIcon, ye as SmartphoneIcon, be as SpinnerIcon, xe as SquareIcon, Se as StarIcon, Ce as StrikethroughIcon, we as SunIcon, Te as ThumbDownIcon, Ee as ThumbUpIcon, De as TrashIcon, Oe as UnderlineIcon, ke as UnlinkIcon, Ae as UploadIcon, je as UserIcon, Me as VideoIcon, Ne as VolumeIcon };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`line`,{x1:19,y1:4,x2:10,y2:4}),(0,n.jsx)(`line`,{x1:14,y1:20,x2:5,y2:20}),(0,n.jsx)(`line`,{x1:15,y1:4,x2:9,y2:20})]});exports.default=r;
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "react";
|
|
3
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
4
|
+
//#region src/icon/italic.svg?react
|
|
5
|
+
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
strokeWidth: 2,
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
13
|
+
...n,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ e("line", {
|
|
16
|
+
x1: 19,
|
|
17
|
+
y1: 4,
|
|
18
|
+
x2: 10,
|
|
19
|
+
y2: 4
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ e("line", {
|
|
22
|
+
x1: 14,
|
|
23
|
+
y1: 20,
|
|
24
|
+
x2: 5,
|
|
25
|
+
y2: 20
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ e("line", {
|
|
28
|
+
x1: 15,
|
|
29
|
+
y1: 4,
|
|
30
|
+
x2: 9,
|
|
31
|
+
y2: 20
|
|
32
|
+
})
|
|
33
|
+
]
|
|
34
|
+
});
|
|
35
|
+
//#endregion
|
|
36
|
+
export { n as default };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71`}),(0,n.jsx)(`path`,{d:`M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71`})]});exports.default=r;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "react";
|
|
3
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
4
|
+
//#region src/icon/link.svg?react
|
|
5
|
+
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
strokeWidth: 2,
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
13
|
+
...n,
|
|
14
|
+
children: [/* @__PURE__ */ e("path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" }), /* @__PURE__ */ e("path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" })]
|
|
15
|
+
});
|
|
16
|
+
//#endregion
|
|
17
|
+
export { n as default };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`path`,{d:`M11 5h10`}),(0,n.jsx)(`path`,{d:`M11 12h10`}),(0,n.jsx)(`path`,{d:`M11 19h10`}),(0,n.jsx)(`path`,{d:`M4 4h1v5`}),(0,n.jsx)(`path`,{d:`M4 9h2`}),(0,n.jsx)(`path`,{d:`M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02`})]});exports.default=r;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "react";
|
|
3
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
4
|
+
//#region src/icon/list-ordered.svg?react
|
|
5
|
+
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
strokeWidth: 2,
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
13
|
+
...n,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ e("path", { d: "M11 5h10" }),
|
|
16
|
+
/* @__PURE__ */ e("path", { d: "M11 12h10" }),
|
|
17
|
+
/* @__PURE__ */ e("path", { d: "M11 19h10" }),
|
|
18
|
+
/* @__PURE__ */ e("path", { d: "M4 4h1v5" }),
|
|
19
|
+
/* @__PURE__ */ e("path", { d: "M4 9h2" }),
|
|
20
|
+
/* @__PURE__ */ e("path", { d: "M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02" })
|
|
21
|
+
]
|
|
22
|
+
});
|
|
23
|
+
//#endregion
|
|
24
|
+
export { n as default };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
const e=require("../_virtual/_rolldown/runtime.cjs");let t=require("react");t=e.__toESM(t);let n=require("react/jsx-runtime");var r=e=>(0,n.jsxs)(`svg`,{xmlns:`http://www.w3.org/2000/svg`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,...e,children:[(0,n.jsx)(`line`,{x1:8,y1:6,x2:21,y2:6}),(0,n.jsx)(`line`,{x1:8,y1:12,x2:21,y2:12}),(0,n.jsx)(`line`,{x1:8,y1:18,x2:21,y2:18}),(0,n.jsx)(`line`,{x1:3,y1:6,x2:3.01,y2:6}),(0,n.jsx)(`line`,{x1:3,y1:12,x2:3.01,y2:12}),(0,n.jsx)(`line`,{x1:3,y1:18,x2:3.01,y2:18})]});exports.default=r;
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "react";
|
|
3
|
+
import { jsx as e, jsxs as t } from "react/jsx-runtime";
|
|
4
|
+
//#region src/icon/list.svg?react
|
|
5
|
+
var n = (n) => /* @__PURE__ */ t("svg", {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 24 24",
|
|
8
|
+
fill: "none",
|
|
9
|
+
stroke: "currentColor",
|
|
10
|
+
strokeWidth: 2,
|
|
11
|
+
strokeLinecap: "round",
|
|
12
|
+
strokeLinejoin: "round",
|
|
13
|
+
...n,
|
|
14
|
+
children: [
|
|
15
|
+
/* @__PURE__ */ e("line", {
|
|
16
|
+
x1: 8,
|
|
17
|
+
y1: 6,
|
|
18
|
+
x2: 21,
|
|
19
|
+
y2: 6
|
|
20
|
+
}),
|
|
21
|
+
/* @__PURE__ */ e("line", {
|
|
22
|
+
x1: 8,
|
|
23
|
+
y1: 12,
|
|
24
|
+
x2: 21,
|
|
25
|
+
y2: 12
|
|
26
|
+
}),
|
|
27
|
+
/* @__PURE__ */ e("line", {
|
|
28
|
+
x1: 8,
|
|
29
|
+
y1: 18,
|
|
30
|
+
x2: 21,
|
|
31
|
+
y2: 18
|
|
32
|
+
}),
|
|
33
|
+
/* @__PURE__ */ e("line", {
|
|
34
|
+
x1: 3,
|
|
35
|
+
y1: 6,
|
|
36
|
+
x2: 3.01,
|
|
37
|
+
y2: 6
|
|
38
|
+
}),
|
|
39
|
+
/* @__PURE__ */ e("line", {
|
|
40
|
+
x1: 3,
|
|
41
|
+
y1: 12,
|
|
42
|
+
x2: 3.01,
|
|
43
|
+
y2: 12
|
|
44
|
+
}),
|
|
45
|
+
/* @__PURE__ */ e("line", {
|
|
46
|
+
x1: 3,
|
|
47
|
+
y1: 18,
|
|
48
|
+
x2: 3.01,
|
|
49
|
+
y2: 18
|
|
50
|
+
})
|
|
51
|
+
]
|
|
52
|
+
});
|
|
53
|
+
//#endregion
|
|
54
|
+
export { n as default };
|