This commit is contained in:
ivanminutillo 2022-09-26 17:23:57 +02:00
parent a94f155062
commit 0e64eff011
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1,8 @@
defmodule Iconify.HeroiconsOutline.Minus do
use Phoenix.Component
def render(assigns) do
~H"""
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" class={@class} viewBox="0 0 24 24" aria-hidden="true"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M20 12H4"/></svg>
"""
end
end

View file

@ -39,7 +39,7 @@
"bonfire_search": {:git, "https://github.com/bonfire-networks/bonfire_search", "48985bb409e8f8688fa34d87fdb5c951b8e6561e", [branch: "main"]},
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "669597849e0bc5cd5857efe2a913af5d8fe9514a", [branch: "main"]},
"bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "f82e877fcc95f7852970d74f086b38480d7e0867", [branch: "main"]},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "6f25a1d2d04bb2f27ed300ddb55e59a12c366bbd", [branch: "main"]},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "4430e1ea97411087caa593d994633eb02d40794e", [branch: "main"]},
"bonfire_ui_coordination": {:git, "https://github.com/bonfire-networks/bonfire_ui_coordination", "0bfb9118bcb6c38af9087c19f0e1188540394e93", [branch: "main"]},
"bonfire_ui_kanban": {:git, "https://github.com/bonfire-networks/bonfire_ui_kanban", "6afbac5feb336f53172504c8d31c77ff6958ce7a", [branch: "main"]},
"bonfire_ui_me": {:git, "https://github.com/bonfire-networks/bonfire_ui_me", "7da11b3872077c20f6a0ea5b114c1591e841f871", [branch: "main"]},