Lint fixes

This commit is contained in:
FlorianZahn
2021-10-10 10:56:27 +02:00
parent d72d5dcbcb
commit b927ebbbf7
3 changed files with 45 additions and 45 deletions

View File

@@ -2,7 +2,7 @@ import * as React from "react";
const pencilSvg = ({ const pencilSvg = ({
fill = "#ffffff" fill = "#ffffff"
}) => ( }): JSX.Element => (
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
width="18" width="18"

View File

@@ -2,7 +2,7 @@ import * as React from "react";
const thumbsDownSvg = ({ const thumbsDownSvg = ({
fill = "#ffffff" fill = "#ffffff"
}) => ( }): JSX.Element => (
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
width="18" width="18"

View File

@@ -2,7 +2,7 @@ import * as React from "react";
const thumbsUpSvg = ({ const thumbsUpSvg = ({
fill = "#ffffff" fill = "#ffffff"
}) => ( }): JSX.Element => (
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"
width="18" width="18"