34 lines
1.3 KiB
XML
34 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
- Copyright 2025 Sergey S. Chernov real.sergeych@gmail.com
|
|
-
|
|
- Licensed under the Apache License, Version 2.0 (the "License");
|
|
- you may not use this file except in compliance with the License.
|
|
- You may obtain a copy of the License at
|
|
-
|
|
- http://www.apache.org/licenses/LICENSE-2.0
|
|
-
|
|
- Unless required by applicable law or agreed to in writing, software
|
|
- distributed under the License is distributed on an "AS IS" BASIS,
|
|
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
- See the License for the specific language governing permissions and
|
|
- limitations under the License.
|
|
-
|
|
-->
|
|
|
|
<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg" aria-labelledby="title" role="img">
|
|
<title>Lyng Plugin Icon (temporary λ)</title>
|
|
<defs>
|
|
<!-- Monochrome, theme-friendly -->
|
|
<style>
|
|
.glyph { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
|
|
</style>
|
|
</defs>
|
|
<!-- Safe inset to avoid edge clipping in 40x40 canvas -->
|
|
<g transform="translate(2,2)">
|
|
<!-- Stylized lambda: rising stem + curved tail -->
|
|
<path class="glyph" d="M12 6 L18 22 C19.2 25.5 22.2 28 26 28 L32 28"/>
|
|
<path class="glyph" d="M18 22 L8 34"/>
|
|
</g>
|
|
</svg>
|