App: update to phosphor-react@0.3.0 and replace renamed icons in-situ

This commit is contained in:
rektdeckard
2020-09-23 16:05:41 -04:00
parent e23c6f43af
commit 80d4502207
4 changed files with 2669 additions and 2262 deletions

View File

@@ -2,7 +2,7 @@ import React, { useRef } from "react";
import { useRecoilValue, useSetRecoilState } from "recoil";
import { motion } from "framer-motion";
import { saveAs } from "file-saver";
import { Icon, Copy, X, CheckCircle, ArchiveDiskDot } from "phosphor-react";
import { Icon, Copy, X, CheckCircle, Download } from "phosphor-react";
import {
iconWeightAtom,
@@ -155,7 +155,7 @@ const InfoPanel: React.FC<InfoPanelProps> = (props) => {
style={{ color: isDark ? "white" : "black" }}
onClick={handleDownloadSVG}
>
<ArchiveDiskDot size={32} color="currentColor" weight="fill" />{" "}
<Download size={32} color="currentColor" weight="fill" />{" "}
Download SVG
</button>
<button