it's phosphor icons now

This commit is contained in:
2023-02-14 15:16:19 +01:00
parent 3b4aa3b2a6
commit c807cf0b1a
7166 changed files with 57917 additions and 15043 deletions

10
mix.exs
View File

@ -1,16 +1,16 @@
defmodule HeroiconsElixir.MixProject do
defmodule Phosphoricons.MixProject do
use Mix.Project
def project do
[
app: :heroicons,
version: "0.5.2",
app: :phosphoricons,
version: "0.1.0",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: deps(),
name: "Heroicons",
name: "Phosphoricons",
source_url: "https://github.com/mveytsman/heroicons_elixir",
description: "Phoenix components for Heroicons!",
description: "Phoenix components for Phosphoricons!",
docs: docs(),
package: package(),
xref: [exclude: [:httpc, :public_key]]