Skip to content

Commit

Permalink
Merge pull request #13 from pheralb/next
Browse files Browse the repository at this point in the history
🚀 v1.1.6
  • Loading branch information
pheralb committed Jan 12, 2023
2 parents 0a27466 + 0d77948 commit 4bc8a11
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-symbols/icons",
"version": "1.1.5",
"description": "File icons by Miguel Solorio for React",
"version": "1.1.6",
"description": "Symbols icons by Miguel Solorio for React",
"keywords": [
"react",
"icons",
Expand Down
3 changes: 3 additions & 0 deletions library/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export { default as Ionic } from './library/ionic.js';
export { default as Java } from './library/java.js';
export { default as Jest } from './library/jest.js';
export { default as Js } from './library/js.js';
export { default as JsTest } from './library/jsTest.js';
export { default as Julia } from './library/julia.js';
export { default as JuliaMarkdown } from './library/juliaMarkdown.js';
export { default as Kotlin } from './library/kotlin.js';
Expand All @@ -73,6 +74,7 @@ export { default as Python } from './library/python.js';
export { default as R } from './library/r.js';
export { default as Reactjs } from './library/reactjs.js';
export { default as Reactts } from './library/reactts.js';
export { default as ReactTest } from './library/reactTest.js';
export { default as Robot } from './library/robot.js';
export { default as Ruby } from './library/ruby.js';
export { default as Rust } from './library/rust.js';
Expand All @@ -90,6 +92,7 @@ export { default as Tailwind } from './library/tailwind.js';
export { default as Text } from './library/text.js';
export { default as Terraform } from './library/terraform.js';
export { default as Tsconfig } from './library/tsconfig.js';
export { default as TsTest } from './library/tsTest.js';
export { default as TypeScript } from './library/typescript.js';
export { default as Vite } from './library/vite.js';
export { default as Vue } from './library/vue.js';
Expand Down
17 changes: 17 additions & 0 deletions library/src/library/jsTest.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
import { ComponentProps, FC } from 'react';

const JsTest: FC<ComponentProps<'svg'>> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
fill="#EA580C"
d="M8.383 7.318h2.127v7.1c0 .656-.147 1.226-.442 1.71a2.924 2.924 0 01-1.218 1.118c-.52.262-1.125.393-1.815.393-.613 0-1.17-.107-1.67-.323a2.67 2.67 0 01-1.183-.994c-.292-.448-.436-1.01-.433-1.686h2.143c.006.269.061.5.164.691.106.19.25.335.432.438.186.1.405.15.657.15.265 0 .488-.057.67-.17.186-.116.327-.285.423-.507.096-.222.145-.496.145-.82v-7.1zm9.43 2.928c-.04-.4-.21-.712-.511-.934-.302-.222-.711-.333-1.228-.333-.352 0-.648.05-.89.149-.242.096-.428.23-.557.403a.969.969 0 00-.19.586.838.838 0 00.115.477c.087.136.204.254.353.353.15.097.322.181.517.254.196.07.405.13.627.179l.915.219c.444.1.851.232 1.223.397.37.166.692.37.964.612s.482.527.631.855a2.7 2.7 0 01.234 1.129c-.003.623-.162 1.163-.477 1.62-.312.454-.763.807-1.353 1.06-.586.248-1.294.372-2.122.372-.822 0-1.538-.126-2.148-.378-.607-.252-1.08-.624-1.422-1.118-.338-.497-.515-1.112-.532-1.845h2.083c.023.342.121.627.293.855.176.226.41.397.702.513.295.112.628.168.999.168.364 0 .68-.053.95-.159.271-.106.482-.253.63-.442.15-.189.224-.406.224-.651a.846.846 0 00-.203-.577c-.133-.156-.329-.288-.587-.398a5.964 5.964 0 00-.94-.298l-1.108-.278c-.859-.21-1.537-.536-2.034-.98-.497-.444-.744-1.042-.74-1.795-.004-.616.16-1.155.492-1.615.334-.461.793-.82 1.377-1.08.583-.258 1.246-.387 1.989-.387.755 0 1.415.13 1.978.388.567.258 1.008.618 1.323 1.079.314.46.477.994.487 1.6h-2.063z"
></path>
</svg>
);

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

