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 }) {
function AddIcon({ large }: { large: boolean }) {
return (
<svg
xmlns="http://www.w3.org/2000/svg"

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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