@logoicon/react 1.0.2 → 1.0.4
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/CHANGELOG.md +12 -0
- package/dist/css/icon.cjs +37 -0
- package/dist/css/icon.d.cts +6 -0
- package/dist/css/icon.d.ts +6 -0
- package/dist/css/icon.js +13 -0
- package/dist/expressjs/icon-dark.cjs +36 -0
- package/dist/expressjs/icon-dark.d.cts +6 -0
- package/dist/expressjs/icon-dark.d.ts +6 -0
- package/dist/expressjs/icon-dark.js +12 -0
- package/dist/expressjs/icon-light.cjs +36 -0
- package/dist/expressjs/icon-light.d.cts +6 -0
- package/dist/expressjs/icon-light.d.ts +6 -0
- package/dist/expressjs/icon-light.js +12 -0
- package/dist/expressjs/logo-dark.cjs +36 -0
- package/dist/expressjs/logo-dark.d.cts +6 -0
- package/dist/expressjs/logo-dark.d.ts +6 -0
- package/dist/expressjs/logo-dark.js +12 -0
- package/dist/expressjs/logo-light.cjs +36 -0
- package/dist/expressjs/logo-light.d.cts +6 -0
- package/dist/expressjs/logo-light.d.ts +6 -0
- package/dist/expressjs/logo-light.js +12 -0
- package/dist/facebook/icon-mono.cjs +36 -0
- package/dist/facebook/icon-mono.d.cts +6 -0
- package/dist/facebook/icon-mono.d.ts +6 -0
- package/dist/facebook/icon-mono.js +12 -0
- package/dist/facebook/icon.cjs +42 -0
- package/dist/facebook/icon.d.cts +6 -0
- package/dist/facebook/icon.d.ts +6 -0
- package/dist/facebook/icon.js +18 -0
- package/dist/firebase/icon-dark.cjs +36 -0
- package/dist/firebase/icon-dark.d.cts +6 -0
- package/dist/firebase/icon-dark.d.ts +6 -0
- package/dist/firebase/icon-dark.js +12 -0
- package/dist/firebase/icon-light.cjs +36 -0
- package/dist/firebase/icon-light.d.cts +6 -0
- package/dist/firebase/icon-light.d.ts +6 -0
- package/dist/firebase/icon-light.js +12 -0
- package/dist/firebase/icon.cjs +39 -0
- package/dist/firebase/icon.d.cts +6 -0
- package/dist/firebase/icon.d.ts +6 -0
- package/dist/firebase/icon.js +15 -0
- package/dist/firebase/logo-dark.cjs +47 -0
- package/dist/firebase/logo-dark.d.cts +6 -0
- package/dist/firebase/logo-dark.d.ts +6 -0
- package/dist/firebase/logo-dark.js +23 -0
- package/dist/firebase/logo-light.cjs +47 -0
- package/dist/firebase/logo-light.d.cts +6 -0
- package/dist/firebase/logo-light.d.ts +6 -0
- package/dist/firebase/logo-light.js +23 -0
- package/dist/git/icon-dark.cjs +36 -0
- package/dist/git/icon-dark.d.cts +6 -0
- package/dist/git/icon-dark.d.ts +6 -0
- package/dist/git/icon-dark.js +12 -0
- package/dist/git/icon-light.cjs +36 -0
- package/dist/git/icon-light.d.cts +6 -0
- package/dist/git/icon-light.d.ts +6 -0
- package/dist/git/icon-light.js +12 -0
- package/dist/git/icon.cjs +36 -0
- package/dist/git/icon.d.cts +6 -0
- package/dist/git/icon.d.ts +6 -0
- package/dist/git/icon.js +12 -0
- package/dist/git/logo-dark.cjs +43 -0
- package/dist/git/logo-dark.d.cts +6 -0
- package/dist/git/logo-dark.d.ts +6 -0
- package/dist/git/logo-dark.js +19 -0
- package/dist/git/logo-light.cjs +43 -0
- package/dist/git/logo-light.d.cts +6 -0
- package/dist/git/logo-light.d.ts +6 -0
- package/dist/git/logo-light.js +19 -0
- package/dist/git/logo.cjs +43 -0
- package/dist/git/logo.d.cts +6 -0
- package/dist/git/logo.d.ts +6 -0
- package/dist/git/logo.js +19 -0
- package/dist/github/icon-dark.cjs +3 -3
- package/dist/github/icon-dark.js +3 -3
- package/dist/github/icon-light.cjs +3 -3
- package/dist/github/icon-light.js +3 -3
- package/dist/github/logo-dark.cjs +10 -10
- package/dist/github/logo-dark.js +10 -10
- package/dist/github/logo-light.cjs +10 -10
- package/dist/github/logo-light.js +10 -10
- package/dist/gitlab/icon-mono-dark.cjs +3 -3
- package/dist/gitlab/icon-mono-dark.js +3 -3
- package/dist/gitlab/icon-mono-light.cjs +3 -3
- package/dist/gitlab/icon-mono-light.js +3 -3
- package/dist/gitlab/icon.cjs +6 -6
- package/dist/gitlab/icon.js +6 -6
- package/dist/gitlab/logo-dark.cjs +14 -14
- package/dist/gitlab/logo-dark.js +14 -14
- package/dist/gitlab/logo-mono-dark.cjs +10 -10
- package/dist/gitlab/logo-mono-dark.js +10 -10
- package/dist/gitlab/logo-mono-light.cjs +10 -10
- package/dist/gitlab/logo-mono-light.js +10 -10
- package/dist/gitlab/logo.cjs +14 -14
- package/dist/gitlab/logo.js +14 -14
- package/dist/html/icon-dark.cjs +49 -0
- package/dist/html/icon-dark.d.cts +6 -0
- package/dist/html/icon-dark.d.ts +6 -0
- package/dist/html/icon-dark.js +25 -0
- package/dist/html/icon-light.cjs +49 -0
- package/dist/html/icon-light.d.cts +6 -0
- package/dist/html/icon-light.d.ts +6 -0
- package/dist/html/icon-light.js +25 -0
- package/dist/html/icon.cjs +46 -0
- package/dist/html/icon.d.cts +6 -0
- package/dist/html/icon.d.ts +6 -0
- package/dist/html/icon.js +22 -0
- package/dist/index.cjs +226 -58
- package/dist/index.d.cts +56 -0
- package/dist/index.d.ts +56 -0
- package/dist/index.js +112 -0
- package/dist/javascript/icon.cjs +37 -0
- package/dist/javascript/icon.d.cts +6 -0
- package/dist/javascript/icon.d.ts +6 -0
- package/dist/javascript/icon.js +13 -0
- package/dist/linkedin/icon-mono-dark.cjs +38 -0
- package/dist/linkedin/icon-mono-dark.d.cts +6 -0
- package/dist/linkedin/icon-mono-dark.d.ts +6 -0
- package/dist/linkedin/icon-mono-dark.js +14 -0
- package/dist/linkedin/icon-mono-light.cjs +38 -0
- package/dist/linkedin/icon-mono-light.d.cts +6 -0
- package/dist/linkedin/icon-mono-light.d.ts +6 -0
- package/dist/linkedin/icon-mono-light.js +14 -0
- package/dist/linkedin/icon.cjs +38 -0
- package/dist/linkedin/icon.d.cts +6 -0
- package/dist/linkedin/icon.d.ts +6 -0
- package/dist/linkedin/icon.js +14 -0
- package/dist/linkedin/logo.cjs +45 -0
- package/dist/linkedin/logo.d.cts +6 -0
- package/dist/linkedin/logo.d.ts +6 -0
- package/dist/linkedin/logo.js +21 -0
- package/dist/lua/drawing.cjs +41 -0
- package/dist/lua/drawing.d.cts +6 -0
- package/dist/lua/drawing.d.ts +6 -0
- package/dist/lua/drawing.js +17 -0
- package/dist/metadata.cjs +63 -7
- package/dist/metadata.d.cts +481 -33
- package/dist/metadata.d.ts +481 -33
- package/dist/metadata.js +63 -7
- package/dist/mongodb/icon-dark.cjs +36 -0
- package/dist/mongodb/icon-dark.d.cts +6 -0
- package/dist/mongodb/icon-dark.d.ts +6 -0
- package/dist/mongodb/icon-dark.js +12 -0
- package/dist/mongodb/icon-light.cjs +36 -0
- package/dist/mongodb/icon-light.d.cts +6 -0
- package/dist/mongodb/icon-light.d.ts +6 -0
- package/dist/mongodb/icon-light.js +12 -0
- package/dist/mongodb/icon.cjs +36 -0
- package/dist/mongodb/icon.d.cts +6 -0
- package/dist/mongodb/icon.d.ts +6 -0
- package/dist/mongodb/icon.js +12 -0
- package/dist/mongodb/logo-dark.cjs +44 -0
- package/dist/mongodb/logo-dark.d.cts +6 -0
- package/dist/mongodb/logo-dark.d.ts +6 -0
- package/dist/mongodb/logo-dark.js +20 -0
- package/dist/mongodb/logo-light.cjs +44 -0
- package/dist/mongodb/logo-light.d.cts +6 -0
- package/dist/mongodb/logo-light.d.ts +6 -0
- package/dist/mongodb/logo-light.js +20 -0
- package/dist/mongodb/logo.cjs +44 -0
- package/dist/mongodb/logo.d.cts +6 -0
- package/dist/mongodb/logo.d.ts +6 -0
- package/dist/mongodb/logo.js +20 -0
- package/dist/mysql/logo.cjs +43 -0
- package/dist/mysql/logo.d.cts +6 -0
- package/dist/mysql/logo.d.ts +6 -0
- package/dist/mysql/logo.js +19 -0
- package/dist/neovim/icon.cjs +56 -0
- package/dist/neovim/icon.d.cts +6 -0
- package/dist/neovim/icon.d.ts +6 -0
- package/dist/neovim/icon.js +32 -0
- package/dist/neovim/logo-mono.cjs +55 -0
- package/dist/neovim/logo-mono.d.cts +6 -0
- package/dist/neovim/logo-mono.d.ts +6 -0
- package/dist/neovim/logo-mono.js +31 -0
- package/dist/neovim/logo.cjs +69 -0
- package/dist/neovim/logo.d.cts +6 -0
- package/dist/neovim/logo.d.ts +6 -0
- package/dist/neovim/logo.js +45 -0
- package/dist/nextjs/icon-dark.cjs +13 -13
- package/dist/nextjs/icon-dark.js +13 -13
- package/dist/nextjs/icon-light.cjs +13 -13
- package/dist/nextjs/icon-light.js +13 -13
- package/dist/nextjs/logo-dark.cjs +10 -10
- package/dist/nextjs/logo-dark.js +10 -10
- package/dist/nextjs/logo-light.cjs +10 -10
- package/dist/nextjs/logo-light.js +10 -10
- package/dist/nodejs/icon-dark.cjs +39 -0
- package/dist/nodejs/icon-dark.d.cts +6 -0
- package/dist/nodejs/icon-dark.d.ts +6 -0
- package/dist/nodejs/icon-dark.js +15 -0
- package/dist/nodejs/icon-light.cjs +39 -0
- package/dist/nodejs/icon-light.d.cts +6 -0
- package/dist/nodejs/icon-light.d.ts +6 -0
- package/dist/nodejs/icon-light.js +15 -0
- package/dist/nodejs/icon.cjs +58 -0
- package/dist/nodejs/icon.d.cts +6 -0
- package/dist/nodejs/icon.d.ts +6 -0
- package/dist/nodejs/icon.js +34 -0
- package/dist/nodejs/logo-dark.cjs +67 -0
- package/dist/nodejs/logo-dark.d.cts +6 -0
- package/dist/nodejs/logo-dark.d.ts +6 -0
- package/dist/nodejs/logo-dark.js +43 -0
- package/dist/nodejs/logo-light.cjs +67 -0
- package/dist/nodejs/logo-light.d.cts +6 -0
- package/dist/nodejs/logo-light.d.ts +6 -0
- package/dist/nodejs/logo-light.js +43 -0
- package/dist/php/icon.cjs +58 -0
- package/dist/php/icon.d.cts +6 -0
- package/dist/php/icon.d.ts +6 -0
- package/dist/php/icon.js +34 -0
- package/dist/postgresql/icon.cjs +50 -0
- package/dist/postgresql/icon.d.cts +6 -0
- package/dist/postgresql/icon.d.ts +6 -0
- package/dist/postgresql/icon.js +26 -0
- package/dist/puppeteer/icon.cjs +40 -0
- package/dist/puppeteer/icon.d.cts +6 -0
- package/dist/puppeteer/icon.d.ts +6 -0
- package/dist/puppeteer/icon.js +16 -0
- package/dist/python/icon.cjs +75 -0
- package/dist/python/icon.d.cts +6 -0
- package/dist/python/icon.d.ts +6 -0
- package/dist/python/icon.js +51 -0
- package/dist/python/logo.cjs +82 -0
- package/dist/python/logo.d.cts +6 -0
- package/dist/python/logo.d.ts +6 -0
- package/dist/python/logo.js +58 -0
- package/dist/react/icon.cjs +38 -0
- package/dist/react/icon.d.cts +6 -0
- package/dist/react/icon.d.ts +6 -0
- package/dist/react/icon.js +14 -0
- package/dist/sqlite/logo.cjs +57 -0
- package/dist/sqlite/logo.d.cts +6 -0
- package/dist/sqlite/logo.d.ts +6 -0
- package/dist/sqlite/logo.js +33 -0
- package/dist/tailwindcss/icon.cjs +36 -0
- package/dist/tailwindcss/icon.d.cts +6 -0
- package/dist/tailwindcss/icon.d.ts +6 -0
- package/dist/tailwindcss/icon.js +12 -0
- package/dist/tailwindcss/logo-dark.cjs +36 -0
- package/dist/tailwindcss/logo-dark.d.cts +6 -0
- package/dist/tailwindcss/logo-dark.d.ts +6 -0
- package/dist/tailwindcss/logo-dark.js +12 -0
- package/dist/tailwindcss/logo-light.cjs +39 -0
- package/dist/tailwindcss/logo-light.d.cts +6 -0
- package/dist/tailwindcss/logo-light.d.ts +6 -0
- package/dist/tailwindcss/logo-light.js +15 -0
- package/dist/turbo/icon-dark.cjs +6 -6
- package/dist/turbo/icon-dark.js +6 -6
- package/dist/turbo/icon-light.cjs +6 -6
- package/dist/turbo/icon-light.js +6 -6
- package/dist/turbo/logo-dark.cjs +11 -11
- package/dist/turbo/logo-dark.js +11 -11
- package/dist/turbo/logo-light.cjs +11 -11
- package/dist/turbo/logo-light.js +11 -11
- package/dist/turbopack/icon-dark.cjs +15 -15
- package/dist/turbopack/icon-dark.js +15 -15
- package/dist/turbopack/icon-light.cjs +15 -15
- package/dist/turbopack/icon-light.js +15 -15
- package/dist/turbopack/logo-dark.cjs +24 -24
- package/dist/turbopack/logo-dark.js +24 -24
- package/dist/turbopack/logo-light.cjs +24 -24
- package/dist/turbopack/logo-light.js +24 -24
- package/dist/turborepo/icon-dark.cjs +6 -6
- package/dist/turborepo/icon-dark.js +6 -6
- package/dist/turborepo/icon-light.cjs +6 -6
- package/dist/turborepo/icon-light.js +6 -6
- package/dist/turborepo/logo-dark.cjs +15 -15
- package/dist/turborepo/logo-dark.js +15 -15
- package/dist/turborepo/logo-light.cjs +15 -15
- package/dist/turborepo/logo-light.js +15 -15
- package/dist/typescript/icon.cjs +38 -0
- package/dist/typescript/icon.d.cts +6 -0
- package/dist/typescript/icon.d.ts +6 -0
- package/dist/typescript/icon.js +14 -0
- package/dist/typescript/logo-dark.cjs +37 -0
- package/dist/typescript/logo-dark.d.cts +6 -0
- package/dist/typescript/logo-dark.d.ts +6 -0
- package/dist/typescript/logo-dark.js +13 -0
- package/dist/v0/logo-dark.cjs +5 -5
- package/dist/v0/logo-dark.js +5 -5
- package/dist/v0/logo-light.cjs +5 -5
- package/dist/v0/logo-light.js +5 -5
- package/dist/vercel/icon-dark.cjs +3 -3
- package/dist/vercel/icon-dark.js +3 -3
- package/dist/vercel/icon-light.cjs +3 -3
- package/dist/vercel/icon-light.js +3 -3
- package/dist/vercel/logo-dark.cjs +3 -3
- package/dist/vercel/logo-dark.js +3 -3
- package/dist/vercel/logo-light.cjs +3 -3
- package/dist/vercel/logo-light.js +3 -3
- package/dist/x/icon-dark.cjs +36 -0
- package/dist/x/icon-dark.d.cts +6 -0
- package/dist/x/icon-dark.d.ts +6 -0
- package/dist/x/icon-dark.js +12 -0
- package/dist/x/icon-light.cjs +36 -0
- package/dist/x/icon-light.d.cts +6 -0
- package/dist/x/icon-light.d.ts +6 -0
- package/dist/x/icon-light.js +12 -0
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1,3 +1,21 @@
|
|
|
1
|
+
import { CssIcon } from "./css/icon";
|
|
2
|
+
import { ExpressjsIconDark } from "./expressjs/icon-dark";
|
|
3
|
+
import { ExpressjsIconLight } from "./expressjs/icon-light";
|
|
4
|
+
import { ExpressjsLogoDark } from "./expressjs/logo-dark";
|
|
5
|
+
import { ExpressjsLogoLight } from "./expressjs/logo-light";
|
|
6
|
+
import { FacebookIcon } from "./facebook/icon";
|
|
7
|
+
import { FacebookIconMono } from "./facebook/icon-mono";
|
|
8
|
+
import { FirebaseIcon } from "./firebase/icon";
|
|
9
|
+
import { FirebaseIconDark } from "./firebase/icon-dark";
|
|
10
|
+
import { FirebaseIconLight } from "./firebase/icon-light";
|
|
11
|
+
import { FirebaseLogoDark } from "./firebase/logo-dark";
|
|
12
|
+
import { FirebaseLogoLight } from "./firebase/logo-light";
|
|
13
|
+
import { GitIcon } from "./git/icon";
|
|
14
|
+
import { GitIconDark } from "./git/icon-dark";
|
|
15
|
+
import { GitIconLight } from "./git/icon-light";
|
|
16
|
+
import { GitLogo } from "./git/logo";
|
|
17
|
+
import { GitLogoDark } from "./git/logo-dark";
|
|
18
|
+
import { GitLogoLight } from "./git/logo-light";
|
|
1
19
|
import { GithubIconDark } from "./github/icon-dark";
|
|
2
20
|
import { GithubIconLight } from "./github/icon-light";
|
|
3
21
|
import { GithubLogoDark } from "./github/logo-dark";
|
|
@@ -9,10 +27,44 @@ import { GitlabLogo } from "./gitlab/logo";
|
|
|
9
27
|
import { GitlabLogoDark } from "./gitlab/logo-dark";
|
|
10
28
|
import { GitlabLogoMonoDark } from "./gitlab/logo-mono-dark";
|
|
11
29
|
import { GitlabLogoMonoLight } from "./gitlab/logo-mono-light";
|
|
30
|
+
import { HtmlIcon } from "./html/icon";
|
|
31
|
+
import { HtmlIconDark } from "./html/icon-dark";
|
|
32
|
+
import { HtmlIconLight } from "./html/icon-light";
|
|
33
|
+
import { JavascriptIcon } from "./javascript/icon";
|
|
34
|
+
import { LinkedinIcon } from "./linkedin/icon";
|
|
35
|
+
import { LinkedinIconMonoDark } from "./linkedin/icon-mono-dark";
|
|
36
|
+
import { LinkedinIconMonoLight } from "./linkedin/icon-mono-light";
|
|
37
|
+
import { LinkedinLogo } from "./linkedin/logo";
|
|
38
|
+
import { LuaDrawing } from "./lua/drawing";
|
|
39
|
+
import { MongodbIcon } from "./mongodb/icon";
|
|
40
|
+
import { MongodbIconDark } from "./mongodb/icon-dark";
|
|
41
|
+
import { MongodbIconLight } from "./mongodb/icon-light";
|
|
42
|
+
import { MongodbLogo } from "./mongodb/logo";
|
|
43
|
+
import { MongodbLogoDark } from "./mongodb/logo-dark";
|
|
44
|
+
import { MongodbLogoLight } from "./mongodb/logo-light";
|
|
45
|
+
import { MysqlLogo } from "./mysql/logo";
|
|
46
|
+
import { NeovimIcon } from "./neovim/icon";
|
|
47
|
+
import { NeovimLogo } from "./neovim/logo";
|
|
48
|
+
import { NeovimLogoMono } from "./neovim/logo-mono";
|
|
12
49
|
import { NextjsIconDark } from "./nextjs/icon-dark";
|
|
13
50
|
import { NextjsIconLight } from "./nextjs/icon-light";
|
|
14
51
|
import { NextjsLogoDark } from "./nextjs/logo-dark";
|
|
15
52
|
import { NextjsLogoLight } from "./nextjs/logo-light";
|
|
53
|
+
import { NodejsIcon } from "./nodejs/icon";
|
|
54
|
+
import { NodejsIconDark } from "./nodejs/icon-dark";
|
|
55
|
+
import { NodejsIconLight } from "./nodejs/icon-light";
|
|
56
|
+
import { NodejsLogoDark } from "./nodejs/logo-dark";
|
|
57
|
+
import { NodejsLogoLight } from "./nodejs/logo-light";
|
|
58
|
+
import { PhpIcon } from "./php/icon";
|
|
59
|
+
import { PostgresqlIcon } from "./postgresql/icon";
|
|
60
|
+
import { PuppeteerIcon } from "./puppeteer/icon";
|
|
61
|
+
import { PythonIcon } from "./python/icon";
|
|
62
|
+
import { PythonLogo } from "./python/logo";
|
|
63
|
+
import { ReactIcon } from "./react/icon";
|
|
64
|
+
import { SqliteLogo } from "./sqlite/logo";
|
|
65
|
+
import { TailwindcssIcon } from "./tailwindcss/icon";
|
|
66
|
+
import { TailwindcssLogoDark } from "./tailwindcss/logo-dark";
|
|
67
|
+
import { TailwindcssLogoLight } from "./tailwindcss/logo-light";
|
|
16
68
|
import { TurboIconDark } from "./turbo/icon-dark";
|
|
17
69
|
import { TurboIconLight } from "./turbo/icon-light";
|
|
18
70
|
import { TurboLogoDark } from "./turbo/logo-dark";
|
|
@@ -25,14 +77,36 @@ import { TurborepoIconDark } from "./turborepo/icon-dark";
|
|
|
25
77
|
import { TurborepoIconLight } from "./turborepo/icon-light";
|
|
26
78
|
import { TurborepoLogoDark } from "./turborepo/logo-dark";
|
|
27
79
|
import { TurborepoLogoLight } from "./turborepo/logo-light";
|
|
80
|
+
import { TypescriptIcon } from "./typescript/icon";
|
|
81
|
+
import { TypescriptLogoDark } from "./typescript/logo-dark";
|
|
28
82
|
import { V0LogoDark } from "./v0/logo-dark";
|
|
29
83
|
import { V0LogoLight } from "./v0/logo-light";
|
|
30
84
|
import { VercelIconDark } from "./vercel/icon-dark";
|
|
31
85
|
import { VercelIconLight } from "./vercel/icon-light";
|
|
32
86
|
import { VercelLogoDark } from "./vercel/logo-dark";
|
|
33
87
|
import { VercelLogoLight } from "./vercel/logo-light";
|
|
88
|
+
import { XIconDark } from "./x/icon-dark";
|
|
89
|
+
import { XIconLight } from "./x/icon-light";
|
|
34
90
|
import { metadata, listBrands, listCategories, getAll, paginate } from "./metadata";
|
|
35
91
|
export {
|
|
92
|
+
CssIcon,
|
|
93
|
+
ExpressjsIconDark,
|
|
94
|
+
ExpressjsIconLight,
|
|
95
|
+
ExpressjsLogoDark,
|
|
96
|
+
ExpressjsLogoLight,
|
|
97
|
+
FacebookIcon,
|
|
98
|
+
FacebookIconMono,
|
|
99
|
+
FirebaseIcon,
|
|
100
|
+
FirebaseIconDark,
|
|
101
|
+
FirebaseIconLight,
|
|
102
|
+
FirebaseLogoDark,
|
|
103
|
+
FirebaseLogoLight,
|
|
104
|
+
GitIcon,
|
|
105
|
+
GitIconDark,
|
|
106
|
+
GitIconLight,
|
|
107
|
+
GitLogo,
|
|
108
|
+
GitLogoDark,
|
|
109
|
+
GitLogoLight,
|
|
36
110
|
GithubIconDark,
|
|
37
111
|
GithubIconLight,
|
|
38
112
|
GithubLogoDark,
|
|
@@ -44,10 +118,44 @@ export {
|
|
|
44
118
|
GitlabLogoDark,
|
|
45
119
|
GitlabLogoMonoDark,
|
|
46
120
|
GitlabLogoMonoLight,
|
|
121
|
+
HtmlIcon,
|
|
122
|
+
HtmlIconDark,
|
|
123
|
+
HtmlIconLight,
|
|
124
|
+
JavascriptIcon,
|
|
125
|
+
LinkedinIcon,
|
|
126
|
+
LinkedinIconMonoDark,
|
|
127
|
+
LinkedinIconMonoLight,
|
|
128
|
+
LinkedinLogo,
|
|
129
|
+
LuaDrawing,
|
|
130
|
+
MongodbIcon,
|
|
131
|
+
MongodbIconDark,
|
|
132
|
+
MongodbIconLight,
|
|
133
|
+
MongodbLogo,
|
|
134
|
+
MongodbLogoDark,
|
|
135
|
+
MongodbLogoLight,
|
|
136
|
+
MysqlLogo,
|
|
137
|
+
NeovimIcon,
|
|
138
|
+
NeovimLogo,
|
|
139
|
+
NeovimLogoMono,
|
|
47
140
|
NextjsIconDark,
|
|
48
141
|
NextjsIconLight,
|
|
49
142
|
NextjsLogoDark,
|
|
50
143
|
NextjsLogoLight,
|
|
144
|
+
NodejsIcon,
|
|
145
|
+
NodejsIconDark,
|
|
146
|
+
NodejsIconLight,
|
|
147
|
+
NodejsLogoDark,
|
|
148
|
+
NodejsLogoLight,
|
|
149
|
+
PhpIcon,
|
|
150
|
+
PostgresqlIcon,
|
|
151
|
+
PuppeteerIcon,
|
|
152
|
+
PythonIcon,
|
|
153
|
+
PythonLogo,
|
|
154
|
+
ReactIcon,
|
|
155
|
+
SqliteLogo,
|
|
156
|
+
TailwindcssIcon,
|
|
157
|
+
TailwindcssLogoDark,
|
|
158
|
+
TailwindcssLogoLight,
|
|
51
159
|
TurboIconDark,
|
|
52
160
|
TurboIconLight,
|
|
53
161
|
TurboLogoDark,
|
|
@@ -60,12 +168,16 @@ export {
|
|
|
60
168
|
TurborepoIconLight,
|
|
61
169
|
TurborepoLogoDark,
|
|
62
170
|
TurborepoLogoLight,
|
|
171
|
+
TypescriptIcon,
|
|
172
|
+
TypescriptLogoDark,
|
|
63
173
|
V0LogoDark,
|
|
64
174
|
V0LogoLight,
|
|
65
175
|
VercelIconDark,
|
|
66
176
|
VercelIconLight,
|
|
67
177
|
VercelLogoDark,
|
|
68
178
|
VercelLogoLight,
|
|
179
|
+
XIconDark,
|
|
180
|
+
XIconLight,
|
|
69
181
|
getAll,
|
|
70
182
|
listBrands,
|
|
71
183
|
listCategories,
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var icon_exports = {};
|
|
20
|
+
__export(icon_exports, {
|
|
21
|
+
JavascriptIcon: () => JavascriptIcon,
|
|
22
|
+
default: () => icon_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const JavascriptIcon = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "a2de1ce8__svg1", version: "1.1", viewBox: "0 0 630 630", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "39d7a21f__defs1" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { id: "f2dead78__rect1", width: "630", height: "630", fill: "#f7df1e" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "48e41f46__path1", d: "m423.2 492.19c12.69 20.72 29.2 35.95 58.4 35.95 24.53 0 40.2-12.26 40.2-29.2 0-20.3-16.1-27.49-43.1-39.3l-14.8-6.35c-42.72-18.2-71.1-41-71.1-89.2 0-44.4 33.83-78.2 86.7-78.2 37.64 0 64.7 13.1 84.2 47.4l-46.1 29.6c-10.15-18.2-21.1-25.37-38.1-25.37-17.34 0-28.33 11-28.33 25.37 0 17.76 11 24.95 36.4 35.95l14.8 6.34c50.3 21.57 78.7 43.56 78.7 93 0 53.3-41.87 82.5-98.1 82.5-54.98 0-90.5-26.2-107.88-60.54zm-209.13 5.13c9.3 16.5 17.76 30.45 38.1 30.45 19.45 0 31.72-7.61 31.72-37.2v-201.3h59.2v202.1c0 61.3-35.94 89.2-88.4 89.2-47.4 0-74.85-24.53-88.81-54.075z" })
|
|
31
|
+
] });
|
|
32
|
+
};
|
|
33
|
+
var icon_default = JavascriptIcon;
|
|
34
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
35
|
+
0 && (module.exports = {
|
|
36
|
+
JavascriptIcon
|
|
37
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const JavascriptIcon = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "a2de1ce8__svg1", version: "1.1", viewBox: "0 0 630 630", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "39d7a21f__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsx("rect", { id: "f2dead78__rect1", width: "630", height: "630", fill: "#f7df1e" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "48e41f46__path1", d: "m423.2 492.19c12.69 20.72 29.2 35.95 58.4 35.95 24.53 0 40.2-12.26 40.2-29.2 0-20.3-16.1-27.49-43.1-39.3l-14.8-6.35c-42.72-18.2-71.1-41-71.1-89.2 0-44.4 33.83-78.2 86.7-78.2 37.64 0 64.7 13.1 84.2 47.4l-46.1 29.6c-10.15-18.2-21.1-25.37-38.1-25.37-17.34 0-28.33 11-28.33 25.37 0 17.76 11 24.95 36.4 35.95l14.8 6.34c50.3 21.57 78.7 43.56 78.7 93 0 53.3-41.87 82.5-98.1 82.5-54.98 0-90.5-26.2-107.88-60.54zm-209.13 5.13c9.3 16.5 17.76 30.45 38.1 30.45 19.45 0 31.72-7.61 31.72-37.2v-201.3h59.2v202.1c0 61.3-35.94 89.2-88.4 89.2-47.4 0-74.85-24.53-88.81-54.075z" })
|
|
7
|
+
] });
|
|
8
|
+
};
|
|
9
|
+
var icon_default = JavascriptIcon;
|
|
10
|
+
export {
|
|
11
|
+
JavascriptIcon,
|
|
12
|
+
icon_default as default
|
|
13
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var icon_mono_dark_exports = {};
|
|
20
|
+
__export(icon_mono_dark_exports, {
|
|
21
|
+
LinkedinIconMonoDark: () => LinkedinIconMonoDark,
|
|
22
|
+
default: () => icon_mono_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_mono_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const LinkedinIconMonoDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "48ca61cf__svg3", version: "1.1", viewBox: "0 0 24 20.276939", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "a7d77fbc__defs3" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "3527567b__path1", fill: "#ffffff", strokeWidth: "0.0377583", d: "m 1.515041,0.01413068 c 0.030204,-8.881e-5 0.060407,-1.7762e-4 0.091526,-2.6915e-4 0.1018399,-2.526e-4 0.2036779,-2.3531e-4 0.3055181,-2.1982e-4 0.073502,-1.2457e-4 0.1470038,-2.6522e-4 0.2205056,-4.2069e-4 C 2.3350759,0.01284237 2.5375606,0.0127023 2.7400461,0.01260219 2.9582382,0.0124549 3.1764299,0.01209324 3.3946218,0.01176347 3.9218093,0.01101694 4.4489965,0.01063707 4.9761842,0.01030117 5.2243685,0.01013571 5.4725528,0.00993306 5.7207371,0.00973521 6.5456287,0.00909283 7.3705199,0.0085446 8.1954118,0.00827213 c 0.053349,-1.793e-5 0.1066973,-3.59e-5 0.160046,-5.392e-5 0.026456,-8.93e-6 0.052912,-1.785e-5 0.08017,-2.705e-5 0.1340389,-4.535e-5 0.2680773,-9.126e-5 0.4021161,-1.3751e-4 0.0266,-9.07e-6 0.053201,-1.814e-5 0.080607,-2.748e-5 0.8623142,-2.9799e-4 1.7246261,-0.00118262 2.5869391,-0.00241004 0.911764,-0.00129545 1.823526,-0.00203929 2.735291,-0.00216364 0.496981,-8.179e-5 0.993959,-4.1268e-4 1.49094,-0.00137671 0.423224,-8.1906e-4 0.846445,-0.001123863 1.26967,-7.5642e-4 0.215931,1.7176e-4 0.431856,9.904e-5 0.647786,-6.3287926e-4 0.197772,-6.64594585e-4 0.395531,-6.28988479e-4 0.593303,-4.164737e-5 0.07145,8.990243e-5 0.142908,-7.442153e-5 0.21436,-5.2214392e-4 0.560859,-0.003295969 0.995715,0.0574751805 1.411098,0.46775028055 0.31974,0.34548225 0.431402,0.72351823 0.428384,1.18852333 1.13e-4,0.029998 2.26e-4,0.059996 3.39e-4,0.090903 2.65e-4,0.1000047 1.4e-5,0.2000006 -2.64e-4,0.3000053 7.6e-5,0.072628 1.89e-4,0.1452568 3.4e-4,0.2178852 3.02e-4,0.1991917 1.51e-4,0.3983807 -7.6e-5,0.5975725 -1.88e-4,0.21497 7.6e-5,0.4299395 3.02e-4,0.6449095 3.4e-4,0.4209745 2.65e-4,0.8419478 3.8e-5,1.2629218 -1.89e-4,0.3421284 -1.89e-4,0.6842564 -1.13e-4,1.0263848 1.2e-5,0.04869 2.3e-5,0.097379 3.5e-5,0.1475434 2.4e-5,0.098911 3.8e-5,0.1978216 7.6e-5,0.296732 2.26e-4,0.9010923 -8e-6,1.8021842 -4.05e-4,2.7032764 -3.39e-4,0.8223486 -3.39e-4,1.6446958 3.5e-5,2.4670448 4.04e-4,0.924211 5.63e-4,1.848421 3.4e-4,2.772632 -2.4e-5,0.09855 -3.8e-5,0.197095 -7.5e-5,0.295642 -1.2e-5,0.04849 -2.4e-5,0.09697 -3.6e-5,0.146931 -7.5e-5,0.341726 3.8e-5,0.683453 2.27e-4,1.025179 2.27e-4,0.416436 1.51e-4,0.832872 -2.64e-4,1.249308 -1.89e-4,0.21248 -2.65e-4,0.424959 -2.7e-5,0.637439 2.27e-4,0.19452 1.14e-4,0.389037 -3.02e-4,0.583556 -7.5e-5,0.07035 -3.8e-5,0.140708 1.51e-4,0.211062 2.27e-4,0.09571 -6e-6,0.191401 -3.4e-4,0.287106 1.89e-4,0.02724 3.4e-4,0.05448 5.37e-4,0.08254 -0.0031,0.429885 -0.133221,0.811879 -0.42774,1.129875 -0.313057,0.296248 -0.663429,0.430691 -1.086909,0.429848 -0.0302,7.5e-5 -0.06041,1.89e-4 -0.09153,2.64e-4 -0.10184,2.65e-4 -0.203678,2.27e-4 -0.305518,2.27e-4 -0.0735,1.13e-4 -0.147004,2.64e-4 -0.220506,4.19e-4 -0.202485,3.77e-4 -0.404969,5.17e-4 -0.607455,6.19e-4 -0.218192,1.51e-4 -0.436384,5.1e-4 -0.654576,8.38e-4 -0.527187,7.48e-4 -1.054374,0.0011 -1.581562,0.0015 -0.248184,1.51e-4 -0.496369,3.77e-4 -0.744553,5.66e-4 -0.824891,6.42e-4 -1.649783,0.0012 -2.474675,0.0015 -0.05335,1.8e-5 -0.106697,3.6e-5 -0.160046,3.8e-5 -0.03968,1.3e-5 -0.03968,1.3e-5 -0.08017,2.7e-5 -0.134039,3.8e-5 -0.268078,7.6e-5 -0.402116,1.51e-4 -0.0266,9e-6 -0.0532,1.8e-5 -0.08061,2.7e-5 -0.862314,3.02e-4 -1.7246254,0.0012 -2.5869388,0.0024 -0.9117639,0.0013 -1.8235263,0.002 -2.735291,0.0022 -0.496981,7.5e-5 -0.993959,4.11e-4 -1.4909394,0.0014 -0.4232244,8.19e-4 -0.8464452,0.0011 -1.2696703,7.55e-4 -0.2159316,-1.89e-4 -0.4318559,-1.13e-4 -0.6477865,6.35e-4 -0.1977719,6.64e-4 -0.3955308,6.3e-4 -0.5933028,3.7e-5 -0.071454,-7.5e-5 -0.142908,7.6e-5 -0.2143603,5.21e-4 -0.5608589,0.0033 -0.99571515,-0.05748 -1.41109739,-0.46775 -0.31973346,-0.345605 -0.43139495,-0.723641 -0.42837681903,-1.188646 -1.0949896e-4,-0.03 -2.1899793e-4,-0.06 -3.3227272e-4,-0.0909 -2.7563532e-4,-0.100004 -1.400832e-5,-0.2 2.4542871e-4,-0.300005 -8.6844e-5,-0.07263 -2.0767044e-4,-0.145257 -3.587035e-4,-0.217885 C 1.5174988e-4,17.812439 3.0655876e-4,17.61325 5.4065999e-4,17.414058 7.1057217e-4,17.199089 4.4626433e-4,16.984119 2.3859388e-4,16.769149 -9.7454663e-5,16.348175 -2.5713963e-5,15.927202 1.9328397e-4,15.506227 3.6319615e-4,15.164099 3.8585111e-4,14.821971 3.0655876e-4,14.479842 2.9500473e-4,14.431152 2.8341294e-4,14.382462 2.7151909e-4,14.332299 2.473538e-4,14.233389 2.2243335e-4,14.134478 1.9977839e-4,14.035567 -7.8921734e-6,13.134475 2.0755659e-4,12.233383 6.0341422e-4,11.33229 9.6211772e-4,10.509939 9.2813529e-4,9.6875908 5.686011e-4,8.8652423 1.642101e-4,7.9410314 5.2476766e-6,7.0168212 2.3632839e-4,6.0926103 2.603804e-4,5.9940633 2.8541413e-4,5.895516 3.0806909e-4,5.7969684 3.1973639e-4,5.7484814 3.3136594e-4,5.6999944 3.4337306e-4,5.650037 4.0756211e-4,5.3083108 2.9806315e-4,4.9665845 1.2059931e-4,4.6248583 -9.0846963e-5,4.208422 -3.4209573e-5,3.7919865 3.6980385e-4,3.3755503 5.6992264e-4,3.16307 6.4543917e-4,2.9505916 3.9627239e-4,2.7381114 1.6972281e-4,2.5435913 2.9432508e-4,2.3490746 6.983385e-4,2.1545548 7.8140668e-4,2.084201 7.3987259e-4,2.0138469 5.5485709e-4,1.9434933 3.2453169e-4,1.847787 5.6116272e-4,1.7520926 9.0978477e-4,1.6563869 7.3232093e-4,1.6291477 5.5485709e-4,1.6019086 3.7399501e-4,1.573844 0.00351208,1.1439587 0.13359451,0.76196488 0.42811362,0.44396962 0.74118947,0.14773035 1.0915612,0.01328757 1.515041,0.01413068 Z M 3.7862579,3.0021014 c -0.035239,0.01835 -0.070478,0.036699 -0.1067851,0.055605 C 3.2479487,3.3070707 2.9872158,3.6864291 2.8505609,4.1619881 2.7518399,4.6140258 2.8211289,5.0551949 3.0585264,5.4521113 3.2876157,5.7866181 3.5649632,6.0152561 3.937291,6.1737955 3.988689,6.1959905 3.988689,6.1959905 4.0411262,6.2186335 4.5222167,6.338906 5.0025992,6.2801923 5.4386245,6.0389868 5.8167297,5.7974744 6.0743883,5.4375388 6.2156186,5.0114013 6.3179121,4.5132505 6.2542785,4.0510252 5.9856768,3.6180331 5.7113275,3.2370682 5.351924,2.9500401 4.8812476,2.8510684 4.4941952,2.8276688 4.137929,2.8180748 3.7862579,3.0021014 Z m 7.4099111,5.4364525 c -0.132822,0.1579787 -0.242753,0.2952794 -0.311358,0.4915948 -0.03738,0 -0.07476,0 -0.113275,0 0,-0.4236477 0,-0.8472954 0,-1.2837809 -0.9345164,0 -1.8690334,0 -2.8318691,0 0,3.1648982 0,6.3297952 0,9.5905992 0.9718977,0 1.9437954,0 2.9451441,0 0.0019,-0.36597 0.0037,-0.731941 0.0056,-1.109001 0.0013,-0.232819 0.0027,-0.465637 0.0041,-0.698455 0.0023,-0.368968 0.0045,-0.737937 0.0062,-1.106908 0.0013,-0.268818 0.0028,-0.537633 0.0046,-0.806448 9.44e-4,-0.142068 0.0018,-0.284135 0.0023,-0.426206 0.0078,-2.063333 0.0078,-2.063333 0.543593,-2.649469 0.362605,-0.354137 0.841072,-0.424978 1.326093,-0.424735 0.388258,0.0055 0.707403,0.106883 1.001792,0.366475 0.599058,0.626495 0.484088,1.690517 0.485336,2.490166 3.4e-4,0.15385 0.0013,0.307695 0.0023,0.461541 0.0016,0.290294 0.0027,0.580587 0.0036,0.870884 0.0012,0.39301 0.0033,0.786016 0.0054,1.179023 0.0032,0.61771 0.0052,1.235418 0.0074,1.853133 0.971898,0 1.943796,0 2.945145,0 0.02973,-2.277228 0.02973,-2.277228 0.04248,-4.554591 7.5e-5,-0.03594 1.89e-4,-0.07188 3.02e-4,-0.108901 8.76e-4,-0.397987 -0.0063,-0.795156 -0.02138,-1.192874 -0.0014,-0.0382 -0.0028,-0.07639 -0.0043,-0.115751 C 17.197384,10.11154 16.975263,8.9366945 16.107268,8.1112664 14.734797,6.9801987 12.382464,7.1178167 11.196186,8.4385539 Z M 3.0688509,7.6463678 c 0,3.1648982 0,6.3297952 0,9.5905992 0.9718977,0 1.9437954,0 2.9451446,0 0,-3.164898 0,-6.329795 0,-9.5905992 -0.9718977,0 -1.9437954,0 -2.9451446,0 z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "2039bced__path2", fill: "#ffffff", strokeWidth: "0.0377583", d: "m 23.382649,17.611492 c 0.322256,0.230566 0.533788,0.55715 0.604279,0.947201 0.05568,0.450509 -0.07003,0.798805 -0.310325,1.176406 -0.293309,0.293309 -0.668353,0.466549 -1.083191,0.481418 -0.429971,-0.0163 -0.777921,-0.161786 -1.07847,-0.471978 -0.247169,-0.315101 -0.372042,-0.695492 -0.339824,-1.09499 0.05668,-0.396057 0.225291,-0.71655 0.528615,-0.981715 0.530891,-0.32534 1.132218,-0.390772 1.678916,-0.05634 z m -1.754432,0.433925 c -0.228867,0.322022 -0.276095,0.630794 -0.22655,1.019473 0.08264,0.344333 0.266014,0.578789 0.561654,0.766965 0.305415,0.171709 0.600626,0.224055 0.943957,0.134514 0.370674,-0.122058 0.609493,-0.333027 0.797643,-0.674929 0.121685,-0.301159 0.126987,-0.651841 0.01652,-0.958116 -0.163379,-0.349115 -0.429287,-0.574705 -0.783484,-0.715047 -0.51278,-0.0956 -0.965404,0.02074 -1.30974,0.42714 z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "818819cb__path3", fill: "#ffffff", strokeWidth: "0.0377583", d: "m 22.081316,18.045417 c 0.13239,-0.0031 0.26478,-0.0062 0.401182,-0.0094 0.0413,-0.0014 0.08261,-0.0027 0.125166,-0.0042 0.22689,-0.0026 0.359545,0.01095 0.530883,0.164639 0.07474,0.149485 0.05887,0.32832 0.03776,0.490858 -0.100954,0.140213 -0.174491,0.191928 -0.339825,0.226549 0.02726,0.04001 0.05451,0.08002 0.0826,0.12124 0.03541,0.0524 0.07081,0.104812 0.106196,0.157227 0.01801,0.02638 0.03602,0.05276 0.05457,0.07994 0.02555,0.03796 0.02555,0.03796 0.05162,0.0767 0.02373,0.035 0.02373,0.035 0.04793,0.07071 0.03466,0.06056 0.03466,0.06056 0.03466,0.136081 -0.119322,0.0174 -0.119322,0.0174 -0.264308,0 -0.08849,-0.08025 -0.144773,-0.176234 -0.205311,-0.278468 -0.01682,-0.02638 -0.03363,-0.05276 -0.05096,-0.07994 -0.121314,-0.193803 -0.121314,-0.193803 -0.121314,-0.283482 -0.08722,0 -0.174443,0 -0.264307,0 0,0.211824 0,0.423648 0,0.641891 -0.07476,0 -0.149523,0 -0.22655,0 0,-0.498409 0,-0.996819 0,-1.510331 z m 0.22655,0.188791 c 0,0.149523 0,0.299046 0,0.4531 0.07862,0.0041 0.1573,0.007 0.235989,0.0094 0.04381,0.0018 0.08761,0.0035 0.132744,0.0053 0.124901,-0.0046 0.124901,-0.0046 0.213422,-0.08481 0.0689,-0.07719 0.0689,-0.07719 0.06209,-0.177729 -0.03464,-0.09545 -0.03464,-0.09545 -0.110915,-0.160473 -0.179604,-0.06825 -0.341924,-0.05176 -0.533335,-0.04484 z" })
|
|
32
|
+
] });
|
|
33
|
+
};
|
|
34
|
+
var icon_mono_dark_default = LinkedinIconMonoDark;
|
|
35
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
36
|
+
0 && (module.exports = {
|
|
37
|
+
LinkedinIconMonoDark
|
|
38
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const LinkedinIconMonoDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "48ca61cf__svg3", version: "1.1", viewBox: "0 0 24 20.276939", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "a7d77fbc__defs3" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "3527567b__path1", fill: "#ffffff", strokeWidth: "0.0377583", d: "m 1.515041,0.01413068 c 0.030204,-8.881e-5 0.060407,-1.7762e-4 0.091526,-2.6915e-4 0.1018399,-2.526e-4 0.2036779,-2.3531e-4 0.3055181,-2.1982e-4 0.073502,-1.2457e-4 0.1470038,-2.6522e-4 0.2205056,-4.2069e-4 C 2.3350759,0.01284237 2.5375606,0.0127023 2.7400461,0.01260219 2.9582382,0.0124549 3.1764299,0.01209324 3.3946218,0.01176347 3.9218093,0.01101694 4.4489965,0.01063707 4.9761842,0.01030117 5.2243685,0.01013571 5.4725528,0.00993306 5.7207371,0.00973521 6.5456287,0.00909283 7.3705199,0.0085446 8.1954118,0.00827213 c 0.053349,-1.793e-5 0.1066973,-3.59e-5 0.160046,-5.392e-5 0.026456,-8.93e-6 0.052912,-1.785e-5 0.08017,-2.705e-5 0.1340389,-4.535e-5 0.2680773,-9.126e-5 0.4021161,-1.3751e-4 0.0266,-9.07e-6 0.053201,-1.814e-5 0.080607,-2.748e-5 0.8623142,-2.9799e-4 1.7246261,-0.00118262 2.5869391,-0.00241004 0.911764,-0.00129545 1.823526,-0.00203929 2.735291,-0.00216364 0.496981,-8.179e-5 0.993959,-4.1268e-4 1.49094,-0.00137671 0.423224,-8.1906e-4 0.846445,-0.001123863 1.26967,-7.5642e-4 0.215931,1.7176e-4 0.431856,9.904e-5 0.647786,-6.3287926e-4 0.197772,-6.64594585e-4 0.395531,-6.28988479e-4 0.593303,-4.164737e-5 0.07145,8.990243e-5 0.142908,-7.442153e-5 0.21436,-5.2214392e-4 0.560859,-0.003295969 0.995715,0.0574751805 1.411098,0.46775028055 0.31974,0.34548225 0.431402,0.72351823 0.428384,1.18852333 1.13e-4,0.029998 2.26e-4,0.059996 3.39e-4,0.090903 2.65e-4,0.1000047 1.4e-5,0.2000006 -2.64e-4,0.3000053 7.6e-5,0.072628 1.89e-4,0.1452568 3.4e-4,0.2178852 3.02e-4,0.1991917 1.51e-4,0.3983807 -7.6e-5,0.5975725 -1.88e-4,0.21497 7.6e-5,0.4299395 3.02e-4,0.6449095 3.4e-4,0.4209745 2.65e-4,0.8419478 3.8e-5,1.2629218 -1.89e-4,0.3421284 -1.89e-4,0.6842564 -1.13e-4,1.0263848 1.2e-5,0.04869 2.3e-5,0.097379 3.5e-5,0.1475434 2.4e-5,0.098911 3.8e-5,0.1978216 7.6e-5,0.296732 2.26e-4,0.9010923 -8e-6,1.8021842 -4.05e-4,2.7032764 -3.39e-4,0.8223486 -3.39e-4,1.6446958 3.5e-5,2.4670448 4.04e-4,0.924211 5.63e-4,1.848421 3.4e-4,2.772632 -2.4e-5,0.09855 -3.8e-5,0.197095 -7.5e-5,0.295642 -1.2e-5,0.04849 -2.4e-5,0.09697 -3.6e-5,0.146931 -7.5e-5,0.341726 3.8e-5,0.683453 2.27e-4,1.025179 2.27e-4,0.416436 1.51e-4,0.832872 -2.64e-4,1.249308 -1.89e-4,0.21248 -2.65e-4,0.424959 -2.7e-5,0.637439 2.27e-4,0.19452 1.14e-4,0.389037 -3.02e-4,0.583556 -7.5e-5,0.07035 -3.8e-5,0.140708 1.51e-4,0.211062 2.27e-4,0.09571 -6e-6,0.191401 -3.4e-4,0.287106 1.89e-4,0.02724 3.4e-4,0.05448 5.37e-4,0.08254 -0.0031,0.429885 -0.133221,0.811879 -0.42774,1.129875 -0.313057,0.296248 -0.663429,0.430691 -1.086909,0.429848 -0.0302,7.5e-5 -0.06041,1.89e-4 -0.09153,2.64e-4 -0.10184,2.65e-4 -0.203678,2.27e-4 -0.305518,2.27e-4 -0.0735,1.13e-4 -0.147004,2.64e-4 -0.220506,4.19e-4 -0.202485,3.77e-4 -0.404969,5.17e-4 -0.607455,6.19e-4 -0.218192,1.51e-4 -0.436384,5.1e-4 -0.654576,8.38e-4 -0.527187,7.48e-4 -1.054374,0.0011 -1.581562,0.0015 -0.248184,1.51e-4 -0.496369,3.77e-4 -0.744553,5.66e-4 -0.824891,6.42e-4 -1.649783,0.0012 -2.474675,0.0015 -0.05335,1.8e-5 -0.106697,3.6e-5 -0.160046,3.8e-5 -0.03968,1.3e-5 -0.03968,1.3e-5 -0.08017,2.7e-5 -0.134039,3.8e-5 -0.268078,7.6e-5 -0.402116,1.51e-4 -0.0266,9e-6 -0.0532,1.8e-5 -0.08061,2.7e-5 -0.862314,3.02e-4 -1.7246254,0.0012 -2.5869388,0.0024 -0.9117639,0.0013 -1.8235263,0.002 -2.735291,0.0022 -0.496981,7.5e-5 -0.993959,4.11e-4 -1.4909394,0.0014 -0.4232244,8.19e-4 -0.8464452,0.0011 -1.2696703,7.55e-4 -0.2159316,-1.89e-4 -0.4318559,-1.13e-4 -0.6477865,6.35e-4 -0.1977719,6.64e-4 -0.3955308,6.3e-4 -0.5933028,3.7e-5 -0.071454,-7.5e-5 -0.142908,7.6e-5 -0.2143603,5.21e-4 -0.5608589,0.0033 -0.99571515,-0.05748 -1.41109739,-0.46775 -0.31973346,-0.345605 -0.43139495,-0.723641 -0.42837681903,-1.188646 -1.0949896e-4,-0.03 -2.1899793e-4,-0.06 -3.3227272e-4,-0.0909 -2.7563532e-4,-0.100004 -1.400832e-5,-0.2 2.4542871e-4,-0.300005 -8.6844e-5,-0.07263 -2.0767044e-4,-0.145257 -3.587035e-4,-0.217885 C 1.5174988e-4,17.812439 3.0655876e-4,17.61325 5.4065999e-4,17.414058 7.1057217e-4,17.199089 4.4626433e-4,16.984119 2.3859388e-4,16.769149 -9.7454663e-5,16.348175 -2.5713963e-5,15.927202 1.9328397e-4,15.506227 3.6319615e-4,15.164099 3.8585111e-4,14.821971 3.0655876e-4,14.479842 2.9500473e-4,14.431152 2.8341294e-4,14.382462 2.7151909e-4,14.332299 2.473538e-4,14.233389 2.2243335e-4,14.134478 1.9977839e-4,14.035567 -7.8921734e-6,13.134475 2.0755659e-4,12.233383 6.0341422e-4,11.33229 9.6211772e-4,10.509939 9.2813529e-4,9.6875908 5.686011e-4,8.8652423 1.642101e-4,7.9410314 5.2476766e-6,7.0168212 2.3632839e-4,6.0926103 2.603804e-4,5.9940633 2.8541413e-4,5.895516 3.0806909e-4,5.7969684 3.1973639e-4,5.7484814 3.3136594e-4,5.6999944 3.4337306e-4,5.650037 4.0756211e-4,5.3083108 2.9806315e-4,4.9665845 1.2059931e-4,4.6248583 -9.0846963e-5,4.208422 -3.4209573e-5,3.7919865 3.6980385e-4,3.3755503 5.6992264e-4,3.16307 6.4543917e-4,2.9505916 3.9627239e-4,2.7381114 1.6972281e-4,2.5435913 2.9432508e-4,2.3490746 6.983385e-4,2.1545548 7.8140668e-4,2.084201 7.3987259e-4,2.0138469 5.5485709e-4,1.9434933 3.2453169e-4,1.847787 5.6116272e-4,1.7520926 9.0978477e-4,1.6563869 7.3232093e-4,1.6291477 5.5485709e-4,1.6019086 3.7399501e-4,1.573844 0.00351208,1.1439587 0.13359451,0.76196488 0.42811362,0.44396962 0.74118947,0.14773035 1.0915612,0.01328757 1.515041,0.01413068 Z M 3.7862579,3.0021014 c -0.035239,0.01835 -0.070478,0.036699 -0.1067851,0.055605 C 3.2479487,3.3070707 2.9872158,3.6864291 2.8505609,4.1619881 2.7518399,4.6140258 2.8211289,5.0551949 3.0585264,5.4521113 3.2876157,5.7866181 3.5649632,6.0152561 3.937291,6.1737955 3.988689,6.1959905 3.988689,6.1959905 4.0411262,6.2186335 4.5222167,6.338906 5.0025992,6.2801923 5.4386245,6.0389868 5.8167297,5.7974744 6.0743883,5.4375388 6.2156186,5.0114013 6.3179121,4.5132505 6.2542785,4.0510252 5.9856768,3.6180331 5.7113275,3.2370682 5.351924,2.9500401 4.8812476,2.8510684 4.4941952,2.8276688 4.137929,2.8180748 3.7862579,3.0021014 Z m 7.4099111,5.4364525 c -0.132822,0.1579787 -0.242753,0.2952794 -0.311358,0.4915948 -0.03738,0 -0.07476,0 -0.113275,0 0,-0.4236477 0,-0.8472954 0,-1.2837809 -0.9345164,0 -1.8690334,0 -2.8318691,0 0,3.1648982 0,6.3297952 0,9.5905992 0.9718977,0 1.9437954,0 2.9451441,0 0.0019,-0.36597 0.0037,-0.731941 0.0056,-1.109001 0.0013,-0.232819 0.0027,-0.465637 0.0041,-0.698455 0.0023,-0.368968 0.0045,-0.737937 0.0062,-1.106908 0.0013,-0.268818 0.0028,-0.537633 0.0046,-0.806448 9.44e-4,-0.142068 0.0018,-0.284135 0.0023,-0.426206 0.0078,-2.063333 0.0078,-2.063333 0.543593,-2.649469 0.362605,-0.354137 0.841072,-0.424978 1.326093,-0.424735 0.388258,0.0055 0.707403,0.106883 1.001792,0.366475 0.599058,0.626495 0.484088,1.690517 0.485336,2.490166 3.4e-4,0.15385 0.0013,0.307695 0.0023,0.461541 0.0016,0.290294 0.0027,0.580587 0.0036,0.870884 0.0012,0.39301 0.0033,0.786016 0.0054,1.179023 0.0032,0.61771 0.0052,1.235418 0.0074,1.853133 0.971898,0 1.943796,0 2.945145,0 0.02973,-2.277228 0.02973,-2.277228 0.04248,-4.554591 7.5e-5,-0.03594 1.89e-4,-0.07188 3.02e-4,-0.108901 8.76e-4,-0.397987 -0.0063,-0.795156 -0.02138,-1.192874 -0.0014,-0.0382 -0.0028,-0.07639 -0.0043,-0.115751 C 17.197384,10.11154 16.975263,8.9366945 16.107268,8.1112664 14.734797,6.9801987 12.382464,7.1178167 11.196186,8.4385539 Z M 3.0688509,7.6463678 c 0,3.1648982 0,6.3297952 0,9.5905992 0.9718977,0 1.9437954,0 2.9451446,0 0,-3.164898 0,-6.329795 0,-9.5905992 -0.9718977,0 -1.9437954,0 -2.9451446,0 z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "2039bced__path2", fill: "#ffffff", strokeWidth: "0.0377583", d: "m 23.382649,17.611492 c 0.322256,0.230566 0.533788,0.55715 0.604279,0.947201 0.05568,0.450509 -0.07003,0.798805 -0.310325,1.176406 -0.293309,0.293309 -0.668353,0.466549 -1.083191,0.481418 -0.429971,-0.0163 -0.777921,-0.161786 -1.07847,-0.471978 -0.247169,-0.315101 -0.372042,-0.695492 -0.339824,-1.09499 0.05668,-0.396057 0.225291,-0.71655 0.528615,-0.981715 0.530891,-0.32534 1.132218,-0.390772 1.678916,-0.05634 z m -1.754432,0.433925 c -0.228867,0.322022 -0.276095,0.630794 -0.22655,1.019473 0.08264,0.344333 0.266014,0.578789 0.561654,0.766965 0.305415,0.171709 0.600626,0.224055 0.943957,0.134514 0.370674,-0.122058 0.609493,-0.333027 0.797643,-0.674929 0.121685,-0.301159 0.126987,-0.651841 0.01652,-0.958116 -0.163379,-0.349115 -0.429287,-0.574705 -0.783484,-0.715047 -0.51278,-0.0956 -0.965404,0.02074 -1.30974,0.42714 z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "818819cb__path3", fill: "#ffffff", strokeWidth: "0.0377583", d: "m 22.081316,18.045417 c 0.13239,-0.0031 0.26478,-0.0062 0.401182,-0.0094 0.0413,-0.0014 0.08261,-0.0027 0.125166,-0.0042 0.22689,-0.0026 0.359545,0.01095 0.530883,0.164639 0.07474,0.149485 0.05887,0.32832 0.03776,0.490858 -0.100954,0.140213 -0.174491,0.191928 -0.339825,0.226549 0.02726,0.04001 0.05451,0.08002 0.0826,0.12124 0.03541,0.0524 0.07081,0.104812 0.106196,0.157227 0.01801,0.02638 0.03602,0.05276 0.05457,0.07994 0.02555,0.03796 0.02555,0.03796 0.05162,0.0767 0.02373,0.035 0.02373,0.035 0.04793,0.07071 0.03466,0.06056 0.03466,0.06056 0.03466,0.136081 -0.119322,0.0174 -0.119322,0.0174 -0.264308,0 -0.08849,-0.08025 -0.144773,-0.176234 -0.205311,-0.278468 -0.01682,-0.02638 -0.03363,-0.05276 -0.05096,-0.07994 -0.121314,-0.193803 -0.121314,-0.193803 -0.121314,-0.283482 -0.08722,0 -0.174443,0 -0.264307,0 0,0.211824 0,0.423648 0,0.641891 -0.07476,0 -0.149523,0 -0.22655,0 0,-0.498409 0,-0.996819 0,-1.510331 z m 0.22655,0.188791 c 0,0.149523 0,0.299046 0,0.4531 0.07862,0.0041 0.1573,0.007 0.235989,0.0094 0.04381,0.0018 0.08761,0.0035 0.132744,0.0053 0.124901,-0.0046 0.124901,-0.0046 0.213422,-0.08481 0.0689,-0.07719 0.0689,-0.07719 0.06209,-0.177729 -0.03464,-0.09545 -0.03464,-0.09545 -0.110915,-0.160473 -0.179604,-0.06825 -0.341924,-0.05176 -0.533335,-0.04484 z" })
|
|
8
|
+
] });
|
|
9
|
+
};
|
|
10
|
+
var icon_mono_dark_default = LinkedinIconMonoDark;
|
|
11
|
+
export {
|
|
12
|
+
LinkedinIconMonoDark,
|
|
13
|
+
icon_mono_dark_default as default
|
|
14
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var icon_mono_light_exports = {};
|
|
20
|
+
__export(icon_mono_light_exports, {
|
|
21
|
+
LinkedinIconMonoLight: () => LinkedinIconMonoLight,
|
|
22
|
+
default: () => icon_mono_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_mono_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const LinkedinIconMonoLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "aaf667c8__svg3", version: "1.1", viewBox: "0 0 24 20.276939", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "76275465__defs3" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "c7409043__path1", fill: "#000000", strokeWidth: "0.0377583", d: "m 1.515041,0.01413068 c 0.030204,-8.881e-5 0.060407,-1.7762e-4 0.091526,-2.6915e-4 0.1018399,-2.526e-4 0.2036779,-2.3531e-4 0.3055181,-2.1982e-4 0.073502,-1.2457e-4 0.1470038,-2.6522e-4 0.2205056,-4.2069e-4 C 2.3350759,0.01284237 2.5375606,0.0127023 2.7400461,0.01260219 2.9582382,0.0124549 3.1764299,0.01209324 3.3946218,0.01176347 3.9218093,0.01101694 4.4489965,0.01063707 4.9761842,0.01030117 5.2243685,0.01013571 5.4725528,0.00993306 5.7207371,0.00973521 6.5456287,0.00909283 7.3705199,0.0085446 8.1954118,0.00827213 c 0.053349,-1.793e-5 0.1066973,-3.59e-5 0.160046,-5.392e-5 0.026456,-8.93e-6 0.052912,-1.785e-5 0.08017,-2.705e-5 0.1340389,-4.535e-5 0.2680773,-9.126e-5 0.4021161,-1.3751e-4 0.0266,-9.07e-6 0.053201,-1.814e-5 0.080607,-2.748e-5 0.8623142,-2.9799e-4 1.7246261,-0.00118262 2.5869391,-0.00241004 0.911764,-0.00129545 1.823526,-0.00203929 2.735291,-0.00216364 0.496981,-8.179e-5 0.993959,-4.1268e-4 1.49094,-0.00137671 0.423224,-8.1906e-4 0.846445,-0.001123863 1.26967,-7.5642e-4 0.215931,1.7176e-4 0.431856,9.904e-5 0.647786,-6.3287926e-4 0.197772,-6.64594585e-4 0.395531,-6.28988479e-4 0.593303,-4.164737e-5 0.07145,8.990243e-5 0.142908,-7.442153e-5 0.21436,-5.2214392e-4 0.560859,-0.003295969 0.995715,0.0574751805 1.411098,0.46775028055 0.31974,0.34548225 0.431402,0.72351823 0.428384,1.18852333 1.13e-4,0.029998 2.26e-4,0.059996 3.39e-4,0.090903 2.65e-4,0.1000047 1.4e-5,0.2000006 -2.64e-4,0.3000053 7.6e-5,0.072628 1.89e-4,0.1452568 3.4e-4,0.2178852 3.02e-4,0.1991917 1.51e-4,0.3983807 -7.6e-5,0.5975725 -1.88e-4,0.21497 7.6e-5,0.4299395 3.02e-4,0.6449095 3.4e-4,0.4209745 2.65e-4,0.8419478 3.8e-5,1.2629218 -1.89e-4,0.3421284 -1.89e-4,0.6842564 -1.13e-4,1.0263848 1.2e-5,0.04869 2.3e-5,0.097379 3.5e-5,0.1475434 2.4e-5,0.098911 3.8e-5,0.1978216 7.6e-5,0.296732 2.26e-4,0.9010923 -8e-6,1.8021842 -4.05e-4,2.7032764 -3.39e-4,0.8223486 -3.39e-4,1.6446958 3.5e-5,2.4670448 4.04e-4,0.924211 5.63e-4,1.848421 3.4e-4,2.772632 -2.4e-5,0.09855 -3.8e-5,0.197095 -7.5e-5,0.295642 -1.2e-5,0.04849 -2.4e-5,0.09697 -3.6e-5,0.146931 -7.5e-5,0.341726 3.8e-5,0.683453 2.27e-4,1.025179 2.27e-4,0.416436 1.51e-4,0.832872 -2.64e-4,1.249308 -1.89e-4,0.21248 -2.65e-4,0.424959 -2.7e-5,0.637439 2.27e-4,0.19452 1.14e-4,0.389037 -3.02e-4,0.583556 -7.5e-5,0.07035 -3.8e-5,0.140708 1.51e-4,0.211062 2.27e-4,0.09571 -6e-6,0.191401 -3.4e-4,0.287106 1.89e-4,0.02724 3.4e-4,0.05448 5.37e-4,0.08254 -0.0031,0.429885 -0.133221,0.811879 -0.42774,1.129875 -0.313057,0.296248 -0.663429,0.430691 -1.086909,0.429848 -0.0302,7.5e-5 -0.06041,1.89e-4 -0.09153,2.64e-4 -0.10184,2.65e-4 -0.203678,2.27e-4 -0.305518,2.27e-4 -0.0735,1.13e-4 -0.147004,2.64e-4 -0.220506,4.19e-4 -0.202485,3.77e-4 -0.404969,5.17e-4 -0.607455,6.19e-4 -0.218192,1.51e-4 -0.436384,5.1e-4 -0.654576,8.38e-4 -0.527187,7.48e-4 -1.054374,0.0011 -1.581562,0.0015 -0.248184,1.51e-4 -0.496369,3.77e-4 -0.744553,5.66e-4 -0.824891,6.42e-4 -1.649783,0.0012 -2.474675,0.0015 -0.05335,1.8e-5 -0.106697,3.6e-5 -0.160046,3.8e-5 -0.03968,1.3e-5 -0.03968,1.3e-5 -0.08017,2.7e-5 -0.134039,3.8e-5 -0.268078,7.6e-5 -0.402116,1.51e-4 -0.0266,9e-6 -0.0532,1.8e-5 -0.08061,2.7e-5 -0.862314,3.02e-4 -1.7246254,0.0012 -2.5869388,0.0024 -0.9117639,0.0013 -1.8235263,0.002 -2.735291,0.0022 -0.496981,7.5e-5 -0.993959,4.11e-4 -1.4909394,0.0014 -0.4232244,8.19e-4 -0.8464452,0.0011 -1.2696703,7.55e-4 -0.2159316,-1.89e-4 -0.4318559,-1.13e-4 -0.6477865,6.35e-4 -0.1977719,6.64e-4 -0.3955308,6.3e-4 -0.5933028,3.7e-5 -0.071454,-7.5e-5 -0.142908,7.6e-5 -0.2143603,5.21e-4 -0.5608589,0.0033 -0.99571515,-0.05748 -1.41109739,-0.46775 -0.31973346,-0.345605 -0.43139495,-0.723641 -0.42837681903,-1.188646 -1.0949896e-4,-0.03 -2.1899793e-4,-0.06 -3.3227272e-4,-0.0909 -2.7563532e-4,-0.100004 -1.400832e-5,-0.2 2.4542871e-4,-0.300005 -8.6844e-5,-0.07263 -2.0767044e-4,-0.145257 -3.587035e-4,-0.217885 C 1.5174988e-4,17.812439 3.0655876e-4,17.61325 5.4065999e-4,17.414058 7.1057217e-4,17.199089 4.4626433e-4,16.984119 2.3859388e-4,16.769149 -9.7454663e-5,16.348175 -2.5713963e-5,15.927202 1.9328397e-4,15.506227 3.6319615e-4,15.164099 3.8585111e-4,14.821971 3.0655876e-4,14.479842 2.9500473e-4,14.431152 2.8341294e-4,14.382462 2.7151909e-4,14.332299 2.473538e-4,14.233389 2.2243335e-4,14.134478 1.9977839e-4,14.035567 -7.8921734e-6,13.134475 2.0755659e-4,12.233383 6.0341422e-4,11.33229 9.6211772e-4,10.509939 9.2813529e-4,9.6875908 5.686011e-4,8.8652423 1.642101e-4,7.9410314 5.2476766e-6,7.0168212 2.3632839e-4,6.0926103 2.603804e-4,5.9940633 2.8541413e-4,5.895516 3.0806909e-4,5.7969684 3.1973639e-4,5.7484814 3.3136594e-4,5.6999944 3.4337306e-4,5.650037 4.0756211e-4,5.3083108 2.9806315e-4,4.9665845 1.2059931e-4,4.6248583 -9.0846963e-5,4.208422 -3.4209573e-5,3.7919865 3.6980385e-4,3.3755503 5.6992264e-4,3.16307 6.4543917e-4,2.9505916 3.9627239e-4,2.7381114 1.6972281e-4,2.5435913 2.9432508e-4,2.3490746 6.983385e-4,2.1545548 7.8140668e-4,2.084201 7.3987259e-4,2.0138469 5.5485709e-4,1.9434933 3.2453169e-4,1.847787 5.6116272e-4,1.7520926 9.0978477e-4,1.6563869 7.3232093e-4,1.6291477 5.5485709e-4,1.6019086 3.7399501e-4,1.573844 0.00351208,1.1439587 0.13359451,0.76196488 0.42811362,0.44396962 0.74118947,0.14773035 1.0915612,0.01328757 1.515041,0.01413068 Z M 3.7862579,3.0021014 c -0.035239,0.01835 -0.070478,0.036699 -0.1067851,0.055605 C 3.2479487,3.3070707 2.9872158,3.6864291 2.8505609,4.1619881 2.7518399,4.6140258 2.8211289,5.0551949 3.0585264,5.4521113 3.2876157,5.7866181 3.5649632,6.0152561 3.937291,6.1737955 3.988689,6.1959905 3.988689,6.1959905 4.0411262,6.2186335 4.5222167,6.338906 5.0025992,6.2801923 5.4386245,6.0389868 5.8167297,5.7974744 6.0743883,5.4375388 6.2156186,5.0114013 6.3179121,4.5132505 6.2542785,4.0510252 5.9856768,3.6180331 5.7113275,3.2370682 5.351924,2.9500401 4.8812476,2.8510684 4.4941952,2.8276688 4.137929,2.8180748 3.7862579,3.0021014 Z m 7.4099111,5.4364525 c -0.132822,0.1579787 -0.242753,0.2952794 -0.311358,0.4915948 -0.03738,0 -0.07476,0 -0.113275,0 0,-0.4236477 0,-0.8472954 0,-1.2837809 -0.9345164,0 -1.8690334,0 -2.8318691,0 0,3.1648982 0,6.3297952 0,9.5905992 0.9718977,0 1.9437954,0 2.9451441,0 0.0019,-0.36597 0.0037,-0.731941 0.0056,-1.109001 0.0013,-0.232819 0.0027,-0.465637 0.0041,-0.698455 0.0023,-0.368968 0.0045,-0.737937 0.0062,-1.106908 0.0013,-0.268818 0.0028,-0.537633 0.0046,-0.806448 9.44e-4,-0.142068 0.0018,-0.284135 0.0023,-0.426206 0.0078,-2.063333 0.0078,-2.063333 0.543593,-2.649469 0.362605,-0.354137 0.841072,-0.424978 1.326093,-0.424735 0.388258,0.0055 0.707403,0.106883 1.001792,0.366475 0.599058,0.626495 0.484088,1.690517 0.485336,2.490166 3.4e-4,0.15385 0.0013,0.307695 0.0023,0.461541 0.0016,0.290294 0.0027,0.580587 0.0036,0.870884 0.0012,0.39301 0.0033,0.786016 0.0054,1.179023 0.0032,0.61771 0.0052,1.235418 0.0074,1.853133 0.971898,0 1.943796,0 2.945145,0 0.02973,-2.277228 0.02973,-2.277228 0.04248,-4.554591 7.5e-5,-0.03594 1.89e-4,-0.07188 3.02e-4,-0.108901 8.76e-4,-0.397987 -0.0063,-0.795156 -0.02138,-1.192874 -0.0014,-0.0382 -0.0028,-0.07639 -0.0043,-0.115751 C 17.197384,10.11154 16.975263,8.9366945 16.107268,8.1112664 14.734797,6.9801987 12.382464,7.1178167 11.196186,8.4385539 Z M 3.0688509,7.6463678 c 0,3.1648982 0,6.3297952 0,9.5905992 0.9718977,0 1.9437954,0 2.9451446,0 0,-3.164898 0,-6.329795 0,-9.5905992 -0.9718977,0 -1.9437954,0 -2.9451446,0 z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "83df1df4__path2", fill: "#000000", strokeWidth: "0.0377583", d: "m 23.382649,17.611492 c 0.322256,0.230566 0.533788,0.55715 0.604279,0.947201 0.05568,0.450509 -0.07003,0.798805 -0.310325,1.176406 -0.293309,0.293309 -0.668353,0.466549 -1.083191,0.481418 -0.429971,-0.0163 -0.777921,-0.161786 -1.07847,-0.471978 -0.247169,-0.315101 -0.372042,-0.695492 -0.339824,-1.09499 0.05668,-0.396057 0.225291,-0.71655 0.528615,-0.981715 0.530891,-0.32534 1.132218,-0.390772 1.678916,-0.05634 z m -1.754432,0.433925 c -0.228867,0.322022 -0.276095,0.630794 -0.22655,1.019473 0.08264,0.344333 0.266014,0.578789 0.561654,0.766965 0.305415,0.171709 0.600626,0.224055 0.943957,0.134514 0.370674,-0.122058 0.609493,-0.333027 0.797643,-0.674929 0.121685,-0.301159 0.126987,-0.651841 0.01652,-0.958116 -0.163379,-0.349115 -0.429287,-0.574705 -0.783484,-0.715047 -0.51278,-0.0956 -0.965404,0.02074 -1.30974,0.42714 z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "f01665f7__path3", fill: "#000000", strokeWidth: "0.0377583", d: "m 22.081316,18.045417 c 0.13239,-0.0031 0.26478,-0.0062 0.401182,-0.0094 0.0413,-0.0014 0.08261,-0.0027 0.125166,-0.0042 0.22689,-0.0026 0.359545,0.01095 0.530883,0.164639 0.07474,0.149485 0.05887,0.32832 0.03776,0.490858 -0.100954,0.140213 -0.174491,0.191928 -0.339825,0.226549 0.02726,0.04001 0.05451,0.08002 0.0826,0.12124 0.03541,0.0524 0.07081,0.104812 0.106196,0.157227 0.01801,0.02638 0.03602,0.05276 0.05457,0.07994 0.02555,0.03796 0.02555,0.03796 0.05162,0.0767 0.02373,0.035 0.02373,0.035 0.04793,0.07071 0.03466,0.06056 0.03466,0.06056 0.03466,0.136081 -0.119322,0.0174 -0.119322,0.0174 -0.264308,0 -0.08849,-0.08025 -0.144773,-0.176234 -0.205311,-0.278468 -0.01682,-0.02638 -0.03363,-0.05276 -0.05096,-0.07994 -0.121314,-0.193803 -0.121314,-0.193803 -0.121314,-0.283482 -0.08722,0 -0.174443,0 -0.264307,0 0,0.211824 0,0.423648 0,0.641891 -0.07476,0 -0.149523,0 -0.22655,0 0,-0.498409 0,-0.996819 0,-1.510331 z m 0.22655,0.188791 c 0,0.149523 0,0.299046 0,0.4531 0.07862,0.0041 0.1573,0.007 0.235989,0.0094 0.04381,0.0018 0.08761,0.0035 0.132744,0.0053 0.124901,-0.0046 0.124901,-0.0046 0.213422,-0.08481 0.0689,-0.07719 0.0689,-0.07719 0.06209,-0.177729 -0.03464,-0.09545 -0.03464,-0.09545 -0.110915,-0.160473 -0.179604,-0.06825 -0.341924,-0.05176 -0.533335,-0.04484 z" })
|
|
32
|
+
] });
|
|
33
|
+
};
|
|
34
|
+
var icon_mono_light_default = LinkedinIconMonoLight;
|
|
35
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
36
|
+
0 && (module.exports = {
|
|
37
|
+
LinkedinIconMonoLight
|
|
38
|
+
});
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
declare const LinkedinIconMonoLight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
5
|
+
|
|
6
|
+
export { LinkedinIconMonoLight, LinkedinIconMonoLight as default };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import { SVGProps } from 'react';
|
|
3
|
+
|
|
4
|
+
declare const LinkedinIconMonoLight: (props: SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
|
|
5
|
+
|
|
6
|
+
export { LinkedinIconMonoLight, LinkedinIconMonoLight as default };
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const LinkedinIconMonoLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "aaf667c8__svg3", version: "1.1", viewBox: "0 0 24 20.276939", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "76275465__defs3" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "c7409043__path1", fill: "#000000", strokeWidth: "0.0377583", d: "m 1.515041,0.01413068 c 0.030204,-8.881e-5 0.060407,-1.7762e-4 0.091526,-2.6915e-4 0.1018399,-2.526e-4 0.2036779,-2.3531e-4 0.3055181,-2.1982e-4 0.073502,-1.2457e-4 0.1470038,-2.6522e-4 0.2205056,-4.2069e-4 C 2.3350759,0.01284237 2.5375606,0.0127023 2.7400461,0.01260219 2.9582382,0.0124549 3.1764299,0.01209324 3.3946218,0.01176347 3.9218093,0.01101694 4.4489965,0.01063707 4.9761842,0.01030117 5.2243685,0.01013571 5.4725528,0.00993306 5.7207371,0.00973521 6.5456287,0.00909283 7.3705199,0.0085446 8.1954118,0.00827213 c 0.053349,-1.793e-5 0.1066973,-3.59e-5 0.160046,-5.392e-5 0.026456,-8.93e-6 0.052912,-1.785e-5 0.08017,-2.705e-5 0.1340389,-4.535e-5 0.2680773,-9.126e-5 0.4021161,-1.3751e-4 0.0266,-9.07e-6 0.053201,-1.814e-5 0.080607,-2.748e-5 0.8623142,-2.9799e-4 1.7246261,-0.00118262 2.5869391,-0.00241004 0.911764,-0.00129545 1.823526,-0.00203929 2.735291,-0.00216364 0.496981,-8.179e-5 0.993959,-4.1268e-4 1.49094,-0.00137671 0.423224,-8.1906e-4 0.846445,-0.001123863 1.26967,-7.5642e-4 0.215931,1.7176e-4 0.431856,9.904e-5 0.647786,-6.3287926e-4 0.197772,-6.64594585e-4 0.395531,-6.28988479e-4 0.593303,-4.164737e-5 0.07145,8.990243e-5 0.142908,-7.442153e-5 0.21436,-5.2214392e-4 0.560859,-0.003295969 0.995715,0.0574751805 1.411098,0.46775028055 0.31974,0.34548225 0.431402,0.72351823 0.428384,1.18852333 1.13e-4,0.029998 2.26e-4,0.059996 3.39e-4,0.090903 2.65e-4,0.1000047 1.4e-5,0.2000006 -2.64e-4,0.3000053 7.6e-5,0.072628 1.89e-4,0.1452568 3.4e-4,0.2178852 3.02e-4,0.1991917 1.51e-4,0.3983807 -7.6e-5,0.5975725 -1.88e-4,0.21497 7.6e-5,0.4299395 3.02e-4,0.6449095 3.4e-4,0.4209745 2.65e-4,0.8419478 3.8e-5,1.2629218 -1.89e-4,0.3421284 -1.89e-4,0.6842564 -1.13e-4,1.0263848 1.2e-5,0.04869 2.3e-5,0.097379 3.5e-5,0.1475434 2.4e-5,0.098911 3.8e-5,0.1978216 7.6e-5,0.296732 2.26e-4,0.9010923 -8e-6,1.8021842 -4.05e-4,2.7032764 -3.39e-4,0.8223486 -3.39e-4,1.6446958 3.5e-5,2.4670448 4.04e-4,0.924211 5.63e-4,1.848421 3.4e-4,2.772632 -2.4e-5,0.09855 -3.8e-5,0.197095 -7.5e-5,0.295642 -1.2e-5,0.04849 -2.4e-5,0.09697 -3.6e-5,0.146931 -7.5e-5,0.341726 3.8e-5,0.683453 2.27e-4,1.025179 2.27e-4,0.416436 1.51e-4,0.832872 -2.64e-4,1.249308 -1.89e-4,0.21248 -2.65e-4,0.424959 -2.7e-5,0.637439 2.27e-4,0.19452 1.14e-4,0.389037 -3.02e-4,0.583556 -7.5e-5,0.07035 -3.8e-5,0.140708 1.51e-4,0.211062 2.27e-4,0.09571 -6e-6,0.191401 -3.4e-4,0.287106 1.89e-4,0.02724 3.4e-4,0.05448 5.37e-4,0.08254 -0.0031,0.429885 -0.133221,0.811879 -0.42774,1.129875 -0.313057,0.296248 -0.663429,0.430691 -1.086909,0.429848 -0.0302,7.5e-5 -0.06041,1.89e-4 -0.09153,2.64e-4 -0.10184,2.65e-4 -0.203678,2.27e-4 -0.305518,2.27e-4 -0.0735,1.13e-4 -0.147004,2.64e-4 -0.220506,4.19e-4 -0.202485,3.77e-4 -0.404969,5.17e-4 -0.607455,6.19e-4 -0.218192,1.51e-4 -0.436384,5.1e-4 -0.654576,8.38e-4 -0.527187,7.48e-4 -1.054374,0.0011 -1.581562,0.0015 -0.248184,1.51e-4 -0.496369,3.77e-4 -0.744553,5.66e-4 -0.824891,6.42e-4 -1.649783,0.0012 -2.474675,0.0015 -0.05335,1.8e-5 -0.106697,3.6e-5 -0.160046,3.8e-5 -0.03968,1.3e-5 -0.03968,1.3e-5 -0.08017,2.7e-5 -0.134039,3.8e-5 -0.268078,7.6e-5 -0.402116,1.51e-4 -0.0266,9e-6 -0.0532,1.8e-5 -0.08061,2.7e-5 -0.862314,3.02e-4 -1.7246254,0.0012 -2.5869388,0.0024 -0.9117639,0.0013 -1.8235263,0.002 -2.735291,0.0022 -0.496981,7.5e-5 -0.993959,4.11e-4 -1.4909394,0.0014 -0.4232244,8.19e-4 -0.8464452,0.0011 -1.2696703,7.55e-4 -0.2159316,-1.89e-4 -0.4318559,-1.13e-4 -0.6477865,6.35e-4 -0.1977719,6.64e-4 -0.3955308,6.3e-4 -0.5933028,3.7e-5 -0.071454,-7.5e-5 -0.142908,7.6e-5 -0.2143603,5.21e-4 -0.5608589,0.0033 -0.99571515,-0.05748 -1.41109739,-0.46775 -0.31973346,-0.345605 -0.43139495,-0.723641 -0.42837681903,-1.188646 -1.0949896e-4,-0.03 -2.1899793e-4,-0.06 -3.3227272e-4,-0.0909 -2.7563532e-4,-0.100004 -1.400832e-5,-0.2 2.4542871e-4,-0.300005 -8.6844e-5,-0.07263 -2.0767044e-4,-0.145257 -3.587035e-4,-0.217885 C 1.5174988e-4,17.812439 3.0655876e-4,17.61325 5.4065999e-4,17.414058 7.1057217e-4,17.199089 4.4626433e-4,16.984119 2.3859388e-4,16.769149 -9.7454663e-5,16.348175 -2.5713963e-5,15.927202 1.9328397e-4,15.506227 3.6319615e-4,15.164099 3.8585111e-4,14.821971 3.0655876e-4,14.479842 2.9500473e-4,14.431152 2.8341294e-4,14.382462 2.7151909e-4,14.332299 2.473538e-4,14.233389 2.2243335e-4,14.134478 1.9977839e-4,14.035567 -7.8921734e-6,13.134475 2.0755659e-4,12.233383 6.0341422e-4,11.33229 9.6211772e-4,10.509939 9.2813529e-4,9.6875908 5.686011e-4,8.8652423 1.642101e-4,7.9410314 5.2476766e-6,7.0168212 2.3632839e-4,6.0926103 2.603804e-4,5.9940633 2.8541413e-4,5.895516 3.0806909e-4,5.7969684 3.1973639e-4,5.7484814 3.3136594e-4,5.6999944 3.4337306e-4,5.650037 4.0756211e-4,5.3083108 2.9806315e-4,4.9665845 1.2059931e-4,4.6248583 -9.0846963e-5,4.208422 -3.4209573e-5,3.7919865 3.6980385e-4,3.3755503 5.6992264e-4,3.16307 6.4543917e-4,2.9505916 3.9627239e-4,2.7381114 1.6972281e-4,2.5435913 2.9432508e-4,2.3490746 6.983385e-4,2.1545548 7.8140668e-4,2.084201 7.3987259e-4,2.0138469 5.5485709e-4,1.9434933 3.2453169e-4,1.847787 5.6116272e-4,1.7520926 9.0978477e-4,1.6563869 7.3232093e-4,1.6291477 5.5485709e-4,1.6019086 3.7399501e-4,1.573844 0.00351208,1.1439587 0.13359451,0.76196488 0.42811362,0.44396962 0.74118947,0.14773035 1.0915612,0.01328757 1.515041,0.01413068 Z M 3.7862579,3.0021014 c -0.035239,0.01835 -0.070478,0.036699 -0.1067851,0.055605 C 3.2479487,3.3070707 2.9872158,3.6864291 2.8505609,4.1619881 2.7518399,4.6140258 2.8211289,5.0551949 3.0585264,5.4521113 3.2876157,5.7866181 3.5649632,6.0152561 3.937291,6.1737955 3.988689,6.1959905 3.988689,6.1959905 4.0411262,6.2186335 4.5222167,6.338906 5.0025992,6.2801923 5.4386245,6.0389868 5.8167297,5.7974744 6.0743883,5.4375388 6.2156186,5.0114013 6.3179121,4.5132505 6.2542785,4.0510252 5.9856768,3.6180331 5.7113275,3.2370682 5.351924,2.9500401 4.8812476,2.8510684 4.4941952,2.8276688 4.137929,2.8180748 3.7862579,3.0021014 Z m 7.4099111,5.4364525 c -0.132822,0.1579787 -0.242753,0.2952794 -0.311358,0.4915948 -0.03738,0 -0.07476,0 -0.113275,0 0,-0.4236477 0,-0.8472954 0,-1.2837809 -0.9345164,0 -1.8690334,0 -2.8318691,0 0,3.1648982 0,6.3297952 0,9.5905992 0.9718977,0 1.9437954,0 2.9451441,0 0.0019,-0.36597 0.0037,-0.731941 0.0056,-1.109001 0.0013,-0.232819 0.0027,-0.465637 0.0041,-0.698455 0.0023,-0.368968 0.0045,-0.737937 0.0062,-1.106908 0.0013,-0.268818 0.0028,-0.537633 0.0046,-0.806448 9.44e-4,-0.142068 0.0018,-0.284135 0.0023,-0.426206 0.0078,-2.063333 0.0078,-2.063333 0.543593,-2.649469 0.362605,-0.354137 0.841072,-0.424978 1.326093,-0.424735 0.388258,0.0055 0.707403,0.106883 1.001792,0.366475 0.599058,0.626495 0.484088,1.690517 0.485336,2.490166 3.4e-4,0.15385 0.0013,0.307695 0.0023,0.461541 0.0016,0.290294 0.0027,0.580587 0.0036,0.870884 0.0012,0.39301 0.0033,0.786016 0.0054,1.179023 0.0032,0.61771 0.0052,1.235418 0.0074,1.853133 0.971898,0 1.943796,0 2.945145,0 0.02973,-2.277228 0.02973,-2.277228 0.04248,-4.554591 7.5e-5,-0.03594 1.89e-4,-0.07188 3.02e-4,-0.108901 8.76e-4,-0.397987 -0.0063,-0.795156 -0.02138,-1.192874 -0.0014,-0.0382 -0.0028,-0.07639 -0.0043,-0.115751 C 17.197384,10.11154 16.975263,8.9366945 16.107268,8.1112664 14.734797,6.9801987 12.382464,7.1178167 11.196186,8.4385539 Z M 3.0688509,7.6463678 c 0,3.1648982 0,6.3297952 0,9.5905992 0.9718977,0 1.9437954,0 2.9451446,0 0,-3.164898 0,-6.329795 0,-9.5905992 -0.9718977,0 -1.9437954,0 -2.9451446,0 z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "83df1df4__path2", fill: "#000000", strokeWidth: "0.0377583", d: "m 23.382649,17.611492 c 0.322256,0.230566 0.533788,0.55715 0.604279,0.947201 0.05568,0.450509 -0.07003,0.798805 -0.310325,1.176406 -0.293309,0.293309 -0.668353,0.466549 -1.083191,0.481418 -0.429971,-0.0163 -0.777921,-0.161786 -1.07847,-0.471978 -0.247169,-0.315101 -0.372042,-0.695492 -0.339824,-1.09499 0.05668,-0.396057 0.225291,-0.71655 0.528615,-0.981715 0.530891,-0.32534 1.132218,-0.390772 1.678916,-0.05634 z m -1.754432,0.433925 c -0.228867,0.322022 -0.276095,0.630794 -0.22655,1.019473 0.08264,0.344333 0.266014,0.578789 0.561654,0.766965 0.305415,0.171709 0.600626,0.224055 0.943957,0.134514 0.370674,-0.122058 0.609493,-0.333027 0.797643,-0.674929 0.121685,-0.301159 0.126987,-0.651841 0.01652,-0.958116 -0.163379,-0.349115 -0.429287,-0.574705 -0.783484,-0.715047 -0.51278,-0.0956 -0.965404,0.02074 -1.30974,0.42714 z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "f01665f7__path3", fill: "#000000", strokeWidth: "0.0377583", d: "m 22.081316,18.045417 c 0.13239,-0.0031 0.26478,-0.0062 0.401182,-0.0094 0.0413,-0.0014 0.08261,-0.0027 0.125166,-0.0042 0.22689,-0.0026 0.359545,0.01095 0.530883,0.164639 0.07474,0.149485 0.05887,0.32832 0.03776,0.490858 -0.100954,0.140213 -0.174491,0.191928 -0.339825,0.226549 0.02726,0.04001 0.05451,0.08002 0.0826,0.12124 0.03541,0.0524 0.07081,0.104812 0.106196,0.157227 0.01801,0.02638 0.03602,0.05276 0.05457,0.07994 0.02555,0.03796 0.02555,0.03796 0.05162,0.0767 0.02373,0.035 0.02373,0.035 0.04793,0.07071 0.03466,0.06056 0.03466,0.06056 0.03466,0.136081 -0.119322,0.0174 -0.119322,0.0174 -0.264308,0 -0.08849,-0.08025 -0.144773,-0.176234 -0.205311,-0.278468 -0.01682,-0.02638 -0.03363,-0.05276 -0.05096,-0.07994 -0.121314,-0.193803 -0.121314,-0.193803 -0.121314,-0.283482 -0.08722,0 -0.174443,0 -0.264307,0 0,0.211824 0,0.423648 0,0.641891 -0.07476,0 -0.149523,0 -0.22655,0 0,-0.498409 0,-0.996819 0,-1.510331 z m 0.22655,0.188791 c 0,0.149523 0,0.299046 0,0.4531 0.07862,0.0041 0.1573,0.007 0.235989,0.0094 0.04381,0.0018 0.08761,0.0035 0.132744,0.0053 0.124901,-0.0046 0.124901,-0.0046 0.213422,-0.08481 0.0689,-0.07719 0.0689,-0.07719 0.06209,-0.177729 -0.03464,-0.09545 -0.03464,-0.09545 -0.110915,-0.160473 -0.179604,-0.06825 -0.341924,-0.05176 -0.533335,-0.04484 z" })
|
|
8
|
+
] });
|
|
9
|
+
};
|
|
10
|
+
var icon_mono_light_default = LinkedinIconMonoLight;
|
|
11
|
+
export {
|
|
12
|
+
LinkedinIconMonoLight,
|
|
13
|
+
icon_mono_light_default as default
|
|
14
|
+
};
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
var icon_exports = {};
|
|
20
|
+
__export(icon_exports, {
|
|
21
|
+
LinkedinIcon: () => LinkedinIcon,
|
|
22
|
+
default: () => icon_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const LinkedinIcon = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "d7e97f8a__svg3", version: "1.1", viewBox: "0 0 635.62195 537.01691", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "95e6bf2c__defs3" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "0923986d__path1", fill: "#2867b2", d: "m 40.12427,0.37423975 c 0.79992,-0.002352 1.599841,-0.004704 2.424001,-0.007128 2.697155,-0.00669 5.394262,-0.006232 8.091425,-0.005822 1.946644,-0.003299 3.893287,-0.007024 5.839929,-0.0111415 5.362671,-0.0100283 10.725332,-0.0137381 16.088011,-0.0163893 5.778658,-0.003901 11.557308,-0.0134791 17.33596,-0.0222129 13.962174,-0.0197714 27.924344,-0.0298315 41.886524,-0.0387278 6.57298,-0.004382 13.14596,-0.009749 19.71894,-0.0149889 21.84665,-0.017013 43.69329,-0.0315324 65.53995,-0.0387487 1.4129,-4.7475e-4 2.8258,-9.5064e-4 4.2387,-0.001428 0.70067,-2.3637e-4 1.40134,-4.7275e-4 2.12324,-7.1629e-4 3.54992,-0.001201 7.09983,-0.002417 10.64975,-0.003642 0.70449,-2.4015e-4 1.40898,-4.803e-4 2.13482,-7.2773e-4 22.83776,-0.007892 45.67547,-0.0313207 68.51321,-0.0638282 24.14739,-0.0343089 48.29476,-0.0540091 72.44218,-0.0573024 13.16218,-0.002166 26.32428,-0.0109296 39.48644,-0.0364612 11.20879,-0.0216921 22.41748,-0.0297647 33.62629,-0.0200332 5.71879,0.004549 11.43739,0.002623 17.15615,-0.0167614 5.23784,-0.0176013017 10.47535,-0.0166583 15.71319,-0.001103 1.8924,0.002381 3.78482,-0.001971 5.67718,-0.0138286 14.85393,-0.0872911 26.37078,1.52218836 37.37188,12.38802426 8.46809,9.149845 11.42536,19.161852 11.34543,31.477172 0.003,0.794471 0.006,1.588941 0.009,2.407486 0.007,2.648552 3.7e-4,5.29687 -0.007,7.94542 0.002,1.923511 0.005,3.847022 0.009,5.77053 0.008,5.275448 0.004,10.550823 -0.002,15.826271 -0.005,5.693324 0.002,11.386635 0.008,17.079957 0.009,11.149201 0.007,22.298371 10e-4,33.447561 -0.005,9.06102 -0.005,18.12203 -0.003,27.18305 3.1e-4,1.28951 6.1e-4,2.57901 9.3e-4,3.90758 6.4e-4,2.61958 10e-4,5.23916 0.002,7.85873 0.006,23.86477 -2e-4,47.72953 -0.0107,71.5943 -0.009,21.7793 -0.009,43.55858 9.2e-4,65.33788 0.0107,24.47705 0.0149,48.95408 0.009,73.43113 -6.4e-4,2.60995 -10e-4,5.21991 -0.002,7.82986 -3.1e-4,1.28415 -6.2e-4,2.56831 -9.3e-4,3.89137 -0.002,9.05037 10e-4,18.10074 0.006,27.15111 0.006,11.02901 0.004,22.058 -0.007,33.08701 -0.005,5.62738 -0.007,11.25472 -7e-4,16.8821 0.006,5.15173 0.003,10.30336 -0.008,15.45507 -0.002,1.86327 -10e-4,3.72655 0.004,5.58981 0.006,2.53471 -1.6e-4,5.06911 -0.009,7.60381 0.005,0.7214 0.009,1.44281 0.0142,2.18608 -0.0831,11.3852 -3.52825,21.50203 -11.32837,29.9239 -8.29109,7.84593 -17.57043,11.40655 -28.78598,11.38422 -0.79992,0.002 -1.59984,0.005 -2.424,0.007 -2.69716,0.007 -5.39427,0.006 -8.09143,0.006 -1.94664,0.003 -3.89329,0.007 -5.83993,0.0111 -5.36267,0.01 -10.72533,0.0137 -16.08801,0.0164 -5.77866,0.004 -11.55731,0.0135 -17.33596,0.0222 -13.96217,0.0198 -27.92434,0.0298 -41.88652,0.0387 -6.57298,0.004 -13.14596,0.01 -19.71895,0.015 -21.84664,0.017 -43.69329,0.0315 -65.53994,0.0387 -1.4129,4.8e-4 -2.8258,9.5e-4 -4.2387,10e-4 -1.05101,3.5e-4 -1.05101,3.5e-4 -2.12324,7.2e-4 -3.54992,0.001 -7.09984,0.002 -10.64975,0.004 -0.70449,2.4e-4 -1.40898,4.8e-4 -2.13482,7.2e-4 -22.83776,0.008 -45.67547,0.0313 -68.51321,0.0638 -24.1474,0.0343 -48.29476,0.054 -72.44218,0.0573 -13.16218,0.002 -26.32428,0.0109 -39.48644,0.0365 -11.20879,0.0217 -22.417483,0.0298 -33.62629,0.02 -5.718792,-0.005 -11.437389,-0.003 -17.156154,0.0168 -5.237842,0.0176 -10.475344,0.0167 -15.713189,0.001 -1.892396,-0.002 -3.784816,0.002 -5.677177,0.0138 -14.853937,0.0873 -26.370786,-1.52219 -37.371881,-12.38802 -8.4680925,-9.14985 -11.42536547,-19.16185 -11.34543247,-31.47717 -0.0029,-0.79447 -0.0058,-1.58895 -0.0088,-2.40749 -0.0073,-2.64855 -3.71e-4,-5.29687 0.0065,-7.94542 -0.0023,-1.92351 -0.0055,-3.84702 -0.0095,-5.77053 -0.0083,-5.27545 -0.0042,-10.55082 0.002,-15.82627 0.0045,-5.69332 -0.0025,-11.38664 -0.008,-17.07996 -0.0089,-11.14919 -0.007,-22.29836 -0.0012,-33.44756 0.0045,-9.06102 0.0051,-18.12203 0.003,-27.18305 -3.06e-4,-1.2895 -6.13e-4,-2.579 -9.28e-4,-3.90758 -6.4e-4,-2.61958 -0.0013,-5.23915 -0.0019,-7.85873 -0.005500003,-23.86477 2.06e-4,-47.72953 0.01069,-71.5943 0.0095,-21.7793 0.0086,-43.55858 -9.22e-4,-65.33788 -0.01071,-24.47705 -0.0149200035,-48.95408 -0.0088,-73.43113 6.37e-4,-2.60995 0.0013,-5.2199 0.0019,-7.82986 3.09e-4,-1.28415 6.17e-4,-2.5683 9.35e-4,-3.89137 0.0017,-9.05037 -0.0012,-18.10074 -0.0059,-27.15111 -0.0056,-11.02901 -0.0041,-22.058 0.0066,-33.087009 0.0053,-5.627384 0.0073,-11.25472 7.01e-4,-16.882104 -0.006,-5.151722 -0.0027,-10.303353 0.008,-15.455068 0.0022,-1.863269 0.0011,-3.726546 -0.0038,-5.589811 -0.0061,-2.53471 1.67e-4,-5.069108 0.0094,-7.603803 -0.0047,-0.721409 -0.0094,-1.442818 -0.01419,-2.186088 C 0.09253253,30.296908 3.5376705,20.180082 11.337794,11.75821 19.629379,3.9125295 28.908716,0.35191072 40.12427,0.37423975 Z M 100.27579,79.508461 c -0.933282,0.485977 -1.866564,0.971953 -2.828126,1.472656 -11.4286,6.604232 -18.33392,16.651261 -21.953125,29.246093 -2.61455,11.97189 -0.7795,23.65593 5.507812,34.16797 6.067265,8.85917 13.41261,14.91448 23.273439,19.11328 1.36125,0.58781 1.36125,0.58781 2.75,1.1875 12.74133,3.18533 25.46391,1.63034 37.01172,-4.75781 10.01384,-6.39628 16.83774,-15.92891 20.57812,-27.21485 2.70917,-13.19316 1.02388,-25.43486 -6.08984,-36.902339 -7.26594,-10.089576 -16.78448,-17.691307 -29.25,-20.3125 -10.2508,-0.619721 -19.68625,-0.873812 -29,4 z M 296.52188,223.48893 c -3.51768,4.18395 -6.42914,7.82026 -8.24609,13.01953 -0.99,0 -1.98,0 -3,0 0,-11.22 0,-22.44 0,-34 -24.75,0 -49.5,0 -75,0 0,83.82 0,167.64 0,254 25.74,0 51.48,0 78,0 0.049,-9.69246 0.098,-19.38492 0.14844,-29.37109 0.0354,-6.16603 0.0713,-12.33204 0.10937,-18.49805 0.0602,-9.77187 0.11858,-19.54372 0.16406,-29.31567 0.0332,-7.11944 0.0731,-14.23881 0.12092,-21.35817 0.025,-3.76258 0.0469,-7.52512 0.0606,-11.28777 0.20637,-54.64585 0.20637,-54.64585 14.39666,-70.16925 9.60334,-9.37906 22.27518,-11.25522 35.1206,-11.24878 10.28275,0.14452 18.73505,2.83071 26.53174,9.70581 15.8656,16.59226 12.82071,44.77212 12.85377,65.95024 0.009,4.07459 0.0357,8.14906 0.06,12.22358 0.0434,7.68821 0.0721,15.37641 0.0953,23.06472 0.0323,10.40859 0.0877,20.81706 0.14174,31.22556 0.0843,16.35959 0.13809,32.71913 0.19682,49.07887 25.74,0 51.48,0 78,0 0.78743,-60.31071 0.78743,-60.31071 1.125,-120.625 0.002,-0.95178 0.005,-1.90356 0.008,-2.88418 0.0232,-10.54038 -0.16716,-21.05912 -0.56616,-31.59238 -0.0372,-1.01164 -0.0744,-2.02329 -0.11265,-3.06558 -1.27034,-30.54459 -7.15304,-61.6595 -30.14126,-83.52036 -36.34888,-29.9555 -98.6487,-26.31079 -130.06641,8.66797 z M 81.275789,202.50846 c 0,83.82 0,167.64 0,254 25.740001,0 51.480001,0 78.000001,0 0,-83.82 0,-167.64 0,-254 -25.74,0 -51.48,0 -78.000001,0 z" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "22efd28c__path2", fill: "#2867b2", d: "m 619.27189,466.42748 c 8.53472,6.10638 14.137,14.75572 16.0039,25.08594 1.47467,11.93138 -1.8548,21.15576 -8.21875,31.15625 -7.76807,7.76807 -17.70083,12.35621 -28.6875,12.75 -11.38748,-0.43175 -20.60268,-4.28479 -28.5625,-12.5 -6.54609,-8.34523 -9.85325,-18.41959 -9,-29 1.50112,-10.48928 5.96668,-18.97732 14,-26 14.06026,-8.61641 29.98596,-10.34932 44.46485,-1.49219 z m -46.46485,11.49219 c -6.06137,8.52851 -7.31218,16.70612 -6,27 2.18866,9.1194 7.04518,15.32879 14.875,20.3125 8.08867,4.5476 15.90714,5.93394 25,3.5625 9.81704,-3.23262 16.14198,-8.81997 21.125,-17.875 3.22272,-7.97596 3.36316,-17.26353 0.4375,-25.375 -4.32696,-9.24604 -11.36933,-15.22063 -20.75,-18.9375 -13.58059,-2.53197 -25.56801,0.54939 -34.6875,11.3125 z" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "a3008e5e__path3", fill: "#2867b2", d: "m 584.80704,477.91967 c 3.50625,-0.0825 7.0125,-0.165 10.625,-0.25 1.09393,-0.0364 2.18787,-0.0728 3.31495,-0.11035 6.009,-0.0684 9.52227,0.28991 14.06005,4.36035 1.9795,3.95899 1.55906,8.6953 1,13 -2.67368,3.71345 -4.62126,5.08309 -9,6 0.72188,1.05961 1.44375,2.11922 2.1875,3.21094 0.93775,1.38786 1.87523,2.77589 2.8125,4.16406 0.47696,0.69867 0.95391,1.39735 1.44532,2.11719 0.67675,1.00547 0.67675,1.00547 1.36718,2.03125 0.62842,0.92692 0.62842,0.92692 1.26954,1.87256 0.91796,1.604 0.91796,1.604 0.91796,3.604 -3.16015,0.46094 -3.16015,0.46094 -7,0 -2.34361,-2.12533 -3.8342,-4.66743 -5.4375,-7.375 -0.44537,-0.69867 -0.89074,-1.39734 -1.34961,-2.11719 -3.21289,-5.13272 -3.21289,-5.13272 -3.21289,-7.50781 -2.31,0 -4.62,0 -7,0 0,5.61 0,11.22 0,17 -1.98,0 -3.96,0 -6,0 0,-13.2 0,-26.4 0,-40 z m 6,5 c 0,3.96 0,7.92 0,12 2.08219,0.10832 4.166,0.18574 6.25,0.25 1.16016,0.0464 2.32032,0.0928 3.51563,0.14063 3.30792,-0.12098 3.30792,-0.12098 5.65234,-2.2461 1.82482,-2.04429 1.82482,-2.04429 1.64453,-4.70703 -0.91754,-2.52792 -0.91754,-2.52792 -2.9375,-4.25 -4.75667,-1.80753 -9.05561,-1.37073 -14.125,-1.1875 z" })
|
|
32
|
+
] });
|
|
33
|
+
};
|
|
34
|
+
var icon_default = LinkedinIcon;
|
|
35
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
36
|
+
0 && (module.exports = {
|
|
37
|
+
LinkedinIcon
|
|
38
|
+
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const LinkedinIcon = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "d7e97f8a__svg3", version: "1.1", viewBox: "0 0 635.62195 537.01691", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "95e6bf2c__defs3" }),
|
|
5
|
+
/* @__PURE__ */ jsx("path", { id: "0923986d__path1", fill: "#2867b2", d: "m 40.12427,0.37423975 c 0.79992,-0.002352 1.599841,-0.004704 2.424001,-0.007128 2.697155,-0.00669 5.394262,-0.006232 8.091425,-0.005822 1.946644,-0.003299 3.893287,-0.007024 5.839929,-0.0111415 5.362671,-0.0100283 10.725332,-0.0137381 16.088011,-0.0163893 5.778658,-0.003901 11.557308,-0.0134791 17.33596,-0.0222129 13.962174,-0.0197714 27.924344,-0.0298315 41.886524,-0.0387278 6.57298,-0.004382 13.14596,-0.009749 19.71894,-0.0149889 21.84665,-0.017013 43.69329,-0.0315324 65.53995,-0.0387487 1.4129,-4.7475e-4 2.8258,-9.5064e-4 4.2387,-0.001428 0.70067,-2.3637e-4 1.40134,-4.7275e-4 2.12324,-7.1629e-4 3.54992,-0.001201 7.09983,-0.002417 10.64975,-0.003642 0.70449,-2.4015e-4 1.40898,-4.803e-4 2.13482,-7.2773e-4 22.83776,-0.007892 45.67547,-0.0313207 68.51321,-0.0638282 24.14739,-0.0343089 48.29476,-0.0540091 72.44218,-0.0573024 13.16218,-0.002166 26.32428,-0.0109296 39.48644,-0.0364612 11.20879,-0.0216921 22.41748,-0.0297647 33.62629,-0.0200332 5.71879,0.004549 11.43739,0.002623 17.15615,-0.0167614 5.23784,-0.0176013017 10.47535,-0.0166583 15.71319,-0.001103 1.8924,0.002381 3.78482,-0.001971 5.67718,-0.0138286 14.85393,-0.0872911 26.37078,1.52218836 37.37188,12.38802426 8.46809,9.149845 11.42536,19.161852 11.34543,31.477172 0.003,0.794471 0.006,1.588941 0.009,2.407486 0.007,2.648552 3.7e-4,5.29687 -0.007,7.94542 0.002,1.923511 0.005,3.847022 0.009,5.77053 0.008,5.275448 0.004,10.550823 -0.002,15.826271 -0.005,5.693324 0.002,11.386635 0.008,17.079957 0.009,11.149201 0.007,22.298371 10e-4,33.447561 -0.005,9.06102 -0.005,18.12203 -0.003,27.18305 3.1e-4,1.28951 6.1e-4,2.57901 9.3e-4,3.90758 6.4e-4,2.61958 10e-4,5.23916 0.002,7.85873 0.006,23.86477 -2e-4,47.72953 -0.0107,71.5943 -0.009,21.7793 -0.009,43.55858 9.2e-4,65.33788 0.0107,24.47705 0.0149,48.95408 0.009,73.43113 -6.4e-4,2.60995 -10e-4,5.21991 -0.002,7.82986 -3.1e-4,1.28415 -6.2e-4,2.56831 -9.3e-4,3.89137 -0.002,9.05037 10e-4,18.10074 0.006,27.15111 0.006,11.02901 0.004,22.058 -0.007,33.08701 -0.005,5.62738 -0.007,11.25472 -7e-4,16.8821 0.006,5.15173 0.003,10.30336 -0.008,15.45507 -0.002,1.86327 -10e-4,3.72655 0.004,5.58981 0.006,2.53471 -1.6e-4,5.06911 -0.009,7.60381 0.005,0.7214 0.009,1.44281 0.0142,2.18608 -0.0831,11.3852 -3.52825,21.50203 -11.32837,29.9239 -8.29109,7.84593 -17.57043,11.40655 -28.78598,11.38422 -0.79992,0.002 -1.59984,0.005 -2.424,0.007 -2.69716,0.007 -5.39427,0.006 -8.09143,0.006 -1.94664,0.003 -3.89329,0.007 -5.83993,0.0111 -5.36267,0.01 -10.72533,0.0137 -16.08801,0.0164 -5.77866,0.004 -11.55731,0.0135 -17.33596,0.0222 -13.96217,0.0198 -27.92434,0.0298 -41.88652,0.0387 -6.57298,0.004 -13.14596,0.01 -19.71895,0.015 -21.84664,0.017 -43.69329,0.0315 -65.53994,0.0387 -1.4129,4.8e-4 -2.8258,9.5e-4 -4.2387,10e-4 -1.05101,3.5e-4 -1.05101,3.5e-4 -2.12324,7.2e-4 -3.54992,0.001 -7.09984,0.002 -10.64975,0.004 -0.70449,2.4e-4 -1.40898,4.8e-4 -2.13482,7.2e-4 -22.83776,0.008 -45.67547,0.0313 -68.51321,0.0638 -24.1474,0.0343 -48.29476,0.054 -72.44218,0.0573 -13.16218,0.002 -26.32428,0.0109 -39.48644,0.0365 -11.20879,0.0217 -22.417483,0.0298 -33.62629,0.02 -5.718792,-0.005 -11.437389,-0.003 -17.156154,0.0168 -5.237842,0.0176 -10.475344,0.0167 -15.713189,0.001 -1.892396,-0.002 -3.784816,0.002 -5.677177,0.0138 -14.853937,0.0873 -26.370786,-1.52219 -37.371881,-12.38802 -8.4680925,-9.14985 -11.42536547,-19.16185 -11.34543247,-31.47717 -0.0029,-0.79447 -0.0058,-1.58895 -0.0088,-2.40749 -0.0073,-2.64855 -3.71e-4,-5.29687 0.0065,-7.94542 -0.0023,-1.92351 -0.0055,-3.84702 -0.0095,-5.77053 -0.0083,-5.27545 -0.0042,-10.55082 0.002,-15.82627 0.0045,-5.69332 -0.0025,-11.38664 -0.008,-17.07996 -0.0089,-11.14919 -0.007,-22.29836 -0.0012,-33.44756 0.0045,-9.06102 0.0051,-18.12203 0.003,-27.18305 -3.06e-4,-1.2895 -6.13e-4,-2.579 -9.28e-4,-3.90758 -6.4e-4,-2.61958 -0.0013,-5.23915 -0.0019,-7.85873 -0.005500003,-23.86477 2.06e-4,-47.72953 0.01069,-71.5943 0.0095,-21.7793 0.0086,-43.55858 -9.22e-4,-65.33788 -0.01071,-24.47705 -0.0149200035,-48.95408 -0.0088,-73.43113 6.37e-4,-2.60995 0.0013,-5.2199 0.0019,-7.82986 3.09e-4,-1.28415 6.17e-4,-2.5683 9.35e-4,-3.89137 0.0017,-9.05037 -0.0012,-18.10074 -0.0059,-27.15111 -0.0056,-11.02901 -0.0041,-22.058 0.0066,-33.087009 0.0053,-5.627384 0.0073,-11.25472 7.01e-4,-16.882104 -0.006,-5.151722 -0.0027,-10.303353 0.008,-15.455068 0.0022,-1.863269 0.0011,-3.726546 -0.0038,-5.589811 -0.0061,-2.53471 1.67e-4,-5.069108 0.0094,-7.603803 -0.0047,-0.721409 -0.0094,-1.442818 -0.01419,-2.186088 C 0.09253253,30.296908 3.5376705,20.180082 11.337794,11.75821 19.629379,3.9125295 28.908716,0.35191072 40.12427,0.37423975 Z M 100.27579,79.508461 c -0.933282,0.485977 -1.866564,0.971953 -2.828126,1.472656 -11.4286,6.604232 -18.33392,16.651261 -21.953125,29.246093 -2.61455,11.97189 -0.7795,23.65593 5.507812,34.16797 6.067265,8.85917 13.41261,14.91448 23.273439,19.11328 1.36125,0.58781 1.36125,0.58781 2.75,1.1875 12.74133,3.18533 25.46391,1.63034 37.01172,-4.75781 10.01384,-6.39628 16.83774,-15.92891 20.57812,-27.21485 2.70917,-13.19316 1.02388,-25.43486 -6.08984,-36.902339 -7.26594,-10.089576 -16.78448,-17.691307 -29.25,-20.3125 -10.2508,-0.619721 -19.68625,-0.873812 -29,4 z M 296.52188,223.48893 c -3.51768,4.18395 -6.42914,7.82026 -8.24609,13.01953 -0.99,0 -1.98,0 -3,0 0,-11.22 0,-22.44 0,-34 -24.75,0 -49.5,0 -75,0 0,83.82 0,167.64 0,254 25.74,0 51.48,0 78,0 0.049,-9.69246 0.098,-19.38492 0.14844,-29.37109 0.0354,-6.16603 0.0713,-12.33204 0.10937,-18.49805 0.0602,-9.77187 0.11858,-19.54372 0.16406,-29.31567 0.0332,-7.11944 0.0731,-14.23881 0.12092,-21.35817 0.025,-3.76258 0.0469,-7.52512 0.0606,-11.28777 0.20637,-54.64585 0.20637,-54.64585 14.39666,-70.16925 9.60334,-9.37906 22.27518,-11.25522 35.1206,-11.24878 10.28275,0.14452 18.73505,2.83071 26.53174,9.70581 15.8656,16.59226 12.82071,44.77212 12.85377,65.95024 0.009,4.07459 0.0357,8.14906 0.06,12.22358 0.0434,7.68821 0.0721,15.37641 0.0953,23.06472 0.0323,10.40859 0.0877,20.81706 0.14174,31.22556 0.0843,16.35959 0.13809,32.71913 0.19682,49.07887 25.74,0 51.48,0 78,0 0.78743,-60.31071 0.78743,-60.31071 1.125,-120.625 0.002,-0.95178 0.005,-1.90356 0.008,-2.88418 0.0232,-10.54038 -0.16716,-21.05912 -0.56616,-31.59238 -0.0372,-1.01164 -0.0744,-2.02329 -0.11265,-3.06558 -1.27034,-30.54459 -7.15304,-61.6595 -30.14126,-83.52036 -36.34888,-29.9555 -98.6487,-26.31079 -130.06641,8.66797 z M 81.275789,202.50846 c 0,83.82 0,167.64 0,254 25.740001,0 51.480001,0 78.000001,0 0,-83.82 0,-167.64 0,-254 -25.74,0 -51.48,0 -78.000001,0 z" }),
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "22efd28c__path2", fill: "#2867b2", d: "m 619.27189,466.42748 c 8.53472,6.10638 14.137,14.75572 16.0039,25.08594 1.47467,11.93138 -1.8548,21.15576 -8.21875,31.15625 -7.76807,7.76807 -17.70083,12.35621 -28.6875,12.75 -11.38748,-0.43175 -20.60268,-4.28479 -28.5625,-12.5 -6.54609,-8.34523 -9.85325,-18.41959 -9,-29 1.50112,-10.48928 5.96668,-18.97732 14,-26 14.06026,-8.61641 29.98596,-10.34932 44.46485,-1.49219 z m -46.46485,11.49219 c -6.06137,8.52851 -7.31218,16.70612 -6,27 2.18866,9.1194 7.04518,15.32879 14.875,20.3125 8.08867,4.5476 15.90714,5.93394 25,3.5625 9.81704,-3.23262 16.14198,-8.81997 21.125,-17.875 3.22272,-7.97596 3.36316,-17.26353 0.4375,-25.375 -4.32696,-9.24604 -11.36933,-15.22063 -20.75,-18.9375 -13.58059,-2.53197 -25.56801,0.54939 -34.6875,11.3125 z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "a3008e5e__path3", fill: "#2867b2", d: "m 584.80704,477.91967 c 3.50625,-0.0825 7.0125,-0.165 10.625,-0.25 1.09393,-0.0364 2.18787,-0.0728 3.31495,-0.11035 6.009,-0.0684 9.52227,0.28991 14.06005,4.36035 1.9795,3.95899 1.55906,8.6953 1,13 -2.67368,3.71345 -4.62126,5.08309 -9,6 0.72188,1.05961 1.44375,2.11922 2.1875,3.21094 0.93775,1.38786 1.87523,2.77589 2.8125,4.16406 0.47696,0.69867 0.95391,1.39735 1.44532,2.11719 0.67675,1.00547 0.67675,1.00547 1.36718,2.03125 0.62842,0.92692 0.62842,0.92692 1.26954,1.87256 0.91796,1.604 0.91796,1.604 0.91796,3.604 -3.16015,0.46094 -3.16015,0.46094 -7,0 -2.34361,-2.12533 -3.8342,-4.66743 -5.4375,-7.375 -0.44537,-0.69867 -0.89074,-1.39734 -1.34961,-2.11719 -3.21289,-5.13272 -3.21289,-5.13272 -3.21289,-7.50781 -2.31,0 -4.62,0 -7,0 0,5.61 0,11.22 0,17 -1.98,0 -3.96,0 -6,0 0,-13.2 0,-26.4 0,-40 z m 6,5 c 0,3.96 0,7.92 0,12 2.08219,0.10832 4.166,0.18574 6.25,0.25 1.16016,0.0464 2.32032,0.0928 3.51563,0.14063 3.30792,-0.12098 3.30792,-0.12098 5.65234,-2.2461 1.82482,-2.04429 1.82482,-2.04429 1.64453,-4.70703 -0.91754,-2.52792 -0.91754,-2.52792 -2.9375,-4.25 -4.75667,-1.80753 -9.05561,-1.37073 -14.125,-1.1875 z" })
|
|
8
|
+
] });
|
|
9
|
+
};
|
|
10
|
+
var icon_default = LinkedinIcon;
|
|
11
|
+
export {
|
|
12
|
+
LinkedinIcon,
|
|
13
|
+
icon_default as default
|
|
14
|
+
};
|