From 23b5cc80ba02936659564dd03b173d3214ce5978 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Tue, 13 Sep 2022 19:59:06 +1000 Subject: Use Vue Composition API and ESLint --- src/components/icon/CloseIcon.vue | 5 ----- src/components/icon/DownIcon.vue | 5 ----- src/components/icon/EduIcon.vue | 5 ----- src/components/icon/ExternalLinkIcon.vue | 5 ----- src/components/icon/HelpIcon.vue | 5 ----- src/components/icon/InfoIcon.vue | 5 ----- src/components/icon/LinkIcon.vue | 5 ----- src/components/icon/LoaderIcon.vue | 5 ----- src/components/icon/LogInIcon.vue | 5 ----- src/components/icon/PauseIcon.vue | 5 ----- src/components/icon/PlayIcon.vue | 5 ----- src/components/icon/SearchIcon.vue | 5 ----- src/components/icon/SettingsIcon.vue | 5 ----- 13 files changed, 65 deletions(-) (limited to 'src/components/icon') diff --git a/src/components/icon/CloseIcon.vue b/src/components/icon/CloseIcon.vue index 7dceef9..a62b08a 100644 --- a/src/components/icon/CloseIcon.vue +++ b/src/components/icon/CloseIcon.vue @@ -5,8 +5,3 @@ - - diff --git a/src/components/icon/DownIcon.vue b/src/components/icon/DownIcon.vue index dc954d1..f7a5835 100644 --- a/src/components/icon/DownIcon.vue +++ b/src/components/icon/DownIcon.vue @@ -4,8 +4,3 @@ - - diff --git a/src/components/icon/EduIcon.vue b/src/components/icon/EduIcon.vue index e46f2a6..a7d0405 100644 --- a/src/components/icon/EduIcon.vue +++ b/src/components/icon/EduIcon.vue @@ -6,8 +6,3 @@ d="M112 240v128l144 80 144-80V240M480 368V192M256 320v128"/> - - diff --git a/src/components/icon/ExternalLinkIcon.vue b/src/components/icon/ExternalLinkIcon.vue index b7cb286..f672f3a 100644 --- a/src/components/icon/ExternalLinkIcon.vue +++ b/src/components/icon/ExternalLinkIcon.vue @@ -6,8 +6,3 @@ - - diff --git a/src/components/icon/HelpIcon.vue b/src/components/icon/HelpIcon.vue index 8486686..a61553a 100644 --- a/src/components/icon/HelpIcon.vue +++ b/src/components/icon/HelpIcon.vue @@ -5,8 +5,3 @@ - - diff --git a/src/components/icon/InfoIcon.vue b/src/components/icon/InfoIcon.vue index 0f390cf..47a14cd 100644 --- a/src/components/icon/InfoIcon.vue +++ b/src/components/icon/InfoIcon.vue @@ -6,8 +6,3 @@ - - diff --git a/src/components/icon/LinkIcon.vue b/src/components/icon/LinkIcon.vue index 49996b7..2e43324 100644 --- a/src/components/icon/LinkIcon.vue +++ b/src/components/icon/LinkIcon.vue @@ -5,8 +5,3 @@ - - diff --git a/src/components/icon/LoaderIcon.vue b/src/components/icon/LoaderIcon.vue index cd5093b..c2a0369 100644 --- a/src/components/icon/LoaderIcon.vue +++ b/src/components/icon/LoaderIcon.vue @@ -11,8 +11,3 @@ - - diff --git a/src/components/icon/LogInIcon.vue b/src/components/icon/LogInIcon.vue index b91550b..97ab871 100644 --- a/src/components/icon/LogInIcon.vue +++ b/src/components/icon/LogInIcon.vue @@ -6,8 +6,3 @@ - - diff --git a/src/components/icon/PauseIcon.vue b/src/components/icon/PauseIcon.vue index dc768a2..be13f5f 100644 --- a/src/components/icon/PauseIcon.vue +++ b/src/components/icon/PauseIcon.vue @@ -5,8 +5,3 @@ - - diff --git a/src/components/icon/PlayIcon.vue b/src/components/icon/PlayIcon.vue index 7e5d823..4295328 100644 --- a/src/components/icon/PlayIcon.vue +++ b/src/components/icon/PlayIcon.vue @@ -4,8 +4,3 @@ - - diff --git a/src/components/icon/SearchIcon.vue b/src/components/icon/SearchIcon.vue index 40b8226..4a25aea 100644 --- a/src/components/icon/SearchIcon.vue +++ b/src/components/icon/SearchIcon.vue @@ -5,8 +5,3 @@ - - diff --git a/src/components/icon/SettingsIcon.vue b/src/components/icon/SettingsIcon.vue index bea2a3f..e8738a9 100644 --- a/src/components/icon/SettingsIcon.vue +++ b/src/components/icon/SettingsIcon.vue @@ -15,8 +15,3 @@ 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"/> - - -- cgit v1.2.3