Removed pro icons
This commit is contained in:
parent
745af7a53e
commit
8ec5be25d4
7 changed files with 9 additions and 9 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue