@logoicon/react 1.0.1 → 1.0.3
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/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 +175 -58
- package/dist/index.d.cts +39 -0
- package/dist/index.d.ts +39 -0
- package/dist/index.js +78 -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/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 +48 -9
- package/dist/metadata.d.cts +353 -41
- package/dist/metadata.d.ts +353 -41
- package/dist/metadata.js +48 -9
- 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/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/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/package.json +5 -7
|
@@ -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: "c8ff5551__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: "9bdcd115__defs8" }),
|
|
5
|
+
/* @__PURE__ */ jsxs("g", { id: "eb96fee2__g8", transform: "matrix(0.07172101,0,0,0.07172101,-6.3606495,-1.4567972)", children: [
|
|
6
|
+
/* @__PURE__ */ jsxs("g", { id: "a8a2ec42__g4", children: [
|
|
7
|
+
/* @__PURE__ */ jsx("path", { id: "36f3aecd__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: "ef9d13c3__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: "c8c6073d__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: "ca239367__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: "6ce84fbb__g7", opacity: "0.2", children: [
|
|
13
|
+
/* @__PURE__ */ jsx("polygon", { id: "cfa95869__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: "fea7f941__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: "5d3de4a2__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: "dac9e5e4__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: "14ff7446__svg8", version: "1.1", viewBox: "0 0 24.000002 33.876064", children: [
|
|
28
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { id: "201ff42e__defs8" }),
|
|
29
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { id: "2db18430__title1", children: "HTML5 Logo" }),
|
|
30
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("polygon", { id: "671f2d76__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: "84dfbcee__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: "a23e17e7__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: "006d5ef4__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: "566f1747__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: "e1029a85__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: "c765c713__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: "ac959409__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: "16a54a9d__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: "1629fe6f__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: "14ff7446__svg8", version: "1.1", viewBox: "0 0 24.000002 33.876064", children: [
|
|
4
|
+
/* @__PURE__ */ jsx("defs", { id: "201ff42e__defs8" }),
|
|
5
|
+
/* @__PURE__ */ jsx("title", { id: "2db18430__title1", children: "HTML5 Logo" }),
|
|
6
|
+
/* @__PURE__ */ jsx("polygon", { id: "671f2d76__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: "84dfbcee__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: "a23e17e7__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: "006d5ef4__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: "566f1747__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: "e1029a85__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: "c765c713__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: "ac959409__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: "16a54a9d__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: "1629fe6f__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
|
+
};
|
package/dist/index.cjs
CHANGED
|
@@ -18,39 +18,78 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
var index_exports = {};
|
|
20
20
|
__export(index_exports, {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
21
|
+
CssIcon: () => import_icon.CssIcon,
|
|
22
|
+
ExpressjsIconDark: () => import_icon_dark.ExpressjsIconDark,
|
|
23
|
+
ExpressjsIconLight: () => import_icon_light.ExpressjsIconLight,
|
|
24
|
+
ExpressjsLogoDark: () => import_logo_dark.ExpressjsLogoDark,
|
|
25
|
+
ExpressjsLogoLight: () => import_logo_light.ExpressjsLogoLight,
|
|
26
|
+
FirebaseIcon: () => import_icon2.FirebaseIcon,
|
|
27
|
+
FirebaseIconDark: () => import_icon_dark2.FirebaseIconDark,
|
|
28
|
+
FirebaseIconLight: () => import_icon_light2.FirebaseIconLight,
|
|
29
|
+
FirebaseLogoDark: () => import_logo_dark2.FirebaseLogoDark,
|
|
30
|
+
FirebaseLogoLight: () => import_logo_light2.FirebaseLogoLight,
|
|
31
|
+
GitIcon: () => import_icon3.GitIcon,
|
|
32
|
+
GitIconDark: () => import_icon_dark3.GitIconDark,
|
|
33
|
+
GitIconLight: () => import_icon_light3.GitIconLight,
|
|
34
|
+
GitLogo: () => import_logo.GitLogo,
|
|
35
|
+
GitLogoDark: () => import_logo_dark3.GitLogoDark,
|
|
36
|
+
GitLogoLight: () => import_logo_light3.GitLogoLight,
|
|
37
|
+
GithubIconDark: () => import_icon_dark4.GithubIconDark,
|
|
38
|
+
GithubIconLight: () => import_icon_light4.GithubIconLight,
|
|
39
|
+
GithubLogoDark: () => import_logo_dark4.GithubLogoDark,
|
|
40
|
+
GithubLogoLight: () => import_logo_light4.GithubLogoLight,
|
|
41
|
+
GitlabIcon: () => import_icon4.GitlabIcon,
|
|
26
42
|
GitlabIconMonoDark: () => import_icon_mono_dark.GitlabIconMonoDark,
|
|
27
43
|
GitlabIconMonoLight: () => import_icon_mono_light.GitlabIconMonoLight,
|
|
28
|
-
GitlabLogo: () =>
|
|
29
|
-
GitlabLogoDark: () =>
|
|
44
|
+
GitlabLogo: () => import_logo2.GitlabLogo,
|
|
45
|
+
GitlabLogoDark: () => import_logo_dark5.GitlabLogoDark,
|
|
30
46
|
GitlabLogoMonoDark: () => import_logo_mono_dark.GitlabLogoMonoDark,
|
|
31
47
|
GitlabLogoMonoLight: () => import_logo_mono_light.GitlabLogoMonoLight,
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
48
|
+
HtmlIcon: () => import_icon5.HtmlIcon,
|
|
49
|
+
HtmlIconDark: () => import_icon_dark5.HtmlIconDark,
|
|
50
|
+
HtmlIconLight: () => import_icon_light5.HtmlIconLight,
|
|
51
|
+
JavascriptIcon: () => import_icon6.JavascriptIcon,
|
|
52
|
+
LuaDrawing: () => import_drawing.LuaDrawing,
|
|
53
|
+
NeovimIcon: () => import_icon7.NeovimIcon,
|
|
54
|
+
NeovimLogo: () => import_logo3.NeovimLogo,
|
|
55
|
+
NeovimLogoMono: () => import_logo_mono.NeovimLogoMono,
|
|
56
|
+
NextjsIconDark: () => import_icon_dark6.NextjsIconDark,
|
|
57
|
+
NextjsIconLight: () => import_icon_light6.NextjsIconLight,
|
|
58
|
+
NextjsLogoDark: () => import_logo_dark6.NextjsLogoDark,
|
|
59
|
+
NextjsLogoLight: () => import_logo_light5.NextjsLogoLight,
|
|
60
|
+
NodejsIcon: () => import_icon8.NodejsIcon,
|
|
61
|
+
NodejsIconDark: () => import_icon_dark7.NodejsIconDark,
|
|
62
|
+
NodejsIconLight: () => import_icon_light7.NodejsIconLight,
|
|
63
|
+
NodejsLogoDark: () => import_logo_dark7.NodejsLogoDark,
|
|
64
|
+
NodejsLogoLight: () => import_logo_light6.NodejsLogoLight,
|
|
65
|
+
PhpIcon: () => import_icon9.PhpIcon,
|
|
66
|
+
PuppeteerIcon: () => import_icon10.PuppeteerIcon,
|
|
67
|
+
PythonIcon: () => import_icon11.PythonIcon,
|
|
68
|
+
PythonLogo: () => import_logo4.PythonLogo,
|
|
69
|
+
ReactIcon: () => import_icon12.ReactIcon,
|
|
70
|
+
TailwindcssIcon: () => import_icon13.TailwindcssIcon,
|
|
71
|
+
TailwindcssLogoDark: () => import_logo_dark8.TailwindcssLogoDark,
|
|
72
|
+
TailwindcssLogoLight: () => import_logo_light7.TailwindcssLogoLight,
|
|
73
|
+
TurboIconDark: () => import_icon_dark8.TurboIconDark,
|
|
74
|
+
TurboIconLight: () => import_icon_light8.TurboIconLight,
|
|
75
|
+
TurboLogoDark: () => import_logo_dark9.TurboLogoDark,
|
|
76
|
+
TurboLogoLight: () => import_logo_light8.TurboLogoLight,
|
|
77
|
+
TurbopackIconDark: () => import_icon_dark9.TurbopackIconDark,
|
|
78
|
+
TurbopackIconLight: () => import_icon_light9.TurbopackIconLight,
|
|
79
|
+
TurbopackLogoDark: () => import_logo_dark10.TurbopackLogoDark,
|
|
80
|
+
TurbopackLogoLight: () => import_logo_light9.TurbopackLogoLight,
|
|
81
|
+
TurborepoIconDark: () => import_icon_dark10.TurborepoIconDark,
|
|
82
|
+
TurborepoIconLight: () => import_icon_light10.TurborepoIconLight,
|
|
83
|
+
TurborepoLogoDark: () => import_logo_dark11.TurborepoLogoDark,
|
|
84
|
+
TurborepoLogoLight: () => import_logo_light10.TurborepoLogoLight,
|
|
85
|
+
TypescriptIcon: () => import_icon14.TypescriptIcon,
|
|
86
|
+
TypescriptLogoDark: () => import_logo_dark12.TypescriptLogoDark,
|
|
87
|
+
V0LogoDark: () => import_logo_dark13.V0LogoDark,
|
|
88
|
+
V0LogoLight: () => import_logo_light11.V0LogoLight,
|
|
89
|
+
VercelIconDark: () => import_icon_dark11.VercelIconDark,
|
|
90
|
+
VercelIconLight: () => import_icon_light11.VercelIconLight,
|
|
91
|
+
VercelLogoDark: () => import_logo_dark14.VercelLogoDark,
|
|
92
|
+
VercelLogoLight: () => import_logo_light12.VercelLogoLight,
|
|
54
93
|
getAll: () => import_metadata.getAll,
|
|
55
94
|
listBrands: () => import_metadata.listBrands,
|
|
56
95
|
listCategories: () => import_metadata.listCategories,
|
|
@@ -58,42 +97,97 @@ __export(index_exports, {
|
|
|
58
97
|
paginate: () => import_metadata.paginate
|
|
59
98
|
});
|
|
60
99
|
module.exports = __toCommonJS(index_exports);
|
|
61
|
-
var
|
|
62
|
-
var
|
|
63
|
-
var
|
|
64
|
-
var
|
|
65
|
-
var
|
|
100
|
+
var import_icon = require("./css/icon");
|
|
101
|
+
var import_icon_dark = require("./expressjs/icon-dark");
|
|
102
|
+
var import_icon_light = require("./expressjs/icon-light");
|
|
103
|
+
var import_logo_dark = require("./expressjs/logo-dark");
|
|
104
|
+
var import_logo_light = require("./expressjs/logo-light");
|
|
105
|
+
var import_icon2 = require("./firebase/icon");
|
|
106
|
+
var import_icon_dark2 = require("./firebase/icon-dark");
|
|
107
|
+
var import_icon_light2 = require("./firebase/icon-light");
|
|
108
|
+
var import_logo_dark2 = require("./firebase/logo-dark");
|
|
109
|
+
var import_logo_light2 = require("./firebase/logo-light");
|
|
110
|
+
var import_icon3 = require("./git/icon");
|
|
111
|
+
var import_icon_dark3 = require("./git/icon-dark");
|
|
112
|
+
var import_icon_light3 = require("./git/icon-light");
|
|
113
|
+
var import_logo = require("./git/logo");
|
|
114
|
+
var import_logo_dark3 = require("./git/logo-dark");
|
|
115
|
+
var import_logo_light3 = require("./git/logo-light");
|
|
116
|
+
var import_icon_dark4 = require("./github/icon-dark");
|
|
117
|
+
var import_icon_light4 = require("./github/icon-light");
|
|
118
|
+
var import_logo_dark4 = require("./github/logo-dark");
|
|
119
|
+
var import_logo_light4 = require("./github/logo-light");
|
|
120
|
+
var import_icon4 = require("./gitlab/icon");
|
|
66
121
|
var import_icon_mono_dark = require("./gitlab/icon-mono-dark");
|
|
67
122
|
var import_icon_mono_light = require("./gitlab/icon-mono-light");
|
|
68
|
-
var
|
|
69
|
-
var
|
|
123
|
+
var import_logo2 = require("./gitlab/logo");
|
|
124
|
+
var import_logo_dark5 = require("./gitlab/logo-dark");
|
|
70
125
|
var import_logo_mono_dark = require("./gitlab/logo-mono-dark");
|
|
71
126
|
var import_logo_mono_light = require("./gitlab/logo-mono-light");
|
|
72
|
-
var
|
|
73
|
-
var
|
|
74
|
-
var
|
|
75
|
-
var
|
|
76
|
-
var
|
|
77
|
-
var
|
|
78
|
-
var
|
|
79
|
-
var
|
|
80
|
-
var
|
|
81
|
-
var
|
|
82
|
-
var
|
|
83
|
-
var
|
|
84
|
-
var
|
|
85
|
-
var
|
|
86
|
-
var
|
|
87
|
-
var
|
|
88
|
-
var
|
|
89
|
-
var
|
|
90
|
-
var
|
|
91
|
-
var
|
|
92
|
-
var
|
|
93
|
-
var
|
|
127
|
+
var import_icon5 = require("./html/icon");
|
|
128
|
+
var import_icon_dark5 = require("./html/icon-dark");
|
|
129
|
+
var import_icon_light5 = require("./html/icon-light");
|
|
130
|
+
var import_icon6 = require("./javascript/icon");
|
|
131
|
+
var import_drawing = require("./lua/drawing");
|
|
132
|
+
var import_icon7 = require("./neovim/icon");
|
|
133
|
+
var import_logo3 = require("./neovim/logo");
|
|
134
|
+
var import_logo_mono = require("./neovim/logo-mono");
|
|
135
|
+
var import_icon_dark6 = require("./nextjs/icon-dark");
|
|
136
|
+
var import_icon_light6 = require("./nextjs/icon-light");
|
|
137
|
+
var import_logo_dark6 = require("./nextjs/logo-dark");
|
|
138
|
+
var import_logo_light5 = require("./nextjs/logo-light");
|
|
139
|
+
var import_icon8 = require("./nodejs/icon");
|
|
140
|
+
var import_icon_dark7 = require("./nodejs/icon-dark");
|
|
141
|
+
var import_icon_light7 = require("./nodejs/icon-light");
|
|
142
|
+
var import_logo_dark7 = require("./nodejs/logo-dark");
|
|
143
|
+
var import_logo_light6 = require("./nodejs/logo-light");
|
|
144
|
+
var import_icon9 = require("./php/icon");
|
|
145
|
+
var import_icon10 = require("./puppeteer/icon");
|
|
146
|
+
var import_icon11 = require("./python/icon");
|
|
147
|
+
var import_logo4 = require("./python/logo");
|
|
148
|
+
var import_icon12 = require("./react/icon");
|
|
149
|
+
var import_icon13 = require("./tailwindcss/icon");
|
|
150
|
+
var import_logo_dark8 = require("./tailwindcss/logo-dark");
|
|
151
|
+
var import_logo_light7 = require("./tailwindcss/logo-light");
|
|
152
|
+
var import_icon_dark8 = require("./turbo/icon-dark");
|
|
153
|
+
var import_icon_light8 = require("./turbo/icon-light");
|
|
154
|
+
var import_logo_dark9 = require("./turbo/logo-dark");
|
|
155
|
+
var import_logo_light8 = require("./turbo/logo-light");
|
|
156
|
+
var import_icon_dark9 = require("./turbopack/icon-dark");
|
|
157
|
+
var import_icon_light9 = require("./turbopack/icon-light");
|
|
158
|
+
var import_logo_dark10 = require("./turbopack/logo-dark");
|
|
159
|
+
var import_logo_light9 = require("./turbopack/logo-light");
|
|
160
|
+
var import_icon_dark10 = require("./turborepo/icon-dark");
|
|
161
|
+
var import_icon_light10 = require("./turborepo/icon-light");
|
|
162
|
+
var import_logo_dark11 = require("./turborepo/logo-dark");
|
|
163
|
+
var import_logo_light10 = require("./turborepo/logo-light");
|
|
164
|
+
var import_icon14 = require("./typescript/icon");
|
|
165
|
+
var import_logo_dark12 = require("./typescript/logo-dark");
|
|
166
|
+
var import_logo_dark13 = require("./v0/logo-dark");
|
|
167
|
+
var import_logo_light11 = require("./v0/logo-light");
|
|
168
|
+
var import_icon_dark11 = require("./vercel/icon-dark");
|
|
169
|
+
var import_icon_light11 = require("./vercel/icon-light");
|
|
170
|
+
var import_logo_dark14 = require("./vercel/logo-dark");
|
|
171
|
+
var import_logo_light12 = require("./vercel/logo-light");
|
|
94
172
|
var import_metadata = require("./metadata");
|
|
95
173
|
// Annotate the CommonJS export names for ESM import in node:
|
|
96
174
|
0 && (module.exports = {
|
|
175
|
+
CssIcon,
|
|
176
|
+
ExpressjsIconDark,
|
|
177
|
+
ExpressjsIconLight,
|
|
178
|
+
ExpressjsLogoDark,
|
|
179
|
+
ExpressjsLogoLight,
|
|
180
|
+
FirebaseIcon,
|
|
181
|
+
FirebaseIconDark,
|
|
182
|
+
FirebaseIconLight,
|
|
183
|
+
FirebaseLogoDark,
|
|
184
|
+
FirebaseLogoLight,
|
|
185
|
+
GitIcon,
|
|
186
|
+
GitIconDark,
|
|
187
|
+
GitIconLight,
|
|
188
|
+
GitLogo,
|
|
189
|
+
GitLogoDark,
|
|
190
|
+
GitLogoLight,
|
|
97
191
|
GithubIconDark,
|
|
98
192
|
GithubIconLight,
|
|
99
193
|
GithubLogoDark,
|
|
@@ -105,10 +199,31 @@ var import_metadata = require("./metadata");
|
|
|
105
199
|
GitlabLogoDark,
|
|
106
200
|
GitlabLogoMonoDark,
|
|
107
201
|
GitlabLogoMonoLight,
|
|
202
|
+
HtmlIcon,
|
|
203
|
+
HtmlIconDark,
|
|
204
|
+
HtmlIconLight,
|
|
205
|
+
JavascriptIcon,
|
|
206
|
+
LuaDrawing,
|
|
207
|
+
NeovimIcon,
|
|
208
|
+
NeovimLogo,
|
|
209
|
+
NeovimLogoMono,
|
|
108
210
|
NextjsIconDark,
|
|
109
211
|
NextjsIconLight,
|
|
110
212
|
NextjsLogoDark,
|
|
111
213
|
NextjsLogoLight,
|
|
214
|
+
NodejsIcon,
|
|
215
|
+
NodejsIconDark,
|
|
216
|
+
NodejsIconLight,
|
|
217
|
+
NodejsLogoDark,
|
|
218
|
+
NodejsLogoLight,
|
|
219
|
+
PhpIcon,
|
|
220
|
+
PuppeteerIcon,
|
|
221
|
+
PythonIcon,
|
|
222
|
+
PythonLogo,
|
|
223
|
+
ReactIcon,
|
|
224
|
+
TailwindcssIcon,
|
|
225
|
+
TailwindcssLogoDark,
|
|
226
|
+
TailwindcssLogoLight,
|
|
112
227
|
TurboIconDark,
|
|
113
228
|
TurboIconLight,
|
|
114
229
|
TurboLogoDark,
|
|
@@ -121,6 +236,8 @@ var import_metadata = require("./metadata");
|
|
|
121
236
|
TurborepoIconLight,
|
|
122
237
|
TurborepoLogoDark,
|
|
123
238
|
TurborepoLogoLight,
|
|
239
|
+
TypescriptIcon,
|
|
240
|
+
TypescriptLogoDark,
|
|
124
241
|
V0LogoDark,
|
|
125
242
|
V0LogoLight,
|
|
126
243
|
VercelIconDark,
|
package/dist/index.d.cts
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
export { default as CssIcon } from './css/icon.cjs';
|
|
2
|
+
export { default as ExpressjsIconDark } from './expressjs/icon-dark.cjs';
|
|
3
|
+
export { default as ExpressjsIconLight } from './expressjs/icon-light.cjs';
|
|
4
|
+
export { default as ExpressjsLogoDark } from './expressjs/logo-dark.cjs';
|
|
5
|
+
export { default as ExpressjsLogoLight } from './expressjs/logo-light.cjs';
|
|
6
|
+
export { default as FirebaseIcon } from './firebase/icon.cjs';
|
|
7
|
+
export { default as FirebaseIconDark } from './firebase/icon-dark.cjs';
|
|
8
|
+
export { default as FirebaseIconLight } from './firebase/icon-light.cjs';
|
|
9
|
+
export { default as FirebaseLogoDark } from './firebase/logo-dark.cjs';
|
|
10
|
+
export { default as FirebaseLogoLight } from './firebase/logo-light.cjs';
|
|
11
|
+
export { default as GitIcon } from './git/icon.cjs';
|
|
12
|
+
export { default as GitIconDark } from './git/icon-dark.cjs';
|
|
13
|
+
export { default as GitIconLight } from './git/icon-light.cjs';
|
|
14
|
+
export { default as GitLogo } from './git/logo.cjs';
|
|
15
|
+
export { default as GitLogoDark } from './git/logo-dark.cjs';
|
|
16
|
+
export { default as GitLogoLight } from './git/logo-light.cjs';
|
|
1
17
|
export { default as GithubIconDark } from './github/icon-dark.cjs';
|
|
2
18
|
export { default as GithubIconLight } from './github/icon-light.cjs';
|
|
3
19
|
export { default as GithubLogoDark } from './github/logo-dark.cjs';
|
|
@@ -9,10 +25,31 @@ export { default as GitlabLogo } from './gitlab/logo.cjs';
|
|
|
9
25
|
export { default as GitlabLogoDark } from './gitlab/logo-dark.cjs';
|
|
10
26
|
export { default as GitlabLogoMonoDark } from './gitlab/logo-mono-dark.cjs';
|
|
11
27
|
export { default as GitlabLogoMonoLight } from './gitlab/logo-mono-light.cjs';
|
|
28
|
+
export { default as HtmlIcon } from './html/icon.cjs';
|
|
29
|
+
export { default as HtmlIconDark } from './html/icon-dark.cjs';
|
|
30
|
+
export { default as HtmlIconLight } from './html/icon-light.cjs';
|
|
31
|
+
export { default as JavascriptIcon } from './javascript/icon.cjs';
|
|
32
|
+
export { default as LuaDrawing } from './lua/drawing.cjs';
|
|
33
|
+
export { default as NeovimIcon } from './neovim/icon.cjs';
|
|
34
|
+
export { default as NeovimLogo } from './neovim/logo.cjs';
|
|
35
|
+
export { default as NeovimLogoMono } from './neovim/logo-mono.cjs';
|
|
12
36
|
export { default as NextjsIconDark } from './nextjs/icon-dark.cjs';
|
|
13
37
|
export { default as NextjsIconLight } from './nextjs/icon-light.cjs';
|
|
14
38
|
export { default as NextjsLogoDark } from './nextjs/logo-dark.cjs';
|
|
15
39
|
export { default as NextjsLogoLight } from './nextjs/logo-light.cjs';
|
|
40
|
+
export { default as NodejsIcon } from './nodejs/icon.cjs';
|
|
41
|
+
export { default as NodejsIconDark } from './nodejs/icon-dark.cjs';
|
|
42
|
+
export { default as NodejsIconLight } from './nodejs/icon-light.cjs';
|
|
43
|
+
export { default as NodejsLogoDark } from './nodejs/logo-dark.cjs';
|
|
44
|
+
export { default as NodejsLogoLight } from './nodejs/logo-light.cjs';
|
|
45
|
+
export { default as PhpIcon } from './php/icon.cjs';
|
|
46
|
+
export { default as PuppeteerIcon } from './puppeteer/icon.cjs';
|
|
47
|
+
export { default as PythonIcon } from './python/icon.cjs';
|
|
48
|
+
export { default as PythonLogo } from './python/logo.cjs';
|
|
49
|
+
export { default as ReactIcon } from './react/icon.cjs';
|
|
50
|
+
export { default as TailwindcssIcon } from './tailwindcss/icon.cjs';
|
|
51
|
+
export { default as TailwindcssLogoDark } from './tailwindcss/logo-dark.cjs';
|
|
52
|
+
export { default as TailwindcssLogoLight } from './tailwindcss/logo-light.cjs';
|
|
16
53
|
export { default as TurboIconDark } from './turbo/icon-dark.cjs';
|
|
17
54
|
export { default as TurboIconLight } from './turbo/icon-light.cjs';
|
|
18
55
|
export { default as TurboLogoDark } from './turbo/logo-dark.cjs';
|
|
@@ -25,6 +62,8 @@ export { default as TurborepoIconDark } from './turborepo/icon-dark.cjs';
|
|
|
25
62
|
export { default as TurborepoIconLight } from './turborepo/icon-light.cjs';
|
|
26
63
|
export { default as TurborepoLogoDark } from './turborepo/logo-dark.cjs';
|
|
27
64
|
export { default as TurborepoLogoLight } from './turborepo/logo-light.cjs';
|
|
65
|
+
export { default as TypescriptIcon } from './typescript/icon.cjs';
|
|
66
|
+
export { default as TypescriptLogoDark } from './typescript/logo-dark.cjs';
|
|
28
67
|
export { default as V0LogoDark } from './v0/logo-dark.cjs';
|
|
29
68
|
export { default as V0LogoLight } from './v0/logo-light.cjs';
|
|
30
69
|
export { default as VercelIconDark } from './vercel/icon-dark.cjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
1
|
+
export { default as CssIcon } from './css/icon.js';
|
|
2
|
+
export { default as ExpressjsIconDark } from './expressjs/icon-dark.js';
|
|
3
|
+
export { default as ExpressjsIconLight } from './expressjs/icon-light.js';
|
|
4
|
+
export { default as ExpressjsLogoDark } from './expressjs/logo-dark.js';
|
|
5
|
+
export { default as ExpressjsLogoLight } from './expressjs/logo-light.js';
|
|
6
|
+
export { default as FirebaseIcon } from './firebase/icon.js';
|
|
7
|
+
export { default as FirebaseIconDark } from './firebase/icon-dark.js';
|
|
8
|
+
export { default as FirebaseIconLight } from './firebase/icon-light.js';
|
|
9
|
+
export { default as FirebaseLogoDark } from './firebase/logo-dark.js';
|
|
10
|
+
export { default as FirebaseLogoLight } from './firebase/logo-light.js';
|
|
11
|
+
export { default as GitIcon } from './git/icon.js';
|
|
12
|
+
export { default as GitIconDark } from './git/icon-dark.js';
|
|
13
|
+
export { default as GitIconLight } from './git/icon-light.js';
|
|
14
|
+
export { default as GitLogo } from './git/logo.js';
|
|
15
|
+
export { default as GitLogoDark } from './git/logo-dark.js';
|
|
16
|
+
export { default as GitLogoLight } from './git/logo-light.js';
|
|
1
17
|
export { default as GithubIconDark } from './github/icon-dark.js';
|
|
2
18
|
export { default as GithubIconLight } from './github/icon-light.js';
|
|
3
19
|
export { default as GithubLogoDark } from './github/logo-dark.js';
|
|
@@ -9,10 +25,31 @@ export { default as GitlabLogo } from './gitlab/logo.js';
|
|
|
9
25
|
export { default as GitlabLogoDark } from './gitlab/logo-dark.js';
|
|
10
26
|
export { default as GitlabLogoMonoDark } from './gitlab/logo-mono-dark.js';
|
|
11
27
|
export { default as GitlabLogoMonoLight } from './gitlab/logo-mono-light.js';
|
|
28
|
+
export { default as HtmlIcon } from './html/icon.js';
|
|
29
|
+
export { default as HtmlIconDark } from './html/icon-dark.js';
|
|
30
|
+
export { default as HtmlIconLight } from './html/icon-light.js';
|
|
31
|
+
export { default as JavascriptIcon } from './javascript/icon.js';
|
|
32
|
+
export { default as LuaDrawing } from './lua/drawing.js';
|
|
33
|
+
export { default as NeovimIcon } from './neovim/icon.js';
|
|
34
|
+
export { default as NeovimLogo } from './neovim/logo.js';
|
|
35
|
+
export { default as NeovimLogoMono } from './neovim/logo-mono.js';
|
|
12
36
|
export { default as NextjsIconDark } from './nextjs/icon-dark.js';
|
|
13
37
|
export { default as NextjsIconLight } from './nextjs/icon-light.js';
|
|
14
38
|
export { default as NextjsLogoDark } from './nextjs/logo-dark.js';
|
|
15
39
|
export { default as NextjsLogoLight } from './nextjs/logo-light.js';
|
|
40
|
+
export { default as NodejsIcon } from './nodejs/icon.js';
|
|
41
|
+
export { default as NodejsIconDark } from './nodejs/icon-dark.js';
|
|
42
|
+
export { default as NodejsIconLight } from './nodejs/icon-light.js';
|
|
43
|
+
export { default as NodejsLogoDark } from './nodejs/logo-dark.js';
|
|
44
|
+
export { default as NodejsLogoLight } from './nodejs/logo-light.js';
|
|
45
|
+
export { default as PhpIcon } from './php/icon.js';
|
|
46
|
+
export { default as PuppeteerIcon } from './puppeteer/icon.js';
|
|
47
|
+
export { default as PythonIcon } from './python/icon.js';
|
|
48
|
+
export { default as PythonLogo } from './python/logo.js';
|
|
49
|
+
export { default as ReactIcon } from './react/icon.js';
|
|
50
|
+
export { default as TailwindcssIcon } from './tailwindcss/icon.js';
|
|
51
|
+
export { default as TailwindcssLogoDark } from './tailwindcss/logo-dark.js';
|
|
52
|
+
export { default as TailwindcssLogoLight } from './tailwindcss/logo-light.js';
|
|
16
53
|
export { default as TurboIconDark } from './turbo/icon-dark.js';
|
|
17
54
|
export { default as TurboIconLight } from './turbo/icon-light.js';
|
|
18
55
|
export { default as TurboLogoDark } from './turbo/logo-dark.js';
|
|
@@ -25,6 +62,8 @@ export { default as TurborepoIconDark } from './turborepo/icon-dark.js';
|
|
|
25
62
|
export { default as TurborepoIconLight } from './turborepo/icon-light.js';
|
|
26
63
|
export { default as TurborepoLogoDark } from './turborepo/logo-dark.js';
|
|
27
64
|
export { default as TurborepoLogoLight } from './turborepo/logo-light.js';
|
|
65
|
+
export { default as TypescriptIcon } from './typescript/icon.js';
|
|
66
|
+
export { default as TypescriptLogoDark } from './typescript/logo-dark.js';
|
|
28
67
|
export { default as V0LogoDark } from './v0/logo-dark.js';
|
|
29
68
|
export { default as V0LogoLight } from './v0/logo-light.js';
|
|
30
69
|
export { default as VercelIconDark } from './vercel/icon-dark.js';
|