From 8eaf1834cb893538784df96e8f475a4b523a8210 Mon Sep 17 00:00:00 2001 From: Ansh Nanda Date: Fri, 5 May 2023 15:38:11 -0700 Subject: [PATCH] add system settings gear icon --- src/lib/icons.tsx | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/lib/icons.tsx b/src/lib/icons.tsx index adf8b7903c..eced43b3f9 100644 --- a/src/lib/icons.tsx +++ b/src/lib/icons.tsx @@ -347,6 +347,33 @@ export function SunIcon({ ) } +export function SystemSettingsIcon({ + style, + size, + strokeWidth = 1.5, +}: { + style?: StyleProp + size?: string | number + strokeWidth?: number +}) { + return ( + + + + ) +} + // Copyright (c) 2020 Refactoring UI Inc. // https://github.com/tailwindlabs/heroicons/blob/master/LICENSE export function UserIcon({