Skip to content

Commit

Permalink
Merge pull request #41 from pheralb/next
Browse files Browse the repository at this point in the history
🚀 v1.2.7
  • Loading branch information
pheralb authored Oct 26, 2024
2 parents c7e5f73 + 1fbb13e commit cddc18a
Show file tree
Hide file tree
Showing 46 changed files with 2,133 additions and 925 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: 📦 Publish

on:
push:
branches:
- main
workflow_dispatch:
release:
types: [published]

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
13 changes: 6 additions & 7 deletions library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-symbols/icons",
"version": "1.2.6",
"version": "1.2.7",
"description": "Symbols icons by Miguel Solorio for React",
"author": "@pheralb_",
"license": "MIT",
Expand Down Expand Up @@ -53,14 +53,13 @@
},
"devDependencies": {
"@swc/cli": "0.4.0",
"@swc/core": "1.7.23",
"@types/node": "22.5.4",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0",
"@swc/core": "1.7.40",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"tsup": "8.2.4",
"typescript": "5.5.4"
"tsup": "8.3.5",
"typescript": "5.6.3"
},
"peerDependencies": {
"react": ">= 16.8",
Expand Down
19 changes: 17 additions & 2 deletions library/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export { default as CloudflareWorkers } from "./library/cloudflareWorkers.js";
export { default as Gif } from "./library/gif.js";
export { default as Rome } from "./library/rome.js";
export { default as Turborepo } from "./library/turborepo.js";
export { default as BiomeOld } from "./library/biome_old.js";
export { default as BiomeOld } from "./library/biomeOld.js";
export { default as Biome } from "./library/biome.js";
export { default as Bun } from "./library/bun.js";
export { default as CMake } from "./library/cmake.js";
Expand All @@ -153,7 +153,7 @@ export { default as Earthfile } from "./library/earthfile.js";
export { default as Gatsbyjs } from "./library/gatsbyjs.js";
export { default as Keystatic } from "./library/keystatic.js";
export { default as Knip } from "./library/knip.js";
export { default as PandaCSS } from "./library/pandacss.js";
export { default as PandaCSS } from "./library/panda.js";
export { default as Sanity } from "./library/sanity.js";
export { default as Serverless } from "./library/serverless.js";
export { default as Solidity } from "./library/solidity.js";
Expand Down Expand Up @@ -187,6 +187,17 @@ export { default as CodePink } from "./library/codePink.js";
export { default as Func } from "./library/func.js";
export { default as Fresh } from "./library/fresh.js";
export { default as StatamicAntlers } from "./library/statamicAntlers.js";
export { default as NestGuard } from "./library/nestGuard.js";
export { default as AngularDirective } from "./library/angularDirective.js";
export { default as AngularGuard } from "./library/angularGuard.js";
export { default as AngularModule } from "./library/angularModule.js";
export { default as AngularPipe } from "./library/angularPipe.js";
export { default as Fortran } from "./library/fortran.js";
export { default as Oxlint } from "./library/oxlint.js";
export { default as Luau } from "./library/luau.js";
export { default as Docusaurus } from "./library/docusaurus.js";
export { default as MongoDB } from "./library/mongodb.js";
export { default as Bruno } from "./library/bruno.js";

// Folders =>

Expand Down Expand Up @@ -256,3 +267,7 @@ export { default as FolderPinkOutline } from "./library/folders/folderPinkOutlin
export { default as FolderPipes } from "./library/folders/folderPipes.js";
export { default as FolderProviders } from "./library/folders/folderProviders.js";
export { default as FolderServices } from "./library/folders/folderServices.js";
export { default as FolderConstants } from "./library/folders/folderConstants.js";
export { default as FolderHooks } from "./library/folders/folderHooks.js";
export { default as FolderMongoDB } from "./library/folders/folderMongoDB.js";
export { default as FolderBruno } from "./library/folders/folderBruno.js";
17 changes: 17 additions & 0 deletions library/src/library/angularDirective.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import type { ComponentProps, FC } from "react";

const AngularDirective: FC<ComponentProps<"svg">> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
fill="#16A34A"
d="M20.03 5.97l-.614 9.642-5.87-12.643 6.484 3zm-4.066 12.467l-4.436 2.532-4.436-2.532.902-2.186h7.068l.902 2.186zm-4.436-10.67l2.324 5.652H9.203l2.325-5.651zm-7.895 7.845L3.026 5.97 9.51 2.969 3.633 15.612z"
></path>
</svg>
);

