@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/gitlab/logo.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
2
|
const GitlabLogo = (props) => {
|
|
3
|
-
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "
|
|
4
|
-
/* @__PURE__ */ jsx("defs", { id: "
|
|
5
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
6
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
7
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
8
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
9
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
10
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
11
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "d6b9cd3b__LOGO", version: "1.1", viewBox: "0 0 24.000002 5.1996989", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "9dde5960__defs1" }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "ebffbca5__g6", transform: "matrix(0.03466466,0,0,0.03466466,-5.1590057,-3.9864358)", children: [
|
|
6
|
+
/* @__PURE__ */ jsx("path", { id: "35a3f700__path1", fill: "#171321", d: "m 427.52099,171.50805 h 22.77544 c -3.79587,-24.22145 -24.76384,-41.09221 -52.05821,-41.09221 -32.2953,0 -56.51684,23.73956 -56.51684,63.50619 0,39.04368 23.13701,63.26551 57.17964,63.26551 30.5481,0 52.41968,-19.64262 52.41968,-51.45605 v -14.82212 h -50.06982 v 17.47331 h 28.43917 c -0.36147,17.59372 -12.11078,28.74038 -30.6685,28.74038 -20.66664,0 -34.82596,-15.48492 -34.82596,-43.44209 0,-27.77638 14.40038,-43.20103 34.34396,-43.20103 14.88238,0 25.00478,7.95333 28.98144,21.02811 z" }),
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "c2381cbc__path2", fill: "#171321", d: "m 466.37404,255.50034 h 21.81144 v -92.54815 h -21.81144 z m 10.96611,-107.20363 c 6.9293,0 12.59229,-5.30226 12.59229,-11.80948 0,-6.56753 -5.66299,-11.86975 -12.59229,-11.86975 -6.98907,0 -12.6533,5.30223 -12.6533,11.86975 0,6.50722 5.66423,11.80948 12.6533,11.80948 z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "db3eefcd__path3", fill: "#171321", d: "M 553.49902,162.95219 H 535.2425 v -22.17291 h -21.81144 v 22.17291 h -13.13517 v 16.87078 h 13.13517 v 51.45568 c -0.11953,17.41292 12.53252,25.96865 28.9213,25.48677 6.20586,-0.18054 10.48423,-1.38586 12.83386,-2.16906 l -3.67447,-17.05145 c -1.20532,0.3012 -3.67572,0.84347 -6.38767,0.84347 -5.48243,0 -9.88158,-1.928 -9.88158,-10.72492 v -47.84049 h 18.25652 z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "191670fd__path4", fill: "#171321", d: "m 570.37976,255.50034 h 76.70177 V 236.76157 H 592.73409 V 132.1029 h -22.35433 z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "74b47ed8__path5", fill: "#171321", d: "m 688.85462,257.36807 c 14.52102,0 23.19731,-6.80852 27.17309,-14.58118 h 0.72343 v 12.71344 h 20.96846 v -61.93979 c 0,-24.46263 -19.9437,-31.81342 -37.59753,-31.81342 -19.46183,0 -34.40499,8.67639 -39.225,25.54717 l 20.3658,2.89213 c 2.16907,-6.32653 8.31393,-11.74932 18.97871,-11.74932 10.12314,0 15.66659,5.18173 15.66659,14.27985 v 0.36147 c 0,6.26639 -6.5682,6.56759 -22.89598,8.31492 -17.95642,1.92813 -35.12715,7.29053 -35.12715,28.13797 0,18.19624 13.31571,27.83676 30.96958,27.83676 z m 7.17056,-16.0273 c -9.09838,0 -15.6056,-4.15746 -15.6056,-12.17106 0,-8.37506 7.29167,-11.86972 17.05246,-13.25558 5.72401,-0.7832 17.172,-2.22933 20.00347,-4.51892 v 10.90572 c 0,10.30319 -8.31518,19.03984 -21.45033,19.03984 z" }),
|
|
11
|
+
/* @__PURE__ */ jsx("path", { id: "5c93f2ef__path6", fill: "#171321", d: "m 753.80861,255.50034 h 21.44912 v -14.5813 h 1.26507 c 3.4354,6.74826 10.60501,16.20748 26.51191,16.20748 21.81148,0 38.13921,-17.29201 38.13921,-47.77984 0,-30.8493 -16.80964,-47.59955 -38.2002,-47.59955 -16.32777,0 -23.13628,9.82119 -26.45092,16.50918 h -0.90275 v -46.1534 h -21.81144 v 123.39744 z m 21.38935,-46.2742 c 0,-17.95518 7.71251,-29.58397 21.75045,-29.58397 14.52102,0 21.99323,12.35172 21.99323,29.58397 0,17.35278 -7.59175,30.00583 -21.99323,30.00583 -13.91839,0 -21.75045,-12.05051 -21.75045,-30.00583 z" })
|
|
12
12
|
] }),
|
|
13
|
-
/* @__PURE__ */ jsxs("g", { id: "
|
|
14
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
15
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
16
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
17
|
-
/* @__PURE__ */ jsx("path", { id: "
|
|
13
|
+
/* @__PURE__ */ jsxs("g", { id: "26c488bf__g10", transform: "matrix(0.03466466,0,0,0.03466466,-5.1590057,-3.9864358)", children: [
|
|
14
|
+
/* @__PURE__ */ jsx("path", { id: "bb4056d7__path7", fill: "#e24329", d: "m 301.95924,174.37243 -0.2134,-0.55822 -21.19899,-55.30908 c -0.4236,-1.08359 -1.18542,-1.99642 -2.17699,-2.62689 -0.98837,-0.63373 -2.14749,-0.93253 -3.32305,-0.87014 -1.1689,0.0624 -2.29195,0.48925 -3.20809,1.21821 -0.90957,0.73554 -1.56629,1.73047 -1.87493,2.85346 l -14.31327,43.80662 H 197.74087 L 183.4276,119.07977 c -0.30864,-1.12299 -0.96536,-2.11791 -1.87493,-2.85346 -0.91614,-0.72895 -2.03911,-1.15582 -3.20809,-1.21821 -1.17548,-0.0624 -2.33468,0.23641 -3.32297,0.87014 -0.99166,0.63047 -1.75348,1.5433 -2.17707,2.62689 l -21.19891,55.31237 -0.21348,0.55493 c -6.28158,16.38521 -0.92929,34.90803 13.05891,45.48782 0.0262,0.0164 0.0492,0.0361 0.0755,0.0558 l 0.18719,0.14119 32.29094,24.17392 15.97151,12.09024 9.71951,7.34871 c 2.34117,1.77316 5.57877,1.77316 7.92002,0 l 9.71943,-7.34871 15.96822,-12.09024 32.48142,-24.31511 c 0.0296,-0.023 0.0559,-0.0427 0.0854,-0.0657 13.97834,-10.57977 19.32735,-29.09604 13.04905,-45.47796 z" }),
|
|
15
|
+
/* @__PURE__ */ jsx("path", { id: "98e06548__path8", fill: "#fc6d26", d: "m 301.95924,174.37243 -0.2134,-0.55822 c -10.5174,2.16062 -20.20405,6.6099 -28.49844,12.81593 -0.1346,0.0985 -25.20497,19.05805 -46.55171,35.19699 15.84998,11.98517 29.6477,22.40405 29.6477,22.40405 l 32.48142,-24.31511 c 0.0296,-0.023 0.0559,-0.0427 0.0854,-0.0657 13.97834,-10.57977 19.32735,-29.09604 13.04905,-45.47796 z" }),
|
|
16
|
+
/* @__PURE__ */ jsx("path", { id: "e552d894__path9", fill: "#fca326", d: "m 197.0447,244.23117 15.97151,12.09024 9.71951,7.34871 c 2.34117,1.77316 5.57877,1.77316 7.92002,0 l 9.71943,-7.34871 15.96822,-12.09024 c 0,0 -13.79772,-10.41888 -29.6477,-22.40405 -15.85327,11.98517 -29.65099,22.40405 -29.65099,22.40405 z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { id: "040eaf54__path10", fill: "#fc6d26", d: "m 180.14069,186.63014 c -8.29111,-6.20274 -17.97446,-10.65531 -28.49507,-12.81264 l -0.21348,0.55493 c -6.28158,16.38521 -0.92929,34.90803 13.05891,45.48782 0.0262,0.0164 0.0492,0.0361 0.0755,0.0558 l 0.18719,0.14119 32.29094,24.17392 c 0,0 13.79772,-10.41888 29.65099,-22.40405 -21.34673,-16.13894 -46.42031,-35.09848 -46.55499,-35.19699 z" })
|
|
18
18
|
] })
|
|
19
19
|
] });
|
|
20
20
|
};
|
|
@@ -0,0 +1,49 @@
|
|
|
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_dark_exports = {};
|
|
20
|
+
__export(icon_dark_exports, {
|
|
21
|
+
HtmlIconDark: () => HtmlIconDark,
|
|
22
|
+
default: () => icon_dark_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_dark_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const HtmlIconDark = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", id: "fe48605f__Layer_1", x: "0px", y: "0px", enableBackground: "new 0 0 512 512", version: "1.1", viewBox: "0 0 24.000002 33.807564", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "f14047a2__defs8" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "821f2834__g8", transform: "matrix(0.07172101,0,0,0.07172101,-6.3606495,-1.4567972)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "69f30a99__g4", children: [
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "6ab17da8__path1", fill: "#ffffff", d: "m 119.387,20.312 h 21.298 V 41.357 H 160.17 V 20.312 h 21.303 V 84.039 H 160.17 V 62.7 h -19.485 v 21.338 h -21.298 z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "72818d48__path2", fill: "#ffffff", d: "M 209.482,41.444 H 190.728 V 20.312 h 58.812 v 21.133 h -18.759 v 42.594 h -21.3 V 41.444 Z" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "a36accc7__path3", fill: "#ffffff", d: "m 258.879,20.312 h 22.21 l 13.661,22.392 13.648,-22.392 h 22.219 V 84.039 H 309.405 V 52.453 L 294.75,75.111 h -0.366 L 279.719,52.453 v 31.585 h -20.84 z" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "2211747e__path4", fill: "#ffffff", d: "m 341.219,20.312 h 21.308 v 42.664 h 29.955 v 21.062 h -51.263 z" })
|
|
35
|
+
] }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "8083f048__g7", opacity: "0.2", children: [
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "a0909c78__polygon6", fill: "#ffffff", points: "256,308.59 256,266.676 200.662,266.676 196.831,223.756 256,223.756 256,181.841 151.025,181.841 162.331,308.59" }),
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "5d170b99__polygon7", fill: "#ffffff", points: "206.146,328.061 164.07,328.061 170.074,395.358 255.933,419.193 256,419.174 256,375.563 255.941,375.582 209.262,362.975" })
|
|
39
|
+
] }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "9ecd5b47__path5", fill: "#ffffff", d: "M 200.662,266.676 H 256 v -42.92 H 196.831 Z M 88.686,111.982 l 30.47,341.74 136.762,37.966 136.891,-37.948 30.507,-341.758 H 88.686 Z M 366.694,431.981 256,462.668 v -43.494 l -0.067,0.02 -85.858,-23.835 -6.004,-67.298 h 42.075 l 3.116,34.914 46.68,12.607 0.059,-0.019 V 308.59 H 162.332 L 151.026,181.841 H 256 v -41.914 h 136.766 z" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "dc50d722__path6", fill: "#ffffff", d: "M 307.592,308.59 H 256 v 66.974 l 46.728,-12.613 z M 256,139.927 v 41.914 h 104.975 l -3.754,41.915 H 256 v 42.92 h 97.406 L 341.907,395.359 256,419.174 v 43.494 L 366.694,431.981 392.765,139.926 H 256 Z", opacity: "0.8" })
|
|
42
|
+
] })
|
|
43
|
+
] });
|
|
44
|
+
};
|
|
45
|
+
var icon_dark_default = HtmlIconDark;
|
|
46
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
47
|
+
0 && (module.exports = {
|
|
48
|
+
HtmlIconDark
|
|
49
|
+
});
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const HtmlIconDark = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", id: "fe48605f__Layer_1", x: "0px", y: "0px", enableBackground: "new 0 0 512 512", version: "1.1", viewBox: "0 0 24.000002 33.807564", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "f14047a2__defs8" }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "821f2834__g8", transform: "matrix(0.07172101,0,0,0.07172101,-6.3606495,-1.4567972)", children: [
|
|
6
|
+
/* @__PURE__ */ jsxs("g", { id: "69f30a99__g4", children: [
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "6ab17da8__path1", fill: "#ffffff", d: "m 119.387,20.312 h 21.298 V 41.357 H 160.17 V 20.312 h 21.303 V 84.039 H 160.17 V 62.7 h -19.485 v 21.338 h -21.298 z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "72818d48__path2", fill: "#ffffff", d: "M 209.482,41.444 H 190.728 V 20.312 h 58.812 v 21.133 h -18.759 v 42.594 h -21.3 V 41.444 Z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "a36accc7__path3", fill: "#ffffff", d: "m 258.879,20.312 h 22.21 l 13.661,22.392 13.648,-22.392 h 22.219 V 84.039 H 309.405 V 52.453 L 294.75,75.111 h -0.366 L 279.719,52.453 v 31.585 h -20.84 z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "2211747e__path4", fill: "#ffffff", d: "m 341.219,20.312 h 21.308 v 42.664 h 29.955 v 21.062 h -51.263 z" })
|
|
11
|
+
] }),
|
|
12
|
+
/* @__PURE__ */ jsxs("g", { id: "8083f048__g7", opacity: "0.2", children: [
|
|
13
|
+
/* @__PURE__ */ jsx("polygon", { id: "a0909c78__polygon6", fill: "#ffffff", points: "256,308.59 256,266.676 200.662,266.676 196.831,223.756 256,223.756 256,181.841 151.025,181.841 162.331,308.59" }),
|
|
14
|
+
/* @__PURE__ */ jsx("polygon", { id: "5d170b99__polygon7", fill: "#ffffff", points: "206.146,328.061 164.07,328.061 170.074,395.358 255.933,419.193 256,419.174 256,375.563 255.941,375.582 209.262,362.975" })
|
|
15
|
+
] }),
|
|
16
|
+
/* @__PURE__ */ jsx("path", { id: "9ecd5b47__path5", fill: "#ffffff", d: "M 200.662,266.676 H 256 v -42.92 H 196.831 Z M 88.686,111.982 l 30.47,341.74 136.762,37.966 136.891,-37.948 30.507,-341.758 H 88.686 Z M 366.694,431.981 256,462.668 v -43.494 l -0.067,0.02 -85.858,-23.835 -6.004,-67.298 h 42.075 l 3.116,34.914 46.68,12.607 0.059,-0.019 V 308.59 H 162.332 L 151.026,181.841 H 256 v -41.914 h 136.766 z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { id: "dc50d722__path6", fill: "#ffffff", d: "M 307.592,308.59 H 256 v 66.974 l 46.728,-12.613 z M 256,139.927 v 41.914 h 104.975 l -3.754,41.915 H 256 v 42.92 h 97.406 L 341.907,395.359 256,419.174 v 43.494 L 366.694,431.981 392.765,139.926 H 256 Z", opacity: "0.8" })
|
|
18
|
+
] })
|
|
19
|
+
] });
|
|
20
|
+
};
|
|
21
|
+
var icon_dark_default = HtmlIconDark;
|
|
22
|
+
export {
|
|
23
|
+
HtmlIconDark,
|
|
24
|
+
icon_dark_default as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,49 @@
|
|
|
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_light_exports = {};
|
|
20
|
+
__export(icon_light_exports, {
|
|
21
|
+
HtmlIconLight: () => HtmlIconLight,
|
|
22
|
+
default: () => icon_light_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_light_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const HtmlIconLight = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", id: "89c9ad39__Layer_1", x: "0px", y: "0px", enableBackground: "new 0 0 512 512", version: "1.1", viewBox: "0 0 24.000002 33.807564", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "db9953c4__defs8" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "039413bb__g8", transform: "matrix(0.07172101,0,0,0.07172101,-6.3606495,-1.4567972)", children: [
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "a20c53ed__g4", children: [
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "231e7fd5__path1", fill: "#231f20", d: "m 119.387,20.312 h 21.298 V 41.357 H 160.17 V 20.312 h 21.303 V 84.039 H 160.17 V 62.7 h -19.485 v 21.338 h -21.298 z" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "42ce0b9d__path2", fill: "#231f20", d: "M 209.482,41.444 H 190.728 V 20.312 h 58.812 v 21.133 h -18.759 v 42.594 h -21.3 V 41.444 Z" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "9d1fe6b1__path3", fill: "#231f20", d: "m 258.879,20.312 h 22.21 l 13.661,22.392 13.648,-22.392 h 22.219 V 84.039 H 309.405 V 52.453 L 294.75,75.111 h -0.366 L 279.719,52.453 v 31.585 h -20.84 z" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "23482be8__path4", fill: "#231f20", d: "m 341.219,20.312 h 21.308 v 42.664 h 29.955 v 21.062 h -51.263 z" })
|
|
35
|
+
] }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { id: "52702fab__g7", opacity: "0.2", children: [
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "2a9f4377__polygon6", fill: "#231f20", points: "256,308.59 256,266.676 200.662,266.676 196.831,223.756 256,223.756 256,181.841 151.025,181.841 162.331,308.59" }),
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "cfea28d0__polygon7", fill: "#231f20", points: "206.146,328.061 164.07,328.061 170.074,395.358 255.933,419.193 256,419.174 256,375.563 255.941,375.582 209.262,362.975" })
|
|
39
|
+
] }),
|
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "4341b1e4__path5", fill: "#231f20", d: "M 200.662,266.676 H 256 v -42.92 H 196.831 Z M 88.686,111.982 l 30.47,341.74 136.762,37.966 136.891,-37.948 30.507,-341.758 H 88.686 Z M 366.694,431.981 256,462.668 v -43.494 l -0.067,0.02 -85.858,-23.835 -6.004,-67.298 h 42.075 l 3.116,34.914 46.68,12.607 0.059,-0.019 V 308.59 H 162.332 L 151.026,181.841 H 256 v -41.914 h 136.766 z" }),
|
|
41
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "3194dded__path6", fill: "#231f20", d: "M 307.592,308.59 H 256 v 66.974 l 46.728,-12.613 z M 256,139.927 v 41.914 h 104.975 l -3.754,41.915 H 256 v 42.92 h 97.406 L 341.907,395.359 256,419.174 v 43.494 L 366.694,431.981 392.765,139.926 H 256 Z", opacity: "0.8" })
|
|
42
|
+
] })
|
|
43
|
+
] });
|
|
44
|
+
};
|
|
45
|
+
var icon_light_default = HtmlIconLight;
|
|
46
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
47
|
+
0 && (module.exports = {
|
|
48
|
+
HtmlIconLight
|
|
49
|
+
});
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const HtmlIconLight = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", xmlSpace: "preserve", id: "89c9ad39__Layer_1", x: "0px", y: "0px", enableBackground: "new 0 0 512 512", version: "1.1", viewBox: "0 0 24.000002 33.807564", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "db9953c4__defs8" }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "039413bb__g8", transform: "matrix(0.07172101,0,0,0.07172101,-6.3606495,-1.4567972)", children: [
|
|
6
|
+
/* @__PURE__ */ jsxs("g", { id: "a20c53ed__g4", children: [
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "231e7fd5__path1", fill: "#231f20", d: "m 119.387,20.312 h 21.298 V 41.357 H 160.17 V 20.312 h 21.303 V 84.039 H 160.17 V 62.7 h -19.485 v 21.338 h -21.298 z" }),
|
|
8
|
+
/* @__PURE__ */ jsx("path", { id: "42ce0b9d__path2", fill: "#231f20", d: "M 209.482,41.444 H 190.728 V 20.312 h 58.812 v 21.133 h -18.759 v 42.594 h -21.3 V 41.444 Z" }),
|
|
9
|
+
/* @__PURE__ */ jsx("path", { id: "9d1fe6b1__path3", fill: "#231f20", d: "m 258.879,20.312 h 22.21 l 13.661,22.392 13.648,-22.392 h 22.219 V 84.039 H 309.405 V 52.453 L 294.75,75.111 h -0.366 L 279.719,52.453 v 31.585 h -20.84 z" }),
|
|
10
|
+
/* @__PURE__ */ jsx("path", { id: "23482be8__path4", fill: "#231f20", d: "m 341.219,20.312 h 21.308 v 42.664 h 29.955 v 21.062 h -51.263 z" })
|
|
11
|
+
] }),
|
|
12
|
+
/* @__PURE__ */ jsxs("g", { id: "52702fab__g7", opacity: "0.2", children: [
|
|
13
|
+
/* @__PURE__ */ jsx("polygon", { id: "2a9f4377__polygon6", fill: "#231f20", points: "256,308.59 256,266.676 200.662,266.676 196.831,223.756 256,223.756 256,181.841 151.025,181.841 162.331,308.59" }),
|
|
14
|
+
/* @__PURE__ */ jsx("polygon", { id: "cfea28d0__polygon7", fill: "#231f20", points: "206.146,328.061 164.07,328.061 170.074,395.358 255.933,419.193 256,419.174 256,375.563 255.941,375.582 209.262,362.975" })
|
|
15
|
+
] }),
|
|
16
|
+
/* @__PURE__ */ jsx("path", { id: "4341b1e4__path5", fill: "#231f20", d: "M 200.662,266.676 H 256 v -42.92 H 196.831 Z M 88.686,111.982 l 30.47,341.74 136.762,37.966 136.891,-37.948 30.507,-341.758 H 88.686 Z M 366.694,431.981 256,462.668 v -43.494 l -0.067,0.02 -85.858,-23.835 -6.004,-67.298 h 42.075 l 3.116,34.914 46.68,12.607 0.059,-0.019 V 308.59 H 162.332 L 151.026,181.841 H 256 v -41.914 h 136.766 z" }),
|
|
17
|
+
/* @__PURE__ */ jsx("path", { id: "3194dded__path6", fill: "#231f20", d: "M 307.592,308.59 H 256 v 66.974 l 46.728,-12.613 z M 256,139.927 v 41.914 h 104.975 l -3.754,41.915 H 256 v 42.92 h 97.406 L 341.907,395.359 256,419.174 v 43.494 L 366.694,431.981 392.765,139.926 H 256 Z", opacity: "0.8" })
|
|
18
|
+
] })
|
|
19
|
+
] });
|
|
20
|
+
};
|
|
21
|
+
var icon_light_default = HtmlIconLight;
|
|
22
|
+
export {
|
|
23
|
+
HtmlIconLight,
|
|
24
|
+
icon_light_default as default
|
|
25
|
+
};
|
|
@@ -0,0 +1,46 @@
|
|
|
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
|
+
HtmlIcon: () => HtmlIcon,
|
|
22
|
+
default: () => icon_default
|
|
23
|
+
});
|
|
24
|
+
module.exports = __toCommonJS(icon_exports);
|
|
25
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
26
|
+
const HtmlIcon = (props) => {
|
|
27
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "470c448c__svg8", version: "1.1", viewBox: "0 0 24.000002 33.876064", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "c1e0a3db__defs8" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { id: "c992b470__title1", children: "HTML5 Logo" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "d9d8a23f__polygon1", fill: "#e44d26", points: "404.321,470.819 255.778,512 107.644,470.877 74.633,100.62 437.367,100.62", transform: "matrix(0.06616419,0,0,0.06616419,-4.938032,0)" }),
|
|
31
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "a95ac088__polygon2", fill: "#f16529", points: "256,130.894 256,480.523 376.03,447.246 404.27,130.894", transform: "matrix(0.06616419,0,0,0.06616419,-4.938032,0)" }),
|
|
32
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "e3c32d67__polygon3", fill: "#ebebeb", points: "256,221.716 256,176.305 255.843,176.305 142.132,176.305 143.219,188.488 154.38,313.627 256,313.627 256,268.217 195.91,268.217 191.76,221.716", transform: "matrix(0.06616419,0,0,0.06616419,-4.938032,0)" }),
|
|
33
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "0a84675d__polygon4", fill: "#ebebeb", points: "201.994,336.333 177.419,336.333 156.409,336.333 162.771,407.634 255.791,433.457 256,433.399 256,386.153 255.801,386.206 205.227,372.55", transform: "matrix(0.06616419,0,0,0.06616419,-4.938032,0)" }),
|
|
34
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "de0e596c__polygon7", fill: "#ffffff", points: "306.49,372.521 255.843,386.191 255.843,433.435 348.937,407.634 349.62,399.962 360.291,280.411 361.399,268.217 349.162,268.217 255.843,268.217 255.843,313.627 311.761,313.627", transform: "matrix(0.06616419,0,0,0.06616419,-4.938032,0)" }),
|
|
35
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "cae86ae8__polygon8", fill: "#ffffff", points: "255.843,221.716 365.385,221.716 365.385,221.716 365.531,221.716 366.442,211.509 368.511,188.488 369.597,176.305 255.843,176.305 255.843,204.509 255.843,221.605", transform: "matrix(0.06616419,0,0,0.06616419,-4.938032,0)" }),
|
|
36
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "51d1de94__path4", strokeWidth: "0.0661642", d: "M 2.232975,0 H 3.759846 V 1.5085435 H 5.156572 V 0 H 6.683509 V 4.5682401 H 5.156638 V 3.0385241 H 3.759912 v 1.529716 H 2.233041 V 0 Z" }),
|
|
37
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "0c114760__path5", strokeWidth: "0.0661642", d: "M 8.691394,1.5148952 H 7.347202 V 0 h 4.215982 V 1.5148952 H 10.218397 V 4.5682401 H 8.69146 V 1.5148952 Z" }),
|
|
38
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "cd077888__path6", strokeWidth: "0.0661642", d: "m 12.232302,0 h 1.592109 L 14.803774,1.6051432 15.782143,0 h 1.592705 V 4.5682401 H 15.854262 V 2.3039693 l -1.050488,1.6242646 h -0.02627 L 13.72629,2.3039693 v 2.2642708 h -1.493988 z" }),
|
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { id: "86ea22a8__path7", strokeWidth: "0.0661642", d: "m 18.134743,0 h 1.527334 v 3.058241 h 2.147227 v 1.5099991 h -3.674561 z" })
|
|
40
|
+
] });
|
|
41
|
+
};
|
|
42
|
+
var icon_default = HtmlIcon;
|
|
43
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
44
|
+
0 && (module.exports = {
|
|
45
|
+
HtmlIcon
|
|
46
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
+
const HtmlIcon = (props) => {
|
|
3
|
+
return /* @__PURE__ */ jsxs("svg", { ...props, xmlns: "http://www.w3.org/2000/svg", id: "470c448c__svg8", version: "1.1", viewBox: "0 0 24.000002 33.876064", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "c1e0a3db__defs8" }),
|
|
5
|
+
/* @__PURE__ */ jsx("title", { id: "c992b470__title1", children: "HTML5 Logo" }),
|
|
6
|
+
/* @__PURE__ */ jsx("polygon", { id: "d9d8a23f__polygon1", fill: "#e44d26", points: "404.321,470.819 255.778,512 107.644,470.877 74.633,100.62 437.367,100.62", transform: "matrix(0.06616419,0,0,0.06616419,-4.938032,0)" }),
|
|
7
|
+
/* @__PURE__ */ jsx("polygon", { id: "a95ac088__polygon2", fill: "#f16529", points: "256,130.894 256,480.523 376.03,447.246 404.27,130.894", transform: "matrix(0.06616419,0,0,0.06616419,-4.938032,0)" }),
|
|
8
|
+
/* @__PURE__ */ jsx("polygon", { id: "e3c32d67__polygon3", fill: "#ebebeb", points: "256,221.716 256,176.305 255.843,176.305 142.132,176.305 143.219,188.488 154.38,313.627 256,313.627 256,268.217 195.91,268.217 191.76,221.716", transform: "matrix(0.06616419,0,0,0.06616419,-4.938032,0)" }),
|
|
9
|
+
/* @__PURE__ */ jsx("polygon", { id: "0a84675d__polygon4", fill: "#ebebeb", points: "201.994,336.333 177.419,336.333 156.409,336.333 162.771,407.634 255.791,433.457 256,433.399 256,386.153 255.801,386.206 205.227,372.55", transform: "matrix(0.06616419,0,0,0.06616419,-4.938032,0)" }),
|
|
10
|
+
/* @__PURE__ */ jsx("polygon", { id: "de0e596c__polygon7", fill: "#ffffff", points: "306.49,372.521 255.843,386.191 255.843,433.435 348.937,407.634 349.62,399.962 360.291,280.411 361.399,268.217 349.162,268.217 255.843,268.217 255.843,313.627 311.761,313.627", transform: "matrix(0.06616419,0,0,0.06616419,-4.938032,0)" }),
|
|
11
|
+
/* @__PURE__ */ jsx("polygon", { id: "cae86ae8__polygon8", fill: "#ffffff", points: "255.843,221.716 365.385,221.716 365.385,221.716 365.531,221.716 366.442,211.509 368.511,188.488 369.597,176.305 255.843,176.305 255.843,204.509 255.843,221.605", transform: "matrix(0.06616419,0,0,0.06616419,-4.938032,0)" }),
|
|
12
|
+
/* @__PURE__ */ jsx("path", { id: "51d1de94__path4", strokeWidth: "0.0661642", d: "M 2.232975,0 H 3.759846 V 1.5085435 H 5.156572 V 0 H 6.683509 V 4.5682401 H 5.156638 V 3.0385241 H 3.759912 v 1.529716 H 2.233041 V 0 Z" }),
|
|
13
|
+
/* @__PURE__ */ jsx("path", { id: "0c114760__path5", strokeWidth: "0.0661642", d: "M 8.691394,1.5148952 H 7.347202 V 0 h 4.215982 V 1.5148952 H 10.218397 V 4.5682401 H 8.69146 V 1.5148952 Z" }),
|
|
14
|
+
/* @__PURE__ */ jsx("path", { id: "cd077888__path6", strokeWidth: "0.0661642", d: "m 12.232302,0 h 1.592109 L 14.803774,1.6051432 15.782143,0 h 1.592705 V 4.5682401 H 15.854262 V 2.3039693 l -1.050488,1.6242646 h -0.02627 L 13.72629,2.3039693 v 2.2642708 h -1.493988 z" }),
|
|
15
|
+
/* @__PURE__ */ jsx("path", { id: "86ea22a8__path7", strokeWidth: "0.0661642", d: "m 18.134743,0 h 1.527334 v 3.058241 h 2.147227 v 1.5099991 h -3.674561 z" })
|
|
16
|
+
] });
|
|
17
|
+
};
|
|
18
|
+
var icon_default = HtmlIcon;
|
|
19
|
+
export {
|
|
20
|
+
HtmlIcon,
|
|
21
|
+
icon_default as default
|
|
22
|
+
};
|