summaryrefslogtreecommitdiff
path: root/src/components/CIcon.astro
diff options
context:
space:
mode:
authorMatt Kosarek <matt.kosarek@canonical.com>2026-07-08 08:29:04 -0400
committerMatt Kosarek <matt.kosarek@canonical.com>2026-07-08 08:29:04 -0400
commit418396ee5100eda8f6bc036ea35dbbe44db2f91a (patch)
tree78686d2865e0cd18b97abb01ef7478d55ff6e28e /src/components/CIcon.astro
parent168eb38557c8ac5698f3ac89b1385089b5b4a5cd (diff)
feature: update styling
Diffstat (limited to 'src/components/CIcon.astro')
-rw-r--r--src/components/CIcon.astro18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/components/CIcon.astro b/src/components/CIcon.astro
new file mode 100644
index 0000000..e58f77e
--- /dev/null
+++ b/src/components/CIcon.astro
@@ -0,0 +1,18 @@
+---
+import TechIcon from './TechIcon.astro';
+---
+
+<TechIcon name="C">
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"
+ ><path
+ fill="#659AD3"
+ d="M115.4 30.7l-48.3-27.8c-.8-.5-1.9-.7-3.1-.7-1.2 0-2.3.3-3.1.7l-48 27.9c-1.7 1-2.9 3.5-2.9 5.4v55.7c0 1.1.2 2.4 1 3.5l106.8-62c-.6-1.2-1.5-2.1-2.4-2.7z"
+ ></path><path
+ fill="#03599C"
+ d="M10.7 95.3c.5.8 1.2 1.5 1.9 1.9l48.2 27.9c.8.5 1.9.7 3.1.7 1.2 0 2.3-.3 3.1-.7l48-27.9c1.7-1 2.9-3.5 2.9-5.4v-55.7c0-.9-.1-1.9-.6-2.8l-106.6 62z"
+ ></path><path
+ fill="#fff"
+ d="M85.3 76.1c-4.2 7.4-12.2 12.4-21.3 12.4-13.5 0-24.5-11-24.5-24.5s11-24.5 24.5-24.5c9.1 0 17.1 5 21.3 12.5l13-7.5c-6.8-11.9-19.6-20-34.3-20-21.8 0-39.5 17.7-39.5 39.5s17.7 39.5 39.5 39.5c14.6 0 27.4-8 34.2-19.8l-12.9-7.6z"
+ ></path></svg
+ >
+</TechIcon>