From 3e303807d3ce0d212ed3037342a0124bbd75a0ef 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`