pull SVG icons directly from their NPM packages

This commit is contained in:
2022-01-11 19:19:47 -05:00
parent bc504f3e63
commit 53158f6d3c
44 changed files with 267 additions and 209 deletions
+1 -2
View File
@@ -4,8 +4,7 @@ import classNames from "classnames/bind";
import { Formik, Form, Field } from "formik";
import HCaptcha from "@hcaptcha/react-hcaptcha";
import isEmailLike from "is-email-like";
import { SendIcon } from "../icons";
import { CheckOcticon, XOcticon } from "../icons/octicons";
import { SendIcon, CheckOcticon, XOcticon } from "../icons";
import type { FormikHelpers } from "formik";