diff options
author | codecalm <codecalm@gmail.com> | 2021-04-18 16:16:55 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2021-04-18 16:16:55 +0200 |
commit | 4a8728c4f5f99459ed4a5ae2a0956cf8b21cf502 (patch) | |
tree | 62320e69d9e84a81ac6bdf5e1a4e7fae9fffc81f /src/_icons | |
parent | mushroom, pizza fixes (diff) | |
download | tabler-icons-4a8728c4f5f99459ed4a5ae2a0956cf8b21cf502.tar.xz |
javascript icon #99
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/brand-javascript.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/brand-javascript.svg b/src/_icons/brand-javascript.svg new file mode 100644 index 00000000..0a5ea5c6 --- /dev/null +++ b/src/_icons/brand-javascript.svg @@ -0,0 +1,9 @@ +--- +category: Brand +tags: [js, language, programming] +--- +<svg> + <path d="M20 4l-2 14.5l-6 2l-6 -2l-2 -14.5z" /> + <path d="M7.5 8h3v8l-2 -1" /> + <path d="M16.5 8h-2.5a0.5 .5 0 0 0 -.5 .5v3a0.5 .5 0 0 0 .5 .5h1.423a0.5 .5 0 0 1 .495 .57l-.418 2.93l-2 .5" /> +</svg> |