├── .changeset ├── README.md └── config.json ├── .github ├── FUNDING.yml └── workflows │ ├── check.yml │ ├── publish-release.yml │ └── sherif.yml ├── .gitignore ├── .vscode ├── extensions.json └── settings.json ├── LICENSE ├── README.md ├── library ├── .swcrc ├── README.md ├── package.json ├── src │ ├── index.ts │ └── library │ │ ├── I18n.tsx │ │ ├── angular.tsx │ │ ├── angularComponent.tsx │ │ ├── angularDirective.tsx │ │ ├── angularGuard.tsx │ │ ├── angularModule.tsx │ │ ├── angularPipe.tsx │ │ ├── angularService.tsx │ │ ├── astro.tsx │ │ ├── audio.tsx │ │ ├── babel.tsx │ │ ├── biome.tsx │ │ ├── biomeOld.tsx │ │ ├── bracketsBlue.tsx │ │ ├── bracketsGray.tsx │ │ ├── bracketsGreen.tsx │ │ ├── bracketsOrange.tsx │ │ ├── bracketsPink.tsx │ │ ├── bracketsPurple.tsx │ │ ├── bracketsRed.tsx │ │ ├── bracketsSky.tsx │ │ ├── bracketsYellow.tsx │ │ ├── bruno.tsx │ │ ├── bun.tsx │ │ ├── cLang.tsx │ │ ├── capacitor.tsx │ │ ├── claude.tsx │ │ ├── clojure.tsx │ │ ├── cloudflareWorkers.tsx │ │ ├── cmake.tsx │ │ ├── codeBlue.tsx │ │ ├── codeGray.tsx │ │ ├── codeGreen.tsx │ │ ├── codeOrange.tsx │ │ ├── codePink.tsx │ │ ├── codePurple.tsx │ │ ├── codeRed.tsx │ │ ├── codeSky.tsx │ │ ├── codeYellow.tsx │ │ ├── coffeescript.tsx │ │ ├── coldfusion.tsx │ │ ├── commitlint.tsx │ │ ├── contentlayer.tsx │ │ ├── cplus.tsx │ │ ├── crystal.tsx │ │ ├── csharp.tsx │ │ ├── csv.tsx │ │ ├── cucumber.tsx │ │ ├── cuda.tsx │ │ ├── cypress.tsx │ │ ├── dart.tsx │ │ ├── database.tsx │ │ ├── deno.tsx │ │ ├── docker.tsx │ │ ├── dockerGreen.tsx │ │ ├── dockerOrange.tsx │ │ ├── dockerPink.tsx │ │ ├── dockerPurple.tsx │ │ ├── dockerRed.tsx │ │ ├── dockerYellow.tsx │ │ ├── document.tsx │ │ ├── docusaurus.tsx │ │ ├── drawio.tsx │ │ ├── drizzle.tsx │ │ ├── dts.tsx │ │ ├── dune.tsx │ │ ├── earthfile.tsx │ │ ├── editorConfig.tsx │ │ ├── elixir.tsx │ │ ├── erlang.tsx │ │ ├── eslint.tsx │ │ ├── exe.tsx │ │ ├── expressive.tsx │ │ ├── firebase.tsx │ │ ├── folders │ │ ├── folder.tsx │ │ ├── folderActions.tsx │ │ ├── folderAndroid.tsx │ │ ├── folderApp.tsx │ │ ├── folderAssets.tsx │ │ ├── folderAuth.tsx │ │ ├── folderAws.tsx │ │ ├── folderAzure.tsx │ │ ├── folderBlue.tsx │ │ ├── folderBlueCode.tsx │ │ ├── folderBlueOutline.tsx │ │ ├── folderBruno.tsx │ │ ├── folderBuild.tsx │ │ ├── folderClaude.tsx │ │ ├── folderConfig.tsx │ │ ├── folderConstants.tsx │ │ ├── folderContext.tsx │ │ ├── folderCore.tsx │ │ ├── folderCypress.tsx │ │ ├── folderDatabase.tsx │ │ ├── folderDrizzle.tsx │ │ ├── folderEffects.tsx │ │ ├── folderExpo.tsx │ │ ├── folderFacade.tsx │ │ ├── folderFirebase.tsx │ │ ├── folderFonts.tsx │ │ ├── folderGithub.tsx │ │ ├── folderGitlab.tsx │ │ ├── folderGradle.tsx │ │ ├── folderGraphql.tsx │ │ ├── folderGray.tsx │ │ ├── folderGrayCode.tsx │ │ ├── folderGrayOutline.tsx │ │ ├── folderGreen.tsx │ │ ├── folderGreenCode.tsx │ │ ├── folderGreenOutline.tsx │ │ ├── folderHelpers.tsx │ │ ├── folderHooks.tsx │ │ ├── folderIOS.tsx │ │ ├── folderImages.tsx │ │ ├── folderInterceptors.tsx │ │ ├── folderInterfaces.tsx │ │ ├── folderJs.tsx │ │ ├── folderLayout.tsx │ │ ├── folderMail.tsx │ │ ├── folderMiddleware.tsx │ │ ├── folderModels.tsx │ │ ├── folderModules.tsx │ │ ├── folderMongoDB.tsx │ │ ├── folderNginx.tsx │ │ ├── folderNodeModules.tsx │ │ ├── folderOpen.tsx │ │ ├── folderOrange.tsx │ │ ├── folderOrangeCode.tsx │ │ ├── folderOrangeOutline.tsx │ │ ├── folderPink.tsx │ │ ├── folderPinkCode.tsx │ │ ├── folderPinkOutline.tsx │ │ ├── folderPipes.tsx │ │ ├── folderPrisma.tsx │ │ ├── folderProviders.tsx │ │ ├── folderPurple.tsx │ │ ├── folderPurpleCode.tsx │ │ ├── folderPurpleOutline.tsx │ │ ├── folderReact.tsx │ │ ├── folderRed.tsx │ │ ├── folderRedCode.tsx │ │ ├── folderRedOutline.tsx │ │ ├── folderReducer.tsx │ │ ├── folderRouter.tsx │ │ ├── folderSass.tsx │ │ ├── folderSelector.tsx │ │ ├── folderServices.tsx │ │ ├── folderShared.tsx │ │ ├── folderSky.tsx │ │ ├── folderSkyCode.tsx │ │ ├── folderSkyOutline.tsx │ │ ├── folderSrc.tsx │ │ ├── folderSupabase.tsx │ │ ├── folderTarget.tsx │ │ ├── folderTina.tsx │ │ ├── folderUtils.tsx │ │ ├── folderVSCode.tsx │ │ └── folderVercel.tsx │ │ ├── font.tsx │ │ ├── fortran.tsx │ │ ├── fresh.tsx │ │ ├── fsharp.tsx │ │ ├── func.tsx │ │ ├── gatsbyjs.tsx │ │ ├── gear.tsx │ │ ├── gif.tsx │ │ ├── git.tsx │ │ ├── github.tsx │ │ ├── gitlab.tsx │ │ ├── gleam.tsx │ │ ├── go.tsx │ │ ├── goGreen.tsx │ │ ├── goMod.tsx │ │ ├── goOrange.tsx │ │ ├── goPink.tsx │ │ ├── goPurple.tsx │ │ ├── goRed.tsx │ │ ├── goYellow.tsx │ │ ├── gradle.tsx │ │ ├── graphql.tsx │ │ ├── gulp.tsx │ │ ├── h.tsx │ │ ├── haml.tsx │ │ ├── haskell.tsx │ │ ├── http.tsx │ │ ├── hugo.tsx │ │ ├── ignore.tsx │ │ ├── image.tsx │ │ ├── ionic.tsx │ │ ├── java.tsx │ │ ├── jenkins.tsx │ │ ├── jest.tsx │ │ ├── js.tsx │ │ ├── jsTest.tsx │ │ ├── julia.tsx │ │ ├── juliaMarkdown.tsx │ │ ├── keystatic.tsx │ │ ├── knip.tsx │ │ ├── kotlin.tsx │ │ ├── laravel.tsx │ │ ├── license.tsx │ │ ├── liquid.tsx │ │ ├── lock.tsx │ │ ├── lua.tsx │ │ ├── luau.tsx │ │ ├── lunaria.tsx │ │ ├── markdown.tsx │ │ ├── mcaddon.tsx │ │ ├── mdx.tsx │ │ ├── mongodb.tsx │ │ ├── nest.tsx │ │ ├── nestController.tsx │ │ ├── nestDecorator.tsx │ │ ├── nestGuard.tsx │ │ ├── nestMiddleware.tsx │ │ ├── nestService.tsx │ │ ├── netlify.tsx │ │ ├── next.tsx │ │ ├── nix.tsx │ │ ├── node.tsx │ │ ├── nodemon.tsx │ │ ├── notebook.tsx │ │ ├── npm.tsx │ │ ├── nunjucks.tsx │ │ ├── nuxt.tsx │ │ ├── ocalm.tsx │ │ ├── orval.tsx │ │ ├── oxlint.tsx │ │ ├── panda.tsx │ │ ├── patch.tsx │ │ ├── pdf.tsx │ │ ├── perl.tsx │ │ ├── php.tsx │ │ ├── pkl.tsx │ │ ├── pnpm.tsx │ │ ├── postcss.tsx │ │ ├── prettier.tsx │ │ ├── prisma.tsx │ │ ├── proto.tsx │ │ ├── pug.tsx │ │ ├── pulumi.tsx │ │ ├── puzzle.tsx │ │ ├── python.tsx │ │ ├── r.tsx │ │ ├── razor.tsx │ │ ├── reactTest.tsx │ │ ├── reactjs.tsx │ │ ├── reactts.tsx │ │ ├── reduxActions.tsx │ │ ├── reduxEffects.tsx │ │ ├── reduxFacade.tsx │ │ ├── reduxReducer.tsx │ │ ├── reduxSelector.tsx │ │ ├── rescript.tsx │ │ ├── rescriptInterface.tsx │ │ ├── robot.tsx │ │ ├── rome.tsx │ │ ├── ruby.tsx │ │ ├── rust.tsx │ │ ├── sanity.tsx │ │ ├── sass.tsx │ │ ├── sbt.tsx │ │ ├── scala.tsx │ │ ├── serverless.tsx │ │ ├── shadcn.tsx │ │ ├── shell.tsx │ │ ├── solidity.tsx │ │ ├── statamicAntlers.tsx │ │ ├── storybook.tsx │ │ ├── stylelint.tsx │ │ ├── stylus.tsx │ │ ├── supabase.tsx │ │ ├── svelte.tsx │ │ ├── svelteTs.tsx │ │ ├── svg.tsx │ │ ├── swc.tsx │ │ ├── swift.tsx │ │ ├── symbols.tsx │ │ ├── tailwind.tsx │ │ ├── tauri.tsx │ │ ├── terraform.tsx │ │ ├── tex.tsx │ │ ├── text.tsx │ │ ├── tsTest.tsx │ │ ├── tsconfig.tsx │ │ ├── turborepo.tsx │ │ ├── twig.tsx │ │ ├── typescript.tsx │ │ ├── unocss.tsx │ │ ├── vanillaextract.tsx │ │ ├── vercel.tsx │ │ ├── video.tsx │ │ ├── visualstudio.tsx │ │ ├── vite.tsx │ │ ├── vitest.tsx │ │ ├── vlang.tsx │ │ ├── vue.tsx │ │ ├── webpack.tsx │ │ ├── xml.tsx │ │ ├── yaml.tsx │ │ ├── yarn.tsx │ │ ├── yummacss.tsx │ │ └── zig.tsx └── tsconfig.json ├── package.json ├── pnpm-lock.yaml ├── pnpm-workspace.yaml ├── prettier.config.mjs ├── turbo.json └── website ├── app ├── components │ ├── card │ │ ├── cardItem.tsx │ │ ├── copyLibraryImport.tsx │ │ ├── copyShadcnCommand.tsx │ │ ├── copySource.tsx │ │ └── openWithv0.tsx │ ├── externalLink.tsx │ ├── footer.tsx │ ├── grid.tsx │ ├── header.tsx │ ├── installCommand.tsx │ ├── loading.tsx │ ├── navbar │ │ ├── iconSize.tsx │ │ ├── index.tsx │ │ └── search.tsx │ ├── notFound.tsx │ ├── settings.tsx │ └── themeSwitcher.tsx ├── config.ts ├── data │ ├── searchParams.ts │ └── svgs.ts ├── globals.ts ├── providers │ └── toaster.tsx ├── root.tsx ├── routes.ts ├── routes │ ├── _index.tsx │ ├── action.set-theme.ts │ └── folders._index.tsx ├── sessions.server.tsx ├── styles │ └── globals.css ├── ui │ ├── button.tsx │ ├── container.ts │ ├── divider.tsx │ ├── dropdown-menu.tsx │ ├── icons │ │ └── svgl.tsx │ ├── input.tsx │ ├── popover.tsx │ ├── slider.tsx │ └── tooltip.tsx └── utils │ └── index.ts ├── components.json ├── eslint.config.ts ├── generate-registry.ts ├── package.json ├── public ├── favicon.ico ├── fonts │ ├── GeistMono.woff2 │ └── InterVariable.woff2 ├── images │ ├── apple-touch-icon-180x180.png │ ├── banner.png │ ├── icon-192x192.png │ ├── icon-256x256.png │ ├── icon-384x384.png │ ├── icon-512x512.png │ ├── logo.png │ ├── logo_svg.svg │ ├── og.png │ └── transparent.png └── manifest.webmanifest ├── react-router.config.ts ├── tsconfig.json ├── vercel.json └── vite.config.ts /.changeset/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/.changeset/README.md -------------------------------------------------------------------------------- /.changeset/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/.changeset/config.json -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | github: [pheralb] 2 | -------------------------------------------------------------------------------- /.github/workflows/check.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/.github/workflows/check.yml -------------------------------------------------------------------------------- /.github/workflows/publish-release.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/.github/workflows/publish-release.yml -------------------------------------------------------------------------------- /.github/workflows/sherif.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/.github/workflows/sherif.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/extensions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/.vscode/extensions.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | ./library/README.md -------------------------------------------------------------------------------- /library/.swcrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/.swcrc -------------------------------------------------------------------------------- /library/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/README.md -------------------------------------------------------------------------------- /library/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/package.json -------------------------------------------------------------------------------- /library/src/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/index.ts -------------------------------------------------------------------------------- /library/src/library/I18n.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/I18n.tsx -------------------------------------------------------------------------------- /library/src/library/angular.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/angular.tsx -------------------------------------------------------------------------------- /library/src/library/angularComponent.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/angularComponent.tsx -------------------------------------------------------------------------------- /library/src/library/angularDirective.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/angularDirective.tsx -------------------------------------------------------------------------------- /library/src/library/angularGuard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/angularGuard.tsx -------------------------------------------------------------------------------- /library/src/library/angularModule.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/angularModule.tsx -------------------------------------------------------------------------------- /library/src/library/angularPipe.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/angularPipe.tsx -------------------------------------------------------------------------------- /library/src/library/angularService.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/angularService.tsx -------------------------------------------------------------------------------- /library/src/library/astro.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/astro.tsx -------------------------------------------------------------------------------- /library/src/library/audio.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/audio.tsx -------------------------------------------------------------------------------- /library/src/library/babel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/babel.tsx -------------------------------------------------------------------------------- /library/src/library/biome.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/biome.tsx -------------------------------------------------------------------------------- /library/src/library/biomeOld.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/biomeOld.tsx -------------------------------------------------------------------------------- /library/src/library/bracketsBlue.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/bracketsBlue.tsx -------------------------------------------------------------------------------- /library/src/library/bracketsGray.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/bracketsGray.tsx -------------------------------------------------------------------------------- /library/src/library/bracketsGreen.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/bracketsGreen.tsx -------------------------------------------------------------------------------- /library/src/library/bracketsOrange.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/bracketsOrange.tsx -------------------------------------------------------------------------------- /library/src/library/bracketsPink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/bracketsPink.tsx -------------------------------------------------------------------------------- /library/src/library/bracketsPurple.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/bracketsPurple.tsx -------------------------------------------------------------------------------- /library/src/library/bracketsRed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/bracketsRed.tsx -------------------------------------------------------------------------------- /library/src/library/bracketsSky.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/bracketsSky.tsx -------------------------------------------------------------------------------- /library/src/library/bracketsYellow.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/bracketsYellow.tsx -------------------------------------------------------------------------------- /library/src/library/bruno.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/bruno.tsx -------------------------------------------------------------------------------- /library/src/library/bun.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/bun.tsx -------------------------------------------------------------------------------- /library/src/library/cLang.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/cLang.tsx -------------------------------------------------------------------------------- /library/src/library/capacitor.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/capacitor.tsx -------------------------------------------------------------------------------- /library/src/library/claude.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/claude.tsx -------------------------------------------------------------------------------- /library/src/library/clojure.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/clojure.tsx -------------------------------------------------------------------------------- /library/src/library/cloudflareWorkers.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/cloudflareWorkers.tsx -------------------------------------------------------------------------------- /library/src/library/cmake.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/cmake.tsx -------------------------------------------------------------------------------- /library/src/library/codeBlue.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/codeBlue.tsx -------------------------------------------------------------------------------- /library/src/library/codeGray.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/codeGray.tsx -------------------------------------------------------------------------------- /library/src/library/codeGreen.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/codeGreen.tsx -------------------------------------------------------------------------------- /library/src/library/codeOrange.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/codeOrange.tsx -------------------------------------------------------------------------------- /library/src/library/codePink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/codePink.tsx -------------------------------------------------------------------------------- /library/src/library/codePurple.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/codePurple.tsx -------------------------------------------------------------------------------- /library/src/library/codeRed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/codeRed.tsx -------------------------------------------------------------------------------- /library/src/library/codeSky.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/codeSky.tsx -------------------------------------------------------------------------------- /library/src/library/codeYellow.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/codeYellow.tsx -------------------------------------------------------------------------------- /library/src/library/coffeescript.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/coffeescript.tsx -------------------------------------------------------------------------------- /library/src/library/coldfusion.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/coldfusion.tsx -------------------------------------------------------------------------------- /library/src/library/commitlint.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/commitlint.tsx -------------------------------------------------------------------------------- /library/src/library/contentlayer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/contentlayer.tsx -------------------------------------------------------------------------------- /library/src/library/cplus.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/cplus.tsx -------------------------------------------------------------------------------- /library/src/library/crystal.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/crystal.tsx -------------------------------------------------------------------------------- /library/src/library/csharp.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/csharp.tsx -------------------------------------------------------------------------------- /library/src/library/csv.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/csv.tsx -------------------------------------------------------------------------------- /library/src/library/cucumber.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/cucumber.tsx -------------------------------------------------------------------------------- /library/src/library/cuda.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/cuda.tsx -------------------------------------------------------------------------------- /library/src/library/cypress.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/cypress.tsx -------------------------------------------------------------------------------- /library/src/library/dart.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/dart.tsx -------------------------------------------------------------------------------- /library/src/library/database.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/database.tsx -------------------------------------------------------------------------------- /library/src/library/deno.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/deno.tsx -------------------------------------------------------------------------------- /library/src/library/docker.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/docker.tsx -------------------------------------------------------------------------------- /library/src/library/dockerGreen.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/dockerGreen.tsx -------------------------------------------------------------------------------- /library/src/library/dockerOrange.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/dockerOrange.tsx -------------------------------------------------------------------------------- /library/src/library/dockerPink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/dockerPink.tsx -------------------------------------------------------------------------------- /library/src/library/dockerPurple.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/dockerPurple.tsx -------------------------------------------------------------------------------- /library/src/library/dockerRed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/dockerRed.tsx -------------------------------------------------------------------------------- /library/src/library/dockerYellow.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/dockerYellow.tsx -------------------------------------------------------------------------------- /library/src/library/document.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/document.tsx -------------------------------------------------------------------------------- /library/src/library/docusaurus.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/docusaurus.tsx -------------------------------------------------------------------------------- /library/src/library/drawio.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/drawio.tsx -------------------------------------------------------------------------------- /library/src/library/drizzle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/drizzle.tsx -------------------------------------------------------------------------------- /library/src/library/dts.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/dts.tsx -------------------------------------------------------------------------------- /library/src/library/dune.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/dune.tsx -------------------------------------------------------------------------------- /library/src/library/earthfile.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/earthfile.tsx -------------------------------------------------------------------------------- /library/src/library/editorConfig.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/editorConfig.tsx -------------------------------------------------------------------------------- /library/src/library/elixir.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/elixir.tsx -------------------------------------------------------------------------------- /library/src/library/erlang.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/erlang.tsx -------------------------------------------------------------------------------- /library/src/library/eslint.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/eslint.tsx -------------------------------------------------------------------------------- /library/src/library/exe.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/exe.tsx -------------------------------------------------------------------------------- /library/src/library/expressive.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/expressive.tsx -------------------------------------------------------------------------------- /library/src/library/firebase.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/firebase.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folder.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folder.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderActions.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderActions.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderAndroid.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderAndroid.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderApp.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderApp.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderAssets.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderAssets.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderAuth.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderAuth.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderAws.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderAws.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderAzure.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderAzure.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderBlue.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderBlue.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderBlueCode.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderBlueCode.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderBlueOutline.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderBlueOutline.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderBruno.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderBruno.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderBuild.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderBuild.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderClaude.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderClaude.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderConfig.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderConfig.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderConstants.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderConstants.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderContext.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderContext.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderCore.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderCore.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderCypress.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderCypress.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderDatabase.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderDatabase.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderDrizzle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderDrizzle.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderEffects.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderEffects.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderExpo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderExpo.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderFacade.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderFacade.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderFirebase.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderFirebase.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderFonts.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderFonts.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderGithub.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderGithub.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderGitlab.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderGitlab.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderGradle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderGradle.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderGraphql.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderGraphql.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderGray.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderGray.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderGrayCode.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderGrayCode.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderGrayOutline.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderGrayOutline.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderGreen.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderGreen.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderGreenCode.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderGreenCode.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderGreenOutline.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderGreenOutline.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderHelpers.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderHelpers.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderHooks.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderHooks.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderIOS.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderIOS.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderImages.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderImages.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderInterceptors.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderInterceptors.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderInterfaces.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderInterfaces.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderJs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderJs.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderLayout.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderLayout.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderMail.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderMail.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderMiddleware.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderMiddleware.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderModels.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderModels.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderModules.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderModules.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderMongoDB.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderMongoDB.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderNginx.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderNginx.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderNodeModules.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderNodeModules.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderOpen.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderOpen.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderOrange.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderOrange.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderOrangeCode.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderOrangeCode.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderOrangeOutline.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderOrangeOutline.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderPink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderPink.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderPinkCode.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderPinkCode.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderPinkOutline.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderPinkOutline.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderPipes.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderPipes.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderPrisma.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderPrisma.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderProviders.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderProviders.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderPurple.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderPurple.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderPurpleCode.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderPurpleCode.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderPurpleOutline.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderPurpleOutline.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderReact.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderReact.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderRed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderRed.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderRedCode.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderRedCode.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderRedOutline.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderRedOutline.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderReducer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderReducer.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderRouter.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderRouter.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderSass.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderSass.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderSelector.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderSelector.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderServices.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderServices.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderShared.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderShared.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderSky.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderSky.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderSkyCode.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderSkyCode.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderSkyOutline.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderSkyOutline.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderSrc.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderSrc.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderSupabase.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderSupabase.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderTarget.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderTarget.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderTina.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderTina.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderUtils.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderUtils.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderVSCode.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderVSCode.tsx -------------------------------------------------------------------------------- /library/src/library/folders/folderVercel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/folders/folderVercel.tsx -------------------------------------------------------------------------------- /library/src/library/font.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/font.tsx -------------------------------------------------------------------------------- /library/src/library/fortran.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/fortran.tsx -------------------------------------------------------------------------------- /library/src/library/fresh.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/fresh.tsx -------------------------------------------------------------------------------- /library/src/library/fsharp.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/fsharp.tsx -------------------------------------------------------------------------------- /library/src/library/func.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/func.tsx -------------------------------------------------------------------------------- /library/src/library/gatsbyjs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/gatsbyjs.tsx -------------------------------------------------------------------------------- /library/src/library/gear.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/gear.tsx -------------------------------------------------------------------------------- /library/src/library/gif.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/gif.tsx -------------------------------------------------------------------------------- /library/src/library/git.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/git.tsx -------------------------------------------------------------------------------- /library/src/library/github.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/github.tsx -------------------------------------------------------------------------------- /library/src/library/gitlab.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/gitlab.tsx -------------------------------------------------------------------------------- /library/src/library/gleam.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/gleam.tsx -------------------------------------------------------------------------------- /library/src/library/go.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/go.tsx -------------------------------------------------------------------------------- /library/src/library/goGreen.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/goGreen.tsx -------------------------------------------------------------------------------- /library/src/library/goMod.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/goMod.tsx -------------------------------------------------------------------------------- /library/src/library/goOrange.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/goOrange.tsx -------------------------------------------------------------------------------- /library/src/library/goPink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/goPink.tsx -------------------------------------------------------------------------------- /library/src/library/goPurple.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/goPurple.tsx -------------------------------------------------------------------------------- /library/src/library/goRed.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/goRed.tsx -------------------------------------------------------------------------------- /library/src/library/goYellow.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/goYellow.tsx -------------------------------------------------------------------------------- /library/src/library/gradle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/gradle.tsx -------------------------------------------------------------------------------- /library/src/library/graphql.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/graphql.tsx -------------------------------------------------------------------------------- /library/src/library/gulp.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/gulp.tsx -------------------------------------------------------------------------------- /library/src/library/h.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/h.tsx -------------------------------------------------------------------------------- /library/src/library/haml.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/haml.tsx -------------------------------------------------------------------------------- /library/src/library/haskell.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/haskell.tsx -------------------------------------------------------------------------------- /library/src/library/http.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/http.tsx -------------------------------------------------------------------------------- /library/src/library/hugo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/hugo.tsx -------------------------------------------------------------------------------- /library/src/library/ignore.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/ignore.tsx -------------------------------------------------------------------------------- /library/src/library/image.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/image.tsx -------------------------------------------------------------------------------- /library/src/library/ionic.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/ionic.tsx -------------------------------------------------------------------------------- /library/src/library/java.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/java.tsx -------------------------------------------------------------------------------- /library/src/library/jenkins.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/jenkins.tsx -------------------------------------------------------------------------------- /library/src/library/jest.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/jest.tsx -------------------------------------------------------------------------------- /library/src/library/js.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/js.tsx -------------------------------------------------------------------------------- /library/src/library/jsTest.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/jsTest.tsx -------------------------------------------------------------------------------- /library/src/library/julia.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/julia.tsx -------------------------------------------------------------------------------- /library/src/library/juliaMarkdown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/juliaMarkdown.tsx -------------------------------------------------------------------------------- /library/src/library/keystatic.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/keystatic.tsx -------------------------------------------------------------------------------- /library/src/library/knip.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/knip.tsx -------------------------------------------------------------------------------- /library/src/library/kotlin.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/kotlin.tsx -------------------------------------------------------------------------------- /library/src/library/laravel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/laravel.tsx -------------------------------------------------------------------------------- /library/src/library/license.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/license.tsx -------------------------------------------------------------------------------- /library/src/library/liquid.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/liquid.tsx -------------------------------------------------------------------------------- /library/src/library/lock.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/lock.tsx -------------------------------------------------------------------------------- /library/src/library/lua.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/lua.tsx -------------------------------------------------------------------------------- /library/src/library/luau.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/luau.tsx -------------------------------------------------------------------------------- /library/src/library/lunaria.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/lunaria.tsx -------------------------------------------------------------------------------- /library/src/library/markdown.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/markdown.tsx -------------------------------------------------------------------------------- /library/src/library/mcaddon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/mcaddon.tsx -------------------------------------------------------------------------------- /library/src/library/mdx.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/mdx.tsx -------------------------------------------------------------------------------- /library/src/library/mongodb.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/mongodb.tsx -------------------------------------------------------------------------------- /library/src/library/nest.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/nest.tsx -------------------------------------------------------------------------------- /library/src/library/nestController.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/nestController.tsx -------------------------------------------------------------------------------- /library/src/library/nestDecorator.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/nestDecorator.tsx -------------------------------------------------------------------------------- /library/src/library/nestGuard.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/nestGuard.tsx -------------------------------------------------------------------------------- /library/src/library/nestMiddleware.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/nestMiddleware.tsx -------------------------------------------------------------------------------- /library/src/library/nestService.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/nestService.tsx -------------------------------------------------------------------------------- /library/src/library/netlify.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/netlify.tsx -------------------------------------------------------------------------------- /library/src/library/next.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/next.tsx -------------------------------------------------------------------------------- /library/src/library/nix.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/nix.tsx -------------------------------------------------------------------------------- /library/src/library/node.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/node.tsx -------------------------------------------------------------------------------- /library/src/library/nodemon.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/nodemon.tsx -------------------------------------------------------------------------------- /library/src/library/notebook.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/notebook.tsx -------------------------------------------------------------------------------- /library/src/library/npm.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/npm.tsx -------------------------------------------------------------------------------- /library/src/library/nunjucks.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/nunjucks.tsx -------------------------------------------------------------------------------- /library/src/library/nuxt.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/nuxt.tsx -------------------------------------------------------------------------------- /library/src/library/ocalm.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/ocalm.tsx -------------------------------------------------------------------------------- /library/src/library/orval.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/orval.tsx -------------------------------------------------------------------------------- /library/src/library/oxlint.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/oxlint.tsx -------------------------------------------------------------------------------- /library/src/library/panda.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/panda.tsx -------------------------------------------------------------------------------- /library/src/library/patch.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/patch.tsx -------------------------------------------------------------------------------- /library/src/library/pdf.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/pdf.tsx -------------------------------------------------------------------------------- /library/src/library/perl.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/perl.tsx -------------------------------------------------------------------------------- /library/src/library/php.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/php.tsx -------------------------------------------------------------------------------- /library/src/library/pkl.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/pkl.tsx -------------------------------------------------------------------------------- /library/src/library/pnpm.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/pnpm.tsx -------------------------------------------------------------------------------- /library/src/library/postcss.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/postcss.tsx -------------------------------------------------------------------------------- /library/src/library/prettier.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/prettier.tsx -------------------------------------------------------------------------------- /library/src/library/prisma.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/prisma.tsx -------------------------------------------------------------------------------- /library/src/library/proto.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/proto.tsx -------------------------------------------------------------------------------- /library/src/library/pug.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/pug.tsx -------------------------------------------------------------------------------- /library/src/library/pulumi.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/pulumi.tsx -------------------------------------------------------------------------------- /library/src/library/puzzle.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/puzzle.tsx -------------------------------------------------------------------------------- /library/src/library/python.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/python.tsx -------------------------------------------------------------------------------- /library/src/library/r.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/r.tsx -------------------------------------------------------------------------------- /library/src/library/razor.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/razor.tsx -------------------------------------------------------------------------------- /library/src/library/reactTest.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/reactTest.tsx -------------------------------------------------------------------------------- /library/src/library/reactjs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/reactjs.tsx -------------------------------------------------------------------------------- /library/src/library/reactts.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/reactts.tsx -------------------------------------------------------------------------------- /library/src/library/reduxActions.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/reduxActions.tsx -------------------------------------------------------------------------------- /library/src/library/reduxEffects.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/reduxEffects.tsx -------------------------------------------------------------------------------- /library/src/library/reduxFacade.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/reduxFacade.tsx -------------------------------------------------------------------------------- /library/src/library/reduxReducer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/reduxReducer.tsx -------------------------------------------------------------------------------- /library/src/library/reduxSelector.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/reduxSelector.tsx -------------------------------------------------------------------------------- /library/src/library/rescript.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/rescript.tsx -------------------------------------------------------------------------------- /library/src/library/rescriptInterface.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/rescriptInterface.tsx -------------------------------------------------------------------------------- /library/src/library/robot.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/robot.tsx -------------------------------------------------------------------------------- /library/src/library/rome.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/rome.tsx -------------------------------------------------------------------------------- /library/src/library/ruby.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/ruby.tsx -------------------------------------------------------------------------------- /library/src/library/rust.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/rust.tsx -------------------------------------------------------------------------------- /library/src/library/sanity.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/sanity.tsx -------------------------------------------------------------------------------- /library/src/library/sass.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/sass.tsx -------------------------------------------------------------------------------- /library/src/library/sbt.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/sbt.tsx -------------------------------------------------------------------------------- /library/src/library/scala.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/scala.tsx -------------------------------------------------------------------------------- /library/src/library/serverless.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/serverless.tsx -------------------------------------------------------------------------------- /library/src/library/shadcn.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/shadcn.tsx -------------------------------------------------------------------------------- /library/src/library/shell.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/shell.tsx -------------------------------------------------------------------------------- /library/src/library/solidity.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/solidity.tsx -------------------------------------------------------------------------------- /library/src/library/statamicAntlers.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/statamicAntlers.tsx -------------------------------------------------------------------------------- /library/src/library/storybook.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/storybook.tsx -------------------------------------------------------------------------------- /library/src/library/stylelint.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/stylelint.tsx -------------------------------------------------------------------------------- /library/src/library/stylus.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/stylus.tsx -------------------------------------------------------------------------------- /library/src/library/supabase.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/supabase.tsx -------------------------------------------------------------------------------- /library/src/library/svelte.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/svelte.tsx -------------------------------------------------------------------------------- /library/src/library/svelteTs.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/svelteTs.tsx -------------------------------------------------------------------------------- /library/src/library/svg.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/svg.tsx -------------------------------------------------------------------------------- /library/src/library/swc.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/swc.tsx -------------------------------------------------------------------------------- /library/src/library/swift.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/swift.tsx -------------------------------------------------------------------------------- /library/src/library/symbols.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/symbols.tsx -------------------------------------------------------------------------------- /library/src/library/tailwind.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/tailwind.tsx -------------------------------------------------------------------------------- /library/src/library/tauri.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/tauri.tsx -------------------------------------------------------------------------------- /library/src/library/terraform.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/terraform.tsx -------------------------------------------------------------------------------- /library/src/library/tex.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/tex.tsx -------------------------------------------------------------------------------- /library/src/library/text.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/text.tsx -------------------------------------------------------------------------------- /library/src/library/tsTest.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/tsTest.tsx -------------------------------------------------------------------------------- /library/src/library/tsconfig.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/tsconfig.tsx -------------------------------------------------------------------------------- /library/src/library/turborepo.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/turborepo.tsx -------------------------------------------------------------------------------- /library/src/library/twig.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/twig.tsx -------------------------------------------------------------------------------- /library/src/library/typescript.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/typescript.tsx -------------------------------------------------------------------------------- /library/src/library/unocss.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/unocss.tsx -------------------------------------------------------------------------------- /library/src/library/vanillaextract.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/vanillaextract.tsx -------------------------------------------------------------------------------- /library/src/library/vercel.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/vercel.tsx -------------------------------------------------------------------------------- /library/src/library/video.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/video.tsx -------------------------------------------------------------------------------- /library/src/library/visualstudio.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/visualstudio.tsx -------------------------------------------------------------------------------- /library/src/library/vite.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/vite.tsx -------------------------------------------------------------------------------- /library/src/library/vitest.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/vitest.tsx -------------------------------------------------------------------------------- /library/src/library/vlang.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/vlang.tsx -------------------------------------------------------------------------------- /library/src/library/vue.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/vue.tsx -------------------------------------------------------------------------------- /library/src/library/webpack.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/webpack.tsx -------------------------------------------------------------------------------- /library/src/library/xml.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/xml.tsx -------------------------------------------------------------------------------- /library/src/library/yaml.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/yaml.tsx -------------------------------------------------------------------------------- /library/src/library/yarn.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/yarn.tsx -------------------------------------------------------------------------------- /library/src/library/yummacss.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/yummacss.tsx -------------------------------------------------------------------------------- /library/src/library/zig.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/src/library/zig.tsx -------------------------------------------------------------------------------- /library/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/library/tsconfig.json -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/package.json -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /pnpm-workspace.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/pnpm-workspace.yaml -------------------------------------------------------------------------------- /prettier.config.mjs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/prettier.config.mjs -------------------------------------------------------------------------------- /turbo.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/turbo.json -------------------------------------------------------------------------------- /website/app/components/card/cardItem.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/card/cardItem.tsx -------------------------------------------------------------------------------- /website/app/components/card/copyLibraryImport.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/card/copyLibraryImport.tsx -------------------------------------------------------------------------------- /website/app/components/card/copyShadcnCommand.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/card/copyShadcnCommand.tsx -------------------------------------------------------------------------------- /website/app/components/card/copySource.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/card/copySource.tsx -------------------------------------------------------------------------------- /website/app/components/card/openWithv0.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/card/openWithv0.tsx -------------------------------------------------------------------------------- /website/app/components/externalLink.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/externalLink.tsx -------------------------------------------------------------------------------- /website/app/components/footer.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/footer.tsx -------------------------------------------------------------------------------- /website/app/components/grid.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/grid.tsx -------------------------------------------------------------------------------- /website/app/components/header.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/header.tsx -------------------------------------------------------------------------------- /website/app/components/installCommand.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/installCommand.tsx -------------------------------------------------------------------------------- /website/app/components/loading.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/loading.tsx -------------------------------------------------------------------------------- /website/app/components/navbar/iconSize.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/navbar/iconSize.tsx -------------------------------------------------------------------------------- /website/app/components/navbar/index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/navbar/index.tsx -------------------------------------------------------------------------------- /website/app/components/navbar/search.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/navbar/search.tsx -------------------------------------------------------------------------------- /website/app/components/notFound.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/notFound.tsx -------------------------------------------------------------------------------- /website/app/components/settings.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/settings.tsx -------------------------------------------------------------------------------- /website/app/components/themeSwitcher.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/components/themeSwitcher.tsx -------------------------------------------------------------------------------- /website/app/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/config.ts -------------------------------------------------------------------------------- /website/app/data/searchParams.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/data/searchParams.ts -------------------------------------------------------------------------------- /website/app/data/svgs.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/data/svgs.ts -------------------------------------------------------------------------------- /website/app/globals.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/globals.ts -------------------------------------------------------------------------------- /website/app/providers/toaster.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/providers/toaster.tsx -------------------------------------------------------------------------------- /website/app/root.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/root.tsx -------------------------------------------------------------------------------- /website/app/routes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/routes.ts -------------------------------------------------------------------------------- /website/app/routes/_index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/routes/_index.tsx -------------------------------------------------------------------------------- /website/app/routes/action.set-theme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/routes/action.set-theme.ts -------------------------------------------------------------------------------- /website/app/routes/folders._index.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/routes/folders._index.tsx -------------------------------------------------------------------------------- /website/app/sessions.server.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/sessions.server.tsx -------------------------------------------------------------------------------- /website/app/styles/globals.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/styles/globals.css -------------------------------------------------------------------------------- /website/app/ui/button.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/ui/button.tsx -------------------------------------------------------------------------------- /website/app/ui/container.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/ui/container.ts -------------------------------------------------------------------------------- /website/app/ui/divider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/ui/divider.tsx -------------------------------------------------------------------------------- /website/app/ui/dropdown-menu.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/ui/dropdown-menu.tsx -------------------------------------------------------------------------------- /website/app/ui/icons/svgl.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/ui/icons/svgl.tsx -------------------------------------------------------------------------------- /website/app/ui/input.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/ui/input.tsx -------------------------------------------------------------------------------- /website/app/ui/popover.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/ui/popover.tsx -------------------------------------------------------------------------------- /website/app/ui/slider.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/ui/slider.tsx -------------------------------------------------------------------------------- /website/app/ui/tooltip.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/ui/tooltip.tsx -------------------------------------------------------------------------------- /website/app/utils/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/app/utils/index.ts -------------------------------------------------------------------------------- /website/components.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/components.json -------------------------------------------------------------------------------- /website/eslint.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/eslint.config.ts -------------------------------------------------------------------------------- /website/generate-registry.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/generate-registry.ts -------------------------------------------------------------------------------- /website/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/package.json -------------------------------------------------------------------------------- /website/public/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/public/favicon.ico -------------------------------------------------------------------------------- /website/public/fonts/GeistMono.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/public/fonts/GeistMono.woff2 -------------------------------------------------------------------------------- /website/public/fonts/InterVariable.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/public/fonts/InterVariable.woff2 -------------------------------------------------------------------------------- /website/public/images/apple-touch-icon-180x180.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/public/images/apple-touch-icon-180x180.png -------------------------------------------------------------------------------- /website/public/images/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/public/images/banner.png -------------------------------------------------------------------------------- /website/public/images/icon-192x192.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/public/images/icon-192x192.png -------------------------------------------------------------------------------- /website/public/images/icon-256x256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/public/images/icon-256x256.png -------------------------------------------------------------------------------- /website/public/images/icon-384x384.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/public/images/icon-384x384.png -------------------------------------------------------------------------------- /website/public/images/icon-512x512.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/public/images/icon-512x512.png -------------------------------------------------------------------------------- /website/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/public/images/logo.png -------------------------------------------------------------------------------- /website/public/images/logo_svg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/public/images/logo_svg.svg -------------------------------------------------------------------------------- /website/public/images/og.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/public/images/og.png -------------------------------------------------------------------------------- /website/public/images/transparent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/public/images/transparent.png -------------------------------------------------------------------------------- /website/public/manifest.webmanifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/public/manifest.webmanifest -------------------------------------------------------------------------------- /website/react-router.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/react-router.config.ts -------------------------------------------------------------------------------- /website/tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/tsconfig.json -------------------------------------------------------------------------------- /website/vercel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/vercel.json -------------------------------------------------------------------------------- /website/vite.config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pheralb/react-symbols/HEAD/website/vite.config.ts --------------------------------------------------------------------------------