mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
7 lines
249 B
HTML
7 lines
249 B
HTML
|
<svg height="26" width="26">
|
||
|
<g class="nodes">
|
||
|
<circle cx="13" cy="13" r="13" fill="{{ color }}"></circle>
|
||
|
<text x="13" y="13" text-anchor="middle" dominant-baseline="central" class="object_node_icon {{ style }}">{{ icon }}</text>
|
||
|
</g>
|
||
|
</svg>
|