export default AngularDirective;
17 changes: 17 additions & 0 deletions library/src/library/angularGuard.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import type { ComponentProps, FC } from "react";

const AngularGuard: FC<ComponentProps<"svg">> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
fill="#2563EB"
d="M20.03 5.97l-.614 9.642-5.87-12.643 6.484 3zm-4.066 12.467l-4.436 2.532-4.436-2.532.902-2.186h7.068l.902 2.186zm-4.436-10.67l2.324 5.652H9.203l2.325-5.651zm-7.895 7.845L3.026 5.97 9.51 2.969 3.633 15.612z"
></path>
</svg>
);

export default AngularGuard;
17 changes: 17 additions & 0 deletions library/src/library/angularModule.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import type { ComponentProps, FC } from "react";

const AngularModule: FC<ComponentProps<"svg">> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
fill="#8B5CF6"
d="M20.03 5.97l-.614 9.642-5.87-12.643 6.484 3zm-4.066 12.467l-4.436 2.532-4.436-2.532.902-2.186h7.068l.902 2.186zm-4.436-10.67l2.324 5.652H9.203l2.325-5.651zm-7.895 7.845L3.026 5.97 9.51 2.969 3.633 15.612z"
></path>
</svg>
);

export default AngularModule;
17 changes: 17 additions & 0 deletions library/src/library/angularPipe.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import type { ComponentProps, FC } from "react";

const AngularModule: FC<ComponentProps<"svg">> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
fill="#EA580C"
d="M20.03 5.97l-.614 9.642-5.87-12.643 6.484 3zm-4.066 12.467l-4.436 2.532-4.436-2.532.902-2.186h7.068l.902 2.186zm-4.436-10.67l2.324 5.652H9.203l2.325-5.651zm-7.895 7.845L3.026 5.97 9.51 2.969 3.633 15.612z"
></path>
</svg>
);

export default AngularModule;
File renamed without changes.
61 changes: 61 additions & 0 deletions library/src/library/bruno.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
import type { ComponentProps, FC } from "react";

const Bruno: FC<ComponentProps<"svg">> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<g clipPath="url(#clip0_35526_298)">
<path
fill="#F4AA41"
d="M7.837 4.474l-1.834.699-2.635 2.853-1.494 3.792.466 1.928c.454 1.37 1.205 2.324 2.55 3.34l.971-.932s1.38 2.784 3.878 3.235c0 0 3.705.7 5.631-.316.538-.284.908-.661 1.19-.937.747-.735 1.094-1.271 1.64-1.892l.602.653.664-.02 1.812-2.611.723-1.831-.008-1.537-.785-2.027-1.745-2.678s-.952-1.537-2.95-1.414c0 0-2.346-1.746-4.272-1.475-1.926.27-1.304-.245-4.404 1.17z"
></path>
<path
fill="#EA5A47"
d="M12 15.876l-1.113.872h-.903l.19 1.405.151 1.089.29.847 1.024.541 1.655-.21.31-.796.254-1.51.279-1.306-.723.09L12 15.877z"
></path>
<path
fill="#3F3F3F"
d="M10.736 12.332l-.572 1.354.783.451.451.18 1.565.061 1.053-.812-.632-1.174-2.648-.06z"
></path>
<path
fill="#000"
d="M9.655 9.873s-.652.448-.993.24a.722.722 0 01.752-1.233c.34.208.24.993.24.993z"
></path>
<path
stroke="#000"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="0.722"
d="M10.956 12.363h2.22a.36.36 0 01.332.22l.418.984-.787.414a.361.361 0 01-.526-.273M11.552 13.72a.361.361 0 01-.492.27l-.836-.344.394-1.049a.361.361 0 01.338-.234M9.991 17.065s-.26 3.176 1.086 3.589c.955.293 1.86.192 2.19-.09.315-.271.95-1.616.659-3.499"
></path>
<path
fill="#000"
d="M14.984 9.873s.652.448.993.24a.722.722 0 00-.752-1.233c-.34.208-.24.993-.24.993z"
></path>
<path
stroke="#000"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="0.722"
d="M8.253 14.47c-.171 1.3.807 2.076 1.548 2.47.432.23.957.187 1.342-.115l.932-.73.932.73c.385.302.91.345 1.343.115.74-.394 1.718-1.17 1.547-2.47"
></path>
<path
stroke="#000"
strokeLinecap="round"
strokeLinejoin="round"
strokeWidth="0.722"
d="M6.204 9.24c-.836 1.863-.183 4.704.043 5.553a.714.714 0 01-.045.492l-.718 1.514a.721.721 0 01-1.203.16c-1.153-1.368-3.09-4.114-2.365-6.026 2.55-6.72 5.73-6.552 5.73-6.552 1.028-.698 4.732-2.505 8.96.316 0 0 3.117-.62 5.394 6.116.652 1.928-1.238 4.647-2.365 6.01a.721.721 0 01-1.207-.153l-.713-1.505a.715.715 0 01-.046-.492c.227-.849.88-3.689.043-5.552M18.006 15.778s-1.112 2.428-2.819 2.987M6.019 15.961s1.111 2.196 2.818 2.756M12.075 16.095V15"
></path>
</g>
<defs>
<clipPath id="clip0_35526_298">
<path fill="#fff" d="M0 0H24V24H0z"></path>
</clipPath>
</defs>
</svg>
);

