1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-31 12:27:22 +02:00

Add Lisp glyphs

[why]
We have no lambdas :-}

[how]
Icons used as suggested in the PR, but fixed some bugs in common-lisp
manually.

Fixes: #351

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2023-11-21 07:42:53 +01:00 committed by Fini
parent 86f1713570
commit 151c362cd7
3 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="512" height="512" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m376.84 245.46c-22.732 60.5-60.908 124.54-60.908 124.54h-43.398c9.9885-15.667 85.763-143.5 67.298-198.32-6.5235-19.367-22.669-42.845-41.121-68.681l43.412 0.7146c52.305 73.683 88.756 166.42 120.54 266.29h-40.298c-13.866-45.084-28.229-88.81-45.521-124.54zm135.16 10.536c0 141.38-114.62 256-256 256s-256-114.62-256-256 114.62-256 256-256 256 114.62 256 256zm-324.58-110.33s-39.916 62.834-61.913 124.33c-17.292-35.726-31.655-79.452-45.521-124.54h-40.298c31.78 99.866 68.231 193.6 120.54 267.29l43.412 0.7146c-18.452-25.836-33.641-50.641-41.121-69.681-17.593-44.781 53.274-175.02 69.388-198.12m267.46 110.34c0-134.4-108.96-243.36-243.36-243.36-40.287 0-78.286 9.7918-111.75 27.122 139.8-11.352 190.45 144.68 106.71 223.69-30.305 28.593-48.95 84.301-30.512 134.17 15.774 42.664 64.767 89.329 130.52 82.414 87.258-36.978 148.39-123.36 148.39-224.03z" stroke-width="1.0165"/>
</svg>

After

Width:  |  Height:  |  Size: 1004 B

View File

@ -213,3 +213,5 @@
179 i_custom_folder_oct folder2_nf.svg
180 i_custom_neovim neovim_nf.svg
181 i_custom_fennel fennel_nf.svg
182 i_custom_common_lisp commonlisp_nf.svg
183 i_custom_scheme scheme_nf.svg

Can't render this file because it has a wrong number of fields in line 13.

4
src/svgs/scheme_nf.svg Normal file
View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="350px" height="512px" version="1.1" xmlns="http://www.w3.org/2000/svg">
<path d="m336.57 404.1h12.863c0 37.635-6.0739 65.027-18.222 82.177-12.148 17.15-27.512 25.725-46.091 25.725-15.006 0-29.417-5.5976-43.232-16.793-13.815-11.195-26.201-41.565-37.158-91.11l-30.727-138.63-106.47 241.53h-67.528l152.92-329.42c-8.0986-42.637-17.865-74.198-29.298-94.682-11.433-20.485-25.606-30.727-42.518-30.727-13.577 0-25.368 5.1212-35.372 15.364s-15.721 26.321-17.15 48.234h-12.863c0.71458-35.015 7.7413-63.003 21.08-83.964s30.013-31.561 50.021-31.799c12.863 0 25.01 5.2403 36.444 15.721 11.433 10.481 21.438 28.583 30.013 54.308 8.575 25.725 21.795 78.843 39.659 159.35l25.368 113.26c10.242 46.924 20.961 78.247 32.156 93.968 11.195 15.721 24.772 23.7 40.731 23.939 26.678 2e-6 41.803-18.817 45.376-56.452z"/>
</svg>

After

Width:  |  Height:  |  Size: 855 B