diff options
| author | Matt Kosarek <matt.kosarek@canonical.com> | 2026-07-08 08:29:04 -0400 |
|---|---|---|
| committer | Matt Kosarek <matt.kosarek@canonical.com> | 2026-07-08 08:29:04 -0400 |
| commit | 418396ee5100eda8f6bc036ea35dbbe44db2f91a (patch) | |
| tree | 78686d2865e0cd18b97abb01ef7478d55ff6e28e /src/components/LuaIcon.astro | |
| parent | 168eb38557c8ac5698f3ac89b1385089b5b4a5cd (diff) | |
feature: update styling
Diffstat (limited to 'src/components/LuaIcon.astro')
| -rw-r--r-- | src/components/LuaIcon.astro | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/components/LuaIcon.astro b/src/components/LuaIcon.astro new file mode 100644 index 0000000..f804930 --- /dev/null +++ b/src/components/LuaIcon.astro @@ -0,0 +1,11 @@ +--- +import TechIcon from './TechIcon.astro'; +--- + +<TechIcon name="Lua"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 23 24" + ><path + d="m15.266 12.001 4.2-7.249 2.03 7.253-2.03 7.25-4.2-7.25zm-2.047 1.177 4.201 7.254-7.316-1.876-5.285-5.378zm4.2-9.608-4.2 7.253h-8.4l5.285-5.378 7.314-1.875zm6 5.963-2.566-9.533-9.564 2.555-1.416 2.489-2.873-.021-7 6.978 7 6.977 2.871-.022 1.418 2.489 9.564 2.554 2.56-9.531-1.453-2.468z" + ></path></svg + > +</TechIcon> |
