From 50fe6d83b1479e03a3de67d39ebf41fdc90d4b45 Mon Sep 17 00:00:00 2001 From: Tom Carden Date: Sun, 1 Oct 2023 16:07:33 -0600 Subject: [PATCH] simplify down icon --- src/icons.ts | 32 +++++++++++++++----------------- 1 file changed, 15 insertions(+), 17 deletions(-) diff --git a/src/icons.ts b/src/icons.ts index 6160a0d..892cbc0 100644 --- a/src/icons.ts +++ b/src/icons.ts @@ -1,26 +1,24 @@ import { html } from 'lit'; -// FIXME: does this need to be nested like this? export const downIcon = (w: number, h: number) => html``; export const questionIcon = (w: number, h: number) => html`