From 7e4e6f6e51876406a72531687bbbd70c86d05463 Mon Sep 17 00:00:00 2001 From: Jay V Date: Tue, 8 Jul 2025 17:18:28 -0400 Subject: docs: share page bugs --- packages/web/src/components/icons/custom.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'packages/web/src/components/icons') diff --git a/packages/web/src/components/icons/custom.tsx b/packages/web/src/components/icons/custom.tsx index be1e2b4db..95f64c191 100644 --- a/packages/web/src/components/icons/custom.tsx +++ b/packages/web/src/components/icons/custom.tsx @@ -49,3 +49,12 @@ export function IconOpencode(props: JSX.SvgSVGAttributes) { ) } + +// https://icones.js.org/collection/ri?s=meta&icon=ri:meta-fill +export function IconMeta(props: JSX.SvgSVGAttributes) { + return ( + + + + ) +} -- cgit v1.2.3