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/CSharpModernIcon.astro | |
| parent | 168eb38557c8ac5698f3ac89b1385089b5b4a5cd (diff) | |
feature: update styling
Diffstat (limited to 'src/components/CSharpModernIcon.astro')
| -rw-r--r-- | src/components/CSharpModernIcon.astro | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/components/CSharpModernIcon.astro b/src/components/CSharpModernIcon.astro new file mode 100644 index 0000000..276c24e --- /dev/null +++ b/src/components/CSharpModernIcon.astro @@ -0,0 +1,12 @@ +--- +import TechIcon from './TechIcon.astro'; +--- + +<TechIcon name="C#"> + <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128" + ><path + fill="#68217a" + d="M95 2.3l30.5 12.3v98.7L94.8 125.7 45.8 77l-31 24.1L2.5 94.9V33.1l12.3-5.9 31 24.3ZM14.8 45.7V83.2l18.5-19Zm48.1 18.5L94.8 89.3V39Z" + ></path></svg + > +</TechIcon> |
