diff options
Diffstat (limited to 'src/components/Icons')
| -rw-r--r-- | src/components/Icons/Filter.tsx | 2 | ||||
| -rw-r--r-- | src/components/Icons/Moon.tsx | 2 | ||||
| -rw-r--r-- | src/components/Icons/Sliders.tsx | 2 | ||||
| -rw-r--r-- | src/components/Icons/Sun.tsx | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/components/Icons/Filter.tsx b/src/components/Icons/Filter.tsx index 07796df..0b318e3 100644 --- a/src/components/Icons/Filter.tsx +++ b/src/components/Icons/Filter.tsx | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | import * as React from "react"; | 1 | import * as React from "react"; |
| 2 | 2 | ||
| 3 | export function Filter() { | 3 | export default function Filter() { |
| 4 | return ( | 4 | return ( |
| 5 | <svg | 5 | <svg |
| 6 | xmlns="http://www.w3.org/2000/svg" | 6 | xmlns="http://www.w3.org/2000/svg" |
diff --git a/src/components/Icons/Moon.tsx b/src/components/Icons/Moon.tsx index 303da04..a15c00f 100644 --- a/src/components/Icons/Moon.tsx +++ b/src/components/Icons/Moon.tsx | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | import * as React from "react"; | 1 | import * as React from "react"; |
| 2 | 2 | ||
| 3 | export function Moon() { | 3 | export default function Moon() { |
| 4 | return ( | 4 | return ( |
| 5 | <svg | 5 | <svg |
| 6 | xmlns="http://www.w3.org/2000/svg" | 6 | xmlns="http://www.w3.org/2000/svg" |
diff --git a/src/components/Icons/Sliders.tsx b/src/components/Icons/Sliders.tsx index 36c632f..66d6fac 100644 --- a/src/components/Icons/Sliders.tsx +++ b/src/components/Icons/Sliders.tsx | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | import * as React from "react"; | 1 | import * as React from "react"; |
| 2 | 2 | ||
| 3 | export function Sliders() { | 3 | export default function Sliders() { |
| 4 | return ( | 4 | return ( |
| 5 | <svg | 5 | <svg |
| 6 | xmlns="http://www.w3.org/2000/svg" | 6 | xmlns="http://www.w3.org/2000/svg" |
diff --git a/src/components/Icons/Sun.tsx b/src/components/Icons/Sun.tsx index f1e37a6..0641244 100644 --- a/src/components/Icons/Sun.tsx +++ b/src/components/Icons/Sun.tsx | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | import * as React from "react"; | 1 | import * as React from "react"; |
| 2 | 2 | ||
| 3 | export function Sun() { | 3 | export default function Sun() { |
| 4 | return ( | 4 | return ( |
| 5 | <svg | 5 | <svg |
| 6 | xmlns="http://www.w3.org/2000/svg" | 6 | xmlns="http://www.w3.org/2000/svg" |