export default Bruno;
16 changes: 9 additions & 7 deletions library/src/library/deno.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ComponentProps, FC } from "react"
import type { ComponentProps, FC } from "react";

const Deno: FC<ComponentProps<"svg">> = (props) => (
<svg
Expand All @@ -8,16 +8,18 @@ const Deno: FC<ComponentProps<"svg">> = (props) => (
{...props}
>
<path
fill="#2563EB"
fill="#64748B"
fillRule="evenodd"
d="M19.071 4.929A10 10 0 104.93 19.07 10 10 0 0019.07 4.93zM6.414 5.69a.488.488 0 01.941.254l-.003.016-.665 2.46-.003.013a.488.488 0 01-.942-.258l.004-.012.664-2.46.004-.013zm8.531.465a.495.495 0 01.598-.332c.254.07.406.332.344.59v.012l-.524 1.933-.043-.035a5.468 5.468 0 00-.824-.5l.445-1.656.004-.012zM10.27 3.184c.307-.06.617-.105.93-.133a.484.484 0 01-.005.219l-.004.011-.664 2.461-.004.012a.488.488 0 01-.941-.254l.004-.012.617-2.293.067-.011zm6.91 2.05l.129-.484.058.043c.268.2.525.416.77.644l-.016.051-.004.012a.488.488 0 01-.941-.254l.004-.012zm-3.97-1.23l.235-.871.07.012c.298.05.593.115.883.195l-.246.918-.004.012a.488.488 0 01-.941-.254l.004-.012zM6.438 11.77c0-2.278 2.266-4.11 5.172-4.11 1.399 0 2.598.387 3.543 1.125a5.034 5.034 0 011.7 2.477l.007.023.008.027.016.051.023.094.063.219.066.25.293 1.07 1.344 5.02-.043.047a8.976 8.976 0 01-5.442 2.843l-.019-.129-.035-.258-.031-.187-.036-.246-.046-.3-.02-.118-.043-.285-.027-.168-.035-.219-.036-.21-.035-.204-.035-.2-.031-.195-.035-.187-.032-.18-.023-.133-.027-.128-.047-.247-.024-.117-.027-.144-.023-.102-.02-.097-.02-.094-.011-.063-.028-.117-.039-.172-.015-.054-.02-.079-.015-.074-.02-.074-.02-.07-.011-.043-.02-.067-.015-.062-.012-.043-.016-.04-.011-.034-.016-.055-.012-.04-.008-.023a2.628 2.628 0 00-.07-.183l-.012-.024.09-.234-.355.012-.098.004c-3.226.066-5.309-1.305-5.309-3.454zm2.024 6.648a.486.486 0 01.594-.332c.258.066.41.328.347.586l-.004.012-.472 1.761-.067-.027a8.959 8.959 0 01-.84-.363l.438-1.625.004-.012zm2.719-1.191a.488.488 0 01.902-.086l.016.07.023.113.016.082-.004.02-.012.055v.011l-.664 2.461-.004.012a.488.488 0 01-.941-.254v-.012l.664-2.46.004-.012zm-4.063-2.793l.031-.075c.247.215.532.41.844.575l-.601 2.234-.004.012a.488.488 0 01-.942-.258l.004-.012.664-2.46.004-.016zM4.97 11.859a.495.495 0 01.597-.332c.254.07.407.332.344.59v.012l-.664 2.46-.004.013a.489.489 0 01-.941-.258v-.012l.664-2.46.004-.013zm14.89-.558a.492.492 0 01.594-.332c.258.07.41.332.348.586v.015l-.668 2.461v.012a.49.49 0 01-.945-.258l.003-.012.665-2.46.003-.012zm-16.785-.344a8.922 8.922 0 011.043-3.273.49.49 0 01.465.605l-.004.012-.664 2.46-.004.012a.492.492 0 01-.836.184zm15.102-2.926a.496.496 0 01.597-.332c.254.07.41.332.348.59l-.004.012-.664 2.46-.004.012a.488.488 0 01-.941-.257l.004-.012.664-2.461v-.012z"
d="M3.75 15.816a9.048 9.048 0 01-.778-4.856 9.09 9.09 0 012.99-5.749 9.094 9.094 0 014.136-2.1 9.111 9.111 0 015.685.623 9.107 9.107 0 015.176 6.706 9.127 9.127 0 01-.444 4.758 9.096 9.096 0 01-1.802 2.935c-1.008 1.028-2.288 1.486-3.357 1.467a3.337 3.337 0 01-2.063-.776c-.751-.646-1.055-1.386-1.159-2.21a3.76 3.76 0 01.096-1.15c.08-.29.282-.846.577-1.09-.345-.148-.79-.472-.93-.627-.034-.038-.03-.098.001-.14a.117.117 0 01.134-.04c.296.103.657.203 1.038.267.502.084 1.125.189 1.756.22 1.539.076 3.147-.615 3.645-1.99.5-1.374.306-2.734-1.484-3.549-1.79-.816-2.617-1.785-4.063-2.37-.945-.382-1.996-.155-3.076.441-2.907 1.607-5.512 6.684-4.311 11.387a.145.145 0 01-.238.144 9.135 9.135 0 01-1.529-2.3z"
clipRule="evenodd"
></path>
<path
fill="#2563EB"
d="M12.234 9.305a.625.625 0 110 1.25.625.625 0 010-1.25z"
fill="#64748B"
fillRule="evenodd"
d="M11.678 6.776c.49-.038.918.38.992.937.098.741-.174 1.507-1.069 1.525-.764.015-.996-.756-.945-1.223.05-.467.435-1.193 1.022-1.239z"
clipRule="evenodd"
></path>
</svg>
)
);

