From 6e9e95323262199da1430089faec5f792d6e9f48 Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:27:39 +0200 Subject: [PATCH] Upgrade tabler icons --- assets/icons/brand-patreon-filled.svg | 6 + assets/icons/brand-patreon.svg | 3 +- assets/icons/briefcase-filled.svg | 6 + assets/icons/bug-filled.svg | 6 + assets/icons/caret-left-right-filled.svg | 7 + assets/icons/caret-up-down-filled.svg | 7 + assets/icons/chart-dots-filled.svg | 7 + assets/icons/chart-grid-dots-filled.svg | 6 + assets/icons/coin-bitcoin-filled.svg | 6 + assets/icons/coin-euro-filled.svg | 6 + assets/icons/coin-filled.svg | 6 + assets/icons/coin-monero-filled.svg | 6 + assets/icons/coin-pound-filled.svg | 6 + assets/icons/coin-rupee-filled.svg | 6 + assets/icons/coin-taka-filled.svg | 6 + assets/icons/coin-taka.svg | 8 + assets/icons/coin-yen-filled.svg | 6 + assets/icons/coin-yuan-filled.svg | 6 + assets/icons/compass-filled.svg | 6 + assets/icons/credit-card-filled.svg | 6 + assets/icons/flask-2-filled.svg | 6 + assets/icons/flask-filled.svg | 6 + assets/icons/gift-filled.svg | 6 + assets/icons/graph-filled.svg | 6 + assets/icons/link-minus.svg | 9 + assets/icons/link-plus.svg | 10 + assets/icons/timeline-event-filled.svg | 7 + assets/icons/user-filled.svg | 7 + lib/mix/tasks/download.ex | 2 +- lib/tabler_icons.ex | 698 ++++++++++++++++++++++- 30 files changed, 873 insertions(+), 6 deletions(-) create mode 100644 assets/icons/brand-patreon-filled.svg create mode 100644 assets/icons/briefcase-filled.svg create mode 100644 assets/icons/bug-filled.svg create mode 100644 assets/icons/caret-left-right-filled.svg create mode 100644 assets/icons/caret-up-down-filled.svg create mode 100644 assets/icons/chart-dots-filled.svg create mode 100644 assets/icons/chart-grid-dots-filled.svg create mode 100644 assets/icons/coin-bitcoin-filled.svg create mode 100644 assets/icons/coin-euro-filled.svg create mode 100644 assets/icons/coin-filled.svg create mode 100644 assets/icons/coin-monero-filled.svg create mode 100644 assets/icons/coin-pound-filled.svg create mode 100644 assets/icons/coin-rupee-filled.svg create mode 100644 assets/icons/coin-taka-filled.svg create mode 100644 assets/icons/coin-taka.svg create mode 100644 assets/icons/coin-yen-filled.svg create mode 100644 assets/icons/coin-yuan-filled.svg create mode 100644 assets/icons/compass-filled.svg create mode 100644 assets/icons/credit-card-filled.svg create mode 100644 assets/icons/flask-2-filled.svg create mode 100644 assets/icons/flask-filled.svg create mode 100644 assets/icons/gift-filled.svg create mode 100644 assets/icons/graph-filled.svg create mode 100644 assets/icons/link-minus.svg create mode 100644 assets/icons/link-plus.svg create mode 100644 assets/icons/timeline-event-filled.svg create mode 100644 assets/icons/user-filled.svg diff --git a/assets/icons/brand-patreon-filled.svg b/assets/icons/brand-patreon-filled.svg new file mode 100644 index 00000000..3e5e9ef7 --- /dev/null +++ b/assets/icons/brand-patreon-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/brand-patreon.svg b/assets/icons/brand-patreon.svg index 6746f2a2..7147bdd5 100644 --- a/assets/icons/brand-patreon.svg +++ b/assets/icons/brand-patreon.svg @@ -1,7 +1,6 @@ - - + diff --git a/assets/icons/briefcase-filled.svg b/assets/icons/briefcase-filled.svg new file mode 100644 index 00000000..41edd0ef --- /dev/null +++ b/assets/icons/briefcase-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/bug-filled.svg b/assets/icons/bug-filled.svg new file mode 100644 index 00000000..eb97b366 --- /dev/null +++ b/assets/icons/bug-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/caret-left-right-filled.svg b/assets/icons/caret-left-right-filled.svg new file mode 100644 index 00000000..d8f1e0f8 --- /dev/null +++ b/assets/icons/caret-left-right-filled.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/assets/icons/caret-up-down-filled.svg b/assets/icons/caret-up-down-filled.svg new file mode 100644 index 00000000..c4e475a6 --- /dev/null +++ b/assets/icons/caret-up-down-filled.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/assets/icons/chart-dots-filled.svg b/assets/icons/chart-dots-filled.svg new file mode 100644 index 00000000..d9f7bf20 --- /dev/null +++ b/assets/icons/chart-dots-filled.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/assets/icons/chart-grid-dots-filled.svg b/assets/icons/chart-grid-dots-filled.svg new file mode 100644 index 00000000..170edb75 --- /dev/null +++ b/assets/icons/chart-grid-dots-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/coin-bitcoin-filled.svg b/assets/icons/coin-bitcoin-filled.svg new file mode 100644 index 00000000..8318037a --- /dev/null +++ b/assets/icons/coin-bitcoin-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/coin-euro-filled.svg b/assets/icons/coin-euro-filled.svg new file mode 100644 index 00000000..d455531c --- /dev/null +++ b/assets/icons/coin-euro-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/coin-filled.svg b/assets/icons/coin-filled.svg new file mode 100644 index 00000000..3ae7eb65 --- /dev/null +++ b/assets/icons/coin-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/coin-monero-filled.svg b/assets/icons/coin-monero-filled.svg new file mode 100644 index 00000000..ac2bf44e --- /dev/null +++ b/assets/icons/coin-monero-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/coin-pound-filled.svg b/assets/icons/coin-pound-filled.svg new file mode 100644 index 00000000..6f8ae277 --- /dev/null +++ b/assets/icons/coin-pound-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/coin-rupee-filled.svg b/assets/icons/coin-rupee-filled.svg new file mode 100644 index 00000000..6adeba45 --- /dev/null +++ b/assets/icons/coin-rupee-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/coin-taka-filled.svg b/assets/icons/coin-taka-filled.svg new file mode 100644 index 00000000..6345366b --- /dev/null +++ b/assets/icons/coin-taka-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/coin-taka.svg b/assets/icons/coin-taka.svg new file mode 100644 index 00000000..0846bb2a --- /dev/null +++ b/assets/icons/coin-taka.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/assets/icons/coin-yen-filled.svg b/assets/icons/coin-yen-filled.svg new file mode 100644 index 00000000..cfecd7d4 --- /dev/null +++ b/assets/icons/coin-yen-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/coin-yuan-filled.svg b/assets/icons/coin-yuan-filled.svg new file mode 100644 index 00000000..07b4888c --- /dev/null +++ b/assets/icons/coin-yuan-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/compass-filled.svg b/assets/icons/compass-filled.svg new file mode 100644 index 00000000..118d4122 --- /dev/null +++ b/assets/icons/compass-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/credit-card-filled.svg b/assets/icons/credit-card-filled.svg new file mode 100644 index 00000000..d4a0dfa6 --- /dev/null +++ b/assets/icons/credit-card-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/flask-2-filled.svg b/assets/icons/flask-2-filled.svg new file mode 100644 index 00000000..f3c63955 --- /dev/null +++ b/assets/icons/flask-2-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/flask-filled.svg b/assets/icons/flask-filled.svg new file mode 100644 index 00000000..0209765d --- /dev/null +++ b/assets/icons/flask-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/gift-filled.svg b/assets/icons/gift-filled.svg new file mode 100644 index 00000000..4eb54e7c --- /dev/null +++ b/assets/icons/gift-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/graph-filled.svg b/assets/icons/graph-filled.svg new file mode 100644 index 00000000..ca88d438 --- /dev/null +++ b/assets/icons/graph-filled.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/assets/icons/link-minus.svg b/assets/icons/link-minus.svg new file mode 100644 index 00000000..6dc6885b --- /dev/null +++ b/assets/icons/link-minus.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/assets/icons/link-plus.svg b/assets/icons/link-plus.svg new file mode 100644 index 00000000..105c253d --- /dev/null +++ b/assets/icons/link-plus.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/assets/icons/timeline-event-filled.svg b/assets/icons/timeline-event-filled.svg new file mode 100644 index 00000000..752484e9 --- /dev/null +++ b/assets/icons/timeline-event-filled.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/assets/icons/user-filled.svg b/assets/icons/user-filled.svg new file mode 100644 index 00000000..aee610cb --- /dev/null +++ b/assets/icons/user-filled.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/lib/mix/tasks/download.ex b/lib/mix/tasks/download.ex index 7e4468a7..289f031f 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.38.0" + @version "2.39.0" @tmp_dir_name "ex-tabler-icons" diff --git a/lib/tabler_icons.ex b/lib/tabler_icons.ex index f11a5c41..fdc7d22b 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.38.0](https://tabler-icons.io). + Provides precompiled icon compiles from [tabler-icons.io v2.39.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. @@ -21628,6 +21628,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `brand_patreon_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 brand_patreon_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `brand_patreon` icon. @@ -21644,8 +21669,7 @@ defmodule TablerIcons do ~H""" - - + """ end @@ -24960,6 +24984,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `briefcase_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 briefcase_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `briefcase_off` icon. @@ -25567,6 +25616,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `bug_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 bug_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `bug_off` icon. @@ -28862,6 +28936,36 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `caret_left_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 caret_left_right_filled(assigns) do + ~H""" + + + + + + """ + end + @doc """ Renders the `caret_left_right` icon. @@ -28951,6 +29055,36 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `caret_up_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 caret_up_down_filled(assigns) do + ~H""" + + + + + + """ + end + @doc """ Renders the `caret_up_down` icon. @@ -30416,6 +30550,36 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `chart_dots_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 chart_dots_filled(assigns) do + ~H""" + + + + + + """ + end + @doc """ Renders the `chart_dots` icon. @@ -30442,6 +30606,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `chart_grid_dots_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 chart_grid_dots_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `chart_grid_dots` icon. @@ -37529,6 +37718,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `coin_bitcoin_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 coin_bitcoin_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `coin_bitcoin` icon. @@ -37555,6 +37769,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `coin_euro_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 coin_euro_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `coin_euro` icon. @@ -37579,6 +37818,56 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `coin_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 coin_filled(assigns) do + ~H""" + + + + + """ + end + + @doc """ + Renders the `coin_monero_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 coin_monero_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `coin_monero` icon. @@ -37625,6 +37914,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `coin_pound_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 coin_pound_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `coin_pound` icon. @@ -37648,6 +37962,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `coin_rupee_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 coin_rupee_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `coin_rupee` icon. @@ -37671,6 +38010,79 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `coin_taka_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 coin_taka_filled(assigns) do + ~H""" + + + + + """ + end + + @doc """ + Renders the `coin_taka` 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 coin_taka(assigns) do + ~H""" + + + + + + + """ + end + + @doc """ + Renders the `coin_yen_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 coin_yen_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `coin_yen` icon. @@ -37696,6 +38108,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `coin_yuan_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 coin_yuan_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `coin_yuan` icon. @@ -38141,6 +38578,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `compass_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 compass_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `compass_off` icon. @@ -39508,6 +39970,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `credit_card_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 credit_card_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `credit_card_off` icon. @@ -56157,6 +56644,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `flask_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 flask_2_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `flask_2_off` icon. @@ -56204,6 +56716,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `flask_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 flask_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `flask_off` icon. @@ -58745,6 +59282,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `gift_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 gift_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `gift_off` icon. @@ -59407,6 +59969,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `graph_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 graph_filled(assigns) do + ~H""" + + + + + """ + end + @doc """ Renders the `graph_off` icon. @@ -70171,6 +70758,30 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `link_minus` 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 link_minus(assigns) do + ~H""" + + + + + + + + """ + end + @doc """ Renders the `link_off` icon. @@ -70195,6 +70806,31 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `link_plus` 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 link_plus(assigns) do + ~H""" + + + + + + + + + """ + end + @doc """ Renders the `link` icon. @@ -108067,6 +108703,36 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `timeline_event_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 timeline_event_filled(assigns) do + ~H""" + + + + + + """ + end + @doc """ Renders the `timeline_event_minus` icon. @@ -111023,6 +111689,32 @@ defmodule TablerIcons do """ end + @doc """ + Renders the `user_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 user_filled(assigns) do + ~H""" + + + + + + """ + end + @doc """ Renders the `user_heart` icon.