This commit is contained in:
ivanminutillo 2022-10-23 19:46:49 +02:00
parent 5541838962
commit cf88759549
3 changed files with 10 additions and 2 deletions

View file

@ -2,4 +2,4 @@
# yarn lockfile v1
lastUpdateCheck 1666376846536
lastUpdateCheck 1666505130433

View file

@ -0,0 +1,8 @@
defmodule Iconify.HeroiconsOutline.ArrowRight 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="m14 5l7 7m0 0l-7 7m7-7H3"/></svg>
"""
end
end

View file

@ -36,7 +36,7 @@
"bonfire_invite_links": {:git, "https://github.com/bonfire-networks/bonfire_invite_links", "6c00d9c9b4775820b950b7cf3aa6f4f1c8327f88", [branch: "main"]},
"bonfire_mailer": {:git, "https://github.com/bonfire-networks/bonfire_mailer", "51d464b4b54da7c0979c0095c9b027a646fa7374", [branch: "main"]},
"bonfire_me": {:git, "https://github.com/bonfire-networks/bonfire_me", "b4dbaebd7ffe454ef44ed7427b14d7ca336d7522", [branch: "main"]},
"bonfire_pages": {:git, "https://github.com/bonfire-networks/bonfire_pages", "2669d479a6f6840ccbfe51751c5cefdd745dc299", [branch: "main"]},
"bonfire_pages": {:git, "https://github.com/bonfire-networks/bonfire_pages", "70b8e63640728404da887f7c0dadc6d99f9f8b6e", [branch: "main"]},
"bonfire_quantify": {:git, "https://github.com/bonfire-networks/bonfire_quantify", "b9a4f9e83a64da928b2eb865649c576ed1acf74b", [branch: "main"]},
"bonfire_search": {:git, "https://github.com/bonfire-networks/bonfire_search", "af554a4f6c72aa00df62101c22a58180072c8fe5", [branch: "main"]},
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "a7db7bcc50baf4ce75836774ced9c4db3a95bcea", [branch: "main"]},