export default Deno
export default Deno;
93 changes: 93 additions & 0 deletions library/src/library/docusaurus.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
import type { ComponentProps, FC } from "react";

const Docusaurus: FC<ComponentProps<"svg">> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
fill="#fff"
fillRule="evenodd"
d="M11.897 6.79h9.121v3.691h-9.12V6.79z"
clipRule="evenodd"
></path>
<path
fill="#22C55E"
fillRule="evenodd"
d="M3.645 18.842a2.169 2.169 0 01-1.879-1.086 2.172 2.172 0 001.879 3.258h2.172v-2.172H3.645z"
clipRule="evenodd"
></path>
<path
fill="#22C55E"
fillRule="evenodd"
d="M13.415 7.373l7.603-.475V5.812c0-1.2-.972-2.172-2.171-2.172H9.074l-.271-.47a.313.313 0 00-.543 0l-.272.47-.271-.47a.313.313 0 00-.543 0l-.271.47-.272-.47a.313.313 0 00-.543 0l-.271.47H5.81l-.45-.449a.313.313 0 00-.524.14l-.149.555-.564-.151a.313.313 0 00-.384.384l.151.564-.554.148a.313.313 0 00-.14.524l.45.45v.007l-.471.272a.313.313 0 000 .542l.47.272-.47.271a.313.313 0 000 .543l.47.272-.47.271a.313.313 0 000 .543l.47.272-.47.271a.313.313 0 000 .543l.47.271-.47.272a.313.313 0 000 .543l.47.271-.47.272a.313.313 0 000 .543l.47.271-.47.271a.313.313 0 000 .543l.47.272-.47.271a.313.313 0 000 .543l.47.272-.47.271a.313.313 0 000 .543l.47.271-.47.272a.313.313 0 000 .543l.47.271-.47.272a.313.313 0 000 .543l.47.271-.47.272a.313.313 0 000 .543l.47.27c0 1.2.972 2.172 2.172 2.172h13.03c1.199 0 2.171-.972 2.171-2.171v-8.687l-7.603-.475a1.156 1.156 0 010-2.307z"
clipRule="evenodd"
></path>
<path
fill="#22C55E"
fillRule="evenodd"
d="M16.675 21.014h3.257V16.67h-3.257v4.344z"
clipRule="evenodd"
></path>
<path
fill="#22C55E"
fillRule="evenodd"
d="M22.104 18.299c-.024 0-.046.004-.07.007l-.012-.049a.542.542 0 10-.537-.931c-.011-.013-.024-.025-.036-.037a.538.538 0 00-.325-.856.543.543 0 00-.607.32c-.017-.005-.033-.01-.049-.013.003-.023.007-.046.007-.07a.543.543 0 10-1.086 0c0 .024.004.047.007.07l-.048.012a.542.542 0 10-.932.537 2.172 2.172 0 103.62 2.089c.021.003.044.007.068.007a.543.543 0 000-1.086zM17.76 14.499h3.258v-2.172h-3.257v2.172z"
clipRule="evenodd"
></path>
<path
fill="#22C55E"
fillRule="evenodd"
d="M22.104 13.684a.272.272 0 000-.543c-.012 0-.023.002-.035.004l-.006-.025a.27.27 0 00.067-.46.271.271 0 00-.335-.005.628.628 0 00-.019-.018.269.269 0 00-.006-.334.271.271 0 00-.46.065 1.086 1.086 0 100 2.09.271.271 0 10.466-.269.79.79 0 00.019-.018.268.268 0 00.336-.005.272.272 0 00-.068-.46l.006-.025c.012.001.023.003.035.003z"
clipRule="evenodd"
></path>
<path
fill="#FDE047"
fillRule="evenodd"
d="M12.332 21.014h6.514c1.2 0 2.172-.973 2.172-2.172v-7.6h-6.515c-1.2 0-2.171.971-2.171 2.17v7.602z"
clipRule="evenodd"
></path>
<path
fill="#000"
stroke="#000"
strokeLinejoin="round"
strokeWidth="0.2"
d="M7.726 7.16a.371.371 0 00.634-.262c0-.804-.654-1.457-1.457-1.457-.804 0-1.458.653-1.458 1.457a.371.371 0 10.743 0 .715.715 0 011.429 0c0 .098.04.193.109.263z"
></path>
<path
fill="#000"
fillRule="evenodd"
d="M19.392 14.607h-5.434a.109.109 0 110-.217h5.434a.109.109 0 01.076.185.109.109 0 01-.076.032zm0 2.172h-5.434a.109.109 0 110-.217h5.434a.109.109 0 110 .217zm0 2.172h-5.434a.109.109 0 01-.077-.186.109.109 0 01.077-.032h5.434a.109.109 0 110 .218zm0-5.41h-5.434a.109.109 0 01-.077-.185.109.109 0 01.077-.032h5.434a.109.109 0 01.076.186.109.109 0 01-.076.032zm0 2.152h-5.434a.109.109 0 110-.217h5.434a.109.109 0 110 .217zm0 2.172h-5.434a.109.109 0 110-.217h5.434a.109.109 0 110 .217zm1.626-10.032h-.003c-.336.01-.495.346-.635.642-.146.31-.26.511-.444.505-.205-.007-.323-.239-.447-.484-.143-.282-.305-.601-.647-.59-.331.012-.49.304-.63.562-.15.274-.252.441-.448.433-.21-.007-.32-.196-.45-.414-.143-.242-.309-.515-.644-.506-.325.011-.485.259-.626.478-.149.23-.253.372-.452.364-.214-.008-.325-.164-.453-.345-.144-.204-.306-.434-.64-.423-.318.011-.478.214-.619.393-.133.17-.238.304-.459.296a.109.109 0 00-.007.217c.327.01.493-.196.637-.379.128-.162.238-.302.455-.31.21-.009.308.121.456.33.14.2.3.426.622.438.337.01.5-.24.643-.464.128-.199.239-.37.45-.378.195-.007.301.147.45.4.141.238.3.508.629.52.34.012.503-.284.646-.546.123-.227.24-.441.447-.448.195-.005.296.173.446.47.14.277.3.591.633.603h.018c.333 0 .49-.333.63-.629.124-.261.241-.508.442-.518v-.217z"
clipRule="evenodd"
></path>
<path
fill="#000"
stroke="#000"
strokeLinejoin="round"
strokeWidth="0.2"
d="M16.533 5.748c.023.01.046.017.07.021h0a.394.394 0 00.072.007h0c.049 0 .097-.01.142-.028l-.038-.092.038.093a.38.38 0 00.063-.034h0l.003-.002a.512.512 0 00.051-.042h0l.004-.003a.375.375 0 00.101-.334h0a.404.404 0 00-.02-.068h0v-.002a.38.38 0 00-.034-.064h0l-.002-.003a.498.498 0 00-.042-.052h0l-.007-.006a.512.512 0 00-.051-.042h0l-.003-.002a.38.38 0 00-.063-.034h0a.38.38 0 00-.284 0l.038.093m-.038.595a.376.376 0 01-.063-.034l-.003-.002h0a.522.522 0 01-.052-.042l-.007-.006h0l-.001-.003c-.011-.012-.028-.03-.042-.052a.39.39 0 01-.034-.063h0a.386.386 0 01-.028-.141v-.001a.39.39 0 01.027-.139l.001-.003h0a.39.39 0 01.034-.063l.002-.003h0a.51.51 0 01.042-.051l.006-.008h0a.522.522 0 01.052-.041l.003-.002h0a.378.378 0 01.064-.034l.037.093m-.038.595s0 0 0 0l.038-.093-.038.093s0 0 0 0zm.038-.595a.27.27 0 01.05-.015l.205.492a.28.28 0 01-.151.045.295.295 0 01-.104-.02.28.28 0 01-.088-.059h-.001c-.012-.014-.023-.026-.033-.041a.284.284 0 01-.046-.15m.168-.252a.28.28 0 00-.122.1.289.289 0 00-.04.098.291.291 0 00-.006.053m0 0h0zm.376-.25a.277.277 0 00-.05-.016l.05.015zm0 0a.28.28 0 01.047.024l-.047-.025zm1.963-.137l-.037-.092a.38.38 0 00-.063.033h0l-.003.002a.5.5 0 00-.052.042h0l-.004.004a.377.377 0 00-.108.262h0c0 .05.01.097.028.142h0c.01.024.022.045.034.063h0l.002.004a.513.513 0 00.042.051h0l.003.004c.07.067.164.108.262.108h0c.05 0 .098-.01.142-.028l-.037-.093.037.093a.375.375 0 00.064-.034h0l.002-.002a.52.52 0 00.052-.042h0l.006-.006a.5.5 0 00.043-.052h0l.002-.003a.494.494 0 00.031-.058h0l.002-.005a.37.37 0 00.02-.07h.001a.377.377 0 00-.1-.333v-.001l-.005-.004a.522.522 0 00-.052-.042h0l-.002-.002a.375.375 0 00-.064-.033h0a.38.38 0 00-.068-.02m-.178.112l-.037-.092a.375.375 0 01.215-.02m-.178.112a.28.28 0 00-.088.059l.246-.074m-.158.015a.275.275 0 01.158-.015m.02-.098h.001l-.021.098m.02-.098h-.002l-.018.098"
></path>
<path
fill="#22C55E"
fillRule="evenodd"
d="M10.16 21.014h4.343V16.67H10.16v4.344z"
clipRule="evenodd"
></path>
<path
fill="#22C55E"
fillRule="evenodd"
d="M16.675 18.299c-.024 0-.047.004-.07.007l-.012-.049a.543.543 0 00-.21-1.044.539.539 0 00-.327.113l-.036-.037a.538.538 0 00-.013-.667.543.543 0 00-.92.13l-.048-.012c.003-.023.007-.046.007-.07a.543.543 0 10-1.086 0c0 .024.004.047.007.07l-.048.012a.543.543 0 10-.933.537 2.172 2.172 0 103.619 2.089c.023.003.046.007.07.007a.543.543 0 100-1.086zM10.16 14.499h4.343v-2.172H10.16v2.172z"
clipRule="evenodd"
></path>
<path
fill="#22C55E"
fillRule="evenodd"
d="M15.59 13.684a.272.272 0 000-.543c-.013 0-.024.002-.036.004l-.006-.025a.271.271 0 10-.268-.465.625.625 0 00-.018-.018.269.269 0 00-.007-.334.272.272 0 00-.46.065 1.086 1.086 0 100 2.09.271.271 0 10.467-.269.785.785 0 00.018-.018.268.268 0 00.336-.005.272.272 0 00-.068-.46l.006-.025c.012.001.023.003.035.003z"
clipRule="evenodd"
></path>
</svg>
);

export default Docusaurus;
Loading

0 comments on commit cddc18a

Please sign in to comment.