Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions library/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ import { Astro, FolderBlue } from "@react-symbols/icons";
const MyComponent = () => {
return (
<>
<Angular width={128} height={128} />
<Astro width={128} height={128} />
<FolderBlue width={128} height={128} />
</>
);
Expand All @@ -84,7 +84,7 @@ import { Astro, Docker } from "@react-symbols/icons/files";
const MyComponent = () => {
return (
<>
<Angular width={128} height={128} />
<Astro width={128} height={128} />
<Docker width={128} height={128} />
</>
);
Expand Down
3 changes: 2 additions & 1 deletion library/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "@react-symbols/icons",
"version": "1.3.0",
"version": "1.3.1",
"description": "Symbols icons by Miguel Solorio for React",
"author": "@pheralb_",
"license": "MIT",
"type": "module",
"homepage": "https://react-symbols.pheralb.dev",
"keywords": [
"react",
"icons",
Expand Down
6 changes: 4 additions & 2 deletions library/src/files.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export { default as Tsconfig } from "./library/tsconfig";
export { default as TsTest } from "./library/tsTest";
export { default as TypeScript } from "./library/typescript";
export { default as Tex } from "./library/tex";
export { default as Vite } from "./library/vite";
export { Vite, ViteOld } from "./library/vite";
export { default as Video } from "./library/video";
export { default as Vlang } from "./library/vlang";
export { default as Vue } from "./library/vue";
Expand Down Expand Up @@ -169,7 +169,7 @@ export { default as ReduxFacade } from "./library/reduxFacade";
export { default as ReduxReducer } from "./library/reduxReducer";
export { default as ReduxSelector } from "./library/reduxSelector";
export { default as Twig } from "./library/twig";
export { default as Vitest } from "./library/vitest";
export { Vitest, VitestOld } from "./library/vitest";
export { default as Nuxt } from "./library/nuxt";
export { default as I18n } from "./library/I18n";
export { default as SvelteTS } from "./library/svelteTs";
Expand Down Expand Up @@ -227,3 +227,5 @@ export { default as Markdoc } from "./library/markdoc";
export { default as Rsbuild } from "./library/rsbuild";
export { default as Rslib } from "./library/rslib";
export { default as Rspack } from "./library/rspack";
export { default as Oxc } from "./library/oxc";
export { default as Rolldown } from "./library/rolldown";
8 changes: 4 additions & 4 deletions library/src/library/folders/folderReact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ const FolderReact: FC<ComponentProps<"svg">> = (props) => (
></path>
<g clipPath="url(#clip0_4_143)">
<path
fill="#2563EB"
fill="#0E8ADC"
d="M18 16.423c.56 0 1.015-.413 1.015-.923s-.454-.922-1.015-.922-1.015.413-1.015.922.454.922 1.015.922"
></path>
<path
stroke="#2563EB"
stroke="#0E8ADC"
d="M18 17.39c3.009 0 5.447-.846 5.447-1.89S21.01 13.61 18 13.61s-5.447.846-5.447 1.89S14.99 17.39 18 17.39Z"
></path>
<path
stroke="#2563EB"
stroke="#0E8ADC"
d="M16.199 16.445c1.504 2.367 3.53 3.864 4.525 3.342.994-.522.581-2.864-.923-5.232s-3.53-3.864-4.525-3.342-.582 2.864.923 5.232Z"
></path>
<path
stroke="#2563EB"
stroke="#0E8ADC"
d="M16.199 14.555c-1.505 2.368-1.918 4.71-.923 5.232s3.021-.974 4.525-3.342c1.505-2.367 1.918-4.71.923-5.232s-3.021.975-4.525 3.342Z"
></path>
</g>
Expand Down
19 changes: 19 additions & 0 deletions library/src/library/oxc.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import type { ComponentProps, FC } from "react";

const Oxc: FC<ComponentProps<"svg">> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="-4 -4 56 54"
fill="none"
{...props}
>
<path
d="M30.3164 6.78876C30.3164 8.03817 31.3289 9.05063 32.5783 9.05063H41.1605C42.1687 9.05063 42.6727 10.2699 41.9597 10.9808L30.9777 21.9627C30.5534 22.3871 30.3143 22.9622 30.3143 23.5633V27.318C30.3143 28.8797 31.8631 29.9633 33.2332 29.2179C34.6291 28.4597 35.928 27.542 37.102 26.4908C37.5673 26.075 38.2825 26.0707 38.7241 26.5145L46.7225 34.5129C47.1642 34.9545 47.1663 35.6718 46.7096 36.0984C40.6435 41.7746 32.49 45.2514 23.5265 45.2514C14.563 45.2514 6.40947 41.7746 0.343332 36.0984C-0.113351 35.6718 -0.111197 34.9545 0.330408 34.5129L8.32883 26.5145C8.77044 26.0729 9.48563 26.075 9.95092 26.4908C11.1249 27.542 12.4239 28.4597 13.8198 29.2179C15.192 29.9633 16.7387 28.8797 16.7387 27.318V23.5633C16.7387 22.9622 16.4996 22.3871 16.0752 21.9627L5.09327 10.9808C4.38024 10.2677 4.88432 9.05063 5.89247 9.05063H14.4747C15.7241 9.05063 16.7366 8.03817 16.7366 6.78876V1.13191C16.7366 0.507206 17.2428 0.000976562 17.8675 0.000976562H29.179C29.8037 0.000976562 30.31 0.507206 30.31 1.13191V6.78876H30.3164Z"
fill="#14B8A6"
/>
</svg>
);

export default Oxc;
8 changes: 4 additions & 4 deletions library/src/library/reactts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ const Reactts: FC<ComponentProps<"svg">> = (props) => (
{...props}
>
<path
fill="#2563EB"
fill="#0E8ADC"
d="M12 13.677a1.677 1.677 0 100-3.354 1.677 1.677 0 000 3.354z"
></path>
<path
stroke="#2563EB"
stroke="#0E8ADC"
d="M12 15.436c4.97 0 9-1.538 9-3.436s-4.03-3.436-9-3.436S3 10.102 3 12s4.03 3.436 9 3.436z"
></path>
<path
stroke="#2563EB"
stroke="#0E8ADC"
d="M9.024 13.718c2.485 4.305 5.832 7.025 7.476 6.076 1.644-.949.961-5.208-1.524-9.512C12.491 5.977 9.144 3.257 7.5 4.206c-1.644.949-.961 5.208 1.524 9.512z"
></path>
<path
stroke="#2563EB"
stroke="#0E8ADC"
d="M9.024 10.282c-2.485 4.304-3.168 8.563-1.524 9.512 1.644.95 4.99-1.771 7.476-6.076 2.485-4.304 3.168-8.563 1.524-9.512-1.644-.95-4.99 1.771-7.476 6.076z"
></path>
</svg>
Expand Down
19 changes: 19 additions & 0 deletions library/src/library/rolldown.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
import type { ComponentProps, FC } from "react";

const Rolldown: FC<ComponentProps<"svg">> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="none"
viewBox="-4 -4 51 53"
{...props}
>
<path
fill="#F87171"
d="M39.287 0c.959 0 1.482 1.118.868 1.855L29.712 14.388c-1.228 1.473-.181 3.711 1.738 3.711h10.101c.959 0 1.482 1.118.868 1.855L22.211 44.206a1.132 1.132 0 0 1-1.738 0L.264 19.954c-.614-.737-.09-1.855.869-1.855H11.23c1.918 0 2.967-2.238 1.739-3.711L2.526 1.855C1.912 1.118 2.436 0 3.394 0z"
></path>
</svg>
);

export default Rolldown;
20 changes: 18 additions & 2 deletions library/src/library/vite.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { ComponentProps, FC } from "react";

const Vite: FC<ComponentProps<"svg">> = (props) => (
const ViteOld: FC<ComponentProps<"svg">> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
Expand All @@ -18,4 +18,20 @@ const Vite: FC<ComponentProps<"svg">> = (props) => (
</svg>
);

export default Vite;
const Vite: FC<ComponentProps<"svg">> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
fill="none"
viewBox="-4 -4 56 54"
{...props}
>
<path
fill="#8B5CF6"
d="M25.946 44.938c-.664.845-2.021.375-2.021-.698V33.937a2.26 2.26 0 0 0-2.262-2.262H10.287c-.92 0-1.456-1.04-.92-1.788l7.48-10.471c1.07-1.497 0-3.578-1.842-3.578H1.237c-.92 0-1.456-1.04-.92-1.788L10.013.474c.214-.297.556-.474.92-.474h28.894c.92 0 1.456 1.04.92 1.788l-7.48 10.471c-1.07 1.498 0 3.579 1.842 3.579h11.377c.943 0 1.473 1.088.89 1.83L25.947 44.94z"
></path>
</svg>
);

export { Vite, ViteOld };
20 changes: 18 additions & 2 deletions library/src/library/vitest.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { ComponentProps, FC } from "react";

const Vitest: FC<ComponentProps<"svg">> = (props) => (
const VitestOld: FC<ComponentProps<"svg">> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
Expand All @@ -22,4 +22,20 @@ const Vitest: FC<ComponentProps<"svg">> = (props) => (
</svg>
);

export default Vitest;
const Vitest: FC<ComponentProps<"svg">> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="-4 -4 53 51"
fill="none"
{...props}
>
<path
d="M21.2659 42.2067C20.9342 42.797 20.163 42.965 19.6137 42.5665L0.465308 28.6398C0.172341 28.4265 0 28.0862 0 27.7243V10.939C0 10.0148 1.04907 9.48061 1.79657 10.0235L13.5088 18.541C14.6031 19.3381 16.1476 18.9999 16.8111 17.8215L26.5113 0.577439C26.7117 0.222001 27.0887 0.00012207 27.498 0.00012207H43.0726C43.9385 0.00012207 44.4836 0.932876 44.0592 1.68683L21.2659 42.2046V42.2067Z"
fill="#16A34A"
/>
</svg>
);

export { Vitest, VitestOld };
18 changes: 17 additions & 1 deletion library/src/utils/extensions/fileNameIcons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,7 @@ const fileNameIcons: ExtensionType = {
"rslib.config.js": ReactSymbol.Rslib,
"rslib.config.cjs": ReactSymbol.Rslib,
"rslib.config.mts": ReactSymbol.Rslib,
"rslib.config.cts": ReactSymbol.R,
"rslib.config.cts": ReactSymbol.Rslib,
".oxlintrc.json": ReactSymbol.Oxlint,
".oxlintignore": ReactSymbol.Oxlint,
".nxignore": ReactSymbol.Nx,
Expand All @@ -716,6 +716,22 @@ const fileNameIcons: ExtensionType = {
"yumma.css": ReactSymbol.YummaCSS,
"yummacss.css": ReactSymbol.YummaCSS,
"components.json": ReactSymbol.Shadcn,
"svelte.config.ts": ReactSymbol.SvelteTS,
"svelte.config.cts": ReactSymbol.SvelteTS,
"rolldown.config.js": ReactSymbol.Rolldown,
"rolldown.config.cjs": ReactSymbol.Rolldown,
"rolldown.config.mjs": ReactSymbol.Rolldown,
"rolldown.config.ts": ReactSymbol.Rolldown,
"rolldown.config.mts": ReactSymbol.Rolldown,
"rolldown.config.cts": ReactSymbol.Rolldown,
"oxlint.config.js": ReactSymbol.Oxc,
"oxlint.config.cjs": ReactSymbol.Oxc,
"oxlint.config.mjs": ReactSymbol.Oxc,
"oxlint.config.ts": ReactSymbol.Oxc,
"oxlint.config.mts": ReactSymbol.Oxc,
"oxlint.config.cts": ReactSymbol.Oxc,
".oxfmtrc.json": ReactSymbol.Oxc,
".oxfmtrc.jsonc": ReactSymbol.Oxc,
};

export { fileNameIcons };
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@react-symbols/workspace",
"author": "@pheralb_",
"private": true,
"packageManager": "pnpm@10.13.1",
"packageManager": "pnpm@10.32.1",
"workspaces": [
"website",
"library"
Expand All @@ -26,9 +26,9 @@
"beta:release": "turbo build --filter=@react-symbols/website^... && changeset publish --tag beta"
},
"devDependencies": {
"@changesets/cli": "2.29.8",
"@types/node": "22.19.3",
"prettier": "3.7.4",
"@changesets/cli": "2.30.0",
"@types/node": "22.19.15",
"prettier": "3.8.1",
"prettier-plugin-tailwindcss": "0.7.2",
"turbo": "latest"
},
Expand Down
Loading