@exem-ui/react 0.3.4-next.20260528023442 → 0.3.4-next.20260528063039
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/{chunk-4LHVUIR4.mjs → chunk-HV6LIYRO.mjs} +5 -5
- package/dist/{chunk-4LHVUIR4.mjs.map → chunk-HV6LIYRO.mjs.map} +1 -1
- package/dist/{chunk-4VSQNE4K.js → chunk-IYFBJHXJ.js} +4 -4
- package/dist/{chunk-4VSQNE4K.js.map → chunk-IYFBJHXJ.js.map} +1 -1
- package/dist/{chunk-IXKQR3Q3.js → chunk-TAZFRRWT.js} +5 -5
- package/dist/{chunk-IXKQR3Q3.js.map → chunk-TAZFRRWT.js.map} +1 -1
- package/dist/{chunk-WN3QWKIV.mjs → chunk-XOYGUVKA.mjs} +3 -3
- package/dist/{chunk-WN3QWKIV.mjs.map → chunk-XOYGUVKA.mjs.map} +1 -1
- package/dist/flat/index.js +6 -6
- package/dist/flat/index.mjs +2 -2
- package/dist/icon/index.js +421 -421
- package/dist/icon/index.mjs +1 -1
- package/dist/index.js +37 -37
- package/dist/index.mjs +3 -3
- package/package.json +3 -3
|
@@ -3676,12 +3676,12 @@ var Code = ({ size = 20, type, ...props }) => {
|
|
|
3676
3676
|
var Copy = ({ size = 20, type, ...props }) => {
|
|
3677
3677
|
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
3678
3678
|
if (resolvedType === "fill") {
|
|
3679
|
-
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
3679
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M10 17.5q-.825 0-1.412-.587A1.93 1.93 0 0 1 8 15.5v-11q0-.824.588-1.412A1.93 1.93 0 0 1 10 2.5h8q.824 0 1.413.587Q20 3.676 20 4.5v11q0 .824-.587 1.413A1.93 1.93 0 0 1 18 17.5zm-4 4q-.824 0-1.412-.587A1.93 1.93 0 0 1 4 19.5v-13h2v13h10v2z" }) });
|
|
3680
3680
|
}
|
|
3681
3681
|
if (resolvedType === "light") {
|
|
3682
|
-
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
3682
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M10.058 17.25q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V5.058q0-.758.525-1.283t1.283-.525h7.384q.758 0 1.283.525t.525 1.283v10.384q0 .758-.525 1.283t-1.283.525zm0-1.5h7.384a.3.3 0 0 0 .212-.096.3.3 0 0 0 .096-.212V5.058a.3.3 0 0 0-.096-.212.3.3 0 0 0-.212-.096h-7.384a.3.3 0 0 0-.212.096.3.3 0 0 0-.096.212v10.384q0 .116.096.212a.3.3 0 0 0 .212.096m-3.5 5q-.758 0-1.283-.525a1.75 1.75 0 0 1-.525-1.283V7.058h1.5v11.884q0 .116.096.212a.3.3 0 0 0 .212.096h8.884v1.5z" }) });
|
|
3683
3683
|
}
|
|
3684
|
-
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "
|
|
3684
|
+
return /* @__PURE__ */ jsx("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", role: "img", ...props, children: /* @__PURE__ */ jsx("path", { fill: "currentColor", d: "M10 17.5q-.825 0-1.412-.587A1.93 1.93 0 0 1 8 15.5v-11q0-.824.588-1.412A1.93 1.93 0 0 1 10 2.5h8q.824 0 1.413.587Q20 3.676 20 4.5v11q0 .824-.587 1.413A1.93 1.93 0 0 1 18 17.5zm0-2h8v-11h-8zm-4 6q-.824 0-1.412-.587A1.93 1.93 0 0 1 4 19.5v-13h2v13h10v2z" }) });
|
|
3685
3685
|
};
|
|
3686
3686
|
var Cpu = ({ size = 20, type, ...props }) => {
|
|
3687
3687
|
const resolvedType = type ?? (size <= 18 ? "regular" : "light");
|
|
@@ -5132,5 +5132,5 @@ var ZoomOut = ({ size = 20, type, ...props }) => {
|
|
|
5132
5132
|
};
|
|
5133
5133
|
|
|
5134
5134
|
export { Account, AccountTree, Addcircle, AlignCenter, AlignJustified, AlignLeft, AlignRight, AreaChart, ArrowBottomRight, ArrowDown, ArrowLeft, ArrowRight, ArrowUp, ArrowUpRight, Automation, Back, Badge, BarChart, Blank, Book, Brain, Briefcase, Build, Building, Bulb, Calculate, Calendar, CalendarDate, CalendarEvent, CalendarView, Cancel, CarrotDown, CarrotLeft, CarrotRight, CarrotUp, CarrotUpDown, Category, Chat, ChatLine, Check, CheckCircle, Checklist, ChevronDoubleDown, ChevronDoubleLeft, ChevronDoubleRight, ChevronDoubleUp, ChevronDown, ChevronLeft, ChevronRight, ChevronUp, ChevronUpDown, Clock, Cloud, Code, Copy, Cpu, CreateFolder, Cube, DarkMode, Dash, Dashboard, DashboardSymbol, Database, DatabaseOff, DatabaseSearch, Dataset, Delete, Disk, DomainVerification, DotsHorizontal, DotsVertical, Download, Edit, Error, Feedback, File, FileAdd, FileCheck, FileDownload, FileUpload, Filter, FilterList, FitScreen, Flag, Flowchart, Folder, FolderOpen, Folderlock, Foward, Frame, Functions, Gear, Grid, Group, Hand, Help, History, Home, Image, ImageCollection, Inbox, Info, Interests, Key, KoreanEnglish, Label, Layer, LightMode, LineChart, Link, LinkOff, List, Location, Lock, Lockopen, Login, Logout, Mail, MailOpen, Mediation, Memory, Menu, Minus, Monitor, MonitorHeart, MoreHorizontal, MoreVertical, Mssql, MyLocation, Mysql, Note, Notification, Open, Oracle, Palette, PaperBoard, Partial, Pause, Pencil, People, Person, PersonAdd, Phone, PieChart, Pin, PinOff, Play, PlayCircle, Plus, Pointer, Policy, Polyline, Postgresql, Power, PowerOff, Redo, Refresh, Return, Rewind, RootFinderSymbol, Scatter, Schema, Sdk, Search, Send, Sidebar, SkipNext, SkipPrevious, SortDown, SortUp, Sound, Sparkle, SpeechBubble, Split, SplitScene, Square, Star, Stop, StopCircle, SwapHorizontal, SwapVertical, Sync, Table, Tactics, Tag, ThumbDown, ThumbUp, Title, Toolbox, ToolsSymbol, Translate, Tune, TuneSimple, Unarchive, Undo, Upload, ViewColumn, ViewHorizontal, ViewModule, ViewRow, ViewVertical, Visibility, VisibilityOff, Warning, WiFi, Widgets, X, ZoomIn, ZoomOut, iconManifest, iconSizes };
|
|
5135
|
-
//# sourceMappingURL=chunk-
|
|
5136
|
-
//# sourceMappingURL=chunk-
|
|
5135
|
+
//# sourceMappingURL=chunk-HV6LIYRO.mjs.map
|
|
5136
|
+
//# sourceMappingURL=chunk-HV6LIYRO.mjs.map
|