From b5135c9aa166c6fc798210b41cb30861fe3d9f49 Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Fri, 10 Feb 2023 08:15:54 +0100 Subject: [PATCH 1/2] Update to tabler icons 2.3.0 --- assets/icons/accessible-off-filled.svg | 6 + assets/icons/ad-filled.svg | 6 + assets/icons/adjustments-filled.svg | 8 + assets/icons/affiliate-filled.svg | 6 + assets/icons/alert-circle-filled.svg | 6 + assets/icons/alert-octagon-filled.svg | 6 + assets/icons/alert-triangle-filled.svg | 6 + assets/icons/apps-filled.svg | 9 + assets/icons/arrow-autofit-content-filled.svg | 8 + assets/icons/arrow-down-circle.svg | 7 +- assets/icons/arrow-down-left-circle.svg | 6 +- assets/icons/arrow-down-right-circle.svg | 6 +- assets/icons/arrow-top-circle.svg | 8 + assets/icons/arrow-up-left-circle.svg | 6 +- assets/icons/arrow-up-right-circle.svg | 6 +- assets/icons/circle-arrow-down-filled.svg | 6 + .../icons/circle-arrow-down-left-filled.svg | 6 + assets/icons/circle-arrow-down-left.svg | 8 + .../icons/circle-arrow-down-right-filled.svg | 6 + assets/icons/circle-arrow-down-right.svg | 8 + assets/icons/circle-arrow-down.svg | 9 + assets/icons/circle-arrow-left-filled.svg | 6 + assets/icons/circle-arrow-left.svg | 9 + assets/icons/circle-arrow-right-filled.svg | 6 + assets/icons/circle-arrow-right.svg | 9 + assets/icons/circle-arrow-up-filled.svg | 6 + assets/icons/circle-arrow-up-left-filled.svg | 6 + assets/icons/circle-arrow-up-left.svg | 8 + assets/icons/circle-arrow-up-right-filled.svg | 6 + assets/icons/circle-arrow-up-right.svg | 8 + assets/icons/circle-arrow-up.svg | 9 + assets/icons/circle-check-filled.svg | 6 + assets/icons/circle-dot-filled.svg | 6 + assets/icons/circle-key-filled.svg | 6 + assets/icons/circles-filled.svg | 4 +- assets/icons/flag-2-filled.svg | 6 + assets/icons/flag-3-filled.svg | 6 + assets/icons/flag-filled.svg | 3 +- assets/icons/oval-filled.svg | 2 +- assets/icons/oval-vertical-filled.svg | 2 +- lib/mix/tasks/download.ex | 2 +- lib/tabler_icons.ex | 861 +++++++++++++++++- 42 files changed, 1076 insertions(+), 44 deletions(-) create mode 100644 assets/icons/accessible-off-filled.svg create mode 100644 assets/icons/ad-filled.svg create mode 100644 assets/icons/adjustments-filled.svg create mode 100644 assets/icons/affiliate-filled.svg create mode 100644 assets/icons/alert-circle-filled.svg create mode 100644 assets/icons/alert-octagon-filled.svg create mode 100644 assets/icons/alert-triangle-filled.svg create mode 100644 assets/icons/apps-filled.svg create mode 100644 assets/icons/arrow-autofit-content-filled.svg create mode 100644 assets/icons/arrow-top-circle.svg create mode 100644 assets/icons/circle-arrow-down-filled.svg create mode 100644 assets/icons/circle-arrow-down-left-filled.svg create mode 100644 assets/icons/circle-arrow-down-left.svg create mode 100644 assets/icons/circle-arrow-down-right-filled.svg create mode 100644 assets/icons/circle-arrow-down-right.svg create mode 100644 assets/icons/circle-arrow-down.svg create mode 100644 assets/icons/circle-arrow-left-filled.svg create mode 100644 assets/icons/circle-arrow-left.svg create mode 100644 assets/icons/circle-arrow-right-filled.svg create mode 100644 assets/icons/circle-arrow-right.svg create mode 100644 assets/icons/circle-arrow-up-filled.svg create mode 100644 assets/icons/circle-arrow-up-left-filled.svg create mode 100644 assets/icons/circle-arrow-up-left.svg create mode 100644 assets/icons/circle-arrow-up-right-filled.svg create mode 100644 assets/icons/circle-arrow-up-right.svg create mode 100644 assets/icons/circle-arrow-up.svg create mode 100644 assets/icons/circle-check-filled.svg create mode 100644 assets/icons/circle-dot-filled.svg create mode 100644 assets/icons/circle-key-filled.svg create mode 100644 assets/icons/flag-2-filled.svg create mode 100644 assets/icons/flag-3-filled.svg diff --git a/assets/icons/accessible-off-filled.svg b/assets/icons/accessible-off-filled.svg new file mode 100644 index 0000000..b8ec553 --- /dev/null +++ b/assets/icons/accessible-off-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/ad-filled.svg b/assets/icons/ad-filled.svg new file mode 100644 index 0000000..7ba507c --- /dev/null +++ b/assets/icons/ad-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/adjustments-filled.svg b/assets/icons/adjustments-filled.svg new file mode 100644 index 0000000..9051da8 --- /dev/null +++ b/assets/icons/adjustments-filled.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/assets/icons/affiliate-filled.svg b/assets/icons/affiliate-filled.svg new file mode 100644 index 0000000..a026011 --- /dev/null +++ b/assets/icons/affiliate-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/alert-circle-filled.svg b/assets/icons/alert-circle-filled.svg new file mode 100644 index 0000000..5c2a67e --- /dev/null +++ b/assets/icons/alert-circle-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/alert-octagon-filled.svg b/assets/icons/alert-octagon-filled.svg new file mode 100644 index 0000000..c4fb1ce --- /dev/null +++ b/assets/icons/alert-octagon-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/alert-triangle-filled.svg b/assets/icons/alert-triangle-filled.svg new file mode 100644 index 0000000..0024299 --- /dev/null +++ b/assets/icons/alert-triangle-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/apps-filled.svg b/assets/icons/apps-filled.svg new file mode 100644 index 0000000..04e8696 --- /dev/null +++ b/assets/icons/apps-filled.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/icons/arrow-autofit-content-filled.svg b/assets/icons/arrow-autofit-content-filled.svg new file mode 100644 index 0000000..f436fd0 --- /dev/null +++ b/assets/icons/arrow-autofit-content-filled.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/assets/icons/arrow-down-circle.svg b/assets/icons/arrow-down-circle.svg index 0455cea..90a6fb7 100644 --- a/assets/icons/arrow-down-circle.svg +++ b/assets/icons/arrow-down-circle.svg @@ -1,9 +1,8 @@ - - - - + + + diff --git a/assets/icons/arrow-down-left-circle.svg b/assets/icons/arrow-down-left-circle.svg index e9f0057..8fb6a68 100644 --- a/assets/icons/arrow-down-left-circle.svg +++ b/assets/icons/arrow-down-left-circle.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/assets/icons/arrow-down-right-circle.svg b/assets/icons/arrow-down-right-circle.svg index 78d880c..747fc64 100644 --- a/assets/icons/arrow-down-right-circle.svg +++ b/assets/icons/arrow-down-right-circle.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/assets/icons/arrow-top-circle.svg b/assets/icons/arrow-top-circle.svg new file mode 100644 index 0000000..7026cf9 --- /dev/null +++ b/assets/icons/arrow-top-circle.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/assets/icons/arrow-up-left-circle.svg b/assets/icons/arrow-up-left-circle.svg index ef11a13..2704d75 100644 --- a/assets/icons/arrow-up-left-circle.svg +++ b/assets/icons/arrow-up-left-circle.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/assets/icons/arrow-up-right-circle.svg b/assets/icons/arrow-up-right-circle.svg index a90f7d0..739c885 100644 --- a/assets/icons/arrow-up-right-circle.svg +++ b/assets/icons/arrow-up-right-circle.svg @@ -1,8 +1,8 @@ - - - + + + diff --git a/assets/icons/circle-arrow-down-filled.svg b/assets/icons/circle-arrow-down-filled.svg new file mode 100644 index 0000000..e1ee61e --- /dev/null +++ b/assets/icons/circle-arrow-down-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/circle-arrow-down-left-filled.svg b/assets/icons/circle-arrow-down-left-filled.svg new file mode 100644 index 0000000..4d12519 --- /dev/null +++ b/assets/icons/circle-arrow-down-left-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/circle-arrow-down-left.svg b/assets/icons/circle-arrow-down-left.svg new file mode 100644 index 0000000..bb38d83 --- /dev/null +++ b/assets/icons/circle-arrow-down-left.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/assets/icons/circle-arrow-down-right-filled.svg b/assets/icons/circle-arrow-down-right-filled.svg new file mode 100644 index 0000000..83691da --- /dev/null +++ b/assets/icons/circle-arrow-down-right-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/circle-arrow-down-right.svg b/assets/icons/circle-arrow-down-right.svg new file mode 100644 index 0000000..51c4519 --- /dev/null +++ b/assets/icons/circle-arrow-down-right.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/assets/icons/circle-arrow-down.svg b/assets/icons/circle-arrow-down.svg new file mode 100644 index 0000000..18701e6 --- /dev/null +++ b/assets/icons/circle-arrow-down.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/icons/circle-arrow-left-filled.svg b/assets/icons/circle-arrow-left-filled.svg new file mode 100644 index 0000000..e0eed15 --- /dev/null +++ b/assets/icons/circle-arrow-left-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/circle-arrow-left.svg b/assets/icons/circle-arrow-left.svg new file mode 100644 index 0000000..0ac4369 --- /dev/null +++ b/assets/icons/circle-arrow-left.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/icons/circle-arrow-right-filled.svg b/assets/icons/circle-arrow-right-filled.svg new file mode 100644 index 0000000..81ec780 --- /dev/null +++ b/assets/icons/circle-arrow-right-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/circle-arrow-right.svg b/assets/icons/circle-arrow-right.svg new file mode 100644 index 0000000..690c48a --- /dev/null +++ b/assets/icons/circle-arrow-right.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/icons/circle-arrow-up-filled.svg b/assets/icons/circle-arrow-up-filled.svg new file mode 100644 index 0000000..fa47f82 --- /dev/null +++ b/assets/icons/circle-arrow-up-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/circle-arrow-up-left-filled.svg b/assets/icons/circle-arrow-up-left-filled.svg new file mode 100644 index 0000000..932fe75 --- /dev/null +++ b/assets/icons/circle-arrow-up-left-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/circle-arrow-up-left.svg b/assets/icons/circle-arrow-up-left.svg new file mode 100644 index 0000000..5be7997 --- /dev/null +++ b/assets/icons/circle-arrow-up-left.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/assets/icons/circle-arrow-up-right-filled.svg b/assets/icons/circle-arrow-up-right-filled.svg new file mode 100644 index 0000000..f857a13 --- /dev/null +++ b/assets/icons/circle-arrow-up-right-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/circle-arrow-up-right.svg b/assets/icons/circle-arrow-up-right.svg new file mode 100644 index 0000000..25e99ea --- /dev/null +++ b/assets/icons/circle-arrow-up-right.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/assets/icons/circle-arrow-up.svg b/assets/icons/circle-arrow-up.svg new file mode 100644 index 0000000..047c01d --- /dev/null +++ b/assets/icons/circle-arrow-up.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/icons/circle-check-filled.svg b/assets/icons/circle-check-filled.svg new file mode 100644 index 0000000..7e10469 --- /dev/null +++ b/assets/icons/circle-check-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/circle-dot-filled.svg b/assets/icons/circle-dot-filled.svg new file mode 100644 index 0000000..6f44711 --- /dev/null +++ b/assets/icons/circle-dot-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/circle-key-filled.svg b/assets/icons/circle-key-filled.svg new file mode 100644 index 0000000..7add3b2 --- /dev/null +++ b/assets/icons/circle-key-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/circles-filled.svg b/assets/icons/circles-filled.svg index 840dad7..2fa89b5 100644 --- a/assets/icons/circles-filled.svg +++ b/assets/icons/circles-filled.svg @@ -1,6 +1,8 @@ - + + + diff --git a/assets/icons/flag-2-filled.svg b/assets/icons/flag-2-filled.svg new file mode 100644 index 0000000..3e64187 --- /dev/null +++ b/assets/icons/flag-2-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/flag-3-filled.svg b/assets/icons/flag-3-filled.svg new file mode 100644 index 0000000..41ff870 --- /dev/null +++ b/assets/icons/flag-3-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/flag-filled.svg b/assets/icons/flag-filled.svg index d643ddb..9ae8480 100644 --- a/assets/icons/flag-filled.svg +++ b/assets/icons/flag-filled.svg @@ -1,7 +1,6 @@ - - + diff --git a/assets/icons/oval-filled.svg b/assets/icons/oval-filled.svg index 8303b5d..2b04ed4 100644 --- a/assets/icons/oval-filled.svg +++ b/assets/icons/oval-filled.svg @@ -1,6 +1,6 @@ - + diff --git a/assets/icons/oval-vertical-filled.svg b/assets/icons/oval-vertical-filled.svg index f168277..c07f172 100644 --- a/assets/icons/oval-vertical-filled.svg +++ b/assets/icons/oval-vertical-filled.svg @@ -1,6 +1,6 @@ - + diff --git a/lib/mix/tasks/download.ex b/lib/mix/tasks/download.ex index c5592a6..165533b 100644 --- a/lib/mix/tasks/download.ex +++ b/lib/mix/tasks/download.ex @@ -5,7 +5,7 @@ defmodule Mix.Tasks.Download do use Mix.Task require Logger - @version "2.2.0" + @version "2.3.0" @tmp_dir_name "ex-tabler-icons" diff --git a/lib/tabler_icons.ex b/lib/tabler_icons.ex index 3996bc8..d57436f 100644 --- a/lib/tabler_icons.ex +++ b/lib/tabler_icons.ex @@ -1,6 +1,6 @@ defmodule TablerIcons do @moduledoc """ - Provides precompiled icon compiles from [tabler-icons.io v2.2.0](https://tabler-icons.io). + Provides precompiled icon compiles from [tabler-icons.io v2.3.0](https://tabler-icons.io). Tabler icons are maintained by [Paweł Kuna](https://twitter.com/codecalm). For all contributors see https://github.com/tabler/tabler-icons/graphs/contributors. @@ -464,6 +464,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `accessible_off_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def accessible_off_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `accessible_off` icon. @@ -579,6 +604,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `ad_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def ad_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `ad_off` icon. @@ -711,6 +761,41 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `adjustments_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def adjustments_filled(assigns) do + ~H""" + + + + + + + """ + end + @doc """ Renders the `adjustments_horizontal` icon. @@ -822,6 +907,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `affiliate_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def affiliate_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `affiliate` icon. @@ -1085,6 +1195,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `alert_circle_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def alert_circle_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `alert_circle` icon. @@ -1108,6 +1243,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `alert_octagon_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def alert_octagon_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `alert_octagon` icon. @@ -1131,6 +1291,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `alert_triangle_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def alert_triangle_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `alert_triangle` icon. @@ -2233,6 +2418,46 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `apps_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def apps_filled(assigns) do + ~H""" + + + + + + + + """ + end + @doc """ Renders the `apps_off` icon. @@ -2431,6 +2656,41 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `arrow_autofit_content_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def arrow_autofit_content_filled(assigns) do + ~H""" + + + + + + + """ + end + @doc """ Renders the `arrow_autofit_content` icon. @@ -3676,10 +3936,9 @@ defmodule TablerIcons do ~H""" - - - - + + + """ end @@ -3700,9 +3959,9 @@ defmodule TablerIcons do ~H""" - - - + + + """ end @@ -3768,9 +4027,9 @@ defmodule TablerIcons do ~H""" - - - + + + """ end @@ -5039,6 +5298,29 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `arrow_top_circle` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def arrow_top_circle(assigns) do + ~H""" + + + + + + + """ + end + @doc """ Renders the `arrow_up_bar` icon. @@ -5102,9 +5384,9 @@ defmodule TablerIcons do ~H""" - - - + + + """ end @@ -5170,9 +5452,9 @@ defmodule TablerIcons do ~H""" - - - + + + """ end @@ -23116,6 +23398,394 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `circle_arrow_down_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_arrow_down_filled(assigns) do + ~H""" + + + + + """ + end + + @doc """ + Renders the `circle_arrow_down_left_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_arrow_down_left_filled(assigns) do + ~H""" + + + + + """ + end + + @doc """ + Renders the `circle_arrow_down_left` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_arrow_down_left(assigns) do + ~H""" + + + + + + + """ + end + + @doc """ + Renders the `circle_arrow_down_right_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_arrow_down_right_filled(assigns) do + ~H""" + + + + + """ + end + + @doc """ + Renders the `circle_arrow_down_right` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_arrow_down_right(assigns) do + ~H""" + + + + + + + """ + end + + @doc """ + Renders the `circle_arrow_down` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_arrow_down(assigns) do + ~H""" + + + + + + + + """ + end + + @doc """ + Renders the `circle_arrow_left_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_arrow_left_filled(assigns) do + ~H""" + + + + + """ + end + + @doc """ + Renders the `circle_arrow_left` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_arrow_left(assigns) do + ~H""" + + + + + + + + """ + end + + @doc """ + Renders the `circle_arrow_right_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_arrow_right_filled(assigns) do + ~H""" + + + + + """ + end + + @doc """ + Renders the `circle_arrow_right` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_arrow_right(assigns) do + ~H""" + + + + + + + + """ + end + + @doc """ + Renders the `circle_arrow_up_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_arrow_up_filled(assigns) do + ~H""" + + + + + """ + end + + @doc """ + Renders the `circle_arrow_up_left_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_arrow_up_left_filled(assigns) do + ~H""" + + + + + """ + end + + @doc """ + Renders the `circle_arrow_up_left` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_arrow_up_left(assigns) do + ~H""" + + + + + + + """ + end + + @doc """ + Renders the `circle_arrow_up_right_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_arrow_up_right_filled(assigns) do + ~H""" + + + + + """ + end + + @doc """ + Renders the `circle_arrow_up_right` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_arrow_up_right(assigns) do + ~H""" + + + + + + + """ + end + + @doc """ + Renders the `circle_arrow_up` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_arrow_up(assigns) do + ~H""" + + + + + + + + """ + end + @doc """ Renders the `circle_caret_down` icon. @@ -23204,6 +23874,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `circle_check_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_check_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `circle_check` icon. @@ -23434,6 +24129,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `circle_dot_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_dot_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `circle_dot` icon. @@ -23578,6 +24298,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `circle_key_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def circle_key_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `circle_key` icon. @@ -24621,7 +25366,18 @@ defmodule TablerIcons do + + @@ -37072,6 +37828,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `flag_2_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def flag_2_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `flag_2_off` icon. @@ -37115,6 +37896,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `flag_3_filled` icon. + + You may pass arbitrary HTML attributes to the component. + + ## Examples + + + + """ + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs + + def flag_3_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `flag_3` icon. @@ -37152,8 +37958,11 @@ defmodule TablerIcons do ~H""" - - + """ end @@ -53410,7 +54219,11 @@ defmodule TablerIcons do ~H""" - + """ end @@ -53431,7 +54244,11 @@ defmodule TablerIcons do ~H""" - + """ end From 980bc31b667dce740ddbf4cd736ec8fa34fdbdbd Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Fri, 10 Feb 2023 08:16:10 +0100 Subject: [PATCH 2/2] Change version in mix.exs --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 3290f66..9a541a7 100644 --- a/mix.exs +++ b/mix.exs @@ -21,7 +21,7 @@ defmodule TablerIcons.MixProject do def project do [ app: :tabler_icons, - version: "0.3.1", + version: "0.3.2", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, deps: deps(),