Skip to content

Commit

Permalink
Merge pull request #15 from pheralb/next
Browse files Browse the repository at this point in the history
🚀 v1.1.8
  • Loading branch information
pheralb committed May 3, 2023
2 parents 90d6292 + edeb51b commit 91c5f68
Show file tree
Hide file tree
Showing 15 changed files with 212 additions and 54 deletions.
1 change: 1 addition & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
github: [pheralb]
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency: ${{ github.workflow }}-${{ github.ref }}

jobs:
release:
name: Release
name: 🚀 Release
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
Expand Down
55 changes: 31 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
<div align="center">
<a href="https://react-symbols.vercel.app/">
<img src="website/public/images/banner.png">
<img src="website/public/images/og_image.png">
</a>

<p></p>

<a href="https://react-symbols.vercel.app/">🔎 Discover</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="#-getting-started">🚀 Getting Started</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://twitter.com/pheralb_">🐦 Twitter</a>
<a href="https://react-symbols.vercel.app/">Explore</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="#-getting-started">Getting Started</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="#-license">License</a>
<span>&nbsp;&nbsp;&nbsp;&nbsp;</span>
<a href="https://marketplace.visualstudio.com/items?itemName=miguelsolorio.symbols">VSCode Theme</a>

[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fpheralb%2Freact-symbols%2Fbadge%3Fref%3Dmain&style=flat)](https://actions-badge.atrox.dev/pheralb/react-symbols/goto?ref=main)
![GitHub releases](https://img.shields.io/github/release/pheralb/react-symbols)
![GitHub stars](https://img.shields.io/github/stars/pheralb/react-symbols)
![GitHub issues](https://img.shields.io/github/issues/pheralb/react-symbols)
![GitHub license](https://img.shields.io/github/license/pheralb/react-symbols)
[![Required Node.JS >=16.0.0](https://img.shields.io/static/v1?label=node&message=%20%3E=16.0.0&logo=node.js&color=3f893e)](https://nodejs.org/about/releases)

</div>

## 👋 Introduction

[**React-Symbols**](https://react-symbols.vercel.app/) is a library for React with the icons of the VSCode theme ["Symbols"](https://marketplace.visualstudio.com/items?itemName=miguelsolorio.symbols) by [Miguel Solorio (@miguelsolorio)](https://github.com/miguelsolorio).

## 🎉 Features
[**React-Symbols**](https://react-symbols.vercel.app/) is a library for React with the icons of the VSCode theme ["Symbols"](https://marketplace.visualstudio.com/items?itemName=miguelsolorio.symbols) by [Miguel Solorio (@miguelsolorio)](https://github.com/miguelsolorio):

- **+100** icons.
- **Lightweight**.
Expand All @@ -32,21 +32,21 @@

## 🚀 Getting Started

> 🚧 React-Symbols require **React >=16.8.0**.
> React-Symbols require **React >=16.8.0**.
### - Install

```bash
# npm ->
# with npm:
npm install @react-symbols/icons

# pnpm ->
# with pnpm:
pnpm add @react-symbols/icons

# ultra ->
# with ultra:
ultra install @react-symbols/icons

# yarn ->
# with yarn:
yarn add @react-symbols/icons
```

Expand All @@ -68,26 +68,33 @@ const MyComponent = () => {
export default MyComponent;
```

<details>
<summary>📀 Config for use the library in Remix.</summary>
- 📀 Config for use the library with [Remix](https://remix.run/):

```js
// Add in the remix.config.js:

module.exports = {
...
serverDependenciesToBundle: ["@react-symbols/icons"], // <-
serverDependenciesToBundle: ["@react-symbols/icons"], // 👈
...
};
```

- [Importing ESM Packages - Remix Docs](https://remix.run/docs/en/v1/pages/gotchas#importing-esm-packages).
</details>
## ⚙️ Stack

This is a [Turborepo](https://turbo.build/repo) project bootstrapped with [`create-turbo`](https://www.npmjs.com/package/create-turbo):

**For library:**

- [SWC](https://swc.rs/) - Rust-based platform for the Web.
- [React 18](https://reactjs.org/) - A JavaScript library for building user interfaces.
- [Typescript](https://www.typescriptlang.org/) - Typed JavaScript at Any Scale.

## 📦 Icons
**For website:**

-[Icons/files](https://github.com/miguelsolorio/vscode-symbols/tree/main/src/icons/files).
- 🧩 [Icons/folders](https://github.com/miguelsolorio/vscode-symbols/tree/main/src/icons/folders).
- [Remix](https://remix.run/) - Create modern, resilient user experiences with web fundamentals.
- [Typescript](https://www.typescriptlang.org/) - Typed JavaScript at Any Scale.
- [Tailwind CSS](https://tailwindcss.com/) - A utility-first CSS framework for rapidly building custom designs.
- [react-hot-toast](https://react-hot-toast.com/) - Beautifully React notifications.

## 🙌 Contributing

Expand Down
16 changes: 8 additions & 8 deletions library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-symbols/icons",
"version": "1.1.7",
"version": "1.1.8",
"description": "Symbols icons by Miguel Solorio for React",
"keywords": [
"react",
Expand Down Expand Up @@ -39,15 +39,15 @@
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@swc/cli": "0.1.59",
"@swc/core": "1.3.24",
"@types/node": "18.11.18",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.10",
"@swc/cli": "0.1.62",
"@swc/core": "1.3.56",
"@types/node": "18.16.3",
"@types/react": "18.2.1",
"@types/react-dom": "18.2.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"tsup": "6.5.0",
"typescript": "4.9.4"
"tsup": "6.7.0",
"typescript": "5.0.4"
},
"peerDependencies": {
"react": ">=16.8.0",
Expand Down
6 changes: 6 additions & 0 deletions library/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ export { default as Yaml } from './library/yaml.js';
export { default as Yarn } from './library/yarn.js';
export { default as Zig } from './library/zig.js';
export { default as Http } from './library/http.js';
export { default as Vercel } from './library/vercel.js';
export { default as Rescript } from './library/rescript.js';
export { default as RescriptInterface } from './library/rescriptInterface.js';
export { default as Netlify } from './library/netlify.js';
export { default as EditorConfig } from './library/editorConfig.js';
export { default as Deno } from './library/deno.js';

// Folders =>

Expand Down
23 changes: 23 additions & 0 deletions library/src/library/deno.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
import { ComponentProps, FC } from 'react';

const Deno: FC<ComponentProps<'svg'>> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
fill="#2563EB"
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"
clipRule="evenodd"
></path>
<path
fill="#2563EB"
d="M12.234 9.305a.625.625 0 110 1.25.625.625 0 010-1.25z"
></path>
</svg>
);

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

const EditorConfig: FC<ComponentProps<'svg'>> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
fill="#FAFAFA"
fillRule="evenodd"
d="M3.458 19.122c0 .354.09.735.337.87.91.51 4.096.112 5.179-.13.567-.128 1.027-.55 1.56-.78 1.2-.521 2.07-.942 3.03-1.643.696-.51 1.8-1.947 1.919-2.806l-.949-.213c-.022.965-.24 1.184-1.1 1.409-.577.157-1.705.19-2.294.09-.78-.13-1.133-.54-1.487-1.005-.685-.91.151-1.543-.931-1.605-1.14 1.397-3.148.393-4.03.253-.375.544-1.256 4.079-1.245 4.887.545-.185.887.017 1.375.207 1.728.668.219 1.257-.471 1.083-.472-.112-.618-.42-.893-.617zM5.72 11.06c.701.135 1.324.427 1.919.724.97.482 1.144.415 1.234 1.088.011.124-.011.191.342.303.595.186-.342-.145 1.252-.14.948.006 3.12.387 3.82.83.292.186.236.421 1.224.393-.011-1.161-.32-2.895-.774-3.96-.556-1.291-1.291-1.488-2.79-1.97-.874-.28-3.444-.59-4.241-.096-.746.466-.887 1.021-1.582 1.998-.202.286-.275.505-.404.83z"
clipRule="evenodd"
></path>
<path
fill="#FAFAFA"
fillRule="evenodd"
d="M11.898 13.444c.56.23-.029 1.717-.809 1.358-.252-.713.348-1.117.511-1.437-.337-.05-1.296-.202-1.582-.095-.37.14-.455.931-.264 1.302.898 1.762 4.865 1.386 4.444.017-.168-.556-.325-.646-.892-.837-.455-.151-.91-.308-1.408-.308zm-7.054-.197c.45.433 1.465.5 2.121.534.085-.87.158-1.521.853-1.47.343.465.163 1.015-.196 1.369.612-.006.965-.466.875-1.134-.516-.37-2.081-1.11-2.867-1.217-.219.235-.757 1.526-.786 1.918z"
clipRule="evenodd"
></path>
<path
fill="#475569"
fillRule="evenodd"
stroke="#475569"
strokeLinejoin="round"
strokeWidth="0.363"
d="M3.79 18.802c.37-.033 1.335.247 1.414.561-.6.073-1.364.017-1.414-.56zm-.331.32c.274.197.42.505.892.617.69.174 2.2-.415.471-1.083-.488-.19-.83-.392-1.375-.207-.01-.808.87-4.343 1.246-4.887.88.14 2.89 1.144 4.029-.253 1.083.062.246.696.931 1.605.354.466.707.875 1.487 1.004.59.101 1.717.068 2.295-.09.858-.224 1.077-.443 1.1-1.408l.948.213c-.118.859-1.223 2.295-1.92 2.806-.959.701-1.828 1.122-3.03 1.644-.532.23-.992.65-1.559.78-1.083.241-4.27.64-5.179.129-.247-.135-.336-.516-.336-.87zm7.85-4.646c.039-.37.179-.578.398-.73.151.326-.118.64-.399.73zm.588-1.032c.5 0 .954.157 1.409.308.567.191.724.281.892.836.42 1.37-3.546 1.746-4.444-.016-.19-.37-.107-1.162.264-1.302.286-.107 1.245.045 1.582.095-.163.32-.763.724-.51 1.437.78.359 1.369-1.128.807-1.358zm-4.584.067c.006-.387-.011-.735.343-.886.129.297-.085.718-.343.886zm-2.469-.263c.028-.393.567-1.684.786-1.92.785.107 2.351.848 2.867 1.218.09.668-.264 1.128-.875 1.134.359-.354.539-.904.196-1.37-.696-.05-.768.6-.853 1.47-.656-.033-1.672-.1-2.12-.532zm-.56-.45c-.208-.572-.208-1.464.673-1.537l-.45 1.251c-.117.27-.117.208-.224.287zM5.72 11.06c.129-.325.202-.544.404-.83.695-.977.836-1.532 1.582-1.998.797-.493 3.367-.185 4.242.096 1.498.482 2.233.679 2.788 1.97.455 1.065.764 2.799.775 3.96-.988.029-.932-.207-1.223-.392-.702-.444-2.873-.825-3.821-.83-1.594-.006-.657.325-1.252.14-.353-.113-.33-.18-.342-.304-.09-.673-.264-.605-1.234-1.088-.595-.297-1.218-.59-1.92-.724zm9.931-.275c-.107-.353.09-.33.432-.572.197-.14.354-.286.595-.42.903-.506 2.587-.59 3.305.01.292.242.768.713.695 1.33-.151 1.229-.993 1.902-1.683 2.463-.701.573-1.868 1.162-3.075.77-.1-.248-.022-1.813-.14-2.391-.106-.516-.05-.572.247-.881.875-.91 2.772-1.571 3.85-.791.454.336.325.465.56.723.292-.314-.252-1.369-2.26-1.301-1.364.045-1.954 1.11-2.526 1.06zm-8.17-3.192c.029-.78.747-2.396 1.465-2.957.87-.674 1.779-1.308 3.114-.55.331.185.314.28.348.74.028.444-.011.606-.123.966-.887 2.861-1.628 1.217-4.467 1.896.107-.931.915-1.762 1.364-2.194.768-.746 1.324-1.229 2.48-1.072.32.533.353.87-.034 1.493-.516.83-.645.78-.567 1.347.404-.101.528-.494.713-.887 1.128-2.357-.51-2.643-1.515-2.21-.673.285-1.874 1.61-2.267 2.406-.078.158-.163.36-.235.533l-.275.489zm4.444.117c.118-.7.814-.875.814-3.035 0-.931-1.145-1.768-2.643-1.145-1.285.528-1.481.932-2.166 1.964-.645.976-.622 2.048-1.178 2.951-.163.259-.308.348-.488.606-.13.191-.224.433-.353.657-.264.432-.534.746-.747 1.262-.673.017-1.24.029-1.307.724-.09.954.359 1.19.359 1.549-.006.387-1.577 4.292-1.139 6.62.123.64.544.646 1.218.725 1.621.196 3.725.129 5.178-.455l2.638-1.262c.667-.376 1.79-1.089 2.289-1.61.353-.365.538-.674.841-1.106.416-.606.427-.595.517-1.42.55.101 1.576.343 1.919.64-.04.387-.23.202-.23.55.219.006.583-.27.673-.572-.23-.337-.471-.281-.802-.55.263-.208.74-.303 1.105-.455.786-.325 2.127-1.313 2.458-2.21.263-.724.067-1.93-.36-2.402-.448-.494-1.492-.746-2.345-.746-1.015 0-2.065.73-2.884 1.043-.314-.275-.337-.589-.567-.892-.263-.359-1.98-1.257-2.8-1.43z"
clipRule="evenodd"
></path>
<path
fill="#BFDBFE"
fillRule="evenodd"
d="M7.313 13.511c.258-.168.472-.589.343-.886-.354.151-.337.499-.343.886zm3.995.965c.28-.09.55-.404.399-.73-.22.152-.36.36-.399.73z"
clipRule="evenodd"
></path>
<path
fill="#FECACA"
fillRule="evenodd"
d="M15.651 10.784c.572.05 1.162-1.015 2.525-1.06 2.009-.068 2.553.987 2.261 1.301-.236-.258-.107-.387-.56-.723-1.078-.78-2.975-.118-3.85.79-.297.31-.354.365-.247.882.118.578.04 2.143.14 2.39 1.207.393 2.374-.196 3.075-.769.69-.56 1.532-1.234 1.683-2.463.073-.617-.404-1.088-.695-1.33-.718-.6-2.402-.516-3.305-.01-.242.134-.399.28-.595.42-.342.241-.539.219-.432.572zM7.481 7.592l.275-.489c.073-.173.157-.375.236-.533.393-.796 1.594-2.12 2.267-2.407 1.004-.432 2.643-.146 1.515 2.211-.185.393-.309.786-.713.887-.078-.567.05-.517.567-1.347.387-.623.353-.96.034-1.493-1.156-.157-1.712.326-2.48 1.072-.45.432-1.257 1.263-1.364 2.194 2.84-.679 3.58.965 4.466-1.896.113-.36.152-.522.124-.966-.034-.46-.017-.555-.348-.74-1.335-.758-2.244-.124-3.114.55-.718.56-1.436 2.177-1.465 2.957zM5.204 19.363c-.079-.314-1.044-.594-1.414-.56.05.577.813.633 1.414.56z"
clipRule="evenodd"
></path>
</svg>
);

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

const Netlify: FC<ComponentProps<'svg'>> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
fill="#2DD4BF"
d="M16.27 9.09l-.007-.003a.029.029 0 01-.011-.006.054.054 0 01-.014-.046l.383-2.345 1.798 1.8-1.87.795a.041.041 0 01-.016.003h-.008a.85.85 0 00-.256-.197zm2.608-.143l1.923 1.923c.4.4.6.6.672.83.011.035.02.07.027.104l-4.595-1.946c-.003 0-.005-.002-.008-.003-.018-.007-.04-.016-.04-.034 0-.02.023-.028.041-.036l.006-.002 1.974-.836zm2.544 3.474c-.1.187-.293.38-.62.708l-2.168 2.168-2.804-.584-.015-.003c-.025-.004-.051-.009-.051-.031a.846.846 0 00-.325-.592c-.011-.011-.008-.029-.005-.045l.001-.007.527-3.238.002-.01c.003-.025.008-.054.03-.054a.86.86 0 00.576-.33c.004-.005.007-.01.013-.014.016-.007.035 0 .051.008l4.788 2.024zm-3.287 3.374L14.57 19.36l.61-3.75.002-.005.002-.015c.006-.012.018-.017.03-.021l.007-.003a.918.918 0 00.345-.257c.011-.013.026-.027.044-.03h.014l2.51.517h.001zm-4.32 4.32l-.4.401-4.443-6.42a.187.187 0 00-.005-.007c-.007-.01-.015-.019-.013-.03 0-.007.005-.014.01-.02l.006-.007.037-.06.01-.018.001-.002c.007-.012.014-.023.026-.03.01-.004.024-.002.036 0L14 14.937a.08.08 0 01.038.016c.007.007.008.014.01.022a.872.872 0 00.51.583c.013.007.007.022.001.038a.124.124 0 00-.008.023l-.736 4.495zm-.838.838c-.297.294-.471.449-.669.511a.992.992 0 01-.598 0c-.231-.073-.431-.272-.83-.672L6.418 16.33l1.166-1.807a.073.073 0 01.02-.023c.012-.009.03-.005.045 0 .267.08.554.066.812-.041.014-.005.027-.009.037 0 .006.005.01.01.014.017l4.464 6.477zM5.987 15.9l-1.023-1.023 2.021-.862a.044.044 0 01.016-.004c.017 0 .027.017.036.033.02.03.042.061.065.09l.006.009c.006.008.002.017-.004.025L5.988 15.9zm-1.476-1.476L3.217 13.13c-.22-.22-.38-.38-.49-.517l3.936.816.015.003c.024.004.051.008.051.031 0 .025-.03.036-.054.046l-.011.005-2.152.911zM2.5 11.946a.993.993 0 01.045-.245c.073-.232.272-.431.672-.83l1.657-1.658c.763 1.107 1.528 2.213 2.295 3.318.013.017.028.037.013.052-.073.08-.145.167-.196.262a.08.08 0 01-.025.03c-.006.005-.013.003-.02.002h-.002l-4.439-.93zM5.318 8.77l2.227-2.228c.21.092.972.414 1.653.701.516.219.986.417 1.134.482.015.006.028.012.035.026.004.01.002.02 0 .03a.993.993 0 00.26.907c.014.015 0 .036-.014.055l-.007.01-2.262 3.504a.068.068 0 01-.021.024c-.012.008-.029.005-.043.001a1.134 1.134 0 00-.27-.037c-.08 0-.169.015-.258.032-.01.001-.02.003-.027-.003a.105.105 0 01-.023-.025l-2.384-3.48zm2.677-2.678l2.885-2.884c.399-.4.599-.6.83-.672a.992.992 0 01.598 0c.232.073.431.273.83.672l.626.625-2.051 3.177a.076.076 0 01-.02.024c-.013.008-.03.005-.045 0a1.04 1.04 0 00-.953.183c-.013.014-.033.006-.05-.001-.268-.117-2.351-.997-2.65-1.124zM14.2 4.27l1.894 1.893-.456 2.827v.008a.067.067 0 01-.004.018c-.005.01-.015.012-.025.015a.908.908 0 00-.301.157.057.057 0 01-.022-.004L12.4 7.957l-.005-.003c-.019-.007-.04-.016-.04-.035a1.09 1.09 0 00-.154-.454c-.014-.023-.03-.046-.018-.07L14.2 4.27zm-1.95 4.269l2.705 1.146c.015.007.032.013.038.028a.054.054 0 010 .029.668.668 0 00-.015.13v.076c0 .019-.02.027-.037.034l-.005.002c-.43.183-6.018 2.566-6.026 2.566-.009 0-.018 0-.026-.008-.015-.015 0-.036.013-.055a.542.542 0 00.007-.01l2.224-3.442.004-.006c.012-.021.027-.044.051-.044l.023.003c.05.007.095.014.14.014.337 0 .65-.165.838-.445a.08.08 0 01.017-.02c.014-.01.033-.005.049.002zM9.15 13.094l6.092-2.598s.009 0 .017.009a.83.83 0 00.09.076l.013.008c.012.007.024.015.025.028v.013l-.522 3.205-.002.013c-.004.025-.007.053-.03.053a.858.858 0 00-.682.42l-.002.004c-.007.012-.014.023-.025.029-.01.005-.024.003-.035 0l-4.858-1.002c-.005 0-.075-.257-.08-.258z"
></path>
</svg>
);

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

const Rescript: FC<ComponentProps<'svg'>> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
fill="#F87171"
d="M20.843 3.902a3.41 3.41 0 00-.748-.746c-.887-.645-2.153-.645-4.686-.645H8.587c-2.532 0-3.799 0-4.686.645a3.328 3.328 0 00-.745.746c-.646.887-.646 2.153-.646 4.69v6.817c0 2.533 0 3.798.646 4.686.208.287.46.54.745.748.887.646 2.153.646 4.686.646h6.822c2.532 0 3.798 0 4.685-.646.287-.21.54-.462.75-.748.645-.887.645-2.153.645-4.686V8.591c0-2.536 0-3.802-.646-4.69zM11.3 15.419c0 .594 0 .894-.097 1.128-.13.313-.378.561-.69.69-.235.097-.531.097-1.128.097-.594 0-.894 0-1.128-.096a1.277 1.277 0 01-.69-.69c-.097-.235-.097-.535-.097-1.128V9.16c0-.717 0-1.076.138-1.348.123-.24.319-.436.559-.56.272-.137.631-.137 1.346-.137H11.3v8.304zm4.071-3.723a2.253 2.253 0 11.004 0h-.004z"
></path>
</svg>
);

export default Rescript;
Loading

1 comment on commit 91c5f68

@vercel
Copy link

@vercel vercel bot commented on 91c5f68 May 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

react-symbols – ./

react-symbols-pheralb.vercel.app
react-symbols-git-main-pheralb.vercel.app
react-symbols.vercel.app

Please sign in to comment.