summaryrefslogtreecommitdiffstats
path: root/src/components/Icons/Sliders.tsx
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <tom@vanderlee.io>2022-02-12 15:42:41 +0100
committerGravatar Tom van der Lee <tom@vanderlee.io>2022-02-12 15:42:41 +0100
commitde35f4506ab9847baa28a95566cb90e77dccb19f (patch)
treeb656c9e233da6679dfd2f24110388e1c4860affe /src/components/Icons/Sliders.tsx
parentd483a24804ba609fcfd67027c3d1a66e4173be5e (diff)
downloadclient-1.3.2.tar.gz
client-1.3.2.tar.bz2
client-1.3.2.zip
Fixed all importsv1.3.2
Diffstat (limited to 'src/components/Icons/Sliders.tsx')
-rw-r--r--src/components/Icons/Sliders.tsx2
1 files changed, 1 insertions, 1 deletions
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 @@
1import * as React from "react"; 1import * as React from "react";
2 2
3export function Sliders() { 3export 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"