Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update dependency simple-icons to v13 #649

Merged
merged 2 commits into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"express": "4.19.2",
"gardevoir": "1.0.0",
"rxjs": "7.8.1",
"simple-icons": "12.4.0",
"simple-icons": "13.0.0",
"tslib": "2.6.3",
"zone.js": "0.14.7"
},
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
export const CUSTOM_DISPLAY_NAME_ENTRIES: ReadonlyArray<[string, string]> = [
['rspec', 'RSpec'],
['redsys', 'Redsys'],
['zenqms', 'ZenQMS'],
['karmarunner', 'Karma Runner'],
['http', 'HTTP'],
Expand Down
9 changes: 0 additions & 9 deletions src/app/resume-page/technology/custom-icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,6 @@ export const CUSTOM_ICONS: ReadonlyArray<SimpleIcon> = [
// 👇 Without Ruby logo internal shapes
// svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>RSpec</title><path fill="#5ecae6" d="m1.913 14.88 1.995.55a8.8 8.8 0 0 1-.692-3.44c0-4.845 3.929-8.794 8.794-8.794h.163l1.18-1.608L12.398 0h-.387C5.374 0 0 5.374 0 12.01c0 1.527.285 3.013.814 4.356z"/><path fill="#a5ddef" d="m14.046 1.69-1.222 1.567c4.458.427 7.96 4.173 7.96 8.753a8.7 8.7 0 0 1-.51 2.931l.958 1.853 1.832-.143a12.1 12.1 0 0 0 .936-4.64C24 5.74 19.196.59 13.069.06Z"/><path fill="#7fd2ed" d="m20.865 17.364-.855-1.75a8.78 8.78 0 0 1-8.02 5.17 8.78 8.78 0 0 1-7.776-4.703l-2.117-.529-1.038 1.405C2.952 21.109 7.125 24 11.989 24c4.764 0 8.876-2.768 10.81-6.779z"/><path d="m8.713 6.799-3.217 3.236.049.012-.049.05.057.114-.057-.012.815 1.608 5.597 6.798-.035-.062.022.027.013.035-.004-.023.004.004.004-.004-.004.023.014-.037.023-.03-.037.067 5.598-7.001.814-1.405-.062.012.062-.113-.049-.051.05-.012L15.103 6.8z" fill="#ef4561"/></svg>',
},
// Extracted from https://norbr.com/payment-providers/redsys/
// Nothing in vector format found in official site
// Pending to be added in simple icons:
// https://github.com/simple-icons/simple-icons/pull/10709
{
slug: 'redsys',
hex: 'DC7C26',
// svg: '<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Redsys</title><path d="M11.626 24c-3.989-.108-7.476-2.03-9.89-5.873A10.9 10.9 0 0 1 .17 13.959a12.4 12.4 0 0 1 .239-4.996c.44-1.711 1.275-3.197 2.339-4.58.075-.099.169-.263.314-.174.098.061.023.207-.019.324-.473 1.36-.46 2.756.225 3.984.783 1.411 1.964 2.438 3.67 2.705 1.636.258 3.07-.211 4.21-1.317 1.378-1.34 1.95-2.99 1.415-4.946-.285-1.036-.768-1.922-1.612-2.578-1.092-.848-2.33-1.26-3.722-1.12-.098.01-.225.08-.267-.056s.103-.14.187-.178A11.9 11.9 0 0 1 12.071 0c1.74.01 3.427.384 5.006 1.125 2.152 1.008 3.91 2.498 5.133 4.552a12.4 12.4 0 0 1 1.688 4.93c.154 1.313.08 2.584-.188 3.863-.333 1.575-.942 3.028-1.875 4.34-.853 1.2-1.851 2.241-3.103 3.052-.998.647-2.025 1.177-3.16 1.538-1.115.356-2.245.544-3.946.595z"/></svg>',
},
// Extracted from ZenQMS official site using SVG extractor
// ⚠️ Omitting icon, even minimized version takes 11kb 🙃
{
Expand Down
Loading