const ReactTest: FC<ComponentProps<'svg'>> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
fill="#EA580C"
d="M11.5 13.677c.888 0 1.607-.75 1.607-1.677 0-.926-.72-1.677-1.607-1.677-.888 0-1.607.75-1.607 1.677 0 .926.72 1.677 1.607 1.677z"
></path>
<path
stroke="#EA580C"
d="M11.5 15.436c4.764 0 8.625-1.538 8.625-3.436S16.264 8.564 11.5 8.564c-4.763 0-8.625 1.538-8.625 3.436s3.862 3.436 8.625 3.436z"
></path>
<path
stroke="#EA580C"
d="M8.648 13.718c2.382 4.305 5.59 7.025 7.165 6.076 1.575-.949.92-5.208-1.461-9.512-2.382-4.305-5.59-7.025-7.164-6.076-1.576.949-.922 5.208 1.46 9.512z"
></path>
<path
stroke="#EA580C"
d="M8.648 10.282c-2.382 4.304-3.036 8.563-1.46 9.512 1.575.95 4.782-1.771 7.164-6.076 2.382-4.304 3.036-8.563 1.46-9.512-1.575-.95-4.782 1.771-7.164 6.076z"
></path>
</svg>
);

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

const TsTest: FC<ComponentProps<'svg'>> = (props) => (
<svg
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 24 24"
{...props}
>
<path
fill="#EA580C"
d="M3.234 9.093V7.318h8.363v1.775H8.479V17.5H6.352V9.093H3.234zm15.263 1.153c-.04-.4-.21-.712-.512-.934-.301-.222-.71-.333-1.228-.333-.351 0-.648.05-.89.149-.242.096-.427.23-.557.403a.969.969 0 00-.189.586.838.838 0 00.115.477c.086.136.204.254.353.353.149.097.321.181.517.254.195.07.404.13.626.179l.915.219c.444.1.852.232 1.223.397.371.166.693.37.965.612.271.242.482.527.631.855.152.328.23.704.234 1.129-.004.623-.163 1.163-.478 1.62-.311.454-.762.807-1.352 1.06-.587.248-1.294.372-2.123.372-.822 0-1.538-.126-2.147-.378-.607-.252-1.081-.624-1.422-1.118-.338-.497-.516-1.112-.532-1.845h2.083c.023.342.12.627.293.855.176.226.41.397.701.513.295.112.628.168 1 .168.364 0 .68-.053.949-.159.272-.106.482-.253.631-.442.15-.189.224-.406.224-.651a.846.846 0 00-.204-.577c-.132-.156-.328-.288-.586-.398a5.964 5.964 0 00-.94-.298l-1.109-.278c-.858-.21-1.536-.536-2.033-.98-.497-.444-.744-1.042-.74-1.795-.004-.616.16-1.155.491-1.615.335-.461.794-.82 1.377-1.08.584-.258 1.247-.387 1.99-.387.755 0 1.414.13 1.978.388.567.258 1.007.618 1.322 1.079.315.46.477.994.488 1.6h-2.064z"
></path>
</svg>
);

export default TsTest;
3 changes: 3 additions & 0 deletions website/src/data/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export const Icons = [
{ name: "Java", icon: ReactSymbols.Java },
{ name: "Jest", icon: ReactSymbols.Jest },
{ name: "Js", icon: ReactSymbols.Js },
{ name: "JsTest", icon: ReactSymbols.JsTest },
{ name: "Julia", icon: ReactSymbols.Julia },
{ name: "JuliaMarkdown", icon: ReactSymbols.JuliaMarkdown },
{ name: "Kotlin", icon: ReactSymbols.Kotlin },
Expand All @@ -74,6 +75,7 @@ export const Icons = [
{ name: "R", icon: ReactSymbols.R },
{ name: "React", icon: ReactSymbols.Reactjs },
{ name: "ReactTs", icon: ReactSymbols.Reactts },
{ name: "ReactTest", icon: ReactSymbols.ReactTest },
{ name: "Robot", icon: ReactSymbols.Robot },
{ name: "Ruby", icon: ReactSymbols.Ruby },
{ name: "Rust", icon: ReactSymbols.Rust },
Expand All @@ -91,6 +93,7 @@ export const Icons = [
{ name: "Terraform", icon: ReactSymbols.Terraform },
{ name: "Text", icon: ReactSymbols.Text },
{ name: "Ts", icon: ReactSymbols.TypeScript },
{ name: "TsTest", icon: ReactSymbols.TsTest },
{ name: "Tsconfig", icon: ReactSymbols.Tsconfig },
{ name: "Vite", icon: ReactSymbols.Vite },
{ name: "Vue", icon: ReactSymbols.Vue },
Expand Down

1 comment on commit 4bc8a11

@vercel
Copy link

@vercel vercel bot commented on 4bc8a11 Jan 12, 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.