From ce398bd77c4b4ef5d66f9714190acf771b592066 Mon Sep 17 00:00:00 2001 From: Bailey Pumfleet Date: Wed, 21 Apr 2021 11:10:27 +0100 Subject: [PATCH] Replace all SVG icons with Heroicons components --- components/Settings.tsx | 9 +++------ components/Shell.tsx | 22 +++------------------- pages/[user]/[type].tsx | 14 ++++---------- pages/[user]/book.tsx | 9 +++------ pages/auth/error.tsx | 5 ++--- pages/auth/logout.tsx | 6 ++---- pages/availability/index.tsx | 9 +++------ pages/integrations/index.tsx | 25 +++++++------------------ pages/success.tsx | 18 +++++++----------- 9 files changed, 34 insertions(+), 83 deletions(-) diff --git a/components/Settings.tsx b/components/Settings.tsx index e5dd273e..1a0a9264 100644 --- a/components/Settings.tsx +++ b/components/Settings.tsx @@ -1,5 +1,6 @@ import Link from 'next/link'; import { useRouter } from "next/router"; +import { UserCircleIcon, KeyIcon } from '@heroicons/react/outline'; export default function SettingsShell(props) { const router = useRouter(); @@ -13,9 +14,7 @@ export default function SettingsShell(props) {