Removed pro icons

This commit is contained in:
aronmal 2023-10-23 18:06:31 +02:00
parent 745af7a53e
commit 8ec5be25d4
Signed by: aronmal
GPG key ID: 816B7707426FC612
7 changed files with 9 additions and 9 deletions

View file

@ -2,7 +2,7 @@ import {
faArrowUpRightFromSquare,
faBookOpen,
faHashtag,
} from "@fortawesome/pro-regular-svg-icons";
} from "@fortawesome/free-solid-svg-icons";
import { JSXElement, Show, createMemo } from "solid-js";
import { A } from "solid-start";
import { FontAwesomeIcon } from "./FontAwesomeIcon";

View file

@ -3,7 +3,7 @@ import {
faCircleHalfStroke,
faGlobe,
faXmark,
} from "@fortawesome/pro-regular-svg-icons";
} from "@fortawesome/free-solid-svg-icons";
import { createSignal } from "solid-js";
import { A, useNavigate } from "solid-start";
import { FontAwesomeIcon } from "../FontAwesomeIcon";

View file

@ -3,7 +3,7 @@ import {
faCircleHalfStroke,
faGlobe,
faXmark,
} from "@fortawesome/pro-regular-svg-icons";
} from "@fortawesome/free-solid-svg-icons";
import { createSignal } from "solid-js";
import { A, useNavigate } from "solid-start";
import { FontAwesomeIcon } from "../FontAwesomeIcon";

View file

@ -1,5 +1,5 @@
import { faYoutube } from "@fortawesome/free-brands-svg-icons";
import { faBookOpen, faGlobe } from "@fortawesome/pro-regular-svg-icons";
import { faBookOpen, faGlobe } from "@fortawesome/free-solid-svg-icons";
import { A, Body, Link, Title } from "solid-start";
import { FontAwesomeIcon } from "~/components/FontAwesomeIcon";
import { lightMode } from "~/components/de/Navbar";

View file

@ -1,5 +1,5 @@
import { faYoutube } from "@fortawesome/free-brands-svg-icons";
import { faBookOpen, faGlobe } from "@fortawesome/pro-regular-svg-icons";
import { faBookOpen, faGlobe } from "@fortawesome/free-solid-svg-icons";
import { A, Body, Link, Title } from "solid-start";
import { FontAwesomeIcon } from "~/components/FontAwesomeIcon";
import { lightMode } from "~/components/en/Navbar";