Add little guy

This commit is contained in:
Viktor Rådberg
2023-08-26 17:27:53 +02:00
parent 6e71debe22
commit 58d12fbfe6
34 changed files with 292 additions and 141 deletions

View File

@@ -1,5 +1,5 @@
import PropTypes from "prop-types";
import { SVGProps } from "react";
import PropTypes from 'prop-types';
import { SVGProps } from 'react';
interface SVGRProps {
title?: string;
titleId?: string;