Converted icons to typescript

This commit is contained in:
Nicola Thouliss 2021-05-27 16:10:54 +10:00
parent 86f15e9274
commit 6f28db0789
82 changed files with 3 additions and 167 deletions

View File

@ -1,6 +1,4 @@
import React from "react"; function AddIcon({ large }: { large: boolean }) {
function AddIcon({ large }) {
return ( return (
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"

View File

@ -1,5 +1,3 @@
import React from "react";
function AddPartyMemberIcon() { function AddPartyMemberIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function BlendOffIcon() { function BlendOffIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function BlendOnIcon() { function BlendOnIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function BrushCircleIcon() { function BrushCircleIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function BrushLineIcon() { function BrushLineIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function BrushPaintIcon() { function BrushPaintIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function BrushRectangleIcon() { function BrushRectangleIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function BrushStrokeIcon() { function BrushStrokeIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function BrushToolIcon() { function BrushToolIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function BrushTriangleIcon() { function BrushTriangleIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function ChangeNicknameIcon() { function ChangeNicknameIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function ClearDiceIcon() { function ClearDiceIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function D100Icon() { function D100Icon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function D10Icon() { function D10Icon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function D12Icon() { function D12Icon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function D20Icon() { function D20Icon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function D4Icon() { function D4Icon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function D6Icon() { function D6Icon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function D8Icon() { function D8Icon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function DiceRollsIcon() { function DiceRollsIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function DonateIcon() { function DonateIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function EditTileIcon() { function EditTileIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function EraseAllIcon() { function EraseAllIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function EraseToolIcon() { function EraseToolIcon() {
return ( return (
<svg <svg

View File

@ -1,6 +1,4 @@
import React from "react"; function ExpandMoreDiceIcon({ isExpanded }: { isExpanded: boolean }) {
function ExpandMoreDiceIcon({ isExpanded }) {
return ( return (
<svg <svg
width="24" width="24"

View File

@ -1,5 +1,3 @@
import React from "react";
function ExpandMoreDotIcon() { function ExpandMoreDotIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function ExpandMoreDotIcon() { function ExpandMoreDotIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function ExpandMoreIcon() { function ExpandMoreIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function FogBrushIcon() { function FogBrushIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function FogCutOffIcon() { function FogCutOffIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function FogCutOnIcon() { function FogCutOnIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function FogMultilayerOffIcon() { function FogMultilayerOffIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function FogMultilayerOnIcon() { function FogMultilayerOnIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function FogPolygonIcon() { function FogPolygonIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function FogPreviewOffIcon() { function FogPreviewOffIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function FogPreviewOnIcon() { function FogPreviewOnIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function FogRectangleIcon() { function FogRectangleIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function FogRemoveIcon() { function FogRemoveIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function FogToggleIcon() { function FogToggleIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function FogToolIcon() { function FogToolIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function FullScreenIcon() { function FullScreenIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function FullScreenIcon() { function FullScreenIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function GestureOffIcon() { function GestureOffIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function GestureOnIcon() { function GestureOnIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function GridOffIcon() { function GridOffIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function GridOnIcon() { function GridOnIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function GroupIcon() { function GroupIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function HelpIcon() { function HelpIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function MeasureToolIcon() { function MeasureToolIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function MoveIcon() { function MoveIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function MoveToolIcon() { function MoveToolIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function NoteTextIcon() { function NoteTextIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function NoteToolIcon() { function NoteToolIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function PointerToolIcon() { function PointerToolIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function PointerToolIcon() { function PointerToolIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function ReconnectingIcon() { function ReconnectingIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function RedoIcon() { function RedoIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function RemoveMapIcon() { function RemoveMapIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function RemoveTokenIcon() { function RemoveTokenIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function RerollDiceIcon() { function RerollDiceIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function ResetMapIcon() { function ResetMapIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function SearchIcon() { function SearchIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function SelectDiceIcon() { function SelectDiceIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function SelectMapIcon() { function SelectMapIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function SelectMultipleIcon() { function SelectMultipleIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function SelectSingleIcon() { function SelectSingleIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function SelectMapIcon() { function SelectMapIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function SettingsIcon() { function SettingsIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function ShareDiceOffIcon() { function ShareDiceOffIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function ShareDiceOnIcon() { function ShareDiceOnIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function SocialPatreonIcon() { function SocialPatreonIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function SocialRedditIcon() { function SocialRedditIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function SocialTwitterIcon() { function SocialTwitterIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function SocialYouTubeIcon() { function SocialYouTubeIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function StartTimerIcon() { function StartTimerIcon() {
return ( return (
<svg <svg

View File

@ -1,6 +1,4 @@
import React from "react"; function StreamMuteIcon({ muted }: { muted: boolean }) {
function StreamMuteIcon({ muted }) {
return ( return (
<svg <svg
xmlns="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg"

View File

@ -1,5 +1,3 @@
import React from "react";
function TokenHideIcon() { function TokenHideIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function TokenLockIcon() { function TokenLockIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function TokenShowIcon() { function TokenShowIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function TokenUnlockIcon() { function TokenUnlockIcon() {
return ( return (
<svg <svg

View File

@ -1,5 +1,3 @@
import React from "react";
function UndoIcon() { function UndoIcon() {
return ( return (
<svg <svg