1
0
mirror of https://github.com/konpa/devicon.git synced 2025-08-05 22:27:28 +02:00

new icon: leetcode (original, plain, line, original-wordmark, plain-wordmark, line-wordmark) (#2152)

* Added: leetcode icons

* Added: leetcode icons in devicon.json

* Optimized: leetcode-original.svg

* Optimized: leetcode-plain.svg

* Optimized: leetcode-line.svg

* Updated Aliases in devicon.json

* Apply suggestions from code review

- add plain icon to font
- shorten `#000000` to `#000`

* Create leetcode-original-wordmark.svg

* Create leetcode-line-wordmark.svg

* Create leetcode-plain-wordmark.svg

* add wordmark versions

* change color to `#ffa116`

* Rename icons/leetcode-plain-wordmark.svg to icons/leetcode/leetcode-plain-wordmark.svg

* Update leetcode-plain-wordmark.svg

recreate the plain version using the non-optimized original version

---------

Co-authored-by: Alex Canales <49886351+canaleal@users.noreply.github.com>
Co-authored-by: Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>
This commit is contained in:
Ansh Singh Sonkhia
2025-06-05 16:31:08 +05:30
committed by GitHub
parent 0565962ea6
commit d2002091b7
7 changed files with 36 additions and 0 deletions

View File

@@ -6829,6 +6829,36 @@
}
]
},
{
"name": "leetcode",
"altnames": [],
"tags": [
"online-platform",
"coding-platform",
"platform",
"coding",
"dsa",
"interview-preparation"
],
"versions": {
"svg": [
"original",
"plain",
"line",
"original-wordmark",
"plain-wordmark",
"line-wordmark"
],
"font": [
"plain",
"line",
"plain-wordmark",
"line-wordmark"
]
},
"color": "#ffa116",
"aliases": []
},
{
"name": "less",
"altnames": [

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path d="M76.37.002c-2.453-.036-4.892.833-6.653 2.621L18.91 54.293c-5.342 5.428-8.283 13.06-8.283 21.482 0 8.561 2.941 16.263 8.273 21.686l21.871 22.314c5.3 5.38 12.629 8.225 21.19 8.225 8.315 0 15.842-2.999 21.21-8.459l13.114-13.477c3.597-3.656 3.507-9.698-.191-13.46-1.852-1.88-4.288-2.915-6.865-2.915h-.01a9 9 0 0 0-6.453 2.684L69.16 105.744c-1.681 1.713-4.12 2.582-7.258 2.582s-5.588-.869-7.27-2.582l-21.79-22.32c-1.761-1.788-2.772-4.585-2.772-7.664 0-3.037.956-5.61 2.782-7.473l21.707-22.385c1.633-1.665 4.103-2.502 7.337-2.502 3.139 0 5.584.87 7.297 2.616L82.73 59.314a9.05 9.05 0 0 0 6.505 2.717 9.55 9.55 0 0 0 6.854-2.908c3.704-3.768 3.794-9.804.207-13.455L83.15 32.164a28 28 0 0 0-9.28-6.185l9.403-9.692c3.608-3.656 3.523-9.704-.181-13.473C81.285.978 78.82.038 76.369.002m-.147 5.242a4.26 4.26 0 0 1 3.052 1.313c1.67 1.702 1.757 4.386.166 5.998L67.03 25.354c-.667.688-.827 1.703-.554 2.626.272.924 1.105 1.645 2.039 1.864a22.6 22.6 0 0 1 10.824 6.068l13.135 13.492c1.563 1.596 1.473 4.28-.198 5.983a4.26 4.26 0 0 1-3.048 1.312 3.76 3.76 0 0 1-2.733-1.152l-13.535-13.3c-2.685-2.734-6.51-4.179-11.068-4.179-4.724 0-8.476 1.381-11.16 4.114L29.024 64.566c-2.775 2.824-4.302 6.806-4.302 11.204 0 4.536 1.527 8.587 4.297 11.4l21.796 22.32c2.69 2.738 6.522 4.186 11.08 4.186s8.385-1.447 11.038-4.153l13.605-13.37a3.75 3.75 0 0 1 2.68-1.116h.006a4.28 4.28 0 0 1 3.056 1.318c1.67 1.698 1.756 4.382.182 5.989L79.35 115.82c-4.345 4.414-10.515 6.842-17.39 6.842-7.098 0-13.108-2.294-17.372-6.623L22.723 93.73l-.006-.005c-4.355-4.42-6.752-10.792-6.752-17.95 0-7.018 2.396-13.317 6.746-17.742L73.516 6.365a3.75 3.75 0 0 1 2.707-1.12m-18.938 61.2c-4.99 0-9.056 4.287-9.056 9.555s4.06 9.553 9.056 9.553h51.03c4.99 0 9.058-4.285 9.058-9.553s-4.063-9.555-9.059-9.555zm0 5.338h51.03c2.054 0 3.72 1.89 3.72 4.217s-1.666 4.215-3.72 4.215h-51.03c-2.055 0-3.719-1.888-3.719-4.215s1.664-4.217 3.72-4.217"/></svg>

After

Width:  |  Height:  |  Size: 1.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path fill="#b3b1b0" d="M117.555 76.558c0-3.957-3.008-7.178-6.72-7.178H57.159c-3.712 0-6.72 3.221-6.72 7.178 0 3.958 3.002 7.18 6.72 7.18h53.676c3.712.005 6.72-3.217 6.72-7.18"/><path fill="#e7a41f" d="m18.79 96.996 23.003 23.26c5.19 5.221 12.363 7.744 20.283 7.744s15.094-2.73 20.294-7.968l13.803-14.065c2.72-2.741 2.624-7.28-.208-10.133-2.832-2.854-7.333-2.95-10.048-.208L71.645 109.53c-2.465 2.49-5.878 3.53-9.649 3.53s-7.179-1.04-9.653-3.53L29.419 86.26c-2.47-2.49-3.712-6.133-3.712-9.936s1.243-7.238 3.712-9.728l22.854-23.361c2.47-2.49 5.952-3.44 9.718-3.44s7.179 1.04 9.648 3.53l14.273 13.9c2.72 2.746 7.221 2.65 10.053-.203 2.832-2.859 2.928-7.398.208-10.14L82.37 32.825a26.64 26.64 0 0 0-12.758-7.094l-.18-.037 13.05-13.35c2.73-2.741 2.635-7.285-.197-10.139S74.945-.74 72.22 2.002L18.79 55.87c-5.19 5.237-7.905 12.464-7.905 20.454S13.6 91.77 18.79 96.996"/><path fill="#070706" d="M43.5 121.674a11.3 11.3 0 0 1-2.528-1.925c-7.078-7.11-14.187-14.187-21.249-21.318C9.115 87.721 7.445 72.1 15.531 59.39a32 32 0 0 1 4.475-5.355L71.33 2.605c3.333-3.34 7.99-3.478 11.088-.358 2.987 3.003 2.81 7.76-.416 11.019-4.101 4.139-8.208 8.267-12.315 12.4-.219.651-.747 1.067-1.2 1.531-4.603 4.672-9.334 9.222-13.872 13.963-.592.619-1.398.992-1.984 1.627-7.59 7.59-15.27 15.094-22.753 22.784-6.054 6.225-5.85 15.67.363 22.012 6.976 7.125 14.075 14.134 21.126 21.195.357.357.725.704 1.088 1.056 2.496 1.616 2.528 6.667.976 8.912-1.712 2.48-3.947 4-7.11 3.883-1.061-.032-1.936-.458-2.821-.955"/></svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path d="M76.992.002C75.171-.035 73.362.627 72 1.998l-53.432 53.87c-5.19 5.237-7.904 12.464-7.904 20.454s2.715 15.447 7.904 20.674l23.004 23.26c5.19 5.221 12.363 7.744 20.283 7.744s15.095-2.731 20.295-7.969l13.803-14.064c2.72-2.742 2.625-7.281-.207-10.135s-7.334-2.948-10.049-.207l-14.273 13.904c-2.464 2.491-5.878 3.532-9.649 3.532s-7.18-1.04-9.654-3.532L29.197 86.26c-2.47-2.49-3.71-6.134-3.71-9.937s1.24-7.237 3.71-9.728l22.856-23.362c2.47-2.49 5.953-3.439 9.718-3.439 3.766 0 7.18 1.038 9.649 3.53l14.271 13.9c2.72 2.746 7.223 2.65 10.055-.203 2.832-2.86 2.927-7.398.207-10.14L82.15 32.823c-3.461-3.445-7.845-5.952-12.757-7.093l-.182-.04 13.05-13.35c2.732-2.74 2.636-7.284-.197-10.138a7.36 7.36 0 0 0-5.072-2.2M56.937 69.379c-3.712 0-6.718 3.22-6.718 7.178s3.001 7.18 6.718 7.18h53.678c3.712.005 6.72-3.217 6.72-7.18 0-3.958-3.008-7.178-6.72-7.178z"/></svg>

After

Width:  |  Height:  |  Size: 924 B