@inkeep/cxkit-primitives 0.5.73 → 0.5.75
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/atoms/icons/built-in-icon-renderer.cjs +1 -1
- package/dist/atoms/icons/built-in-icon-renderer.js +3 -1
- package/dist/atoms/icons/built-in-icons.cjs +1 -1
- package/dist/atoms/icons/built-in-icons.js +81 -79
- package/dist/atoms/icons/collections/bi.cjs +1 -0
- package/dist/atoms/icons/collections/bi.js +49 -0
- package/dist/atoms/icons/collections/fi.cjs +1 -0
- package/dist/atoms/icons/collections/fi.js +29 -0
- package/dist/atoms/icons/collections/gr.cjs +1 -0
- package/dist/atoms/icons/collections/gr.js +21 -0
- package/dist/atoms/icons/collections/io5.cjs +1 -0
- package/dist/atoms/icons/collections/io5.js +806 -0
- package/dist/atoms/icons/collections/pi.cjs +1 -0
- package/dist/atoms/icons/collections/pi.js +49 -0
- package/dist/atoms/icons/generate-icon.cjs +1 -0
- package/dist/atoms/icons/generate-icon.js +56 -0
- package/dist/components/embedded-chat.cjs +4 -4
- package/dist/components/embedded-chat.js +808 -811
- package/dist/index.d.cts +0 -11
- package/dist/index.d.ts +0 -11
- package/dist/providers/base-events-provider.cjs +1 -1
- package/dist/providers/base-events-provider.js +1 -1
- package/package.json +5 -5
- package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/fa6/index.cjs +0 -1
- package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/fa6/index.js +0 -92
- package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/fi/index.cjs +0 -1
- package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/fi/index.js +0 -8
- package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/hi2/index.cjs +0 -1
- package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/hi2/index.js +0 -8
- package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/io5/index.cjs +0 -1
- package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/io5/index.js +0 -128
- package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/lib/iconBase.cjs +0 -1
- package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/lib/iconBase.js +0 -109
- package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/lib/iconContext.cjs +0 -1
- package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/lib/iconContext.js +0 -13
- package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/lu/index.cjs +0 -1
- package/dist/node_modules/.pnpm/react-icons@5.4.0_react@19.0.0/node_modules/react-icons/lu/index.js +0 -88
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),u=require("react-svg"),r=require("../../components/factory.cjs"),o=require("./built-in-icons.cjs"),c=require("react"),s=r.ikp("svg",{_id:"icon",role:"presentation","aria-hidden":!0,focusable:!1,"data-type":"built-in"}),l=r.ikp(u.ReactSVG,{_id:"icon","data-type":"custom"}),a=r.ikp("img",{_id:"icon","data-type":"custom"}),m=c.memo(({iconSettings:t,...
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("react/jsx-runtime"),u=require("react-svg"),r=require("../../components/factory.cjs"),o=require("./built-in-icons.cjs"),c=require("react"),s=r.ikp("svg",{_id:"icon",role:"presentation","aria-hidden":!0,focusable:!1,"data-type":"built-in",width:"1em",height:"1em"}),l=r.ikp(u.ReactSVG,{_id:"icon","data-type":"custom"}),a=r.ikp("img",{_id:"icon","data-type":"custom"}),m=c.memo(({iconSettings:t,...e})=>{if(!t)return i.jsx("div",{style:{width:"1em",minHeight:"1em"}});if("builtIn"in t){const n=o.iconMap[t.builtIn];return n?i.jsx(s,{...e,asChild:!0,children:i.jsx(n,{})}):null}if("custom"in t){const n=t.custom;return n.toLowerCase().endsWith(".svg")?i.jsx(l,{src:n,wrapper:"div",...e}):i.jsx(a,{src:t.custom,alt:"custom icon",...e})}return null},(t,e)=>d(t.iconSettings,e.iconSettings));function d(t,e){return"builtIn"in t&&"builtIn"in e?t.builtIn===e.builtIn:"custom"in t&&"custom"in e?t.custom===e.custom:!1}exports.BuiltInIconRenderer=m;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("./collections/gr.cjs"),n=require("./collections/bi.cjs"),i=require("./collections/pi.cjs"),u=require("./collections/fi.cjs"),o=require("./collections/io5.cjs"),e=require("lucide-react"),t={FaBook:e.BookText,FaGithub:o.IoLogoGithub,FaDatabase:e.Database,FaStackOverflow:o.IoLogoStackoverflow,FaChrome:o.IoLogoChrome,FaPhone:e.Phone,FaEnvelope:e.Mail,FaPencil:e.Pencil,FaBlog:r.GrBlog,FaSort:i.PiCaretUpDownFill,FaPenSquare:e.SquarePen,FaChevronRight:e.ChevronRight,FaChevronUp:e.ChevronUp,FaFilePdf:i.PiFilePdfFill,FaDiscourse:n.BiLogoDiscourse,FaDiscord:n.BiLogoDiscordAlt,FaSlack:o.IoLogoSlack,IoDocumentTextSharp:o.IoDocumentTextSharp,IoDocumentSharp:o.IoDocumentSharp,IoSend:o.IoSend,IoInformationCircleOutline:o.IoInformationCircleOutline,IoLinkOutline:o.IoLinkOutline,IoThumbsUpSharp:o.IoThumbsUpSharp,IoThumbsDownSharp:o.IoThumbsDownSharp,IoSearch:o.IoSearch,IoCopyOutline:o.IoCopyOutline,IoCopy:o.IoCopy,IoReturnDownBackOutline:o.IoReturnDownBackOutline,IoChevronForwardOutline:o.IoChevronForwardOutline,IoReturnDownForward:o.IoReturnDownForward,IoCloseOutline:o.IoCloseOutline,IoCheckmarkOutline:o.IoCheckmarkOutline,IoBookOutline:o.IoBookOutline,IoReaderOutline:o.IoReaderOutline,IoHelpBuoyOutline:o.IoHelpBuoyOutline,IoPeopleOutline:o.IoPeopleOutline,IoDocumentTextOutline:o.IoDocumentTextOutline,IoChatbubblesOutline:o.IoChatbubblesOutline,FaRegFilePdf:i.PiFilePdf,IoLogoDiscord:o.IoLogoDiscord,IoLogoGithub:o.IoLogoGithub,IoTerminal:o.IoTerminal,FaBriefcase:e.BriefcaseBusiness,IoPlayCircleOutline:o.IoPlayCircleOutline,IoPencilOutline:o.IoPencilOutline,IoCheckmarkDoneOutline:o.IoCheckmarkDoneOutline,IoHomeOutline:o.IoHomeOutline,IoMail:o.IoMail,IoOpenOutline:o.IoOpenOutline,FaTelegram:n.BiLogoTelegram,FaTable:e.Table,FaMagnifyingGlass:e.Search,LuArrowLeft:e.ArrowLeft,LuCircleCheck:e.CircleCheck,LuCommand:e.Command,LuCopy:e.Copy,LuCheck:e.Check,LuCornerDownLeft:e.CornerDownLeft,LuGlobe:e.Globe,LuLink:e.Link,LuRepeat:e.Repeat,LuThumbsDown:e.ThumbsDown,LuThumbsUp:e.ThumbsUp,LuUsers:e.Users,LuUser:e.User,LuArrowUpRight:e.ArrowUpRight,LuBookOpen:e.BookOpen,LuChevronDown:e.ChevronDown,LuLoaderCircle:e.LoaderCircle,FiEdit:u.FiEdit,LuSparkles:e.Sparkles,LuCornerDownRight:e.CornerDownRight,LuCalendar:e.Calendar,LuHeadset:e.Headset};exports.iconMap=t;
|
|
@@ -1,84 +1,86 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
2
|
+
import { GrBlog as e } from "./collections/gr.js";
|
|
3
|
+
import { BiLogoTelegram as r, BiLogoDiscordAlt as a, BiLogoDiscourse as n } from "./collections/bi.js";
|
|
4
|
+
import { PiFilePdf as i, PiFilePdfFill as l, PiCaretUpDownFill as t } from "./collections/pi.js";
|
|
5
|
+
import { FiEdit as u } from "./collections/fi.js";
|
|
6
|
+
import { IoOpenOutline as h, IoMail as L, IoHomeOutline as s, IoCheckmarkDoneOutline as C, IoPencilOutline as c, IoPlayCircleOutline as m, IoTerminal as p, IoLogoGithub as o, IoLogoDiscord as I, IoChatbubblesOutline as F, IoDocumentTextOutline as k, IoPeopleOutline as D, IoHelpBuoyOutline as O, IoReaderOutline as g, IoBookOutline as d, IoCheckmarkOutline as f, IoCloseOutline as w, IoReturnDownForward as b, IoChevronForwardOutline as P, IoReturnDownBackOutline as S, IoCopy as B, IoCopyOutline as T, IoSearch as R, IoThumbsDownSharp as U, IoThumbsUpSharp as v, IoLinkOutline as y, IoInformationCircleOutline as G, IoSend as A, IoDocumentSharp as x, IoDocumentTextSharp as H, IoLogoSlack as M, IoLogoChrome as q, IoLogoStackoverflow as E } from "./collections/io5.js";
|
|
7
|
+
import { Headset as j, Calendar as z, CornerDownRight as J, Sparkles as K, LoaderCircle as N, ChevronDown as Q, BookOpen as V, ArrowUpRight as W, User as X, Users as Y, ThumbsUp as Z, ThumbsDown as _, Repeat as $, Link as oo, Globe as eo, CornerDownLeft as ro, Check as ao, Copy as no, Command as io, CircleCheck as lo, ArrowLeft as to, Search as uo, Table as ho, BriefcaseBusiness as Lo, ChevronUp as so, ChevronRight as Co, SquarePen as co, Pencil as mo, Mail as po, Phone as Io, Database as Fo, BookText as ko } from "lucide-react";
|
|
8
|
+
const Po = {
|
|
9
|
+
FaBook: ko,
|
|
10
|
+
FaGithub: o,
|
|
11
|
+
FaDatabase: Fo,
|
|
12
|
+
FaStackOverflow: E,
|
|
13
|
+
FaChrome: q,
|
|
14
|
+
FaPhone: Io,
|
|
15
|
+
FaEnvelope: po,
|
|
16
|
+
FaPencil: mo,
|
|
17
|
+
FaBlog: e,
|
|
18
|
+
FaSort: t,
|
|
19
|
+
FaPenSquare: co,
|
|
20
|
+
FaChevronRight: Co,
|
|
21
|
+
FaChevronUp: so,
|
|
20
22
|
FaFilePdf: l,
|
|
21
|
-
FaDiscourse:
|
|
22
|
-
FaDiscord:
|
|
23
|
-
FaSlack:
|
|
24
|
-
IoDocumentTextSharp:
|
|
25
|
-
IoDocumentSharp:
|
|
26
|
-
IoSend:
|
|
27
|
-
IoInformationCircleOutline:
|
|
28
|
-
IoLinkOutline:
|
|
29
|
-
IoThumbsUpSharp:
|
|
30
|
-
IoThumbsDownSharp:
|
|
31
|
-
IoSearch:
|
|
32
|
-
IoCopyOutline:
|
|
33
|
-
IoCopy:
|
|
34
|
-
IoReturnDownBackOutline:
|
|
35
|
-
IoChevronForwardOutline:
|
|
36
|
-
IoReturnDownForward:
|
|
37
|
-
IoCloseOutline:
|
|
38
|
-
IoCheckmarkOutline:
|
|
39
|
-
IoBookOutline:
|
|
40
|
-
IoReaderOutline:
|
|
41
|
-
IoHelpBuoyOutline:
|
|
42
|
-
IoPeopleOutline:
|
|
43
|
-
IoDocumentTextOutline:
|
|
44
|
-
IoChatbubblesOutline:
|
|
45
|
-
FaRegFilePdf:
|
|
46
|
-
IoLogoDiscord:
|
|
47
|
-
IoLogoGithub:
|
|
48
|
-
IoTerminal:
|
|
49
|
-
FaBriefcase:
|
|
50
|
-
IoPlayCircleOutline:
|
|
51
|
-
IoPencilOutline:
|
|
52
|
-
IoCheckmarkDoneOutline:
|
|
53
|
-
IoHomeOutline:
|
|
54
|
-
IoMail:
|
|
55
|
-
IoOpenOutline:
|
|
56
|
-
FaTelegram:
|
|
57
|
-
FaTable:
|
|
58
|
-
FaMagnifyingGlass:
|
|
59
|
-
LuArrowLeft:
|
|
60
|
-
LuCircleCheck:
|
|
61
|
-
LuCommand:
|
|
62
|
-
LuCopy:
|
|
63
|
-
LuCheck:
|
|
64
|
-
LuCornerDownLeft:
|
|
65
|
-
LuGlobe:
|
|
66
|
-
LuLink:
|
|
67
|
-
LuRepeat:
|
|
68
|
-
LuThumbsDown:
|
|
69
|
-
LuThumbsUp:
|
|
70
|
-
LuUsers:
|
|
71
|
-
LuUser:
|
|
72
|
-
LuArrowUpRight:
|
|
73
|
-
LuBookOpen:
|
|
74
|
-
LuChevronDown:
|
|
75
|
-
LuLoaderCircle:
|
|
76
|
-
FiEdit:
|
|
77
|
-
LuSparkles:
|
|
78
|
-
LuCornerDownRight:
|
|
79
|
-
LuCalendar:
|
|
80
|
-
LuHeadset:
|
|
23
|
+
FaDiscourse: n,
|
|
24
|
+
FaDiscord: a,
|
|
25
|
+
FaSlack: M,
|
|
26
|
+
IoDocumentTextSharp: H,
|
|
27
|
+
IoDocumentSharp: x,
|
|
28
|
+
IoSend: A,
|
|
29
|
+
IoInformationCircleOutline: G,
|
|
30
|
+
IoLinkOutline: y,
|
|
31
|
+
IoThumbsUpSharp: v,
|
|
32
|
+
IoThumbsDownSharp: U,
|
|
33
|
+
IoSearch: R,
|
|
34
|
+
IoCopyOutline: T,
|
|
35
|
+
IoCopy: B,
|
|
36
|
+
IoReturnDownBackOutline: S,
|
|
37
|
+
IoChevronForwardOutline: P,
|
|
38
|
+
IoReturnDownForward: b,
|
|
39
|
+
IoCloseOutline: w,
|
|
40
|
+
IoCheckmarkOutline: f,
|
|
41
|
+
IoBookOutline: d,
|
|
42
|
+
IoReaderOutline: g,
|
|
43
|
+
IoHelpBuoyOutline: O,
|
|
44
|
+
IoPeopleOutline: D,
|
|
45
|
+
IoDocumentTextOutline: k,
|
|
46
|
+
IoChatbubblesOutline: F,
|
|
47
|
+
FaRegFilePdf: i,
|
|
48
|
+
IoLogoDiscord: I,
|
|
49
|
+
IoLogoGithub: o,
|
|
50
|
+
IoTerminal: p,
|
|
51
|
+
FaBriefcase: Lo,
|
|
52
|
+
IoPlayCircleOutline: m,
|
|
53
|
+
IoPencilOutline: c,
|
|
54
|
+
IoCheckmarkDoneOutline: C,
|
|
55
|
+
IoHomeOutline: s,
|
|
56
|
+
IoMail: L,
|
|
57
|
+
IoOpenOutline: h,
|
|
58
|
+
FaTelegram: r,
|
|
59
|
+
FaTable: ho,
|
|
60
|
+
FaMagnifyingGlass: uo,
|
|
61
|
+
LuArrowLeft: to,
|
|
62
|
+
LuCircleCheck: lo,
|
|
63
|
+
LuCommand: io,
|
|
64
|
+
LuCopy: no,
|
|
65
|
+
LuCheck: ao,
|
|
66
|
+
LuCornerDownLeft: ro,
|
|
67
|
+
LuGlobe: eo,
|
|
68
|
+
LuLink: oo,
|
|
69
|
+
LuRepeat: $,
|
|
70
|
+
LuThumbsDown: _,
|
|
71
|
+
LuThumbsUp: Z,
|
|
72
|
+
LuUsers: Y,
|
|
73
|
+
LuUser: X,
|
|
74
|
+
LuArrowUpRight: W,
|
|
75
|
+
LuBookOpen: V,
|
|
76
|
+
LuChevronDown: Q,
|
|
77
|
+
LuLoaderCircle: N,
|
|
78
|
+
FiEdit: u,
|
|
79
|
+
LuSparkles: K,
|
|
80
|
+
LuCornerDownRight: J,
|
|
81
|
+
LuCalendar: z,
|
|
82
|
+
LuHeadset: j
|
|
81
83
|
};
|
|
82
84
|
export {
|
|
83
|
-
|
|
85
|
+
Po as iconMap
|
|
84
86
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("../generate-icon.cjs");function e(t){return o.GenIcon({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{d:"M14.82 4.26a10.14 10.14 0 0 0-.53 1.1 14.66 14.66 0 0 0-4.58 0 10.14 10.14 0 0 0-.53-1.1 16 16 0 0 0-4.13 1.3 17.33 17.33 0 0 0-3 11.59 16.6 16.6 0 0 0 5.07 2.59A12.89 12.89 0 0 0 8.23 18a9.65 9.65 0 0 1-1.71-.83 3.39 3.39 0 0 0 .42-.33 11.66 11.66 0 0 0 10.12 0q.21.18.42.33a10.84 10.84 0 0 1-1.71.84 12.41 12.41 0 0 0 1.08 1.78 16.44 16.44 0 0 0 5.06-2.59 17.22 17.22 0 0 0-3-11.59 16.09 16.09 0 0 0-4.09-1.35zM8.68 14.81a1.94 1.94 0 0 1-1.8-2 1.93 1.93 0 0 1 1.8-2 1.93 1.93 0 0 1 1.8 2 1.93 1.93 0 0 1-1.8 2zm6.64 0a1.94 1.94 0 0 1-1.8-2 1.93 1.93 0 0 1 1.8-2 1.92 1.92 0 0 1 1.8 2 1.92 1.92 0 0 1-1.8 2z"},child:[]}]})(t)}function c(t){return o.GenIcon({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{d:"M12.077 3C7.149 3 3 6.96 3 11.843V21l9.075-.01c4.928 0 8.925-4.11 8.925-8.993C21 7.113 17 3 12.077 3zm3.92 12.859a5.568 5.568 0 0 1-6.102 1.043l-3.595.805 1.001-3.192a5.435 5.435 0 0 1 .11-5.415 5.55 5.55 0 0 1 4.753-2.678v.001h.006a5.533 5.533 0 0 1 5.131 3.438 5.442 5.442 0 0 1-1.304 5.998z"},child:[]}]})(t)}function i(t){return o.GenIcon({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{d:"m20.665 3.717-17.73 6.837c-1.21.486-1.203 1.161-.222 1.462l4.552 1.42 10.532-6.645c.498-.303.953-.14.579.192l-8.533 7.701h-.002l.002.001-.314 4.692c.46 0 .663-.211.921-.46l2.211-2.15 4.599 3.397c.848.467 1.457.227 1.668-.785l3.019-14.228c.309-1.239-.473-1.8-1.282-1.434z"},child:[]}]})(t)}exports.BiLogoDiscordAlt=e;exports.BiLogoDiscourse=c;exports.BiLogoTelegram=i;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { GenIcon as a } from "../generate-icon.js";
|
|
3
|
+
function i(t) {
|
|
4
|
+
return a({
|
|
5
|
+
attr: { viewBox: "0 0 24 24" },
|
|
6
|
+
child: [
|
|
7
|
+
{
|
|
8
|
+
tag: "path",
|
|
9
|
+
attr: {
|
|
10
|
+
d: "M14.82 4.26a10.14 10.14 0 0 0-.53 1.1 14.66 14.66 0 0 0-4.58 0 10.14 10.14 0 0 0-.53-1.1 16 16 0 0 0-4.13 1.3 17.33 17.33 0 0 0-3 11.59 16.6 16.6 0 0 0 5.07 2.59A12.89 12.89 0 0 0 8.23 18a9.65 9.65 0 0 1-1.71-.83 3.39 3.39 0 0 0 .42-.33 11.66 11.66 0 0 0 10.12 0q.21.18.42.33a10.84 10.84 0 0 1-1.71.84 12.41 12.41 0 0 0 1.08 1.78 16.44 16.44 0 0 0 5.06-2.59 17.22 17.22 0 0 0-3-11.59 16.09 16.09 0 0 0-4.09-1.35zM8.68 14.81a1.94 1.94 0 0 1-1.8-2 1.93 1.93 0 0 1 1.8-2 1.93 1.93 0 0 1 1.8 2 1.93 1.93 0 0 1-1.8 2zm6.64 0a1.94 1.94 0 0 1-1.8-2 1.93 1.93 0 0 1 1.8-2 1.92 1.92 0 0 1 1.8 2 1.92 1.92 0 0 1-1.8 2z"
|
|
11
|
+
},
|
|
12
|
+
child: []
|
|
13
|
+
}
|
|
14
|
+
]
|
|
15
|
+
})(t);
|
|
16
|
+
}
|
|
17
|
+
function o(t) {
|
|
18
|
+
return a({
|
|
19
|
+
attr: { viewBox: "0 0 24 24" },
|
|
20
|
+
child: [
|
|
21
|
+
{
|
|
22
|
+
tag: "path",
|
|
23
|
+
attr: {
|
|
24
|
+
d: "M12.077 3C7.149 3 3 6.96 3 11.843V21l9.075-.01c4.928 0 8.925-4.11 8.925-8.993C21 7.113 17 3 12.077 3zm3.92 12.859a5.568 5.568 0 0 1-6.102 1.043l-3.595.805 1.001-3.192a5.435 5.435 0 0 1 .11-5.415 5.55 5.55 0 0 1 4.753-2.678v.001h.006a5.533 5.533 0 0 1 5.131 3.438 5.442 5.442 0 0 1-1.304 5.998z"
|
|
25
|
+
},
|
|
26
|
+
child: []
|
|
27
|
+
}
|
|
28
|
+
]
|
|
29
|
+
})(t);
|
|
30
|
+
}
|
|
31
|
+
function r(t) {
|
|
32
|
+
return a({
|
|
33
|
+
attr: { viewBox: "0 0 24 24" },
|
|
34
|
+
child: [
|
|
35
|
+
{
|
|
36
|
+
tag: "path",
|
|
37
|
+
attr: {
|
|
38
|
+
d: "m20.665 3.717-17.73 6.837c-1.21.486-1.203 1.161-.222 1.462l4.552 1.42 10.532-6.645c.498-.303.953-.14.579.192l-8.533 7.701h-.002l.002.001-.314 4.692c.46 0 .663-.211.921-.46l2.211-2.15 4.599 3.397c.848.467 1.457.227 1.668-.785l3.019-14.228c.309-1.239-.473-1.8-1.282-1.434z"
|
|
39
|
+
},
|
|
40
|
+
child: []
|
|
41
|
+
}
|
|
42
|
+
]
|
|
43
|
+
})(t);
|
|
44
|
+
}
|
|
45
|
+
export {
|
|
46
|
+
i as BiLogoDiscordAlt,
|
|
47
|
+
o as BiLogoDiscourse,
|
|
48
|
+
r as BiLogoTelegram
|
|
49
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("../generate-icon.cjs");function r(t){return e.GenIcon({attr:{viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},child:[{tag:"path",attr:{d:"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"},child:[]},{tag:"path",attr:{d:"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"},child:[]}]})(t)}exports.FiEdit=r;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { GenIcon as r } from "../generate-icon.js";
|
|
3
|
+
function e(t) {
|
|
4
|
+
return r({
|
|
5
|
+
attr: {
|
|
6
|
+
viewBox: "0 0 24 24",
|
|
7
|
+
fill: "none",
|
|
8
|
+
stroke: "currentColor",
|
|
9
|
+
strokeWidth: "2",
|
|
10
|
+
strokeLinecap: "round",
|
|
11
|
+
strokeLinejoin: "round"
|
|
12
|
+
},
|
|
13
|
+
child: [
|
|
14
|
+
{
|
|
15
|
+
tag: "path",
|
|
16
|
+
attr: { d: "M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7" },
|
|
17
|
+
child: []
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
tag: "path",
|
|
21
|
+
attr: { d: "M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z" },
|
|
22
|
+
child: []
|
|
23
|
+
}
|
|
24
|
+
]
|
|
25
|
+
})(t);
|
|
26
|
+
}
|
|
27
|
+
export {
|
|
28
|
+
e as FiEdit
|
|
29
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../generate-icon.cjs");function r(e){return t.GenIcon({attr:{viewBox:"0 0 24 24"},child:[{tag:"path",attr:{fill:"none",strokeWidth:"2",d:"M5,16 C3.343,16 2,17.343 2,19 C2,20.657 3.343,22 5,22 C6.657,22 8,20.657 8,19 C8,17.343 6.657,16 5,16 L5,16 L5,16 Z M5,1 C14.925,1 23,9.075 23,19 L23,19 M18,19 C18,11.832 12.168,6 5,6 M13,19 C13,14.589 9.411,11 5,11 M2,11 L2,19 L2,19"},child:[]}]})(e)}exports.GrBlog=r;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import { GenIcon as o } from "../generate-icon.js";
|
|
3
|
+
function e(t) {
|
|
4
|
+
return o({
|
|
5
|
+
attr: { viewBox: "0 0 24 24" },
|
|
6
|
+
child: [
|
|
7
|
+
{
|
|
8
|
+
tag: "path",
|
|
9
|
+
attr: {
|
|
10
|
+
fill: "none",
|
|
11
|
+
strokeWidth: "2",
|
|
12
|
+
d: "M5,16 C3.343,16 2,17.343 2,19 C2,20.657 3.343,22 5,22 C6.657,22 8,20.657 8,19 C8,17.343 6.657,16 5,16 L5,16 L5,16 Z M5,1 C14.925,1 23,9.075 23,19 L23,19 M18,19 C18,11.832 12.168,6 5,6 M13,19 C13,14.589 9.411,11 5,11 M2,11 L2,19 L2,19"
|
|
13
|
+
},
|
|
14
|
+
child: []
|
|
15
|
+
}
|
|
16
|
+
]
|
|
17
|
+
})(t);
|
|
18
|
+
}
|
|
19
|
+
export {
|
|
20
|
+
e as GrBlog
|
|
21
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const o=require("../generate-icon.cjs");function n(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M256 160c16-63.16 76.43-95.41 208-96a15.94 15.94 0 0 1 16 16v288a16 16 0 0 1-16 16c-128 0-177.45 25.81-208 64-30.37-38-80-64-208-64-9.88 0-16-8.05-16-17.93V80a15.94 15.94 0 0 1 16-16c131.57.59 192 32.84 208 96zm0 0v288"},child:[]}]})(t)}function e(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"32",d:"M431 320.6c-1-3.6 1.2-8.6 3.3-12.2a33.68 33.68 0 0 1 2.1-3.1A162 162 0 0 0 464 215c.3-92.2-77.5-167-173.7-167-83.9 0-153.9 57.1-170.3 132.9a160.7 160.7 0 0 0-3.7 34.2c0 92.3 74.8 169.1 171 169.1 15.3 0 35.9-4.6 47.2-7.7s22.5-7.2 25.4-8.3a26.44 26.44 0 0 1 9.3-1.7 26 26 0 0 1 10.1 2l56.7 20.1a13.52 13.52 0 0 0 3.9 1 8 8 0 0 0 8-8 12.85 12.85 0 0 0-.5-2.7z"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"32",d:"M66.46 232a146.23 146.23 0 0 0 6.39 152.67c2.31 3.49 3.61 6.19 3.21 8s-11.93 61.87-11.93 61.87a8 8 0 0 0 2.71 7.68A8.17 8.17 0 0 0 72 464a7.26 7.26 0 0 0 2.91-.6l56.21-22a15.7 15.7 0 0 1 12 .2c18.94 7.38 39.88 12 60.83 12A159.21 159.21 0 0 0 284 432.11"},child:[]}]})(t)}function a(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M464 128 240 384l-96-96m0 96-96-96m320-160L232 284"},child:[]}]})(t)}function i(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M416 128 192 384l-96-96"},child:[]}]})(t)}function r(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"48",d:"m184 112 144 144-144 144"},child:[]}]})(t)}function c(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M368 368 144 144m224 0L144 368"},child:[]}]})(t)}function l(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"rect",attr:{width:"336",height:"336",x:"128",y:"128",fill:"none",strokeLinejoin:"round",strokeWidth:"32",rx:"57",ry:"57"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"m383.5 128 .5-24a56.16 56.16 0 0 0-56-56H112a64.19 64.19 0 0 0-64 64v216a56.16 56.16 0 0 0 56 56h24"},child:[]}]})(t)}function h(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M408 480H184a72 72 0 0 1-72-72V184a72 72 0 0 1 72-72h224a72 72 0 0 1 72 72v224a72 72 0 0 1-72 72z"},child:[]},{tag:"path",attr:{d:"M160 80h235.88A72.12 72.12 0 0 0 328 32H104a72 72 0 0 0-72 72v224a72.12 72.12 0 0 0 48 67.88V160a80 80 0 0 1 80-80z"},child:[]}]})(t)}function d(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M240 216V32H92a12 12 0 0 0-12 12v424a12 12 0 0 0 12 12h328a12 12 0 0 0 12-12V224H248a8 8 0 0 1-8-8z"},child:[]},{tag:"path",attr:{d:"M272 41.69V188a4 4 0 0 0 4 4h146.31a2 2 0 0 0 1.42-3.41L275.41 40.27a2 2 0 0 0-3.41 1.42z"},child:[]}]})(t)}function u(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinejoin:"round",strokeWidth:"32",d:"M416 221.25V416a48 48 0 0 1-48 48H144a48 48 0 0 1-48-48V96a48 48 0 0 1 48-48h98.75a32 32 0 0 1 22.62 9.37l141.26 141.26a32 32 0 0 1 9.37 22.62z"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M256 56v120a32 32 0 0 0 32 32h120m-232 80h160m-160 80h160"},child:[]}]})(t)}function s(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M272 41.69V188a4 4 0 0 0 4 4h146.31a2 2 0 0 0 1.42-3.41L275.41 40.27a2 2 0 0 0-3.41 1.42z"},child:[]},{tag:"path",attr:{d:"M248 224a8 8 0 0 1-8-8V32H92a12 12 0 0 0-12 12v424a12 12 0 0 0 12 12h328a12 12 0 0 0 12-12V224zm104 160H160v-32h192zm0-80H160v-32h192z"},child:[]}]})(t)}function k(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"circle",attr:{cx:"256",cy:"256",r:"208",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32"},child:[]},{tag:"circle",attr:{cx:"256",cy:"256",r:"80",fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"m208 54 8 132m80 0 8-132m-96 404 8-132m80 0 8 132m154-250-132 8m0 80 132 8M54 208l132 8m0 80-132 8"},child:[]}]})(t)}function p(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M80 212v236a16 16 0 0 0 16 16h96V328a24 24 0 0 1 24-24h80a24 24 0 0 1 24 24v136h96a16 16 0 0 0 16-16V212"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M480 256 266.89 52c-5-5.28-16.69-5.34-21.78 0L32 256m368-77V64h-48v69"},child:[]}]})(t)}function I(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeMiterlimit:"10",strokeWidth:"32",d:"M248 64C146.39 64 64 146.39 64 248s82.39 184 184 184 184-82.39 184-184S349.61 64 248 64z"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M220 220h32v116"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"32",d:"M208 340h88"},child:[]},{tag:"path",attr:{d:"M248 130a26 26 0 1 0 26 26 26 26 0 0 0-26-26z"},child:[]}]})(t)}function L(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"36",d:"M208 352h-64a96 96 0 0 1 0-192h64m96 0h64a96 96 0 0 1 0 192h-64m-140.71-96h187.42"},child:[]}]})(t)}function g(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M188.8 255.93a67.2 67.2 0 1 0 67.2-67.18 67.38 67.38 0 0 0-67.2 67.18z"},child:[]},{tag:"path",attr:{d:"M476.75 217.79v.05a206.63 206.63 0 0 0-7-28.84h-.11a202.16 202.16 0 0 1 7.07 29 203.5 203.5 0 0 0-7.07-29h-155.4c19.05 17 31.36 40.17 31.36 67.05a86.55 86.55 0 0 1-12.31 44.73L231 478.45a2.44 2.44 0 0 1 0 .27v.28-.26a224 224 0 0 0 25 1.26c6.84 0 13.61-.39 20.3-1a222.91 222.91 0 0 0 29.78-4.74C405.68 451.52 480 362.4 480 255.94a225.25 225.25 0 0 0-3.25-38.15z"},child:[]},{tag:"path",attr:{d:"M256 345.5c-33.6 0-61.6-17.91-77.29-44.79L76 123.05l-.14-.24A224 224 0 0 0 207.4 474.55v-.05l77.69-134.6a84.13 84.13 0 0 1-29.09 5.6z"},child:[]},{tag:"path",attr:{d:"m91.29 104.57 77.35 133.25A89.19 89.19 0 0 1 256 166h205.17a246.51 246.51 0 0 0-25.78-43.94l.12.08A245.26 245.26 0 0 1 461.17 166h.17a245.91 245.91 0 0 0-25.66-44 2.63 2.63 0 0 1-.35-.26 223.93 223.93 0 0 0-344.19-17.4l.14.24z"},child:[]}]})(t)}function m(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M464 66.52A50 50 0 0 0 414.12 17L97.64 16A49.65 49.65 0 0 0 48 65.52V392c0 27.3 22.28 48 49.64 48H368l-13-44 109 100zM324.65 329.81s-8.72-10.39-16-19.32C340.39 301.55 352.5 282 352.5 282a139 139 0 0 1-27.85 14.25 173.31 173.31 0 0 1-35.11 10.39 170.05 170.05 0 0 1-62.72-.24 184.45 184.45 0 0 1-35.59-10.4 141.46 141.46 0 0 1-17.68-8.21c-.73-.48-1.45-.72-2.18-1.21-.49-.24-.73-.48-1-.48-4.36-2.42-6.78-4.11-6.78-4.11s11.62 19.09 42.38 28.26c-7.27 9.18-16.23 19.81-16.23 19.81-53.51-1.69-73.85-36.47-73.85-36.47 0-77.06 34.87-139.62 34.87-139.62 34.87-25.85 67.8-25.12 67.8-25.12l2.42 2.9c-43.59 12.32-63.44 31.4-63.44 31.4s5.32-2.9 14.28-6.77c25.91-11.35 46.5-14.25 55-15.21a24 24 0 0 1 4.12-.49 205.62 205.62 0 0 1 48.91-.48 201.62 201.62 0 0 1 72.89 22.95s-19.13-18.15-60.3-30.45l3.39-3.86s33.17-.73 67.81 25.16c0 0 34.87 62.56 34.87 139.62 0-.28-20.35 34.5-73.86 36.19z"},child:[]},{tag:"path",attr:{d:"M212.05 218c-13.8 0-24.7 11.84-24.7 26.57s11.14 26.57 24.7 26.57c13.8 0 24.7-11.83 24.7-26.57.25-14.76-10.9-26.57-24.7-26.57zm88.38 0c-13.8 0-24.7 11.84-24.7 26.57s11.14 26.57 24.7 26.57c13.81 0 24.7-11.83 24.7-26.57S314 218 300.43 218z"},child:[]}]})(t)}function f(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M256 32C132.3 32 32 134.9 32 261.7c0 101.5 64.2 187.5 153.2 217.9a17.56 17.56 0 0 0 3.8.4c8.3 0 11.5-6.1 11.5-11.4 0-5.5-.2-19.9-.3-39.1a102.4 102.4 0 0 1-22.6 2.7c-43.1 0-52.9-33.5-52.9-33.5-10.2-26.5-24.9-33.6-24.9-33.6-19.5-13.7-.1-14.1 1.4-14.1h.1c22.5 2 34.3 23.8 34.3 23.8 11.2 19.6 26.2 25.1 39.6 25.1a63 63 0 0 0 25.6-6c2-14.8 7.8-24.9 14.2-30.7-49.7-5.8-102-25.5-102-113.5 0-25.1 8.7-45.6 23-61.6-2.3-5.8-10-29.2 2.2-60.8a18.64 18.64 0 0 1 5-.5c8.1 0 26.4 3.1 56.6 24.1a208.21 208.21 0 0 1 112.2 0c30.2-21 48.5-24.1 56.6-24.1a18.64 18.64 0 0 1 5 .5c12.2 31.6 4.5 55 2.2 60.8 14.3 16.1 23 36.6 23 61.6 0 88.2-52.4 107.6-102.3 113.3 8 7.1 15.2 21.1 15.2 42.5 0 30.7-.3 55.5-.3 63 0 5.4 3.1 11.5 11.4 11.5a19.35 19.35 0 0 0 4-.4C415.9 449.2 480 363.1 480 261.7 480 134.9 379.7 32 256 32z"},child:[]}]})(t)}function v(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M126.12 315.1A47.06 47.06 0 1 1 79.06 268h47.06zm23.72 0a47.06 47.06 0 0 1 94.12 0v117.84a47.06 47.06 0 1 1-94.12 0zm47.06-188.98A47.06 47.06 0 1 1 244 79.06v47.06zm0 23.72a47.06 47.06 0 0 1 0 94.12H79.06a47.06 47.06 0 0 1 0-94.12zm188.98 47.06a47.06 47.06 0 1 1 47.06 47.1h-47.06zm-23.72 0a47.06 47.06 0 0 1-94.12 0V79.06a47.06 47.06 0 1 1 94.12 0zM315.1 385.88a47.06 47.06 0 1 1-47.1 47.06v-47.06zm0-23.72a47.06 47.06 0 0 1 0-94.12h117.84a47.06 47.06 0 1 1 0 94.12z"},child:[]}]})(t)}function M(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M392 440V320h40v160H64V320h40v120z"},child:[]},{tag:"path",attr:{d:"m149.1 308.77 198.57 40.87 8.4-39.32-198.57-40.87zm26.27-93.12L359.22 300 376 263.76l-183.82-84.84zm50.95-89 156 127.78 25.74-30.52-156-127.78zM328 32l-33.39 23.8 120.82 160.37L448 192zM144 400h204v-40H144z"},child:[]}]})(t)}function z(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M424 80H88a56.06 56.06 0 0 0-56 56v240a56.06 56.06 0 0 0 56 56h336a56.06 56.06 0 0 0 56-56V136a56.06 56.06 0 0 0-56-56zm-14.18 92.63-144 112a16 16 0 0 1-19.64 0l-144-112a16 16 0 1 1 19.64-25.26L256 251.73l134.18-104.36a16 16 0 0 1 19.64 25.26z"},child:[]}]})(t)}function w(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M384 224v184a40 40 0 0 1-40 40H104a40 40 0 0 1-40-40V168a40 40 0 0 1 40-40h167.48M336 64h112v112M224 288 440 72"},child:[]}]})(t)}function x(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M364.13 125.25 87 403l-23 45 44.99-23 277.76-277.13-22.62-22.62zm56.56-56.56-22.62 22.62 22.62 22.63 22.62-22.63a16 16 0 0 0 0-22.62h0a16 16 0 0 0-22.62 0z"},child:[]}]})(t)}function B(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M402 168c-2.93 40.67-33.1 72-66 72s-63.12-31.32-66-72c-3-42.31 26.37-72 66-72s69 30.46 66 72z"},child:[]},{tag:"path",attr:{fill:"none",strokeMiterlimit:"10",strokeWidth:"32",d:"M336 304c-65.17 0-127.84 32.37-143.54 95.41-2.08 8.34 3.15 16.59 11.72 16.59h263.65c8.57 0 13.77-8.25 11.72-16.59C463.85 335.36 401.18 304 336 304z"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M200 185.94c-2.34 32.48-26.72 58.06-53 58.06s-50.7-25.57-53-58.06C91.61 152.15 115.34 128 147 128s55.39 24.77 53 57.94z"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeMiterlimit:"10",strokeWidth:"32",d:"M206 306c-18.05-8.27-37.93-11.45-59-11.45-52 0-102.1 25.85-114.65 76.2-1.65 6.66 2.53 13.25 9.37 13.25H154"},child:[]}]})(t)}function O(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeMiterlimit:"10",strokeWidth:"32",d:"M448 256c0-106-86-192-192-192S64 150 64 256s86 192 192 192 192-86 192-192z"},child:[]},{tag:"path",attr:{d:"m216.32 334.44 114.45-69.14a10.89 10.89 0 0 0 0-18.6l-114.45-69.14a10.78 10.78 0 0 0-16.32 9.31v138.26a10.78 10.78 0 0 0 16.32 9.31z"},child:[]}]})(t)}function G(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"rect",attr:{width:"320",height:"416",x:"96",y:"48",fill:"none",strokeLinejoin:"round",strokeWidth:"32",rx:"48",ry:"48"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M176 128h160m-160 80h160m-160 80h80"},child:[]}]})(t)}function W(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"m112 352-64-64 64-64"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M64 288h294c58.76 0 106-49.33 106-108v-20"},child:[]}]})(t)}function C(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"m400 352 64-64-64-64"},child:[]},{tag:"path",attr:{fill:"none",strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:"32",d:"M448 288H154c-58.76 0-106-49.33-106-108v-20"},child:[]}]})(t)}function j(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M456.69 421.39 362.6 327.3a173.81 173.81 0 0 0 34.84-104.58C397.44 126.38 319.06 48 222.72 48S48 126.38 48 222.72s78.38 174.72 174.72 174.72A173.81 173.81 0 0 0 327.3 362.6l94.09 94.09a25 25 0 0 0 35.3-35.3zM97.92 222.72a124.8 124.8 0 1 1 124.8 124.8 124.95 124.95 0 0 1-124.8-124.8z"},child:[]}]})(t)}function H(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"m476.59 227.05-.16-.07L49.35 49.84A23.56 23.56 0 0 0 27.14 52 24.65 24.65 0 0 0 16 72.59v113.29a24 24 0 0 0 19.52 23.57l232.93 43.07a4 4 0 0 1 0 7.86L35.53 303.45A24 24 0 0 0 16 327v113.31A23.57 23.57 0 0 0 26.59 460a23.94 23.94 0 0 0 13.22 4 24.55 24.55 0 0 0 9.52-1.93L476.4 285.94l.19-.09a32 32 0 0 0 0-58.8z"},child:[]}]})(t)}function V(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"M432 32H80a64.07 64.07 0 0 0-64 64v320a64.07 64.07 0 0 0 64 64h352a64.07 64.07 0 0 0 64-64V96a64.07 64.07 0 0 0-64-64zM96 256a16 16 0 0 1-10-28.49L150.39 176 86 124.49a16 16 0 1 1 20-25l80 64a16 16 0 0 1 0 25l-80 64A16 16 0 0 1 96 256zm160 0h-64a16 16 0 0 1 0-32h64a16 16 0 0 1 0 32z"},child:[]}]})(t)}function S(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"m56 320 156.05 12-23 89.4c-6.08 26.6.7 41.87 22.39 48.62l34.69 9.85a4 4 0 0 0 4.4-1.72l129-202.34a8 8 0 0 1 6.81-3.81H496V64H378.39a48 48 0 0 1-15.18-2.46l-76.3-25.43a80 80 0 0 0-25.3-4.11H83.68c-19 0-31.5 13.52-35.23 32.16L16 206.42V280c0 22.06 18 38 40 40z"},child:[]},{tag:"path",attr:{fill:"none",d:"M378.45 273.93A15.84 15.84 0 0 1 386 272a15.93 15.93 0 0 0-7.51 1.91zm-40.59 69.29-.13.22a2.53 2.53 0 0 1 .13-.22c20.5-35.51 30.36-55 33.82-62-3.47 7.06-13.34 26.51-33.82 62z"},child:[]},{tag:"path",attr:{d:"m372.66 279.16-1 2a16.29 16.29 0 0 1 6.77-7.26 16.48 16.48 0 0 0-5.77 5.26z"},child:[]}]})(t)}function A(t){return o.GenIcon({attr:{viewBox:"0 0 512 512"},child:[{tag:"path",attr:{d:"m456 192-156-12 23-89.4c6-26.6-.78-41.87-22.47-48.6l-34.69-9.85a4 4 0 0 0-4.4 1.72l-129 202.34a8 8 0 0 1-6.81 3.81H16V448h117.61a48 48 0 0 1 15.18 2.46l76.3 25.43a80 80 0 0 0 25.3 4.11h177.93c19 0 31.5-13.52 35.23-32.16L496 305.58V232c0-22.06-18-38-40-40z"},child:[]}]})(t)}exports.IoBookOutline=n;exports.IoChatbubblesOutline=e;exports.IoCheckmarkDoneOutline=a;exports.IoCheckmarkOutline=i;exports.IoChevronForwardOutline=r;exports.IoCloseOutline=c;exports.IoCopy=h;exports.IoCopyOutline=l;exports.IoDocumentSharp=d;exports.IoDocumentTextOutline=u;exports.IoDocumentTextSharp=s;exports.IoHelpBuoyOutline=k;exports.IoHomeOutline=p;exports.IoInformationCircleOutline=I;exports.IoLinkOutline=L;exports.IoLogoChrome=g;exports.IoLogoDiscord=m;exports.IoLogoGithub=f;exports.IoLogoSlack=v;exports.IoLogoStackoverflow=M;exports.IoMail=z;exports.IoOpenOutline=w;exports.IoPencilOutline=x;exports.IoPeopleOutline=B;exports.IoPlayCircleOutline=O;exports.IoReaderOutline=G;exports.IoReturnDownBackOutline=W;exports.IoReturnDownForward=C;exports.IoSearch=j;exports.IoSend=H;exports.IoTerminal=V;exports.IoThumbsDownSharp=S;exports.IoThumbsUpSharp=A;
|