From c5f28376c86478b4c55d9f0910d8d0cb4a1feb06 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 22 Feb 2023 23:37:14 -0600 Subject: Rework web shell ui --- src/lib/icons.tsx | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'src/lib/icons.tsx') diff --git a/src/lib/icons.tsx b/src/lib/icons.tsx index f400c3f72..931e3c721 100644 --- a/src/lib/icons.tsx +++ b/src/lib/icons.tsx @@ -527,3 +527,29 @@ export function RectTallIcon({ ) } +export function ComposeIcon({ + style, + size, + strokeWidth = 1.5, +}: { + style?: StyleProp + size?: string | number + strokeWidth?: number +}) { + return ( + + + + ) +} -- cgit 1.4.1