From e1baab0a3b25c8c2e62c0bbb1a5a6142fbe46cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 12:22:33 +0000 Subject: [PATCH 1/9] Bump actions/checkout from 2 to 3 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1e63d6..c6df13a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: erlef/setup-beam@v1 with: From d43ec5b47340cb88d4604fc945f84da46b8483d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 12:22:49 +0000 Subject: [PATCH 2/9] Bump ex_doc from 0.29.0 to 0.29.1 Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.29.0 to 0.29.1. - [Release notes](https://github.com/elixir-lang/ex_doc/releases) - [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md) - [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.29.0...v0.29.1) --- updated-dependencies: - dependency-name: ex_doc dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- mix.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.lock b/mix.lock index 0d96a47..694c2e8 100644 --- a/mix.lock +++ b/mix.lock @@ -1,7 +1,7 @@ %{ "castore": {:hex, :castore, "0.1.19", "a2c3e46d62b7f3aa2e6f88541c21d7400381e53704394462b9fd4f06f6d42bb6", [:mix], [], "hexpm", "e96e0161a5dc82ef441da24d5fa74aefc40d920f3a6645d15e1f9f3e66bb2109"}, "earmark_parser": {:hex, :earmark_parser, "1.4.29", "149d50dcb3a93d9f3d6f3ecf18c918fb5a2d3c001b5d3305c926cddfbd33355b", [:mix], [], "hexpm", "4902af1b3eb139016aed210888748db8070b8125c2342ce3dcae4f38dcc63503"}, - "ex_doc": {:hex, :ex_doc, "0.29.0", "4a1cb903ce746aceef9c1f9ae8a6c12b742a5461e6959b9d3b24d813ffbea146", [:mix], [{:earmark_parser, "~> 1.4.19", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1", [hex: :makeup_erlang, repo: "hexpm", optional: false]}], "hexpm", "f096adb8bbca677d35d278223361c7792d496b3fc0d0224c9d4bc2f651af5db1"}, + "ex_doc": {:hex, :ex_doc, "0.29.1", "b1c652fa5f92ee9cf15c75271168027f92039b3877094290a75abcaac82a9f77", [:mix], [{:earmark_parser, "~> 1.4.19", [hex: :earmark_parser, repo: "hexpm", optional: false]}, {:makeup_elixir, "~> 0.14", [hex: :makeup_elixir, repo: "hexpm", optional: false]}, {:makeup_erlang, "~> 0.1", [hex: :makeup_erlang, repo: "hexpm", optional: false]}], "hexpm", "b7745fa6374a36daf484e2a2012274950e084815b936b1319aeebcf7809574f6"}, "makeup": {:hex, :makeup, "1.1.0", "6b67c8bc2882a6b6a445859952a602afc1a41c2e08379ca057c0f525366fc3ca", [:mix], [{:nimble_parsec, "~> 1.2.2 or ~> 1.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "0a45ed501f4a8897f580eabf99a2e5234ea3e75a4373c8a52824f6e873be57a6"}, "makeup_elixir": {:hex, :makeup_elixir, "0.16.0", "f8c570a0d33f8039513fbccaf7108c5d750f47d8defd44088371191b76492b0b", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}, {:nimble_parsec, "~> 1.2.3", [hex: :nimble_parsec, repo: "hexpm", optional: false]}], "hexpm", "28b2cbdc13960a46ae9a8858c4bebdec3c9a6d7b4b9e7f4ed1502f8159f338e7"}, "makeup_erlang": {:hex, :makeup_erlang, "0.1.1", "3fcb7f09eb9d98dc4d208f49cc955a34218fc41ff6b84df7c75b3e6e533cc65f", [:mix], [{:makeup, "~> 1.0", [hex: :makeup, repo: "hexpm", optional: false]}], "hexpm", "174d0809e98a4ef0b3309256cbf97101c6ec01c4ab0b23e926a9e17df2077cbb"}, From b25c427a34a75157def4206e503e391d95b6e65a Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Wed, 23 Nov 2022 12:00:19 +0100 Subject: [PATCH 3/9] Add dynamic icon support --- assets/tabler_icons.exs | 24 ++++++++++++++++++++++++ lib/tabler_icons.ex | 28 ++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+) diff --git a/assets/tabler_icons.exs b/assets/tabler_icons.exs index cd09cb2..2d4d8f8 100644 --- a/assets/tabler_icons.exs +++ b/assets/tabler_icons.exs @@ -17,6 +17,30 @@ defmodule TablerIcons do """ use Phoenix.Component + @doc """ + Renders an icon dynamically. + + ## Examples + + + + """ + + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: %{ + "width": "24", + "height": "24", + "viewBox": "0 0 24 24", + "stroke-width": "2", + "stroke": "currentColor", + "fill": "none", + "stroke-linecap": "round", + "stroke-linejoin": "round" + } + attr :name, :atom, required: true, doc: "the name of the icon to be rendered" + + def icon(assigns) do + apply(TablerIcons, assigns.name, [assigns]) + end <%= for {func, paths} <- @icons do %> @doc """ diff --git a/lib/tabler_icons.ex b/lib/tabler_icons.ex index 95531ba..0a94a2b 100644 --- a/lib/tabler_icons.ex +++ b/lib/tabler_icons.ex @@ -17,6 +17,34 @@ defmodule TablerIcons do """ use Phoenix.Component + @doc """ + Renders an icon dynamically. + + ## Examples + + + + """ + + attr :rest, :global, + doc: "arbitrary HTML attributes for the svg container", + default: %{ + width: "24", + height: "24", + viewBox: "0 0 24 24", + "stroke-width": "2", + stroke: "currentColor", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round" + } + + attr :name, :atom, required: true, doc: "the name of the icon to be rendered" + + def icon(assigns) do + apply(TablerIcons, assigns.name, [assigns]) + end + @doc """ Renders the `one_two_three` icon. From 03e58f40724c2e12940315b3880d0b8069849b86 Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Wed, 23 Nov 2022 12:07:02 +0100 Subject: [PATCH 4/9] Remove unnecessary quotes --- assets/tabler_icons.exs | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/assets/tabler_icons.exs b/assets/tabler_icons.exs index 2d4d8f8..d3ff9c9 100644 --- a/assets/tabler_icons.exs +++ b/assets/tabler_icons.exs @@ -27,12 +27,12 @@ defmodule TablerIcons do """ attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: %{ - "width": "24", - "height": "24", - "viewBox": "0 0 24 24", + width: "24", + height: "24", + viewBox: "0 0 24 24", "stroke-width": "2", - "stroke": "currentColor", - "fill": "none", + stroke: "currentColor", + fill: "none", "stroke-linecap": "round", "stroke-linejoin": "round" } @@ -54,12 +54,12 @@ defmodule TablerIcons do class="w-4 h-4" /> """ attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: %{ - "width": "24", - "height": "24", - "viewBox": "0 0 24 24", + width: "24", + height: "24", + viewBox: "0 0 24 24", "stroke-width": "2", - "stroke": "currentColor", - "fill": "none", + stroke: "currentColor", + fill: "none", "stroke-linecap": "round", "stroke-linejoin": "round" } From 2a6da0ee2ba94cfad33e3550f9e536e4510e4702 Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Wed, 23 Nov 2022 12:09:51 +0100 Subject: [PATCH 5/9] Add dynamic icon test --- test/ex_tabler_icons_test.exs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/test/ex_tabler_icons_test.exs b/test/ex_tabler_icons_test.exs index baabcda..842465b 100644 --- a/test/ex_tabler_icons_test.exs +++ b/test/ex_tabler_icons_test.exs @@ -19,6 +19,17 @@ defmodule TablerIconsTest do ~s|\n \n \n \n| end + test "dynamic icon" do + assert render_component(&TablerIcons.icon/1, %{name: :user}) == + ~s|\n \n \n \n| + + assert render_component(&TablerIcons.icon/1, %{name: :user, class: "w-2 h-2"}) == + ~s|\n \n \n \n| + + assert render_component(&TablerIcons.icon/1, %{name: :user, "stroke-width": "1"}) == + ~s|\n \n \n \n| + end + test "generated docs" do {:docs_v1, _annotation, _beam_language, _format, _module_doc, _metadata, docs} = Code.fetch_docs(TablerIcons) From a1c9601e239c8ce6de7e758f2fcf2c946ac629f7 Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Thu, 24 Nov 2022 09:39:28 +0100 Subject: [PATCH 6/9] Define default html attributes as module attribute --- README.md | 2 +- assets/tabler_icons.exs | 33 +- lib/tabler_icons.ex | 39025 +++----------------------------------- 3 files changed, 3026 insertions(+), 36034 deletions(-) diff --git a/README.md b/README.md index 33f5f64..883cf3f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This package is strongly inspired by [heroicons_elixir](https://github.com/mveytsman/heroicons_elixir). -> Note: As we are dealing with over 3.000 icons and an output file with more than 100.000 lines of code, the compile time may be longer than usual. +> Note: As we are dealing with over 3.000 icons and an output file with more than 70.000 lines of code, the compile time may be longer than usual. ## Installation diff --git a/assets/tabler_icons.exs b/assets/tabler_icons.exs index d3ff9c9..1e9c89f 100644 --- a/assets/tabler_icons.exs +++ b/assets/tabler_icons.exs @@ -17,16 +17,7 @@ defmodule TablerIcons do """ use Phoenix.Component - @doc """ - Renders an icon dynamically. - - ## Examples - - - - """ - - attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: %{ + @default_html_attrs %{ width: "24", height: "24", viewBox: "0 0 24 24", @@ -36,6 +27,17 @@ defmodule TablerIcons do "stroke-linecap": "round", "stroke-linejoin": "round" } + + @doc """ + Renders an icon dynamically. + + ## Examples + + + + """ + + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs attr :name, :atom, required: true, doc: "the name of the icon to be rendered" def icon(assigns) do @@ -53,16 +55,7 @@ defmodule TablerIcons do /> class="w-4 h-4" /> """ - attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def <%= func %>(assigns) do ~H""" diff --git a/lib/tabler_icons.ex b/lib/tabler_icons.ex index 0a94a2b..9dbaf8a 100644 --- a/lib/tabler_icons.ex +++ b/lib/tabler_icons.ex @@ -17,6 +17,17 @@ defmodule TablerIcons do """ use Phoenix.Component + @default_html_attrs %{ + width: "24", + height: "24", + viewBox: "0 0 24 24", + "stroke-width": "2", + stroke: "currentColor", + fill: "none", + "stroke-linecap": "round", + "stroke-linejoin": "round" + } + @doc """ Renders an icon dynamically. @@ -26,19 +37,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } - + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs attr :name, :atom, required: true, doc: "the name of the icon to be rendered" def icon(assigns) do @@ -55,18 +54,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def one_two_three(assigns) do ~H""" @@ -89,18 +77,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def two_fa(assigns) do ~H""" @@ -125,18 +102,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def three_sixty_view(assigns) do ~H""" @@ -160,18 +126,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def three_d_cube_sphere_off(assigns) do ~H""" @@ -203,18 +158,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def three_d_cube_sphere(assigns) do ~H""" @@ -246,18 +190,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def three_d_rotate(assigns) do ~H""" @@ -282,18 +215,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def a_b_2(assigns) do ~H""" @@ -318,18 +240,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def a_b_off(assigns) do ~H""" @@ -354,18 +265,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def a_b(assigns) do ~H""" @@ -388,18 +288,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def abacus_off(assigns) do ~H""" @@ -431,18 +320,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def abacus(assigns) do ~H""" @@ -473,18 +351,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def abc(assigns) do ~H""" @@ -508,18 +375,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def access_point_off(assigns) do ~H""" @@ -544,18 +400,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def access_point(assigns) do ~H""" @@ -580,18 +425,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def accessible_off(assigns) do ~H""" @@ -615,18 +449,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def accessible(assigns) do ~H""" @@ -649,18 +472,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def activity_heartbeat(assigns) do ~H""" @@ -681,18 +493,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def activity(assigns) do ~H""" @@ -713,18 +514,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ad_2(assigns) do ~H""" @@ -750,18 +540,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ad_off(assigns) do ~H""" @@ -787,18 +566,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ad(assigns) do ~H""" @@ -822,18 +590,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def address_book_off(assigns) do ~H""" @@ -860,18 +617,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def address_book(assigns) do ~H""" @@ -897,18 +643,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def adjustments_alt(assigns) do ~H""" @@ -937,18 +672,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def adjustments_horizontal(assigns) do ~H""" @@ -977,18 +701,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def adjustments_off(assigns) do ~H""" @@ -1020,18 +733,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def adjustments(assigns) do ~H""" @@ -1060,18 +762,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def aerial_lift(assigns) do ~H""" @@ -1092,18 +783,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def affiliate(assigns) do ~H""" @@ -1129,18 +809,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def air_balloon(assigns) do ~H""" @@ -1163,18 +832,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def air_conditioning_disabled(assigns) do ~H""" @@ -1196,18 +854,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def air_conditioning(assigns) do ~H""" @@ -1232,18 +879,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def alarm_off(assigns) do ~H""" @@ -1268,18 +904,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def alarm(assigns) do ~H""" @@ -1303,18 +928,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def album_off(assigns) do ~H""" @@ -1337,18 +951,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def album(assigns) do ~H""" @@ -1370,18 +973,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def alert_circle(assigns) do ~H""" @@ -1404,18 +996,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def alert_octagon(assigns) do ~H""" @@ -1438,18 +1019,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def alert_triangle(assigns) do ~H""" @@ -1471,18 +1041,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def alien(assigns) do ~H""" @@ -1506,18 +1065,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def align_box_bottom_center(assigns) do ~H""" @@ -1541,18 +1089,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def align_box_bottom_left(assigns) do ~H""" @@ -1576,18 +1113,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def align_box_bottom_right(assigns) do ~H""" @@ -1611,18 +1137,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def align_box_left_bottom(assigns) do ~H""" @@ -1646,18 +1161,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def align_box_left_middle(assigns) do ~H""" @@ -1681,18 +1185,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def align_box_left_top(assigns) do ~H""" @@ -1716,18 +1209,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def align_box_right_bottom(assigns) do ~H""" @@ -1751,18 +1233,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def align_box_right_middle(assigns) do ~H""" @@ -1786,18 +1257,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def align_box_right_top(assigns) do ~H""" @@ -1821,18 +1281,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def align_box_top_center(assigns) do ~H""" @@ -1856,18 +1305,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def align_box_top_left(assigns) do ~H""" @@ -1891,18 +1329,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def align_box_top_right(assigns) do ~H""" @@ -1926,18 +1353,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def align_center(assigns) do ~H""" @@ -1960,18 +1376,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def align_justified(assigns) do ~H""" @@ -1994,18 +1399,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def align_left(assigns) do ~H""" @@ -2028,18 +1422,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def align_right(assigns) do ~H""" @@ -2062,18 +1445,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def alpha(assigns) do ~H""" @@ -2094,18 +1466,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def alphabet_cyrillic(assigns) do ~H""" @@ -2127,18 +1488,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def alphabet_greek(assigns) do ~H""" @@ -2161,18 +1511,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def alphabet_latin(assigns) do ~H""" @@ -2195,18 +1534,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ambulance(assigns) do ~H""" @@ -2230,18 +1558,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ampersand(assigns) do ~H""" @@ -2262,18 +1579,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def analyze_off(assigns) do ~H""" @@ -2299,18 +1605,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def analyze(assigns) do ~H""" @@ -2335,18 +1630,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def anchor_off(assigns) do ~H""" @@ -2372,18 +1656,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def anchor(assigns) do ~H""" @@ -2405,18 +1678,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def angle(assigns) do ~H""" @@ -2441,18 +1703,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ankh(assigns) do ~H""" @@ -2474,18 +1725,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def antenna_bars_1(assigns) do ~H""" @@ -2509,18 +1749,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def antenna_bars_2(assigns) do ~H""" @@ -2544,18 +1773,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def antenna_bars_3(assigns) do ~H""" @@ -2579,18 +1797,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def antenna_bars_4(assigns) do ~H""" @@ -2614,18 +1821,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def antenna_bars_5(assigns) do ~H""" @@ -2649,18 +1845,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def antenna_bars_off(assigns) do ~H""" @@ -2686,18 +1871,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def antenna_off(assigns) do ~H""" @@ -2724,18 +1898,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def antenna(assigns) do ~H""" @@ -2761,18 +1924,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def aperture_off(assigns) do ~H""" @@ -2799,18 +1951,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def aperture(assigns) do ~H""" @@ -2836,18 +1977,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def api_app_off(assigns) do ~H""" @@ -2872,18 +2002,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def api_app(assigns) do ~H""" @@ -2907,18 +2026,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def api_off(assigns) do ~H""" @@ -2943,18 +2051,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def api(assigns) do ~H""" @@ -2978,18 +2075,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def app_window(assigns) do ~H""" @@ -3012,18 +2098,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def apple(assigns) do ~H""" @@ -3046,18 +2121,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def apps_off(assigns) do ~H""" @@ -3083,18 +2147,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def apps(assigns) do ~H""" @@ -3119,18 +2172,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def archive_off(assigns) do ~H""" @@ -3154,18 +2196,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def archive(assigns) do ~H""" @@ -3188,18 +2219,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def armchair_2_off(assigns) do ~H""" @@ -3225,18 +2245,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def armchair_2(assigns) do ~H""" @@ -3261,18 +2270,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def armchair_off(assigns) do ~H""" @@ -3297,18 +2295,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def armchair(assigns) do ~H""" @@ -3332,18 +2319,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_autofit_content(assigns) do ~H""" @@ -3368,18 +2344,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_autofit_down(assigns) do ~H""" @@ -3402,18 +2367,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_autofit_height(assigns) do ~H""" @@ -3438,18 +2392,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_autofit_left(assigns) do ~H""" @@ -3472,18 +2415,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_autofit_right(assigns) do ~H""" @@ -3506,18 +2438,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_autofit_up(assigns) do ~H""" @@ -3540,18 +2461,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_autofit_width(assigns) do ~H""" @@ -3576,18 +2486,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_back_up(assigns) do ~H""" @@ -3608,18 +2507,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_back(assigns) do ~H""" @@ -3640,18 +2528,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_bar_down(assigns) do ~H""" @@ -3675,18 +2552,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_bar_left(assigns) do ~H""" @@ -3710,18 +2576,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_bar_right(assigns) do ~H""" @@ -3745,18 +2600,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_bar_to_down(assigns) do ~H""" @@ -3780,18 +2624,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_bar_to_left(assigns) do ~H""" @@ -3815,18 +2648,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_bar_to_right(assigns) do ~H""" @@ -3850,18 +2672,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_bar_to_up(assigns) do ~H""" @@ -3885,18 +2696,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_bar_up(assigns) do ~H""" @@ -3920,18 +2720,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_bear_left_2(assigns) do ~H""" @@ -3954,18 +2743,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_bear_left(assigns) do ~H""" @@ -3987,18 +2765,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_bear_right_2(assigns) do ~H""" @@ -4021,18 +2788,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_bear_right(assigns) do ~H""" @@ -4054,18 +2810,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_big_down_line(assigns) do ~H""" @@ -4087,18 +2832,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_big_down_lines(assigns) do ~H""" @@ -4121,18 +2855,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_big_down(assigns) do ~H""" @@ -4153,18 +2876,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_big_left_line(assigns) do ~H""" @@ -4186,18 +2898,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_big_left_lines(assigns) do ~H""" @@ -4220,18 +2921,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_big_left(assigns) do ~H""" @@ -4252,18 +2942,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_big_right_line(assigns) do ~H""" @@ -4285,18 +2964,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_big_right_lines(assigns) do ~H""" @@ -4319,18 +2987,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_big_right(assigns) do ~H""" @@ -4351,18 +3008,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_big_top(assigns) do ~H""" @@ -4383,18 +3029,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_big_up_line(assigns) do ~H""" @@ -4416,18 +3051,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_big_up_lines(assigns) do ~H""" @@ -4450,18 +3074,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_bounce(assigns) do ~H""" @@ -4484,18 +3097,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_curve_left(assigns) do ~H""" @@ -4517,18 +3119,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_curve_right(assigns) do ~H""" @@ -4550,18 +3141,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_down_bar(assigns) do ~H""" @@ -4584,18 +3164,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_down_circle(assigns) do ~H""" @@ -4619,18 +3188,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_down_left_circle(assigns) do ~H""" @@ -4653,18 +3211,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_down_left(assigns) do ~H""" @@ -4686,18 +3233,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_down_right_circle(assigns) do ~H""" @@ -4720,18 +3256,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_down_right(assigns) do ~H""" @@ -4753,18 +3278,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_down_square(assigns) do ~H""" @@ -4787,18 +3301,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_down_tail(assigns) do ~H""" @@ -4821,18 +3324,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_down(assigns) do ~H""" @@ -4855,18 +3347,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_fork(assigns) do ~H""" @@ -4890,18 +3371,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_forward_up(assigns) do ~H""" @@ -4922,18 +3392,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_forward(assigns) do ~H""" @@ -4954,18 +3413,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_guide(assigns) do ~H""" @@ -4988,18 +3436,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_iteration(assigns) do ~H""" @@ -5022,18 +3459,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_left_bar(assigns) do ~H""" @@ -5056,18 +3482,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_left_circle(assigns) do ~H""" @@ -5090,18 +3505,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_left_right(assigns) do ~H""" @@ -5125,18 +3529,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_left_square(assigns) do ~H""" @@ -5159,18 +3552,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_left_tail(assigns) do ~H""" @@ -5193,18 +3575,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_left(assigns) do ~H""" @@ -5227,18 +3598,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_loop_left_2(assigns) do ~H""" @@ -5260,18 +3620,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_loop_left(assigns) do ~H""" @@ -5293,18 +3642,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_loop_right_2(assigns) do ~H""" @@ -5326,18 +3664,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_loop_right(assigns) do ~H""" @@ -5359,18 +3686,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_merge_both(assigns) do ~H""" @@ -5394,18 +3710,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_merge_left(assigns) do ~H""" @@ -5428,18 +3733,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_merge_right(assigns) do ~H""" @@ -5462,18 +3756,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_merge(assigns) do ~H""" @@ -5496,18 +3779,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_move_down(assigns) do ~H""" @@ -5530,18 +3802,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_move_left(assigns) do ~H""" @@ -5564,18 +3825,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_move_right(assigns) do ~H""" @@ -5598,18 +3848,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_move_up(assigns) do ~H""" @@ -5632,18 +3871,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_narrow_down(assigns) do ~H""" @@ -5666,18 +3894,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_narrow_left(assigns) do ~H""" @@ -5700,18 +3917,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_narrow_right(assigns) do ~H""" @@ -5734,18 +3940,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_narrow_up(assigns) do ~H""" @@ -5768,18 +3963,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_ramp_left_2(assigns) do ~H""" @@ -5802,18 +3986,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_ramp_left_3(assigns) do ~H""" @@ -5836,18 +4009,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_ramp_left(assigns) do ~H""" @@ -5871,18 +4033,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_ramp_right_2(assigns) do ~H""" @@ -5905,18 +4056,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_ramp_right_3(assigns) do ~H""" @@ -5939,18 +4079,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_ramp_right(assigns) do ~H""" @@ -5974,18 +4103,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_right_bar(assigns) do ~H""" @@ -6008,18 +4126,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_right_circle(assigns) do ~H""" @@ -6042,18 +4149,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_right_square(assigns) do ~H""" @@ -6076,18 +4172,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_right_tail(assigns) do ~H""" @@ -6110,18 +4195,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_right(assigns) do ~H""" @@ -6144,18 +4218,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_rotary_first_left(assigns) do ~H""" @@ -6179,18 +4242,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_rotary_first_right(assigns) do ~H""" @@ -6214,18 +4266,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_rotary_last_left(assigns) do ~H""" @@ -6249,18 +4290,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_rotary_last_right(assigns) do ~H""" @@ -6284,18 +4314,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_rotary_left(assigns) do ~H""" @@ -6319,18 +4338,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_rotary_right(assigns) do ~H""" @@ -6354,18 +4362,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_rotary_straight(assigns) do ~H""" @@ -6389,18 +4386,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_roundabout_left(assigns) do ~H""" @@ -6422,18 +4408,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_roundabout_right(assigns) do ~H""" @@ -6455,18 +4430,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_sharp_turn_left(assigns) do ~H""" @@ -6488,18 +4452,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_sharp_turn_right(assigns) do ~H""" @@ -6521,18 +4474,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_up_bar(assigns) do ~H""" @@ -6555,18 +4497,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_up_circle(assigns) do ~H""" @@ -6590,18 +4521,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_up_left_circle(assigns) do ~H""" @@ -6624,18 +4544,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_up_left(assigns) do ~H""" @@ -6657,18 +4566,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_up_right_circle(assigns) do ~H""" @@ -6691,18 +4589,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_up_right(assigns) do ~H""" @@ -6724,18 +4611,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_up_square(assigns) do ~H""" @@ -6758,18 +4634,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_up_tail(assigns) do ~H""" @@ -6792,18 +4657,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_up(assigns) do ~H""" @@ -6826,18 +4680,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_wave_left_down(assigns) do ~H""" @@ -6859,18 +4702,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_wave_left_up(assigns) do ~H""" @@ -6892,18 +4724,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_wave_right_down(assigns) do ~H""" @@ -6925,18 +4746,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_wave_right_up(assigns) do ~H""" @@ -6958,18 +4768,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrow_zig_zag(assigns) do ~H""" @@ -6991,18 +4790,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_cross(assigns) do ~H""" @@ -7027,18 +4815,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_diagonal_2(assigns) do ~H""" @@ -7062,18 +4839,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_diagonal_minimize_2(assigns) do ~H""" @@ -7097,18 +4863,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_diagonal_minimize(assigns) do ~H""" @@ -7132,18 +4887,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_diagonal(assigns) do ~H""" @@ -7167,18 +4911,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_diff(assigns) do ~H""" @@ -7204,18 +4937,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_double_ne_sw(assigns) do ~H""" @@ -7239,18 +4961,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_double_nw_se(assigns) do ~H""" @@ -7274,18 +4985,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_double_se_nw(assigns) do ~H""" @@ -7309,18 +5009,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_double_sw_ne(assigns) do ~H""" @@ -7344,18 +5033,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_down_up(assigns) do ~H""" @@ -7379,18 +5057,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_down(assigns) do ~H""" @@ -7414,18 +5081,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_exchange_2(assigns) do ~H""" @@ -7447,18 +5103,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_exchange(assigns) do ~H""" @@ -7480,18 +5125,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_horizontal(assigns) do ~H""" @@ -7514,18 +5148,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_join_2(assigns) do ~H""" @@ -7548,18 +5171,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_join(assigns) do ~H""" @@ -7582,18 +5194,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_left_down(assigns) do ~H""" @@ -7616,18 +5217,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_left_right(assigns) do ~H""" @@ -7651,18 +5241,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_left(assigns) do ~H""" @@ -7686,18 +5265,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_maximize(assigns) do ~H""" @@ -7725,18 +5293,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_minimize(assigns) do ~H""" @@ -7764,18 +5321,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_move_horizontal(assigns) do ~H""" @@ -7799,18 +5345,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_move_vertical(assigns) do ~H""" @@ -7834,18 +5369,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_move(assigns) do ~H""" @@ -7873,18 +5397,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_random(assigns) do ~H""" @@ -7912,18 +5425,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_right_down(assigns) do ~H""" @@ -7946,18 +5448,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_right_left(assigns) do ~H""" @@ -7981,18 +5472,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_right(assigns) do ~H""" @@ -8016,18 +5496,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_shuffle_2(assigns) do ~H""" @@ -8051,18 +5520,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_shuffle(assigns) do ~H""" @@ -8086,18 +5544,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_sort(assigns) do ~H""" @@ -8119,18 +5566,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_split_2(assigns) do ~H""" @@ -8154,18 +5590,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_split(assigns) do ~H""" @@ -8189,18 +5614,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_transfer_down(assigns) do ~H""" @@ -8226,18 +5640,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_transfer_up(assigns) do ~H""" @@ -8263,18 +5666,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_up_down(assigns) do ~H""" @@ -8298,18 +5690,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_up_left(assigns) do ~H""" @@ -8332,18 +5713,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_up_right(assigns) do ~H""" @@ -8366,18 +5736,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_up(assigns) do ~H""" @@ -8401,18 +5760,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def arrows_vertical(assigns) do ~H""" @@ -8435,18 +5783,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def artboard_off(assigns) do ~H""" @@ -8477,18 +5814,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def artboard(assigns) do ~H""" @@ -8517,18 +5843,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def article_off(assigns) do ~H""" @@ -8553,18 +5868,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def article(assigns) do ~H""" @@ -8588,18 +5892,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def aspect_ratio_off(assigns) do ~H""" @@ -8623,18 +5916,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def aspect_ratio(assigns) do ~H""" @@ -8657,18 +5939,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def assembly_off(assigns) do ~H""" @@ -8691,18 +5962,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def assembly(assigns) do ~H""" @@ -8724,18 +5984,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def asset(assigns) do ~H""" @@ -8761,18 +6010,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def asterisk_simple(assigns) do ~H""" @@ -8797,18 +6035,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def asterisk(assigns) do ~H""" @@ -8834,18 +6061,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def at_off(assigns) do ~H""" @@ -8868,18 +6084,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def at(assigns) do ~H""" @@ -8901,18 +6106,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def atom_2(assigns) do ~H""" @@ -8939,18 +6133,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def atom_off(assigns) do ~H""" @@ -8974,18 +6157,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def atom(assigns) do ~H""" @@ -9008,18 +6180,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def augmented_reality_2(assigns) do ~H""" @@ -9044,18 +6205,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def augmented_reality_off(assigns) do ~H""" @@ -9083,18 +6233,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def augmented_reality(assigns) do ~H""" @@ -9121,18 +6260,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def award_off(assigns) do ~H""" @@ -9156,18 +6284,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def award(assigns) do ~H""" @@ -9190,18 +6307,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def axe(assigns) do ~H""" @@ -9223,18 +6329,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def axis_x(assigns) do ~H""" @@ -9259,18 +6354,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def axis_y(assigns) do ~H""" @@ -9295,18 +6379,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def baby_bottle(assigns) do ~H""" @@ -9329,18 +6402,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def baby_carriage(assigns) do ~H""" @@ -9366,18 +6428,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def backhoe(assigns) do ~H""" @@ -9405,18 +6456,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def backpack_off(assigns) do ~H""" @@ -9440,18 +6480,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def backpack(assigns) do ~H""" @@ -9475,18 +6504,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def backspace(assigns) do ~H""" @@ -9508,18 +6526,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def badge_3d(assigns) do ~H""" @@ -9542,18 +6549,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def badge_4k(assigns) do ~H""" @@ -9579,18 +6575,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def badge_8k(assigns) do ~H""" @@ -9615,18 +6600,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def badge_ad(assigns) do ~H""" @@ -9650,18 +6624,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def badge_ar(assigns) do ~H""" @@ -9685,18 +6648,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def badge_cc(assigns) do ~H""" @@ -9719,18 +6671,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def badge_hd(assigns) do ~H""" @@ -9755,18 +6696,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def badge_off(assigns) do ~H""" @@ -9788,18 +6718,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def badge_sd(assigns) do ~H""" @@ -9822,18 +6741,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def badge_tm(assigns) do ~H""" @@ -9857,18 +6765,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def badge_vo(assigns) do ~H""" @@ -9891,18 +6788,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def badge_vr(assigns) do ~H""" @@ -9925,18 +6811,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def badge_wc(assigns) do ~H""" @@ -9959,18 +6834,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def badge(assigns) do ~H""" @@ -9991,18 +6855,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def badges_off(assigns) do ~H""" @@ -10025,18 +6878,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def badges(assigns) do ~H""" @@ -10058,18 +6900,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def baguette(assigns) do ~H""" @@ -10093,18 +6924,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ball_american_football_off(assigns) do ~H""" @@ -10130,18 +6950,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ball_american_football(assigns) do ~H""" @@ -10167,18 +6976,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ball_baseball(assigns) do ~H""" @@ -10207,18 +7005,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ball_basketball(assigns) do ~H""" @@ -10243,18 +7030,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ball_bowling(assigns) do ~H""" @@ -10278,18 +7054,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ball_football_off(assigns) do ~H""" @@ -10317,18 +7082,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ball_football(assigns) do ~H""" @@ -10351,18 +7105,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ball_tennis(assigns) do ~H""" @@ -10385,18 +7128,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ball_volleyball(assigns) do ~H""" @@ -10423,18 +7155,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ballon_off(assigns) do ~H""" @@ -10458,18 +7179,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ballon(assigns) do ~H""" @@ -10492,18 +7202,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ballpen_off(assigns) do ~H""" @@ -10528,18 +7227,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ballpen(assigns) do ~H""" @@ -10562,18 +7250,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ban(assigns) do ~H""" @@ -10595,18 +7272,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bandage_off(assigns) do ~H""" @@ -10630,18 +7296,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bandage(assigns) do ~H""" @@ -10666,18 +7321,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def barbell_off(assigns) do ~H""" @@ -10705,18 +7349,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def barbell(assigns) do ~H""" @@ -10743,18 +7376,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def barcode_off(assigns) do ~H""" @@ -10783,18 +7405,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def barcode(assigns) do ~H""" @@ -10822,18 +7433,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def barrel_off(assigns) do ~H""" @@ -10859,18 +7459,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def barrel(assigns) do ~H""" @@ -10895,18 +7484,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def barrier_block_off(assigns) do ~H""" @@ -10939,18 +7517,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def barrier_block(assigns) do ~H""" @@ -10980,18 +7547,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def baseline(assigns) do ~H""" @@ -11014,18 +7570,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def basket_off(assigns) do ~H""" @@ -11051,18 +7596,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def basket(assigns) do ~H""" @@ -11085,18 +7619,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bat(assigns) do ~H""" @@ -11118,18 +7641,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bath_off(assigns) do ~H""" @@ -11154,18 +7666,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bath(assigns) do ~H""" @@ -11189,18 +7690,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def battery_1(assigns) do ~H""" @@ -11222,18 +7712,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def battery_2(assigns) do ~H""" @@ -11256,18 +7735,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def battery_3(assigns) do ~H""" @@ -11291,18 +7759,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def battery_4(assigns) do ~H""" @@ -11327,18 +7784,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def battery_automotive(assigns) do ~H""" @@ -11364,18 +7810,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def battery_charging_2(assigns) do ~H""" @@ -11400,18 +7835,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def battery_charging(assigns) do ~H""" @@ -11434,18 +7858,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def battery_eco(assigns) do ~H""" @@ -11468,18 +7881,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def battery_off(assigns) do ~H""" @@ -11501,18 +7903,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def battery(assigns) do ~H""" @@ -11533,18 +7924,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def beach_off(assigns) do ~H""" @@ -11571,18 +7951,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def beach(assigns) do ~H""" @@ -11607,18 +7976,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bed_off(assigns) do ~H""" @@ -11645,18 +8003,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bed(assigns) do ~H""" @@ -11678,18 +8025,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def beer_off(assigns) do ~H""" @@ -11712,18 +8048,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def beer(assigns) do ~H""" @@ -11745,18 +8070,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bell_minus(assigns) do ~H""" @@ -11779,18 +8093,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bell_off(assigns) do ~H""" @@ -11813,18 +8116,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bell_plus(assigns) do ~H""" @@ -11848,18 +8140,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bell_ringing_2(assigns) do ~H""" @@ -11881,18 +8162,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bell_ringing(assigns) do ~H""" @@ -11916,18 +8186,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bell_school(assigns) do ~H""" @@ -11952,18 +8211,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bell_x(assigns) do ~H""" @@ -11986,18 +8234,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bell_z(assigns) do ~H""" @@ -12020,18 +8257,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bell(assigns) do ~H""" @@ -12053,18 +8279,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def beta(assigns) do ~H""" @@ -12085,18 +8300,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bible(assigns) do ~H""" @@ -12120,18 +8324,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bike_off(assigns) do ~H""" @@ -12156,18 +8349,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bike(assigns) do ~H""" @@ -12191,18 +8373,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def binary_off(assigns) do ~H""" @@ -12229,18 +8400,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def binary_tree_2(assigns) do ~H""" @@ -12267,18 +8427,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def binary_tree(assigns) do ~H""" @@ -12307,18 +8456,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def binary(assigns) do ~H""" @@ -12342,18 +8480,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def biohazard_off(assigns) do ~H""" @@ -12381,18 +8508,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def biohazard(assigns) do ~H""" @@ -12414,18 +8530,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def blade(assigns) do ~H""" @@ -12451,18 +8556,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bleach_chlorine(assigns) do ~H""" @@ -12485,18 +8579,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bleach_no_chlorine(assigns) do ~H""" @@ -12519,18 +8602,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bleach_off(assigns) do ~H""" @@ -12552,18 +8624,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bleach(assigns) do ~H""" @@ -12584,18 +8645,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def blockquote(assigns) do ~H""" @@ -12621,18 +8671,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bluetooth_connected(assigns) do ~H""" @@ -12655,18 +8694,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bluetooth_off(assigns) do ~H""" @@ -12688,18 +8716,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bluetooth_x(assigns) do ~H""" @@ -12722,18 +8739,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bluetooth(assigns) do ~H""" @@ -12754,18 +8760,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def blur_off(assigns) do ~H""" @@ -12793,18 +8788,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def blur(assigns) do ~H""" @@ -12831,18 +8815,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bmp(assigns) do ~H""" @@ -12865,18 +8838,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bold_off(assigns) do ~H""" @@ -12899,18 +8861,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bold(assigns) do ~H""" @@ -12932,18 +8883,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bolt_off(assigns) do ~H""" @@ -12965,18 +8905,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bolt(assigns) do ~H""" @@ -12997,18 +8926,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bomb(assigns) do ~H""" @@ -13031,18 +8949,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bone_off(assigns) do ~H""" @@ -13064,18 +8971,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bone(assigns) do ~H""" @@ -13096,18 +8992,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bong_off(assigns) do ~H""" @@ -13131,18 +9016,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bong(assigns) do ~H""" @@ -13165,18 +9039,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def book_2(assigns) do ~H""" @@ -13199,18 +9062,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def book_download(assigns) do ~H""" @@ -13234,18 +9086,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def book_off(assigns) do ~H""" @@ -13271,18 +9112,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def book_upload(assigns) do ~H""" @@ -13306,18 +9136,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def book(assigns) do ~H""" @@ -13342,18 +9161,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bookmark_off(assigns) do ~H""" @@ -13375,18 +9183,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bookmark(assigns) do ~H""" @@ -13407,18 +9204,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bookmarks_off(assigns) do ~H""" @@ -13441,18 +9227,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bookmarks(assigns) do ~H""" @@ -13474,18 +9249,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def books_off(assigns) do ~H""" @@ -13516,18 +9280,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def books(assigns) do ~H""" @@ -13554,18 +9307,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def border_all(assigns) do ~H""" @@ -13588,18 +9330,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def border_bottom(assigns) do ~H""" @@ -13636,18 +9367,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def border_horizontal(assigns) do ~H""" @@ -13684,18 +9404,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def border_inner(assigns) do ~H""" @@ -13729,18 +9438,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def border_left(assigns) do ~H""" @@ -13777,18 +9475,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def border_none(assigns) do ~H""" @@ -13829,18 +9516,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def border_outer(assigns) do ~H""" @@ -13866,18 +9542,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def border_radius(assigns) do ~H""" @@ -13909,18 +9574,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def border_right(assigns) do ~H""" @@ -13957,18 +9611,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def border_style_2(assigns) do ~H""" @@ -13997,18 +9640,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def border_style(assigns) do ~H""" @@ -14036,18 +9668,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def border_top(assigns) do ~H""" @@ -14084,18 +9705,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def border_vertical(assigns) do ~H""" @@ -14132,18 +9742,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bottle_off(assigns) do ~H""" @@ -14167,18 +9766,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bottle(assigns) do ~H""" @@ -14201,18 +9789,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bounce_left(assigns) do ~H""" @@ -14234,18 +9811,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bounce_right(assigns) do ~H""" @@ -14267,18 +9833,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bow(assigns) do ~H""" @@ -14302,18 +9857,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bowl(assigns) do ~H""" @@ -14334,18 +9878,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_align_bottom_left(assigns) do ~H""" @@ -14375,18 +9908,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_align_bottom_right(assigns) do ~H""" @@ -14416,18 +9938,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_align_bottom(assigns) do ~H""" @@ -14454,18 +9965,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_align_left(assigns) do ~H""" @@ -14492,18 +9992,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_align_right(assigns) do ~H""" @@ -14530,18 +10019,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_align_top_left(assigns) do ~H""" @@ -14571,18 +10049,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_align_top_right(assigns) do ~H""" @@ -14612,18 +10079,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_align_top(assigns) do ~H""" @@ -14650,18 +10106,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_margin(assigns) do ~H""" @@ -14698,18 +10143,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_model_2_off(assigns) do ~H""" @@ -14732,18 +10166,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_model_2(assigns) do ~H""" @@ -14765,18 +10188,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_model_off(assigns) do ~H""" @@ -14803,18 +10215,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_model(assigns) do ~H""" @@ -14840,18 +10241,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_multiple_0(assigns) do ~H""" @@ -14874,18 +10264,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_multiple_1(assigns) do ~H""" @@ -14908,18 +10287,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_multiple_2(assigns) do ~H""" @@ -14942,18 +10310,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_multiple_3(assigns) do ~H""" @@ -14977,18 +10334,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_multiple_4(assigns) do ~H""" @@ -15011,18 +10357,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_multiple_5(assigns) do ~H""" @@ -15045,18 +10380,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_multiple_6(assigns) do ~H""" @@ -15080,18 +10404,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_multiple_7(assigns) do ~H""" @@ -15114,18 +10427,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_multiple_8(assigns) do ~H""" @@ -15149,18 +10451,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_multiple_9(assigns) do ~H""" @@ -15184,18 +10475,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_multiple(assigns) do ~H""" @@ -15217,18 +10497,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_off(assigns) do ~H""" @@ -15253,18 +10522,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_padding(assigns) do ~H""" @@ -15293,18 +10551,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box_seam(assigns) do ~H""" @@ -15329,18 +10576,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def box(assigns) do ~H""" @@ -15364,18 +10600,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def braces_off(assigns) do ~H""" @@ -15398,18 +10623,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def braces(assigns) do ~H""" @@ -15431,18 +10645,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brackets_contain_end(assigns) do ~H""" @@ -15466,18 +10669,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brackets_contain_start(assigns) do ~H""" @@ -15501,18 +10693,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brackets_contain(assigns) do ~H""" @@ -15537,18 +10718,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brackets_off(assigns) do ~H""" @@ -15571,18 +10741,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brackets(assigns) do ~H""" @@ -15604,18 +10763,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def braile(assigns) do ~H""" @@ -15641,18 +10789,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brain(assigns) do ~H""" @@ -15678,18 +10815,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_4chan(assigns) do ~H""" @@ -15714,18 +10840,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_abstract(assigns) do ~H""" @@ -15748,18 +10863,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_adobe(assigns) do ~H""" @@ -15780,18 +10884,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_adonis_js(assigns) do ~H""" @@ -15813,18 +10906,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_airbnb(assigns) do ~H""" @@ -15845,18 +10927,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_airtable(assigns) do ~H""" @@ -15879,18 +10950,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_algolia(assigns) do ~H""" @@ -15915,18 +10975,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_alpine_js(assigns) do ~H""" @@ -15948,18 +10997,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_amazon(assigns) do ~H""" @@ -15981,18 +11019,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_amongus(assigns) do ~H""" @@ -16015,18 +11042,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_android(assigns) do ~H""" @@ -16053,18 +11069,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_angular(assigns) do ~H""" @@ -16087,18 +11092,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_appgallery(assigns) do ~H""" @@ -16120,18 +11114,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_apple_arcade(assigns) do ~H""" @@ -16155,18 +11138,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_apple_podcast(assigns) do ~H""" @@ -16189,18 +11161,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_apple(assigns) do ~H""" @@ -16222,18 +11183,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_appstore(assigns) do ~H""" @@ -16257,18 +11207,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_asana(assigns) do ~H""" @@ -16291,18 +11230,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_backbone(assigns) do ~H""" @@ -16324,18 +11252,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_badoo(assigns) do ~H""" @@ -16357,18 +11274,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_bandcamp(assigns) do ~H""" @@ -16389,18 +11295,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_beats(assigns) do ~H""" @@ -16423,18 +11318,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_behance(assigns) do ~H""" @@ -16458,18 +11342,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_binance(assigns) do ~H""" @@ -16494,18 +11367,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_bing(assigns) do ~H""" @@ -16526,18 +11388,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_bitbucket(assigns) do ~H""" @@ -16559,18 +11410,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_blackbery(assigns) do ~H""" @@ -16597,18 +11437,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_blender(assigns) do ~H""" @@ -16633,18 +11462,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_blogger(assigns) do ~H""" @@ -16667,18 +11485,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_booking(assigns) do ~H""" @@ -16701,18 +11508,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_bootstrap(assigns) do ~H""" @@ -16735,18 +11531,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_bulma(assigns) do ~H""" @@ -16767,18 +11552,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_bunpo(assigns) do ~H""" @@ -16799,18 +11573,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_campaignmonitor(assigns) do ~H""" @@ -16831,18 +11594,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_carbon(assigns) do ~H""" @@ -16864,18 +11616,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_cashapp(assigns) do ~H""" @@ -16896,18 +11637,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_chrome(assigns) do ~H""" @@ -16932,18 +11662,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_codecov(assigns) do ~H""" @@ -16964,18 +11683,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_codepen(assigns) do ~H""" @@ -17001,18 +11709,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_codesandbox(assigns) do ~H""" @@ -17039,18 +11736,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_cohost(assigns) do ~H""" @@ -17073,18 +11759,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_coinbase(assigns) do ~H""" @@ -17105,18 +11780,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_comedy_central(assigns) do ~H""" @@ -17138,18 +11802,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_couchsurfing(assigns) do ~H""" @@ -17171,18 +11824,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_css3(assigns) do ~H""" @@ -17204,18 +11846,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_ctemplar(assigns) do ~H""" @@ -17239,18 +11870,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_cucumber(assigns) do ~H""" @@ -17278,18 +11898,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_cupra(assigns) do ~H""" @@ -17311,18 +11920,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_cypress(assigns) do ~H""" @@ -17345,18 +11943,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_d3(assigns) do ~H""" @@ -17381,18 +11968,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_days_counter(assigns) do ~H""" @@ -17415,18 +11991,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_dcos(assigns) do ~H""" @@ -17447,18 +12012,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_debian(assigns) do ~H""" @@ -17480,18 +12034,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_deliveroo(assigns) do ~H""" @@ -17514,18 +12057,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_deno(assigns) do ~H""" @@ -17548,18 +12080,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_deviantart(assigns) do ~H""" @@ -17580,18 +12101,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_discord(assigns) do ~H""" @@ -17617,18 +12127,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_disney(assigns) do ~H""" @@ -17650,18 +12149,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_disqus(assigns) do ~H""" @@ -17683,18 +12171,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_django(assigns) do ~H""" @@ -17718,18 +12195,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_docker(assigns) do ~H""" @@ -17758,18 +12224,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_doctrine(assigns) do ~H""" @@ -17793,18 +12248,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_dolby_digital(assigns) do ~H""" @@ -17826,18 +12270,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_dribbble(assigns) do ~H""" @@ -17861,18 +12294,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_drops(assigns) do ~H""" @@ -17894,18 +12316,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_drupal(assigns) do ~H""" @@ -17927,18 +12338,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_edge(assigns) do ~H""" @@ -17962,18 +12362,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_ember(assigns) do ~H""" @@ -17994,18 +12383,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_envato(assigns) do ~H""" @@ -18027,18 +12405,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_facebook(assigns) do ~H""" @@ -18059,18 +12426,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_figma(assigns) do ~H""" @@ -18093,18 +12449,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_finder(assigns) do ~H""" @@ -18129,18 +12474,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_firebase(assigns) do ~H""" @@ -18163,18 +12497,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_firefox(assigns) do ~H""" @@ -18196,18 +12519,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_flickr(assigns) do ~H""" @@ -18229,18 +12541,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_flightradar24(assigns) do ~H""" @@ -18264,18 +12565,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_flipboard(assigns) do ~H""" @@ -18296,18 +12586,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_flutter(assigns) do ~H""" @@ -18329,18 +12608,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_fortnite(assigns) do ~H""" @@ -18361,18 +12629,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_foursquare(assigns) do ~H""" @@ -18394,18 +12651,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_framer(assigns) do ~H""" @@ -18426,18 +12672,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_gatsby(assigns) do ~H""" @@ -18459,18 +12694,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_git(assigns) do ~H""" @@ -18497,18 +12721,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_github_copilot(assigns) do ~H""" @@ -18535,18 +12748,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_github(assigns) do ~H""" @@ -18567,18 +12769,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_gitlab(assigns) do ~H""" @@ -18599,18 +12790,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_gmail(assigns) do ~H""" @@ -18634,18 +12814,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_google_analytics(assigns) do ~H""" @@ -18668,18 +12837,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_google_drive(assigns) do ~H""" @@ -18702,18 +12860,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_google_fit(assigns) do ~H""" @@ -18734,18 +12881,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_google_one(assigns) do ~H""" @@ -18767,18 +12903,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_google_photos(assigns) do ~H""" @@ -18802,18 +12927,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_google_play(assigns) do ~H""" @@ -18836,18 +12950,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_google(assigns) do ~H""" @@ -18868,18 +12971,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_grammarly(assigns) do ~H""" @@ -18902,18 +12994,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_graphql(assigns) do ~H""" @@ -18948,18 +13029,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_gravatar(assigns) do ~H""" @@ -18980,18 +13050,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_grindr(assigns) do ~H""" @@ -19014,18 +13073,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_guardian(assigns) do ~H""" @@ -19051,18 +13099,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_gumroad(assigns) do ~H""" @@ -19085,18 +13122,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_headlessui(assigns) do ~H""" @@ -19118,18 +13144,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_hipchat(assigns) do ~H""" @@ -19151,18 +13166,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_html5(assigns) do ~H""" @@ -19184,18 +13188,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_inertia(assigns) do ~H""" @@ -19217,18 +13210,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_instagram(assigns) do ~H""" @@ -19251,18 +13233,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_intercom(assigns) do ~H""" @@ -19288,18 +13259,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_javascript(assigns) do ~H""" @@ -19322,18 +13282,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_kickstarter(assigns) do ~H""" @@ -19354,18 +13303,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_kotlin(assigns) do ~H""" @@ -19389,18 +13327,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_laravel(assigns) do ~H""" @@ -19428,18 +13355,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_lastfm(assigns) do ~H""" @@ -19460,18 +13376,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_linkedin(assigns) do ~H""" @@ -19496,18 +13401,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_linktree(assigns) do ~H""" @@ -19529,18 +13423,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_linqpad(assigns) do ~H""" @@ -19561,18 +13444,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_loom(assigns) do ~H""" @@ -19596,18 +13468,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_mailgun(assigns) do ~H""" @@ -19631,18 +13492,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_mantine(assigns) do ~H""" @@ -19667,18 +13517,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_mastercard(assigns) do ~H""" @@ -19701,18 +13540,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_mastodon(assigns) do ~H""" @@ -19734,18 +13562,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_mcdonalds(assigns) do ~H""" @@ -19766,18 +13583,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_medium(assigns) do ~H""" @@ -19803,18 +13609,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_mercedes(assigns) do ~H""" @@ -19838,18 +13633,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_messenger(assigns) do ~H""" @@ -19871,18 +13655,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_meta(assigns) do ~H""" @@ -19904,18 +13677,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_mixpanel(assigns) do ~H""" @@ -19938,18 +13700,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_monday(assigns) do ~H""" @@ -19972,18 +13723,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_my_oppo(assigns) do ~H""" @@ -20005,18 +13745,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_nem(assigns) do ~H""" @@ -20039,18 +13768,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_netbeans(assigns) do ~H""" @@ -20077,18 +13795,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_netflix(assigns) do ~H""" @@ -20111,18 +13818,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_nexo(assigns) do ~H""" @@ -20144,18 +13840,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_nextcloud(assigns) do ~H""" @@ -20178,18 +13863,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_nextjs(assigns) do ~H""" @@ -20211,18 +13885,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_nord_vpn(assigns) do ~H""" @@ -20244,18 +13907,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_notion(assigns) do ~H""" @@ -20281,18 +13933,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_npm(assigns) do ~H""" @@ -20319,18 +13960,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_nuxt(assigns) do ~H""" @@ -20352,18 +13982,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_nytimes(assigns) do ~H""" @@ -20388,18 +14007,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_office(assigns) do ~H""" @@ -20420,18 +14028,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_ok_ru(assigns) do ~H""" @@ -20456,18 +14053,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_onedrive(assigns) do ~H""" @@ -20488,18 +14074,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_open_source(assigns) do ~H""" @@ -20520,18 +14095,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_openvpn(assigns) do ~H""" @@ -20553,18 +14117,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_opera(assigns) do ~H""" @@ -20586,18 +14139,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_pagekit(assigns) do ~H""" @@ -20618,18 +14160,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_patreon(assigns) do ~H""" @@ -20651,18 +14182,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_paypal(assigns) do ~H""" @@ -20683,18 +14203,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_peanut(assigns) do ~H""" @@ -20715,18 +14224,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_pepsi(assigns) do ~H""" @@ -20749,18 +14247,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_php(assigns) do ~H""" @@ -20785,18 +14272,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_picsart(assigns) do ~H""" @@ -20819,18 +14295,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_pinterest(assigns) do ~H""" @@ -20853,18 +14318,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_pocket(assigns) do ~H""" @@ -20886,18 +14340,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_polymer(assigns) do ~H""" @@ -20918,18 +14361,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_prisma(assigns) do ~H""" @@ -20951,18 +14383,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_producthunt(assigns) do ~H""" @@ -20984,18 +14405,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_pushbullet(assigns) do ~H""" @@ -21018,18 +14428,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_pushover(assigns) do ~H""" @@ -21051,18 +14450,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_python(assigns) do ~H""" @@ -21087,18 +14475,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_react_native(assigns) do ~H""" @@ -21125,18 +14502,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_react(assigns) do ~H""" @@ -21163,18 +14529,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_reason(assigns) do ~H""" @@ -21199,18 +14554,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_reddit(assigns) do ~H""" @@ -21236,18 +14580,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_redhat(assigns) do ~H""" @@ -21269,18 +14602,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_redux(assigns) do ~H""" @@ -21306,18 +14628,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_revolut(assigns) do ~H""" @@ -21339,18 +14650,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_safari(assigns) do ~H""" @@ -21372,18 +14672,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_samsungpass(assigns) do ~H""" @@ -21406,18 +14695,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_sass(assigns) do ~H""" @@ -21439,18 +14717,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_sentry(assigns) do ~H""" @@ -21471,18 +14738,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_sharik(assigns) do ~H""" @@ -21503,18 +14759,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_shazam(assigns) do ~H""" @@ -21537,18 +14782,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_shopee(assigns) do ~H""" @@ -21571,18 +14805,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_sketch(assigns) do ~H""" @@ -21603,18 +14826,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_skype(assigns) do ~H""" @@ -21636,18 +14848,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_slack(assigns) do ~H""" @@ -21671,18 +14872,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_snapchat(assigns) do ~H""" @@ -21703,18 +14893,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_snapseed(assigns) do ~H""" @@ -21736,18 +14915,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_socket_io(assigns) do ~H""" @@ -21770,18 +14938,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_soundcloud(assigns) do ~H""" @@ -21805,18 +14962,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_spacehey(assigns) do ~H""" @@ -21839,18 +14985,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_spotify(assigns) do ~H""" @@ -21874,18 +15009,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_stackoverflow(assigns) do ~H""" @@ -21910,18 +15034,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_steam(assigns) do ~H""" @@ -21943,18 +15056,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_storybook(assigns) do ~H""" @@ -21977,18 +15079,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_strava(assigns) do ~H""" @@ -22009,18 +15100,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_stripe(assigns) do ~H""" @@ -22041,18 +15121,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_sublime_text(assigns) do ~H""" @@ -22076,18 +15145,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_superhuman(assigns) do ~H""" @@ -22110,18 +15168,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_supernova(assigns) do ~H""" @@ -22146,18 +15193,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_surfshark(assigns) do ~H""" @@ -22179,18 +15215,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_svelte(assigns) do ~H""" @@ -22212,18 +15237,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_tabler(assigns) do ~H""" @@ -22246,18 +15260,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_tailwind(assigns) do ~H""" @@ -22278,18 +15281,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_telegram(assigns) do ~H""" @@ -22310,18 +15302,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_tether(assigns) do ~H""" @@ -22344,18 +15325,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_tidal(assigns) do ~H""" @@ -22376,18 +15346,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_tiktok(assigns) do ~H""" @@ -22408,18 +15367,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_tinder(assigns) do ~H""" @@ -22440,18 +15388,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_topbuzz(assigns) do ~H""" @@ -22472,18 +15409,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_torchain(assigns) do ~H""" @@ -22505,18 +15431,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_toyota(assigns) do ~H""" @@ -22539,18 +15454,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_trello(assigns) do ~H""" @@ -22573,18 +15477,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_tripadvisor(assigns) do ~H""" @@ -22610,18 +15503,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_tumblr(assigns) do ~H""" @@ -22642,18 +15524,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_twitch(assigns) do ~H""" @@ -22676,18 +15547,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_twitter(assigns) do ~H""" @@ -22708,18 +15568,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_uber(assigns) do ~H""" @@ -22742,18 +15591,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_ubuntu(assigns) do ~H""" @@ -22777,18 +15615,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_unity(assigns) do ~H""" @@ -22813,18 +15640,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_unsplash(assigns) do ~H""" @@ -22845,18 +15661,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_upwork(assigns) do ~H""" @@ -22877,18 +15682,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_valorant(assigns) do ~H""" @@ -22910,18 +15704,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_vercel(assigns) do ~H""" @@ -22942,18 +15725,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_vimeo(assigns) do ~H""" @@ -22974,18 +15746,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_vinted(assigns) do ~H""" @@ -23006,18 +15767,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_visa(assigns) do ~H""" @@ -23042,18 +15792,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_visual_studio(assigns) do ~H""" @@ -23074,18 +15813,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_vivaldi(assigns) do ~H""" @@ -23106,18 +15834,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_vk(assigns) do ~H""" @@ -23138,18 +15855,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_volkswagen(assigns) do ~H""" @@ -23172,18 +15878,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_vsco(assigns) do ~H""" @@ -23213,18 +15908,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_vscode(assigns) do ~H""" @@ -23247,18 +15931,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_vue(assigns) do ~H""" @@ -23280,18 +15953,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_walmart(assigns) do ~H""" @@ -23317,18 +15979,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_waze(assigns) do ~H""" @@ -23354,18 +16005,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_webflow(assigns) do ~H""" @@ -23386,18 +16026,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_whatsapp(assigns) do ~H""" @@ -23419,18 +16048,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_windows(assigns) do ~H""" @@ -23453,18 +16071,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_windy(assigns) do ~H""" @@ -23486,18 +16093,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_wish(assigns) do ~H""" @@ -23519,18 +16115,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_wix(assigns) do ~H""" @@ -23555,18 +16140,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_wordpress(assigns) do ~H""" @@ -23592,18 +16166,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_xbox(assigns) do ~H""" @@ -23626,18 +16189,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_xing(assigns) do ~H""" @@ -23659,18 +16211,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_yahoo(assigns) do ~H""" @@ -23697,18 +16238,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_yatse(assigns) do ~H""" @@ -23729,18 +16259,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_ycombinator(assigns) do ~H""" @@ -23763,18 +16282,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_youtube_kids(assigns) do ~H""" @@ -23796,18 +16304,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_youtube(assigns) do ~H""" @@ -23829,18 +16326,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_zalando(assigns) do ~H""" @@ -23861,18 +16347,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_zapier(assigns) do ~H""" @@ -23900,18 +16375,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_zeit(assigns) do ~H""" @@ -23932,18 +16396,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_zoom(assigns) do ~H""" @@ -23965,18 +16418,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_zulip(assigns) do ~H""" @@ -23998,18 +16440,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brand_zwift(assigns) do ~H""" @@ -24030,18 +16461,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bread_off(assigns) do ~H""" @@ -24063,18 +16483,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bread(assigns) do ~H""" @@ -24095,18 +16504,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def briefcase_off(assigns) do ~H""" @@ -24131,18 +16529,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def briefcase(assigns) do ~H""" @@ -24166,18 +16553,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brightness_2(assigns) do ~H""" @@ -24199,18 +16575,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brightness_down(assigns) do ~H""" @@ -24239,18 +16604,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brightness_half(assigns) do ~H""" @@ -24272,18 +16626,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brightness_off(assigns) do ~H""" @@ -24309,18 +16652,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brightness_up(assigns) do ~H""" @@ -24349,18 +16681,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brightness(assigns) do ~H""" @@ -24385,18 +16706,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def broadcast_off(assigns) do ~H""" @@ -24420,18 +16730,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def broadcast(assigns) do ~H""" @@ -24454,18 +16753,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def browser_check(assigns) do ~H""" @@ -24489,18 +16777,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def browser_off(assigns) do ~H""" @@ -24523,18 +16800,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def browser_plus(assigns) do ~H""" @@ -24559,18 +16825,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def browser_x(assigns) do ~H""" @@ -24595,18 +16850,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def browser(assigns) do ~H""" @@ -24629,18 +16873,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brush_off(assigns) do ~H""" @@ -24664,18 +16897,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def brush(assigns) do ~H""" @@ -24699,18 +16921,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bucket_droplet(assigns) do ~H""" @@ -24733,18 +16944,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bucket_off(assigns) do ~H""" @@ -24767,18 +16967,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bucket(assigns) do ~H""" @@ -24800,18 +16989,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bug_off(assigns) do ~H""" @@ -24840,18 +17018,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bug(assigns) do ~H""" @@ -24880,18 +17047,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_arch(assigns) do ~H""" @@ -24914,18 +17070,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_bank(assigns) do ~H""" @@ -24953,18 +17098,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_bridge_2(assigns) do ~H""" @@ -24985,18 +17119,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_bridge(assigns) do ~H""" @@ -25021,18 +17144,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_broadcast_tower(assigns) do ~H""" @@ -25057,18 +17169,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_carousel(assigns) do ~H""" @@ -25095,18 +17196,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_castle(assigns) do ~H""" @@ -25128,18 +17218,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_church(assigns) do ~H""" @@ -25164,18 +17243,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_circus(assigns) do ~H""" @@ -25201,18 +17269,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_community(assigns) do ~H""" @@ -25237,18 +17294,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_cottage(assigns) do ~H""" @@ -25272,18 +17318,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_estate(assigns) do ~H""" @@ -25310,18 +17345,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_factory_2(assigns) do ~H""" @@ -25346,18 +17370,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_factory(assigns) do ~H""" @@ -25381,18 +17394,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_fortress(assigns) do ~H""" @@ -25419,18 +17421,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_hospital(assigns) do ~H""" @@ -25455,18 +17446,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_lighthouse(assigns) do ~H""" @@ -25490,18 +17470,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_monument(assigns) do ~H""" @@ -25524,18 +17493,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_pavilon(assigns) do ~H""" @@ -25559,18 +17517,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_skyscraper(assigns) do ~H""" @@ -25597,18 +17544,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_store(assigns) do ~H""" @@ -25633,18 +17569,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_tunnel(assigns) do ~H""" @@ -25673,18 +17598,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_warehouse(assigns) do ~H""" @@ -25707,18 +17621,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building_wind_turbine(assigns) do ~H""" @@ -25745,18 +17648,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def building(assigns) do ~H""" @@ -25784,18 +17676,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bulb_off(assigns) do ~H""" @@ -25819,18 +17700,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bulb(assigns) do ~H""" @@ -25853,18 +17723,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bulldozer(assigns) do ~H""" @@ -25892,18 +17751,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bus_off(assigns) do ~H""" @@ -25931,18 +17779,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bus_stop(assigns) do ~H""" @@ -25970,18 +17807,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def bus(assigns) do ~H""" @@ -26008,18 +17834,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def businessplan(assigns) do ~H""" @@ -26045,18 +17860,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def butterfly(assigns) do ~H""" @@ -26079,18 +17883,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def c_sharp(assigns) do ~H""" @@ -26115,18 +17908,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cactus_off(assigns) do ~H""" @@ -26151,18 +17933,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cactus(assigns) do ~H""" @@ -26186,18 +17957,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cake_off(assigns) do ~H""" @@ -26221,18 +17981,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cake(assigns) do ~H""" @@ -26255,18 +18004,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def calculator_off(assigns) do ~H""" @@ -26294,18 +18032,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def calculator(assigns) do ~H""" @@ -26333,18 +18060,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def calendar_event(assigns) do ~H""" @@ -26369,18 +18085,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def calendar_minus(assigns) do ~H""" @@ -26405,18 +18110,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def calendar_off(assigns) do ~H""" @@ -26443,18 +18137,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def calendar_plus(assigns) do ~H""" @@ -26480,18 +18163,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def calendar_stats(assigns) do ~H""" @@ -26517,18 +18189,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def calendar_time(assigns) do ~H""" @@ -26554,18 +18215,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def calendar(assigns) do ~H""" @@ -26591,18 +18241,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def camera_minus(assigns) do ~H""" @@ -26625,18 +18264,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def camera_off(assigns) do ~H""" @@ -26659,18 +18287,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def camera_plus(assigns) do ~H""" @@ -26694,18 +18311,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def camera_rotate(assigns) do ~H""" @@ -26729,18 +18335,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def camera_selfie(assigns) do ~H""" @@ -26764,18 +18359,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def camera(assigns) do ~H""" @@ -26797,18 +18381,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def campfire(assigns) do ~H""" @@ -26831,18 +18404,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def candle(assigns) do ~H""" @@ -26864,18 +18426,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def candy_off(assigns) do ~H""" @@ -26899,18 +18450,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def candy(assigns) do ~H""" @@ -26933,18 +18473,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cane(assigns) do ~H""" @@ -26965,18 +18494,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cannabis(assigns) do ~H""" @@ -26998,18 +18516,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def capture_off(assigns) do ~H""" @@ -27035,18 +18542,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def capture(assigns) do ~H""" @@ -27071,18 +18567,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def car_crane(assigns) do ~H""" @@ -27109,18 +18594,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def car_crash(assigns) do ~H""" @@ -27146,18 +18620,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def car_off(assigns) do ~H""" @@ -27181,18 +18644,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def car_turbine(assigns) do ~H""" @@ -27221,18 +18673,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def car(assigns) do ~H""" @@ -27255,18 +18696,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def caravan(assigns) do ~H""" @@ -27290,18 +18720,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cardboards_off(assigns) do ~H""" @@ -27325,18 +18744,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cardboards(assigns) do ~H""" @@ -27359,18 +18767,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cards(assigns) do ~H""" @@ -27393,18 +18790,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def caret_down(assigns) do ~H""" @@ -27425,18 +18811,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def caret_left(assigns) do ~H""" @@ -27457,18 +18832,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def caret_right(assigns) do ~H""" @@ -27489,18 +18853,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def caret_up(assigns) do ~H""" @@ -27521,18 +18874,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def carrot_off(assigns) do ~H""" @@ -27557,18 +18899,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def carrot(assigns) do ~H""" @@ -27593,18 +18924,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cash_banknote_off(assigns) do ~H""" @@ -27629,18 +18949,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cash_banknote(assigns) do ~H""" @@ -27664,18 +18973,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cash_off(assigns) do ~H""" @@ -27699,18 +18997,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cash(assigns) do ~H""" @@ -27733,18 +19020,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cast_off(assigns) do ~H""" @@ -27769,18 +19045,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cast(assigns) do ~H""" @@ -27804,18 +19069,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def category_2(assigns) do ~H""" @@ -27839,18 +19093,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def category(assigns) do ~H""" @@ -27874,18 +19117,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ce_off(assigns) do ~H""" @@ -27911,18 +19143,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ce(assigns) do ~H""" @@ -27945,18 +19166,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cell_signal_1(assigns) do ~H""" @@ -27977,18 +19187,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cell_signal_2(assigns) do ~H""" @@ -28010,18 +19209,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cell_signal_3(assigns) do ~H""" @@ -28043,18 +19231,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cell_signal_4(assigns) do ~H""" @@ -28076,18 +19253,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cell_signal_5(assigns) do ~H""" @@ -28111,18 +19277,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cell_signal_off(assigns) do ~H""" @@ -28144,18 +19299,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cell(assigns) do ~H""" @@ -28178,18 +19322,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def certificate_2_off(assigns) do ~H""" @@ -28214,18 +19347,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def certificate_2(assigns) do ~H""" @@ -28249,18 +19371,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def certificate_off(assigns) do ~H""" @@ -28287,18 +19398,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def certificate(assigns) do ~H""" @@ -28324,18 +19424,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chair_director(assigns) do ~H""" @@ -28362,18 +19451,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chalkboard_off(assigns) do ~H""" @@ -28396,18 +19474,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chalkboard(assigns) do ~H""" @@ -28429,18 +19496,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def charging_pile(assigns) do ~H""" @@ -28466,18 +19522,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_arcs_3(assigns) do ~H""" @@ -28500,18 +19545,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_arcs(assigns) do ~H""" @@ -28534,18 +19568,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_area_line(assigns) do ~H""" @@ -28567,18 +19590,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_area(assigns) do ~H""" @@ -28600,18 +19612,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_arrows_vertical(assigns) do ~H""" @@ -28638,18 +19639,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_arrows(assigns) do ~H""" @@ -28676,18 +19666,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_bar_off(assigns) do ~H""" @@ -28712,18 +19691,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_bar(assigns) do ~H""" @@ -28747,18 +19715,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_bubble(assigns) do ~H""" @@ -28781,18 +19738,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_candle(assigns) do ~H""" @@ -28821,18 +19767,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_circles(assigns) do ~H""" @@ -28854,18 +19789,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_donut_2(assigns) do ~H""" @@ -28888,18 +19812,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_donut_3(assigns) do ~H""" @@ -28923,18 +19836,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_donut_4(assigns) do ~H""" @@ -28959,18 +19861,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_donut(assigns) do ~H""" @@ -28992,18 +19883,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_dots_2(assigns) do ~H""" @@ -29030,18 +19910,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_dots_3(assigns) do ~H""" @@ -29068,18 +19937,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_dots(assigns) do ~H""" @@ -29105,18 +19963,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_grid_dots(assigns) do ~H""" @@ -29154,18 +20001,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_infographic(assigns) do ~H""" @@ -29191,18 +20027,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_line(assigns) do ~H""" @@ -29224,18 +20049,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_pie_2(assigns) do ~H""" @@ -29257,18 +20071,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_pie_3(assigns) do ~H""" @@ -29291,18 +20094,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_pie_4(assigns) do ~H""" @@ -29326,18 +20118,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_pie_off(assigns) do ~H""" @@ -29360,18 +20141,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_pie(assigns) do ~H""" @@ -29393,18 +20163,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_radar(assigns) do ~H""" @@ -29429,18 +20188,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chart_treemap(assigns) do ~H""" @@ -29466,18 +20214,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def check(assigns) do ~H""" @@ -29498,18 +20235,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def checkbox(assigns) do ~H""" @@ -29531,18 +20257,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def checklist(assigns) do ~H""" @@ -29566,18 +20281,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def checks(assigns) do ~H""" @@ -29599,18 +20303,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def checkup_list(assigns) do ~H""" @@ -29635,18 +20328,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cheese(assigns) do ~H""" @@ -29671,18 +20353,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chef_hat_off(assigns) do ~H""" @@ -29705,18 +20376,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chef_hat(assigns) do ~H""" @@ -29738,18 +20398,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cherry(assigns) do ~H""" @@ -29774,18 +20423,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chess_bishop(assigns) do ~H""" @@ -29810,18 +20448,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chess_king(assigns) do ~H""" @@ -29845,18 +20472,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chess_knight(assigns) do ~H""" @@ -29878,18 +20494,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chess_queen(assigns) do ~H""" @@ -29914,18 +20519,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chess_rook(assigns) do ~H""" @@ -29950,18 +20544,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chess(assigns) do ~H""" @@ -29984,18 +20567,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chevron_down_left(assigns) do ~H""" @@ -30016,18 +20588,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chevron_down_right(assigns) do ~H""" @@ -30048,18 +20609,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chevron_down(assigns) do ~H""" @@ -30080,18 +20630,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chevron_left(assigns) do ~H""" @@ -30112,18 +20651,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chevron_right(assigns) do ~H""" @@ -30144,18 +20672,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chevron_up_left(assigns) do ~H""" @@ -30176,18 +20693,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chevron_up_right(assigns) do ~H""" @@ -30208,18 +20714,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chevron_up(assigns) do ~H""" @@ -30240,18 +20735,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chevrons_down_left(assigns) do ~H""" @@ -30273,18 +20757,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chevrons_down_right(assigns) do ~H""" @@ -30306,18 +20779,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chevrons_down(assigns) do ~H""" @@ -30339,18 +20801,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chevrons_left(assigns) do ~H""" @@ -30372,18 +20823,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chevrons_right(assigns) do ~H""" @@ -30405,18 +20845,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chevrons_up_left(assigns) do ~H""" @@ -30438,18 +20867,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chevrons_up_right(assigns) do ~H""" @@ -30471,18 +20889,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chevrons_up(assigns) do ~H""" @@ -30504,18 +20911,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def chisel(assigns) do ~H""" @@ -30538,18 +20934,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def christmas_tree_off(assigns) do ~H""" @@ -30572,18 +20957,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def christmas_tree(assigns) do ~H""" @@ -30605,18 +20979,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_caret_down(assigns) do ~H""" @@ -30638,18 +21001,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_caret_left(assigns) do ~H""" @@ -30671,18 +21023,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_caret_right(assigns) do ~H""" @@ -30704,18 +21045,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_caret_up(assigns) do ~H""" @@ -30737,18 +21067,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_check(assigns) do ~H""" @@ -30770,18 +21089,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_dashed(assigns) do ~H""" @@ -30809,18 +21117,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_dot(assigns) do ~H""" @@ -30842,18 +21139,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_dotted(assigns) do ~H""" @@ -30885,18 +21171,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_half_2(assigns) do ~H""" @@ -30921,18 +21196,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_half_vertical(assigns) do ~H""" @@ -30954,18 +21218,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_half(assigns) do ~H""" @@ -30987,18 +21240,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_a(assigns) do ~H""" @@ -31021,18 +21263,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_b(assigns) do ~H""" @@ -31054,18 +21285,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_c(assigns) do ~H""" @@ -31087,18 +21307,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_d(assigns) do ~H""" @@ -31120,18 +21329,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_e(assigns) do ~H""" @@ -31154,18 +21352,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_f(assigns) do ~H""" @@ -31188,18 +21375,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_g(assigns) do ~H""" @@ -31221,18 +21397,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_h(assigns) do ~H""" @@ -31255,18 +21420,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_i(assigns) do ~H""" @@ -31288,18 +21442,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_j(assigns) do ~H""" @@ -31321,18 +21464,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_k(assigns) do ~H""" @@ -31356,18 +21488,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_l(assigns) do ~H""" @@ -31389,18 +21510,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_m(assigns) do ~H""" @@ -31422,18 +21532,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_n(assigns) do ~H""" @@ -31455,18 +21554,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_o(assigns) do ~H""" @@ -31488,18 +21576,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_p(assigns) do ~H""" @@ -31521,18 +21598,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_q(assigns) do ~H""" @@ -31555,18 +21621,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_r(assigns) do ~H""" @@ -31588,18 +21643,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_s(assigns) do ~H""" @@ -31621,18 +21665,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_t(assigns) do ~H""" @@ -31655,18 +21688,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_u(assigns) do ~H""" @@ -31688,18 +21710,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_v(assigns) do ~H""" @@ -31721,18 +21732,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_w(assigns) do ~H""" @@ -31754,18 +21754,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_x(assigns) do ~H""" @@ -31788,18 +21777,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_y(assigns) do ~H""" @@ -31822,18 +21800,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_letter_z(assigns) do ~H""" @@ -31855,18 +21822,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_minus(assigns) do ~H""" @@ -31888,18 +21844,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_number_0(assigns) do ~H""" @@ -31921,18 +21866,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_number_1(assigns) do ~H""" @@ -31954,18 +21888,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_number_2(assigns) do ~H""" @@ -31987,18 +21910,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_number_3(assigns) do ~H""" @@ -32020,18 +21932,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_number_4(assigns) do ~H""" @@ -32054,18 +21955,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_number_5(assigns) do ~H""" @@ -32087,18 +21977,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_number_6(assigns) do ~H""" @@ -32120,18 +21999,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_number_7(assigns) do ~H""" @@ -32153,18 +22021,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_number_8(assigns) do ~H""" @@ -32186,18 +22043,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_number_9(assigns) do ~H""" @@ -32219,18 +22065,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_off(assigns) do ~H""" @@ -32252,18 +22087,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_plus(assigns) do ~H""" @@ -32286,18 +22110,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_rectangle_off(assigns) do ~H""" @@ -32320,18 +22133,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_rectangle(assigns) do ~H""" @@ -32353,18 +22155,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_square(assigns) do ~H""" @@ -32386,18 +22177,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_triangle(assigns) do ~H""" @@ -32419,18 +22199,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle_x(assigns) do ~H""" @@ -32452,18 +22221,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circle(assigns) do ~H""" @@ -32484,18 +22242,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circles_relation(assigns) do ~H""" @@ -32517,18 +22264,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circles(assigns) do ~H""" @@ -32551,18 +22287,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_ammeter(assigns) do ~H""" @@ -32587,18 +22312,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_battery(assigns) do ~H""" @@ -32624,18 +22338,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_bulb(assigns) do ~H""" @@ -32660,18 +22363,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_capacitor_polarized(assigns) do ~H""" @@ -32697,18 +22389,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_capacitor(assigns) do ~H""" @@ -32732,18 +22413,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_cell_plus(assigns) do ~H""" @@ -32769,18 +22439,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_cell(assigns) do ~H""" @@ -32804,18 +22463,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_changeover(assigns) do ~H""" @@ -32842,18 +22490,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_diode_zener(assigns) do ~H""" @@ -32877,18 +22514,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_diode(assigns) do ~H""" @@ -32912,18 +22538,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_ground_digital(assigns) do ~H""" @@ -32945,18 +22560,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_ground(assigns) do ~H""" @@ -32980,18 +22584,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_inductor(assigns) do ~H""" @@ -33012,18 +22605,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_motor(assigns) do ~H""" @@ -33047,18 +22629,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_pushbutton(assigns) do ~H""" @@ -33084,18 +22655,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_resistor(assigns) do ~H""" @@ -33116,18 +22676,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_switch_closed(assigns) do ~H""" @@ -33152,18 +22701,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_switch_open(assigns) do ~H""" @@ -33188,18 +22726,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def circuit_voltmeter(assigns) do ~H""" @@ -33223,18 +22750,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clear_all(assigns) do ~H""" @@ -33257,18 +22773,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clear_formatting(assigns) do ~H""" @@ -33292,18 +22797,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def click(assigns) do ~H""" @@ -33329,18 +22823,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clipboard_check(assigns) do ~H""" @@ -33363,18 +22846,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clipboard_copy(assigns) do ~H""" @@ -33397,18 +22869,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clipboard_data(assigns) do ~H""" @@ -33434,18 +22895,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clipboard_heart(assigns) do ~H""" @@ -33468,18 +22918,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clipboard_list(assigns) do ~H""" @@ -33505,18 +22944,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clipboard_off(assigns) do ~H""" @@ -33539,18 +22967,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clipboard_plus(assigns) do ~H""" @@ -33574,18 +22991,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clipboard_text(assigns) do ~H""" @@ -33609,18 +23015,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clipboard_typography(assigns) do ~H""" @@ -33645,18 +23040,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clipboard_x(assigns) do ~H""" @@ -33679,18 +23063,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clipboard(assigns) do ~H""" @@ -33712,18 +23085,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_2(assigns) do ~H""" @@ -33748,18 +23110,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_cancel(assigns) do ~H""" @@ -33783,18 +23134,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_edit(assigns) do ~H""" @@ -33817,18 +23157,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_hour_1(assigns) do ~H""" @@ -33851,18 +23180,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_hour_10(assigns) do ~H""" @@ -33885,18 +23203,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_hour_11(assigns) do ~H""" @@ -33919,18 +23226,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_hour_12(assigns) do ~H""" @@ -33952,18 +23248,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_hour_2(assigns) do ~H""" @@ -33986,18 +23271,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_hour_3(assigns) do ~H""" @@ -34020,18 +23294,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_hour_4(assigns) do ~H""" @@ -34054,18 +23317,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_hour_5(assigns) do ~H""" @@ -34088,18 +23340,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_hour_6(assigns) do ~H""" @@ -34122,18 +23363,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_hour_7(assigns) do ~H""" @@ -34156,18 +23386,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_hour_8(assigns) do ~H""" @@ -34190,18 +23409,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_hour_9(assigns) do ~H""" @@ -34224,18 +23432,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_off(assigns) do ~H""" @@ -34258,18 +23455,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_pause(assigns) do ~H""" @@ -34293,18 +23479,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_play(assigns) do ~H""" @@ -34327,18 +23502,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_record(assigns) do ~H""" @@ -34361,18 +23525,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock_stop(assigns) do ~H""" @@ -34395,18 +23548,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clock(assigns) do ~H""" @@ -34428,18 +23570,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clothes_rack_off(assigns) do ~H""" @@ -34464,18 +23595,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clothes_rack(assigns) do ~H""" @@ -34499,18 +23619,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cloud_computing(assigns) do ~H""" @@ -34534,18 +23643,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cloud_data_connection(assigns) do ~H""" @@ -34570,18 +23668,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cloud_download(assigns) do ~H""" @@ -34604,18 +23691,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cloud_fog(assigns) do ~H""" @@ -34637,18 +23713,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cloud_lock_open(assigns) do ~H""" @@ -34671,18 +23736,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cloud_lock(assigns) do ~H""" @@ -34705,18 +23759,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cloud_off(assigns) do ~H""" @@ -34738,18 +23781,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cloud_rain(assigns) do ~H""" @@ -34771,18 +23803,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cloud_snow(assigns) do ~H""" @@ -34804,18 +23825,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cloud_storm(assigns) do ~H""" @@ -34837,18 +23847,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cloud_upload(assigns) do ~H""" @@ -34871,18 +23870,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cloud(assigns) do ~H""" @@ -34903,18 +23891,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clover_2(assigns) do ~H""" @@ -34939,18 +23916,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clover(assigns) do ~H""" @@ -34974,18 +23940,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def clubs(assigns) do ~H""" @@ -35006,18 +23961,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def code_asterix(assigns) do ~H""" @@ -35045,18 +23989,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def code_circle_2(assigns) do ~H""" @@ -35080,18 +24013,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def code_circle(assigns) do ~H""" @@ -35114,18 +24036,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def code_minus(assigns) do ~H""" @@ -35148,18 +24059,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def code_off(assigns) do ~H""" @@ -35183,18 +24083,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def code_plus(assigns) do ~H""" @@ -35218,18 +24107,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def code(assigns) do ~H""" @@ -35252,18 +24130,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def coffee_off(assigns) do ~H""" @@ -35289,18 +24156,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def coffee(assigns) do ~H""" @@ -35325,18 +24181,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def coffin(assigns) do ~H""" @@ -35360,18 +24205,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def coin_bitcoin(assigns) do ~H""" @@ -35397,18 +24231,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def coin_euro(assigns) do ~H""" @@ -35432,18 +24255,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def coin_monero(assigns) do ~H""" @@ -35465,18 +24277,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def coin_off(assigns) do ~H""" @@ -35500,18 +24301,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def coin_pound(assigns) do ~H""" @@ -35534,18 +24324,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def coin_rupee(assigns) do ~H""" @@ -35568,18 +24347,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def coin_yen(assigns) do ~H""" @@ -35604,18 +24372,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def coin_yuan(assigns) do ~H""" @@ -35639,18 +24396,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def coin(assigns) do ~H""" @@ -35673,18 +24419,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def color_filter(assigns) do ~H""" @@ -35707,18 +24442,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def color_picker_off(assigns) do ~H""" @@ -35741,18 +24465,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def color_picker(assigns) do ~H""" @@ -35774,18 +24487,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def color_swatch_off(assigns) do ~H""" @@ -35810,18 +24512,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def color_swatch(assigns) do ~H""" @@ -35845,18 +24536,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def column_insert_left(assigns) do ~H""" @@ -35879,18 +24559,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def column_insert_right(assigns) do ~H""" @@ -35913,18 +24582,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def columns_off(assigns) do ~H""" @@ -35953,18 +24611,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def columns(assigns) do ~H""" @@ -35992,18 +24639,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def comet(assigns) do ~H""" @@ -36027,18 +24663,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def command_off(assigns) do ~H""" @@ -36060,18 +24685,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def command(assigns) do ~H""" @@ -36092,18 +24706,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def compass_off(assigns) do ~H""" @@ -36130,18 +24733,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def compass(assigns) do ~H""" @@ -36167,18 +24759,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def components_off(assigns) do ~H""" @@ -36203,18 +24784,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def components(assigns) do ~H""" @@ -36238,18 +24808,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cone_2(assigns) do ~H""" @@ -36271,18 +24830,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cone_off(assigns) do ~H""" @@ -36305,18 +24853,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cone(assigns) do ~H""" @@ -36338,18 +24875,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def confetti_off(assigns) do ~H""" @@ -36380,18 +24906,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def confetti(assigns) do ~H""" @@ -36421,18 +24936,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def confucius(assigns) do ~H""" @@ -36456,18 +24960,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def container_off(assigns) do ~H""" @@ -36499,18 +24992,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def container(assigns) do ~H""" @@ -36541,18 +25023,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def contrast_2_off(assigns) do ~H""" @@ -36575,18 +25046,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def contrast_2(assigns) do ~H""" @@ -36608,18 +25068,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def contrast_off(assigns) do ~H""" @@ -36642,18 +25091,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def contrast(assigns) do ~H""" @@ -36675,18 +25113,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cooker(assigns) do ~H""" @@ -36712,18 +25139,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cookie_man(assigns) do ~H""" @@ -36749,18 +25165,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cookie_off(assigns) do ~H""" @@ -36785,18 +25190,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cookie(assigns) do ~H""" @@ -36822,18 +25216,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def copy_off(assigns) do ~H""" @@ -36856,18 +25239,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def copy(assigns) do ~H""" @@ -36889,18 +25261,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def copyleft_off(assigns) do ~H""" @@ -36923,18 +25284,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def copyleft(assigns) do ~H""" @@ -36956,18 +25306,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def copyright_off(assigns) do ~H""" @@ -36990,18 +25329,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def copyright(assigns) do ~H""" @@ -37023,18 +25351,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def corner_down_left_double(assigns) do ~H""" @@ -37056,18 +25373,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def corner_down_left(assigns) do ~H""" @@ -37088,18 +25394,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def corner_down_right_double(assigns) do ~H""" @@ -37121,18 +25416,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def corner_down_right(assigns) do ~H""" @@ -37153,18 +25437,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def corner_left_down_double(assigns) do ~H""" @@ -37186,18 +25459,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def corner_left_down(assigns) do ~H""" @@ -37218,18 +25480,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def corner_left_up_double(assigns) do ~H""" @@ -37251,18 +25502,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def corner_left_up(assigns) do ~H""" @@ -37283,18 +25523,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def corner_right_down_double(assigns) do ~H""" @@ -37316,18 +25545,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def corner_right_down(assigns) do ~H""" @@ -37348,18 +25566,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def corner_right_up_double(assigns) do ~H""" @@ -37381,18 +25588,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def corner_right_up(assigns) do ~H""" @@ -37413,18 +25609,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def corner_up_left_double(assigns) do ~H""" @@ -37446,18 +25631,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def corner_up_left(assigns) do ~H""" @@ -37478,18 +25652,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def corner_up_right_double(assigns) do ~H""" @@ -37511,18 +25674,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def corner_up_right(assigns) do ~H""" @@ -37543,18 +25695,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cpu_2(assigns) do ~H""" @@ -37584,18 +25725,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cpu_off(assigns) do ~H""" @@ -37626,18 +25756,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cpu(assigns) do ~H""" @@ -37667,18 +25786,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def crane_off(assigns) do ~H""" @@ -37706,18 +25814,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def crane(assigns) do ~H""" @@ -37741,18 +25838,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def creative_commons_by(assigns) do ~H""" @@ -37775,18 +25861,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def creative_commons_nc(assigns) do ~H""" @@ -37812,18 +25887,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def creative_commons_nd(assigns) do ~H""" @@ -37846,18 +25910,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def creative_commons_off(assigns) do ~H""" @@ -37881,18 +25934,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def creative_commons_sa(assigns) do ~H""" @@ -37915,18 +25957,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def creative_commons_zero(assigns) do ~H""" @@ -37949,18 +25980,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def creative_commons(assigns) do ~H""" @@ -37983,18 +26003,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def credit_card_off(assigns) do ~H""" @@ -38021,18 +26030,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def credit_card(assigns) do ~H""" @@ -38056,18 +26054,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cricket(assigns) do ~H""" @@ -38090,18 +26077,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def crop(assigns) do ~H""" @@ -38123,18 +26099,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cross_off(assigns) do ~H""" @@ -38156,18 +26121,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cross(assigns) do ~H""" @@ -38188,18 +26142,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def crosshair(assigns) do ~H""" @@ -38225,18 +26168,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def crown_off(assigns) do ~H""" @@ -38258,18 +26190,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def crown(assigns) do ~H""" @@ -38290,18 +26211,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def crutches_off(assigns) do ~H""" @@ -38327,18 +26237,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def crutches(assigns) do ~H""" @@ -38363,18 +26262,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def crystal_ball(assigns) do ~H""" @@ -38397,18 +26285,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cup_off(assigns) do ~H""" @@ -38433,18 +26310,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cup(assigns) do ~H""" @@ -38468,18 +26334,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def curling(assigns) do ~H""" @@ -38502,18 +26357,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def curly_loop(assigns) do ~H""" @@ -38534,18 +26378,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_bahraini(assigns) do ~H""" @@ -38569,18 +26402,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_baht(assigns) do ~H""" @@ -38605,18 +26427,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_bitcoin(assigns) do ~H""" @@ -38643,18 +26454,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_cent(assigns) do ~H""" @@ -38677,18 +26477,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_dinar(assigns) do ~H""" @@ -38712,18 +26501,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_dirham(assigns) do ~H""" @@ -38748,18 +26526,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_dogecoin(assigns) do ~H""" @@ -38782,18 +26549,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_dollar_australian(assigns) do ~H""" @@ -38818,18 +26574,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_dollar_brunei(assigns) do ~H""" @@ -38853,18 +26598,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_dollar_canadian(assigns) do ~H""" @@ -38888,18 +26622,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_dollar_guyanese(assigns) do ~H""" @@ -38923,18 +26646,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_dollar_off(assigns) do ~H""" @@ -38957,18 +26669,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_dollar_singapore(assigns) do ~H""" @@ -38992,18 +26693,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_dollar_zimbabwean(assigns) do ~H""" @@ -39027,18 +26717,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_dollar(assigns) do ~H""" @@ -39060,18 +26739,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_dong(assigns) do ~H""" @@ -39095,18 +26763,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_dram(assigns) do ~H""" @@ -39129,18 +26786,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_ethereum(assigns) do ~H""" @@ -39162,18 +26808,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_euro_off(assigns) do ~H""" @@ -39196,18 +26831,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_euro(assigns) do ~H""" @@ -39229,18 +26853,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_forint(assigns) do ~H""" @@ -39264,18 +26877,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_frank(assigns) do ~H""" @@ -39298,18 +26900,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_guarani(assigns) do ~H""" @@ -39331,18 +26922,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_hryvnia(assigns) do ~H""" @@ -39365,18 +26945,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_kip(assigns) do ~H""" @@ -39399,18 +26968,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_krone_czech(assigns) do ~H""" @@ -39435,18 +26993,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_krone_danish(assigns) do ~H""" @@ -39472,18 +27019,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_krone_swedish(assigns) do ~H""" @@ -39508,18 +27044,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_lari(assigns) do ~H""" @@ -39543,18 +27068,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_leu(assigns) do ~H""" @@ -39575,18 +27089,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_lira(assigns) do ~H""" @@ -39609,18 +27112,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_litecoin(assigns) do ~H""" @@ -39642,18 +27134,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_lyd(assigns) do ~H""" @@ -39676,18 +27157,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_manat(assigns) do ~H""" @@ -39709,18 +27179,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_monero(assigns) do ~H""" @@ -39741,18 +27200,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_naira(assigns) do ~H""" @@ -39775,18 +27223,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_off(assigns) do ~H""" @@ -39812,18 +27249,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_paanga(assigns) do ~H""" @@ -39848,18 +27274,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_pound_off(assigns) do ~H""" @@ -39881,18 +27296,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_pound(assigns) do ~H""" @@ -39913,18 +27317,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_quetzal(assigns) do ~H""" @@ -39946,18 +27339,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_real(assigns) do ~H""" @@ -39981,18 +27363,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_renminbi(assigns) do ~H""" @@ -40016,18 +27387,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_ripple(assigns) do ~H""" @@ -40052,18 +27412,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_riyal(assigns) do ~H""" @@ -40086,18 +27435,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_rubel(assigns) do ~H""" @@ -40119,18 +27457,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_rufiyaa(assigns) do ~H""" @@ -40153,18 +27480,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_rupee_nepalese(assigns) do ~H""" @@ -40186,18 +27502,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_rupee(assigns) do ~H""" @@ -40219,18 +27524,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_shekel(assigns) do ~H""" @@ -40252,18 +27546,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_solana(assigns) do ~H""" @@ -40286,18 +27569,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_som(assigns) do ~H""" @@ -40319,18 +27591,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_taka(assigns) do ~H""" @@ -40353,18 +27614,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_tenge(assigns) do ~H""" @@ -40387,18 +27637,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_tugrik(assigns) do ~H""" @@ -40422,18 +27661,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_won(assigns) do ~H""" @@ -40456,18 +27684,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_yen_off(assigns) do ~H""" @@ -40491,18 +27708,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_yen(assigns) do ~H""" @@ -40525,18 +27731,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_yuan(assigns) do ~H""" @@ -40559,18 +27754,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency_zloty(assigns) do ~H""" @@ -40593,18 +27777,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def currency(assigns) do ~H""" @@ -40629,18 +27802,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def current_location_off(assigns) do ~H""" @@ -40667,18 +27829,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def current_location(assigns) do ~H""" @@ -40704,18 +27855,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cursor_off(assigns) do ~H""" @@ -40738,18 +27878,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cursor_text(assigns) do ~H""" @@ -40772,18 +27901,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cut(assigns) do ~H""" @@ -40807,18 +27925,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def cylinder(assigns) do ~H""" @@ -40840,18 +27947,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dashboard_off(assigns) do ~H""" @@ -40875,18 +27971,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dashboard(assigns) do ~H""" @@ -40909,18 +27994,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def database_export(assigns) do ~H""" @@ -40943,18 +28017,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def database_import(assigns) do ~H""" @@ -40977,18 +28040,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def database_off(assigns) do ~H""" @@ -41012,18 +28064,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def database(assigns) do ~H""" @@ -41046,18 +28087,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def deer(assigns) do ~H""" @@ -41088,18 +28118,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def delta(assigns) do ~H""" @@ -41120,18 +28139,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dental_broken(assigns) do ~H""" @@ -41153,18 +28161,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dental_off(assigns) do ~H""" @@ -41187,18 +28184,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dental(assigns) do ~H""" @@ -41220,18 +28206,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def details_off(assigns) do ~H""" @@ -41255,18 +28230,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def details(assigns) do ~H""" @@ -41288,18 +28252,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_airpods(assigns) do ~H""" @@ -41321,18 +28274,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_analytics(assigns) do ~H""" @@ -41357,18 +28299,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_audio_tape(assigns) do ~H""" @@ -41392,18 +28323,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_camera_phone(assigns) do ~H""" @@ -41426,18 +28346,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_cctv_off(assigns) do ~H""" @@ -41462,18 +28371,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_cctv(assigns) do ~H""" @@ -41497,18 +28395,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_computer_camera_off(assigns) do ~H""" @@ -41532,18 +28419,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_computer_camera(assigns) do ~H""" @@ -41566,18 +28442,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_desktop_analytics(assigns) do ~H""" @@ -41605,18 +28470,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_desktop_off(assigns) do ~H""" @@ -41641,18 +28495,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_desktop(assigns) do ~H""" @@ -41676,18 +28519,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_floppy(assigns) do ~H""" @@ -41710,18 +28542,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_gamepad_2(assigns) do ~H""" @@ -41746,18 +28567,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_gamepad(assigns) do ~H""" @@ -41781,18 +28591,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_heart_monitor(assigns) do ~H""" @@ -41817,18 +28616,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_laptop_off(assigns) do ~H""" @@ -41851,18 +28639,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_laptop(assigns) do ~H""" @@ -41884,18 +28661,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_mobile_charging(assigns) do ~H""" @@ -41918,18 +28684,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_mobile_message(assigns) do ~H""" @@ -41952,18 +28707,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_mobile_off(assigns) do ~H""" @@ -41987,18 +28731,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_mobile_rotated(assigns) do ~H""" @@ -42021,18 +28754,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_mobile_vibration(assigns) do ~H""" @@ -42056,18 +28778,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_mobile(assigns) do ~H""" @@ -42090,18 +28801,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_nintendo_off(assigns) do ~H""" @@ -42125,18 +28825,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_nintendo(assigns) do ~H""" @@ -42160,18 +28849,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_sd_card(assigns) do ~H""" @@ -42195,18 +28873,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_sim_1(assigns) do ~H""" @@ -42228,18 +28895,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_sim_2(assigns) do ~H""" @@ -42261,18 +28917,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_sim_3(assigns) do ~H""" @@ -42294,18 +28939,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_sim(assigns) do ~H""" @@ -42332,18 +28966,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_speaker_off(assigns) do ~H""" @@ -42367,18 +28990,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_speaker(assigns) do ~H""" @@ -42401,18 +29013,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_tablet_off(assigns) do ~H""" @@ -42435,18 +29036,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_tablet(assigns) do ~H""" @@ -42468,18 +29058,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_tv_off(assigns) do ~H""" @@ -42502,18 +29081,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_tv_old(assigns) do ~H""" @@ -42538,18 +29106,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_tv(assigns) do ~H""" @@ -42571,18 +29128,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_watch_off(assigns) do ~H""" @@ -42606,18 +29152,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_watch_stats_2(assigns) do ~H""" @@ -42641,18 +29176,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_watch_stats(assigns) do ~H""" @@ -42678,18 +29202,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def device_watch(assigns) do ~H""" @@ -42712,18 +29225,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def devices_2(assigns) do ~H""" @@ -42749,18 +29251,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def devices_off(assigns) do ~H""" @@ -42784,18 +29275,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def devices_pc_off(assigns) do ~H""" @@ -42822,18 +29302,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def devices_pc(assigns) do ~H""" @@ -42859,18 +29328,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def devices(assigns) do ~H""" @@ -42893,18 +29351,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dialpad_off(assigns) do ~H""" @@ -42932,18 +29379,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dialpad(assigns) do ~H""" @@ -42970,18 +29406,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def diamond_off(assigns) do ~H""" @@ -43004,18 +29429,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def diamond(assigns) do ~H""" @@ -43037,18 +29451,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def diamonds(assigns) do ~H""" @@ -43069,18 +29472,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dice_1(assigns) do ~H""" @@ -43102,18 +29494,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dice_2(assigns) do ~H""" @@ -43136,18 +29517,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dice_3(assigns) do ~H""" @@ -43171,18 +29541,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dice_4(assigns) do ~H""" @@ -43207,18 +29566,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dice_5(assigns) do ~H""" @@ -43244,18 +29592,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dice_6(assigns) do ~H""" @@ -43282,18 +29619,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dice(assigns) do ~H""" @@ -43318,18 +29644,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dimensions(assigns) do ~H""" @@ -43356,18 +29671,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def direction_horizontal(assigns) do ~H""" @@ -43389,18 +29693,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def direction_sign_off(assigns) do ~H""" @@ -43424,18 +29717,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def direction_sign(assigns) do ~H""" @@ -43458,18 +29740,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def direction(assigns) do ~H""" @@ -43491,18 +29762,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def directions_off(assigns) do ~H""" @@ -43529,18 +29789,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def directions(assigns) do ~H""" @@ -43566,18 +29815,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def disabled_2(assigns) do ~H""" @@ -43600,18 +29838,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def disabled_off(assigns) do ~H""" @@ -43636,18 +29863,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def disabled(assigns) do ~H""" @@ -43671,18 +29887,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def disc_golf(assigns) do ~H""" @@ -43711,18 +29916,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def disc_off(assigns) do ~H""" @@ -43747,18 +29941,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def disc(assigns) do ~H""" @@ -43782,18 +29965,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def discount_2_off(assigns) do ~H""" @@ -43818,18 +29990,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def discount_2(assigns) do ~H""" @@ -43853,18 +30014,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def discount_check(assigns) do ~H""" @@ -43886,18 +30036,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def discount_off(assigns) do ~H""" @@ -43922,18 +30061,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def discount(assigns) do ~H""" @@ -43957,18 +30085,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def divide(assigns) do ~H""" @@ -43991,18 +30108,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dna_2_off(assigns) do ~H""" @@ -44029,18 +30135,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dna_2(assigns) do ~H""" @@ -44066,18 +30161,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dna_off(assigns) do ~H""" @@ -44101,18 +30185,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dna(assigns) do ~H""" @@ -44135,18 +30208,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dog_bowl(assigns) do ~H""" @@ -44169,18 +30231,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def door_enter(assigns) do ~H""" @@ -44204,18 +30255,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def door_exit(assigns) do ~H""" @@ -44239,18 +30279,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def door_off(assigns) do ~H""" @@ -44275,18 +30304,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def door(assigns) do ~H""" @@ -44309,18 +30327,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dots_circle_horizontal(assigns) do ~H""" @@ -44344,18 +30351,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dots_diagonal_2(assigns) do ~H""" @@ -44378,18 +30374,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dots_diagonal(assigns) do ~H""" @@ -44412,18 +30397,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dots_vertical(assigns) do ~H""" @@ -44446,18 +30420,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def dots(assigns) do ~H""" @@ -44480,18 +30443,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def download_off(assigns) do ~H""" @@ -44515,18 +30467,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def download(assigns) do ~H""" @@ -44549,18 +30490,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def drag_drop_2(assigns) do ~H""" @@ -44588,18 +30518,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def drag_drop(assigns) do ~H""" @@ -44628,18 +30547,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def drone_off(assigns) do ~H""" @@ -44669,18 +30577,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def drone(assigns) do ~H""" @@ -44709,18 +30606,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def drop_circle(assigns) do ~H""" @@ -44742,18 +30628,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def droplet_filled_2(assigns) do ~H""" @@ -44777,18 +30652,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def droplet_filled(assigns) do ~H""" @@ -44812,18 +30676,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def droplet_half_2(assigns) do ~H""" @@ -44845,18 +30698,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def droplet_half(assigns) do ~H""" @@ -44878,18 +30720,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def droplet_off(assigns) do ~H""" @@ -44912,18 +30743,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def droplet(assigns) do ~H""" @@ -44944,18 +30764,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def e_passport(assigns) do ~H""" @@ -44979,18 +30788,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ear_off(assigns) do ~H""" @@ -45013,18 +30811,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ear(assigns) do ~H""" @@ -45046,18 +30833,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ease_in_control_point(assigns) do ~H""" @@ -45081,18 +30857,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ease_in_out_control_points(assigns) do ~H""" @@ -45119,18 +30884,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ease_in_out(assigns) do ~H""" @@ -45151,18 +30905,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ease_in(assigns) do ~H""" @@ -45183,18 +30926,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ease_out_control_point(assigns) do ~H""" @@ -45218,18 +30950,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ease_out(assigns) do ~H""" @@ -45250,18 +30971,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def edit_circle_off(assigns) do ~H""" @@ -45285,18 +30995,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def edit_circle(assigns) do ~H""" @@ -45319,18 +31018,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def edit_off(assigns) do ~H""" @@ -45354,18 +31042,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def edit(assigns) do ~H""" @@ -45388,18 +31065,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def egg_cracked(assigns) do ~H""" @@ -45421,18 +31087,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def egg_fried(assigns) do ~H""" @@ -45454,18 +31109,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def egg_off(assigns) do ~H""" @@ -45488,18 +31132,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def egg(assigns) do ~H""" @@ -45520,18 +31153,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def eggs(assigns) do ~H""" @@ -45553,18 +31175,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def elevator_off(assigns) do ~H""" @@ -45588,18 +31199,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def elevator(assigns) do ~H""" @@ -45622,18 +31222,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def emergency_bed(assigns) do ~H""" @@ -45660,18 +31249,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def empathize_off(assigns) do ~H""" @@ -45694,18 +31272,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def empathize(assigns) do ~H""" @@ -45727,18 +31294,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def emphasis(assigns) do ~H""" @@ -45763,18 +31319,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def engine_off(assigns) do ~H""" @@ -45800,18 +31345,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def engine(assigns) do ~H""" @@ -45836,18 +31370,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def equal_double(assigns) do ~H""" @@ -45871,18 +31394,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def equal_not(assigns) do ~H""" @@ -45905,18 +31417,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def equal(assigns) do ~H""" @@ -45938,18 +31439,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def eraser_off(assigns) do ~H""" @@ -45972,18 +31462,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def eraser(assigns) do ~H""" @@ -46005,18 +31484,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def error_404_off(assigns) do ~H""" @@ -46042,18 +31510,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def error_404(assigns) do ~H""" @@ -46078,18 +31535,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def exchange_off(assigns) do ~H""" @@ -46116,18 +31562,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def exchange(assigns) do ~H""" @@ -46151,18 +31586,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def exclamation_mark_off(assigns) do ~H""" @@ -46185,18 +31609,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def exclamation_mark(assigns) do ~H""" @@ -46218,18 +31631,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def explicit_off(assigns) do ~H""" @@ -46253,18 +31655,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def explicit(assigns) do ~H""" @@ -46287,18 +31678,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def exposure_0(assigns) do ~H""" @@ -46319,18 +31699,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def exposure_minus_1(assigns) do ~H""" @@ -46352,18 +31721,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def exposure_minus_2(assigns) do ~H""" @@ -46385,18 +31743,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def exposure_off(assigns) do ~H""" @@ -46421,18 +31768,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def exposure_plus_1(assigns) do ~H""" @@ -46455,18 +31791,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def exposure_plus_2(assigns) do ~H""" @@ -46489,18 +31814,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def exposure(assigns) do ~H""" @@ -46524,18 +31838,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def external_link_off(assigns) do ~H""" @@ -46559,18 +31862,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def external_link(assigns) do ~H""" @@ -46593,18 +31885,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def eye_check(assigns) do ~H""" @@ -46627,18 +31908,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def eye_off(assigns) do ~H""" @@ -46661,18 +31931,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def eye_table(assigns) do ~H""" @@ -46701,18 +31960,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def eye(assigns) do ~H""" @@ -46734,18 +31982,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def eyeglass_2(assigns) do ~H""" @@ -46770,18 +32007,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def eyeglass_off(assigns) do ~H""" @@ -46807,18 +32033,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def eyeglass(assigns) do ~H""" @@ -46843,18 +32058,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def face_id_error(assigns) do ~H""" @@ -46881,18 +32085,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def face_id(assigns) do ~H""" @@ -46919,18 +32112,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def face_mask_off(assigns) do ~H""" @@ -46956,18 +32138,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def face_mask(assigns) do ~H""" @@ -46992,18 +32163,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fall(assigns) do ~H""" @@ -47027,18 +32187,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def feather_off(assigns) do ~H""" @@ -47066,18 +32215,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def feather(assigns) do ~H""" @@ -47099,18 +32237,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fence_off(assigns) do ~H""" @@ -47136,18 +32263,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fence(assigns) do ~H""" @@ -47170,18 +32286,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fidget_spinner(assigns) do ~H""" @@ -47205,18 +32310,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_3d(assigns) do ~H""" @@ -47241,18 +32335,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_alert(assigns) do ~H""" @@ -47276,18 +32359,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_analytics(assigns) do ~H""" @@ -47312,18 +32384,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_arrow_left(assigns) do ~H""" @@ -47347,18 +32408,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_arrow_right(assigns) do ~H""" @@ -47382,18 +32432,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_barcode(assigns) do ~H""" @@ -47418,18 +32457,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_broken(assigns) do ~H""" @@ -47457,18 +32485,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_certificate(assigns) do ~H""" @@ -47492,18 +32509,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_chart(assigns) do ~H""" @@ -47527,18 +32533,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_check(assigns) do ~H""" @@ -47561,18 +32556,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_code_2(assigns) do ~H""" @@ -47596,18 +32580,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_code(assigns) do ~H""" @@ -47631,18 +32604,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_database(assigns) do ~H""" @@ -47666,18 +32628,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_delta(assigns) do ~H""" @@ -47700,18 +32651,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_description(assigns) do ~H""" @@ -47735,18 +32675,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_diff(assigns) do ~H""" @@ -47771,18 +32700,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_digit(assigns) do ~H""" @@ -47806,18 +32724,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_dislike(assigns) do ~H""" @@ -47841,18 +32748,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_dollar(assigns) do ~H""" @@ -47876,18 +32772,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_dots(assigns) do ~H""" @@ -47912,18 +32797,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_download(assigns) do ~H""" @@ -47947,18 +32821,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_euro(assigns) do ~H""" @@ -47982,18 +32845,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_export(assigns) do ~H""" @@ -48015,18 +32867,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_function(assigns) do ~H""" @@ -48050,18 +32891,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_horizontal(assigns) do ~H""" @@ -48083,18 +32913,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_import(assigns) do ~H""" @@ -48116,18 +32935,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_infinity(assigns) do ~H""" @@ -48151,18 +32959,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_info(assigns) do ~H""" @@ -48186,18 +32983,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_invoice(assigns) do ~H""" @@ -48222,18 +33008,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_lambda(assigns) do ~H""" @@ -48257,18 +33032,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_like(assigns) do ~H""" @@ -48292,18 +33056,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_minus(assigns) do ~H""" @@ -48326,18 +33079,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_music(assigns) do ~H""" @@ -48361,18 +33103,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_off(assigns) do ~H""" @@ -48394,18 +33125,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_orientation(assigns) do ~H""" @@ -48430,18 +33150,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_pencil(assigns) do ~H""" @@ -48464,18 +33173,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_percent(assigns) do ~H""" @@ -48500,18 +33198,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_phone(assigns) do ~H""" @@ -48534,18 +33221,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_plus(assigns) do ~H""" @@ -48569,18 +33245,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_power(assigns) do ~H""" @@ -48603,18 +33268,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_report(assigns) do ~H""" @@ -48638,18 +33292,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_rss(assigns) do ~H""" @@ -48674,18 +33317,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_scissors(assigns) do ~H""" @@ -48711,18 +33343,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_search(assigns) do ~H""" @@ -48746,18 +33367,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_settings(assigns) do ~H""" @@ -48786,18 +33396,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_shredder(assigns) do ~H""" @@ -48824,18 +33423,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_signal(assigns) do ~H""" @@ -48859,18 +33447,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_spreadsheet(assigns) do ~H""" @@ -48895,18 +33472,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_stack(assigns) do ~H""" @@ -48931,18 +33497,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_star(assigns) do ~H""" @@ -48965,18 +33520,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_symlink(assigns) do ~H""" @@ -49000,18 +33544,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_text(assigns) do ~H""" @@ -49036,18 +33569,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_time(assigns) do ~H""" @@ -49071,18 +33593,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_typography(assigns) do ~H""" @@ -49107,18 +33618,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_unknown(assigns) do ~H""" @@ -49142,18 +33642,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_upload(assigns) do ~H""" @@ -49177,18 +33666,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_vector(assigns) do ~H""" @@ -49213,18 +33691,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_x(assigns) do ~H""" @@ -49247,18 +33714,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file_zip(assigns) do ~H""" @@ -49286,18 +33742,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def file(assigns) do ~H""" @@ -49319,18 +33764,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def files_off(assigns) do ~H""" @@ -49354,18 +33788,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def files(assigns) do ~H""" @@ -49388,18 +33811,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def filter_off(assigns) do ~H""" @@ -49421,18 +33833,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def filter(assigns) do ~H""" @@ -49453,18 +33854,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fingerprint_off(assigns) do ~H""" @@ -49490,18 +33880,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fingerprint(assigns) do ~H""" @@ -49526,18 +33905,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fire_hydrant_off(assigns) do ~H""" @@ -49562,18 +33930,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fire_hydrant(assigns) do ~H""" @@ -49597,18 +33954,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def firetruck(assigns) do ~H""" @@ -49635,18 +33981,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def first_aid_kit_off(assigns) do ~H""" @@ -49671,18 +34006,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def first_aid_kit(assigns) do ~H""" @@ -49706,18 +34030,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fish_bone(assigns) do ~H""" @@ -49743,18 +34056,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fish_christianity(assigns) do ~H""" @@ -49775,18 +34077,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fish_hook_off(assigns) do ~H""" @@ -49810,18 +34101,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fish_hook(assigns) do ~H""" @@ -49844,18 +34124,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fish_off(assigns) do ~H""" @@ -49880,18 +34149,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fish(assigns) do ~H""" @@ -49915,18 +34173,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flag_2_off(assigns) do ~H""" @@ -49948,18 +34195,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flag_2(assigns) do ~H""" @@ -49980,18 +34216,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flag_3(assigns) do ~H""" @@ -50012,18 +34237,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flag_off(assigns) do ~H""" @@ -50048,18 +34262,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flag(assigns) do ~H""" @@ -50083,18 +34286,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flame_off(assigns) do ~H""" @@ -50116,18 +34308,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flame(assigns) do ~H""" @@ -50148,18 +34329,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flare(assigns) do ~H""" @@ -50180,18 +34350,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flask_2_off(assigns) do ~H""" @@ -50215,18 +34374,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flask_2(assigns) do ~H""" @@ -50249,18 +34397,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flask_off(assigns) do ~H""" @@ -50284,18 +34421,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flask(assigns) do ~H""" @@ -50318,18 +34444,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flip_flops(assigns) do ~H""" @@ -50355,18 +34470,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flip_horizontal(assigns) do ~H""" @@ -50389,18 +34493,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flip_vertical(assigns) do ~H""" @@ -50423,18 +34516,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def float_center(assigns) do ~H""" @@ -50461,18 +34543,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def float_left(assigns) do ~H""" @@ -50497,18 +34568,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def float_none(assigns) do ~H""" @@ -50531,18 +34591,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def float_right(assigns) do ~H""" @@ -50567,18 +34616,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flower_off(assigns) do ~H""" @@ -50601,18 +34639,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def flower(assigns) do ~H""" @@ -50634,18 +34661,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def focus_2(assigns) do ~H""" @@ -50671,18 +34687,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def focus_centered(assigns) do ~H""" @@ -50707,18 +34712,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def focus(assigns) do ~H""" @@ -50740,18 +34734,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fold_down(assigns) do ~H""" @@ -50776,18 +34759,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fold_up(assigns) do ~H""" @@ -50812,18 +34784,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fold(assigns) do ~H""" @@ -50849,18 +34810,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def folder_minus(assigns) do ~H""" @@ -50882,18 +34832,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def folder_off(assigns) do ~H""" @@ -50915,18 +34854,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def folder_plus(assigns) do ~H""" @@ -50949,18 +34877,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def folder_x(assigns) do ~H""" @@ -50982,18 +34899,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def folder(assigns) do ~H""" @@ -51014,18 +34920,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def folders_off(assigns) do ~H""" @@ -51048,18 +34943,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def folders(assigns) do ~H""" @@ -51081,18 +34965,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def forbid_2(assigns) do ~H""" @@ -51114,18 +34987,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def forbid(assigns) do ~H""" @@ -51147,18 +35009,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def forklift(assigns) do ~H""" @@ -51186,18 +35037,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def forms(assigns) do ~H""" @@ -51223,18 +35063,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fountain_off(assigns) do ~H""" @@ -51260,18 +35089,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fountain(assigns) do ~H""" @@ -51296,18 +35114,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def frame_off(assigns) do ~H""" @@ -51332,18 +35139,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def frame(assigns) do ~H""" @@ -51367,18 +35163,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def free_rights(assigns) do ~H""" @@ -51404,18 +35189,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fridge_off(assigns) do ~H""" @@ -51439,18 +35213,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def fridge(assigns) do ~H""" @@ -51474,18 +35237,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def friends_off(assigns) do ~H""" @@ -51510,18 +35262,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def friends(assigns) do ~H""" @@ -51545,18 +35286,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def function_off(assigns) do ~H""" @@ -51580,18 +35310,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def function(assigns) do ~H""" @@ -51614,18 +35333,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def garden_cart_off(assigns) do ~H""" @@ -51649,18 +35357,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def garden_cart(assigns) do ~H""" @@ -51683,18 +35380,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gas_station_off(assigns) do ~H""" @@ -51720,18 +35406,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gas_station(assigns) do ~H""" @@ -51756,18 +35431,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gauge_off(assigns) do ~H""" @@ -51792,18 +35456,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gauge(assigns) do ~H""" @@ -51827,18 +35480,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gavel(assigns) do ~H""" @@ -51863,18 +35505,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_agender(assigns) do ~H""" @@ -51896,18 +35527,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_androgyne(assigns) do ~H""" @@ -51931,18 +35551,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_bigender(assigns) do ~H""" @@ -51967,18 +35576,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_demiboy(assigns) do ~H""" @@ -52001,18 +35599,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_demigirl(assigns) do ~H""" @@ -52035,18 +35622,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_epicene(assigns) do ~H""" @@ -52070,18 +35646,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_female(assigns) do ~H""" @@ -52104,18 +35669,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_femme(assigns) do ~H""" @@ -52138,18 +35692,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_genderfluid(assigns) do ~H""" @@ -52178,18 +35721,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_genderless(assigns) do ~H""" @@ -52212,18 +35744,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_genderqueer(assigns) do ~H""" @@ -52247,18 +35768,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_hermaphrodite(assigns) do ~H""" @@ -52282,18 +35792,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_intergender(assigns) do ~H""" @@ -52317,18 +35816,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_male(assigns) do ~H""" @@ -52352,18 +35840,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_neutrois(assigns) do ~H""" @@ -52385,18 +35862,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_third(assigns) do ~H""" @@ -52419,18 +35885,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_transgender(assigns) do ~H""" @@ -52458,18 +35913,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gender_trasvesti(assigns) do ~H""" @@ -52492,18 +35936,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def geometry(assigns) do ~H""" @@ -52527,18 +35960,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ghost_2(assigns) do ~H""" @@ -52562,18 +35984,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ghost_off(assigns) do ~H""" @@ -52597,18 +36008,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ghost(assigns) do ~H""" @@ -52632,18 +36032,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gif(assigns) do ~H""" @@ -52667,18 +36056,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gift_card(assigns) do ~H""" @@ -52701,18 +36079,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gift_off(assigns) do ~H""" @@ -52737,18 +36104,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gift(assigns) do ~H""" @@ -52772,18 +36128,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def git_branch_deleted(assigns) do ~H""" @@ -52810,18 +36155,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def git_branch(assigns) do ~H""" @@ -52847,18 +36181,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def git_cherry_pick(assigns) do ~H""" @@ -52883,18 +36206,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def git_commit(assigns) do ~H""" @@ -52917,18 +36229,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def git_compare(assigns) do ~H""" @@ -52954,18 +36255,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def git_fork(assigns) do ~H""" @@ -52990,18 +36280,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def git_merge(assigns) do ~H""" @@ -53026,18 +36305,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def git_pull_request_closed(assigns) do ~H""" @@ -53063,18 +36331,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def git_pull_request_draft(assigns) do ~H""" @@ -53100,18 +36357,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def git_pull_request(assigns) do ~H""" @@ -53137,18 +36383,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gizmo(assigns) do ~H""" @@ -53173,18 +36408,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def glass_full(assigns) do ~H""" @@ -53208,18 +36432,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def glass_off(assigns) do ~H""" @@ -53243,18 +36456,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def glass(assigns) do ~H""" @@ -53277,18 +36479,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def globe_off(assigns) do ~H""" @@ -53313,18 +36504,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def globe(assigns) do ~H""" @@ -53348,18 +36528,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def go_game(assigns) do ~H""" @@ -53389,18 +36558,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def golf_off(assigns) do ~H""" @@ -53423,18 +36581,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def golf(assigns) do ~H""" @@ -53456,18 +36603,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gps(assigns) do ~H""" @@ -53489,18 +36625,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def gradienter(assigns) do ~H""" @@ -53523,18 +36648,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def grain(assigns) do ~H""" @@ -53562,18 +36676,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def graph_off(assigns) do ~H""" @@ -53596,18 +36699,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def graph(assigns) do ~H""" @@ -53629,18 +36721,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def grave_2(assigns) do ~H""" @@ -53664,18 +36745,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def grave(assigns) do ~H""" @@ -53697,18 +36767,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def grid_dots(assigns) do ~H""" @@ -53737,18 +36796,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def grid_pattern(assigns) do ~H""" @@ -53773,18 +36821,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def grill_fork(assigns) do ~H""" @@ -53807,18 +36844,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def grill_off(assigns) do ~H""" @@ -53846,18 +36872,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def grill_spatula(assigns) do ~H""" @@ -53880,18 +36895,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def grill(assigns) do ~H""" @@ -53919,18 +36923,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def grip_horizontal(assigns) do ~H""" @@ -53956,18 +36949,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def grip_vertical(assigns) do ~H""" @@ -53993,18 +36975,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def growth(assigns) do ~H""" @@ -54025,18 +36996,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def guitar_pick(assigns) do ~H""" @@ -54057,18 +37017,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def h_1(assigns) do ~H""" @@ -54096,18 +37045,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def h_2(assigns) do ~H""" @@ -54135,18 +37073,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def h_3(assigns) do ~H""" @@ -54175,18 +37102,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def h_4(assigns) do ~H""" @@ -54214,18 +37130,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def h_5(assigns) do ~H""" @@ -54253,18 +37158,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def h_6(assigns) do ~H""" @@ -54293,18 +37187,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hammer_off(assigns) do ~H""" @@ -54327,18 +37210,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hammer(assigns) do ~H""" @@ -54360,18 +37232,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hand_click(assigns) do ~H""" @@ -54399,18 +37260,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hand_finger_off(assigns) do ~H""" @@ -54436,18 +37286,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hand_finger(assigns) do ~H""" @@ -54471,18 +37310,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hand_grab(assigns) do ~H""" @@ -54506,18 +37334,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hand_little_finger(assigns) do ~H""" @@ -54541,18 +37358,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hand_middle_finger(assigns) do ~H""" @@ -54576,18 +37382,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hand_move(assigns) do ~H""" @@ -54613,18 +37408,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hand_off(assigns) do ~H""" @@ -54646,18 +37430,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hand_ring_finger(assigns) do ~H""" @@ -54681,18 +37454,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hand_rock(assigns) do ~H""" @@ -54716,18 +37478,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hand_stop(assigns) do ~H""" @@ -54751,18 +37502,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hand_three_fingers(assigns) do ~H""" @@ -54786,18 +37526,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hand_two_fingers(assigns) do ~H""" @@ -54821,18 +37550,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hanger_2(assigns) do ~H""" @@ -54855,18 +37573,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hanger_off(assigns) do ~H""" @@ -54888,18 +37595,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hanger(assigns) do ~H""" @@ -54920,18 +37616,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hash(assigns) do ~H""" @@ -54955,18 +37640,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def haze(assigns) do ~H""" @@ -54994,18 +37668,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def heading_off(assigns) do ~H""" @@ -55032,18 +37695,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def heading(assigns) do ~H""" @@ -55070,18 +37722,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def headphones_off(assigns) do ~H""" @@ -55105,18 +37746,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def headphones(assigns) do ~H""" @@ -55139,18 +37769,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def headset_off(assigns) do ~H""" @@ -55175,18 +37794,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def headset(assigns) do ~H""" @@ -55210,18 +37818,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def health_recognition(assigns) do ~H""" @@ -55246,18 +37843,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def heart_broken(assigns) do ~H""" @@ -55279,18 +37865,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def heart_handshake(assigns) do ~H""" @@ -55314,18 +37889,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def heart_minus(assigns) do ~H""" @@ -55347,18 +37911,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def heart_off(assigns) do ~H""" @@ -55380,18 +37933,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def heart_plus(assigns) do ~H""" @@ -55414,18 +37956,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def heart_rate_monitor(assigns) do ~H""" @@ -55450,18 +37981,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def heart(assigns) do ~H""" @@ -55482,18 +38002,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def heartbeat(assigns) do ~H""" @@ -55515,18 +38024,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hearts_off(assigns) do ~H""" @@ -55549,18 +38047,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hearts(assigns) do ~H""" @@ -55582,18 +38069,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def helicopter_landing(assigns) do ~H""" @@ -55617,18 +38093,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def helicopter(assigns) do ~H""" @@ -55655,18 +38120,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def helmet_off(assigns) do ~H""" @@ -55689,18 +38143,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def helmet(assigns) do ~H""" @@ -55722,18 +38165,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def help_off(assigns) do ~H""" @@ -55757,18 +38189,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def help(assigns) do ~H""" @@ -55791,18 +38212,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_3d(assigns) do ~H""" @@ -55829,18 +38239,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_a(assigns) do ~H""" @@ -55863,18 +38262,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_b(assigns) do ~H""" @@ -55896,18 +38284,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_c(assigns) do ~H""" @@ -55929,18 +38306,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_d(assigns) do ~H""" @@ -55962,18 +38328,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_e(assigns) do ~H""" @@ -55996,18 +38351,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_f(assigns) do ~H""" @@ -56030,18 +38374,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_g(assigns) do ~H""" @@ -56063,18 +38396,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_h(assigns) do ~H""" @@ -56097,18 +38419,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_i(assigns) do ~H""" @@ -56130,18 +38441,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_j(assigns) do ~H""" @@ -56163,18 +38463,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_k(assigns) do ~H""" @@ -56198,18 +38487,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_l(assigns) do ~H""" @@ -56231,18 +38509,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_m(assigns) do ~H""" @@ -56264,18 +38531,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_n(assigns) do ~H""" @@ -56297,18 +38553,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_o(assigns) do ~H""" @@ -56330,18 +38575,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_p(assigns) do ~H""" @@ -56363,18 +38597,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_q(assigns) do ~H""" @@ -56397,18 +38620,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_r(assigns) do ~H""" @@ -56430,18 +38642,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_s(assigns) do ~H""" @@ -56463,18 +38664,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_t(assigns) do ~H""" @@ -56497,18 +38687,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_u(assigns) do ~H""" @@ -56530,18 +38709,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_v(assigns) do ~H""" @@ -56563,18 +38731,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_w(assigns) do ~H""" @@ -56596,18 +38753,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_x(assigns) do ~H""" @@ -56630,18 +38776,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_y(assigns) do ~H""" @@ -56664,18 +38799,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_letter_z(assigns) do ~H""" @@ -56697,18 +38821,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_number_0(assigns) do ~H""" @@ -56730,18 +38843,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_number_1(assigns) do ~H""" @@ -56763,18 +38865,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_number_2(assigns) do ~H""" @@ -56796,18 +38887,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_number_3(assigns) do ~H""" @@ -56829,18 +38909,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_number_4(assigns) do ~H""" @@ -56863,18 +38932,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_number_5(assigns) do ~H""" @@ -56896,18 +38954,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_number_6(assigns) do ~H""" @@ -56929,18 +38976,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_number_7(assigns) do ~H""" @@ -56962,18 +38998,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_number_8(assigns) do ~H""" @@ -56995,18 +39020,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_number_9(assigns) do ~H""" @@ -57028,18 +39042,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon_off(assigns) do ~H""" @@ -57061,18 +39064,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagon(assigns) do ~H""" @@ -57093,18 +39085,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagons_off(assigns) do ~H""" @@ -57129,18 +39110,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hexagons(assigns) do ~H""" @@ -57163,18 +39133,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hierarchy_2(assigns) do ~H""" @@ -57199,18 +39158,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hierarchy_3(assigns) do ~H""" @@ -57242,18 +39190,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hierarchy_off(assigns) do ~H""" @@ -57279,18 +39216,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hierarchy(assigns) do ~H""" @@ -57315,18 +39241,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def highlight_off(assigns) do ~H""" @@ -57351,18 +39266,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def highlight(assigns) do ~H""" @@ -57386,18 +39290,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def history_off(assigns) do ~H""" @@ -57419,18 +39312,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def history_toggle(assigns) do ~H""" @@ -57459,18 +39341,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def history(assigns) do ~H""" @@ -57492,18 +39363,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_2(assigns) do ~H""" @@ -57526,18 +39386,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_bolt(assigns) do ~H""" @@ -57560,18 +39409,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_cancel(assigns) do ~H""" @@ -57595,18 +39433,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_check(assigns) do ~H""" @@ -57629,18 +39456,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_cog(assigns) do ~H""" @@ -57669,18 +39485,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_dollar(assigns) do ~H""" @@ -57704,18 +39509,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_dot(assigns) do ~H""" @@ -57738,18 +39532,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_down(assigns) do ~H""" @@ -57773,18 +39556,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_eco(assigns) do ~H""" @@ -57808,18 +39580,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_edit(assigns) do ~H""" @@ -57842,18 +39603,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_exclamation(assigns) do ~H""" @@ -57877,18 +39627,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_hand(assigns) do ~H""" @@ -57911,18 +39650,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_heart(assigns) do ~H""" @@ -57945,18 +39673,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_infinity(assigns) do ~H""" @@ -57980,18 +39697,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_link(assigns) do ~H""" @@ -58017,18 +39723,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_minus(assigns) do ~H""" @@ -58051,18 +39746,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_move(assigns) do ~H""" @@ -58086,18 +39770,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_off(assigns) do ~H""" @@ -58121,18 +39794,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_plus(assigns) do ~H""" @@ -58156,18 +39818,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_question(assigns) do ~H""" @@ -58191,18 +39842,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_ribbon(assigns) do ~H""" @@ -58225,18 +39865,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_search(assigns) do ~H""" @@ -58260,18 +39889,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_share(assigns) do ~H""" @@ -58295,18 +39913,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_shield(assigns) do ~H""" @@ -58329,18 +39936,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_signal(assigns) do ~H""" @@ -58365,18 +39961,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_star(assigns) do ~H""" @@ -58399,18 +39984,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_stats(assigns) do ~H""" @@ -58434,18 +40008,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_up(assigns) do ~H""" @@ -58469,18 +40032,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home_x(assigns) do ~H""" @@ -58504,18 +40056,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def home(assigns) do ~H""" @@ -58538,18 +40079,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def horse_toy(assigns) do ~H""" @@ -58573,18 +40103,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hotel_service(assigns) do ~H""" @@ -58605,18 +40124,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hourglass_empty(assigns) do ~H""" @@ -58638,18 +40146,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hourglass_high(assigns) do ~H""" @@ -58672,18 +40169,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hourglass_low(assigns) do ~H""" @@ -58706,18 +40192,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hourglass_off(assigns) do ~H""" @@ -58740,18 +40215,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def hourglass(assigns) do ~H""" @@ -58775,18 +40239,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ice_cream_2(assigns) do ~H""" @@ -58808,18 +40261,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ice_cream_off(assigns) do ~H""" @@ -58844,18 +40286,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ice_cream(assigns) do ~H""" @@ -58879,18 +40310,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ice_skating(assigns) do ~H""" @@ -58914,18 +40334,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def icons_off(assigns) do ~H""" @@ -58951,18 +40360,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def icons(assigns) do ~H""" @@ -58987,18 +40385,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def id_badge_2(assigns) do ~H""" @@ -59023,18 +40410,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def id_badge_off(assigns) do ~H""" @@ -59059,18 +40435,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def id_badge(assigns) do ~H""" @@ -59094,18 +40459,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def id_off(assigns) do ~H""" @@ -59131,18 +40485,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def id(assigns) do ~H""" @@ -59167,18 +40510,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def inbox_off(assigns) do ~H""" @@ -59201,18 +40533,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def inbox(assigns) do ~H""" @@ -59234,18 +40555,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def indent_decrease(assigns) do ~H""" @@ -59269,18 +40579,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def indent_increase(assigns) do ~H""" @@ -59304,18 +40603,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def infinity_off(assigns) do ~H""" @@ -59337,18 +40625,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def infinity(assigns) do ~H""" @@ -59369,18 +40646,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def info_circle(assigns) do ~H""" @@ -59403,18 +40669,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def info_square(assigns) do ~H""" @@ -59437,18 +40692,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def inner_shadow_bottom_left(assigns) do ~H""" @@ -59470,18 +40714,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def inner_shadow_bottom_right(assigns) do ~H""" @@ -59503,18 +40736,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def inner_shadow_bottom(assigns) do ~H""" @@ -59536,18 +40758,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def inner_shadow_left(assigns) do ~H""" @@ -59569,18 +40780,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def inner_shadow_right(assigns) do ~H""" @@ -59602,18 +40802,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def inner_shadow_top_left(assigns) do ~H""" @@ -59635,18 +40824,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def inner_shadow_top_right(assigns) do ~H""" @@ -59668,18 +40846,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def inner_shadow_top(assigns) do ~H""" @@ -59701,18 +40868,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def input_search(assigns) do ~H""" @@ -59735,18 +40891,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ironing_1(assigns) do ~H""" @@ -59768,18 +40913,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ironing_2(assigns) do ~H""" @@ -59802,18 +40936,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ironing_3(assigns) do ~H""" @@ -59837,18 +40960,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ironing_off(assigns) do ~H""" @@ -59870,18 +40982,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ironing_steam_off(assigns) do ~H""" @@ -59908,18 +41009,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ironing_steam(assigns) do ~H""" @@ -59943,18 +41033,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def italic(assigns) do ~H""" @@ -59977,18 +41056,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def jetpack(assigns) do ~H""" @@ -60014,18 +41082,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def jewish_star(assigns) do ~H""" @@ -60046,18 +41103,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def jpg(assigns) do ~H""" @@ -60080,18 +41126,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def jump_rope(assigns) do ~H""" @@ -60114,18 +41149,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def karate(assigns) do ~H""" @@ -60149,18 +41173,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def kayak(assigns) do ~H""" @@ -60186,18 +41199,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def kering(assigns) do ~H""" @@ -60220,18 +41222,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def key_off(assigns) do ~H""" @@ -60255,18 +41246,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def key(assigns) do ~H""" @@ -60288,18 +41268,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def keyboard_hide(assigns) do ~H""" @@ -60328,18 +41297,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def keyboard_off(assigns) do ~H""" @@ -60368,18 +41326,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def keyboard_show(assigns) do ~H""" @@ -60408,18 +41355,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def keyboard(assigns) do ~H""" @@ -60447,18 +41383,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def keyframe_align_center(assigns) do ~H""" @@ -60483,18 +41408,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def keyframe_align_horizontal(assigns) do ~H""" @@ -60517,18 +41431,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def keyframe_align_vertical(assigns) do ~H""" @@ -60551,18 +41454,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def keyframe(assigns) do ~H""" @@ -60583,18 +41475,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def keyframes(assigns) do ~H""" @@ -60617,18 +41498,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ladder_off(assigns) do ~H""" @@ -60655,18 +41525,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ladder(assigns) do ~H""" @@ -60692,18 +41551,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lambda(assigns) do ~H""" @@ -60725,18 +41573,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lamp_2(assigns) do ~H""" @@ -60761,18 +41598,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lamp_off(assigns) do ~H""" @@ -60796,18 +41622,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lamp(assigns) do ~H""" @@ -60830,18 +41645,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def language_hiragana(assigns) do ~H""" @@ -60866,18 +41670,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def language_katakana(assigns) do ~H""" @@ -60901,18 +41694,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def language_off(assigns) do ~H""" @@ -60938,18 +41720,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def language(assigns) do ~H""" @@ -60974,18 +41745,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lasso_off(assigns) do ~H""" @@ -61009,18 +41769,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lasso_polygon(assigns) do ~H""" @@ -61043,18 +41792,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lasso(assigns) do ~H""" @@ -61077,18 +41815,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layers_difference(assigns) do ~H""" @@ -61113,18 +41840,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layers_intersect_2(assigns) do ~H""" @@ -61147,18 +41863,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layers_intersect(assigns) do ~H""" @@ -61180,18 +41885,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layers_linked(assigns) do ~H""" @@ -61213,18 +41907,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layers_off(assigns) do ~H""" @@ -61247,18 +41930,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layers_subtract(assigns) do ~H""" @@ -61280,18 +41952,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layers_union(assigns) do ~H""" @@ -61312,18 +41973,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_2(assigns) do ~H""" @@ -61347,18 +41997,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_align_bottom(assigns) do ~H""" @@ -61380,18 +42019,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_align_center(assigns) do ~H""" @@ -61414,18 +42042,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_align_left(assigns) do ~H""" @@ -61447,18 +42064,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_align_middle(assigns) do ~H""" @@ -61481,18 +42087,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_align_right(assigns) do ~H""" @@ -61514,18 +42109,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_align_top(assigns) do ~H""" @@ -61547,18 +42131,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_board_split(assigns) do ~H""" @@ -61583,18 +42156,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_board(assigns) do ~H""" @@ -61618,18 +42180,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_bottombar_collapse(assigns) do ~H""" @@ -61652,18 +42203,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_bottombar_expand(assigns) do ~H""" @@ -61686,18 +42226,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_bottombar(assigns) do ~H""" @@ -61719,18 +42248,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_cards(assigns) do ~H""" @@ -61752,18 +42270,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_collage(assigns) do ~H""" @@ -61786,18 +42293,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_columns(assigns) do ~H""" @@ -61819,18 +42315,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_dashboard(assigns) do ~H""" @@ -61854,18 +42339,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_distribute_horizontal(assigns) do ~H""" @@ -61888,18 +42362,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_distribute_vertical(assigns) do ~H""" @@ -61922,18 +42385,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_grid_add(assigns) do ~H""" @@ -61957,18 +42409,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_grid(assigns) do ~H""" @@ -61992,18 +42433,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_kanban(assigns) do ~H""" @@ -62027,18 +42457,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_list(assigns) do ~H""" @@ -62060,18 +42479,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_navbar_collapse(assigns) do ~H""" @@ -62094,18 +42502,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_navbar_expand(assigns) do ~H""" @@ -62128,18 +42525,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_navbar(assigns) do ~H""" @@ -62161,18 +42547,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_off(assigns) do ~H""" @@ -62196,18 +42571,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_rows(assigns) do ~H""" @@ -62229,18 +42593,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_sidebar_left_collapse(assigns) do ~H""" @@ -62263,18 +42616,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_sidebar_left_expand(assigns) do ~H""" @@ -62297,18 +42639,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_sidebar_right_collapse(assigns) do ~H""" @@ -62331,18 +42662,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_sidebar_right_expand(assigns) do ~H""" @@ -62365,18 +42685,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_sidebar_right(assigns) do ~H""" @@ -62398,18 +42707,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout_sidebar(assigns) do ~H""" @@ -62431,18 +42729,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def layout(assigns) do ~H""" @@ -62465,18 +42752,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def leaf_off(assigns) do ~H""" @@ -62499,18 +42775,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def leaf(assigns) do ~H""" @@ -62532,18 +42797,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lego_off(assigns) do ~H""" @@ -62567,18 +42821,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lego(assigns) do ~H""" @@ -62602,18 +42845,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lemon_2(assigns) do ~H""" @@ -62634,18 +42866,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lemon(assigns) do ~H""" @@ -62670,18 +42891,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_a(assigns) do ~H""" @@ -62703,18 +42913,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_b(assigns) do ~H""" @@ -62736,18 +42935,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_c(assigns) do ~H""" @@ -62768,18 +42956,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_case_lower(assigns) do ~H""" @@ -62803,18 +42980,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_case_toggle(assigns) do ~H""" @@ -62838,18 +43004,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_case_upper(assigns) do ~H""" @@ -62873,18 +43028,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_case(assigns) do ~H""" @@ -62908,18 +43052,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_d(assigns) do ~H""" @@ -62940,18 +43073,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_e(assigns) do ~H""" @@ -62973,18 +43095,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_f(assigns) do ~H""" @@ -63006,18 +43117,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_g(assigns) do ~H""" @@ -63038,18 +43138,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_h(assigns) do ~H""" @@ -63072,18 +43161,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_i(assigns) do ~H""" @@ -63104,18 +43182,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_j(assigns) do ~H""" @@ -63136,18 +43203,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_k(assigns) do ~H""" @@ -63170,18 +43226,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_l(assigns) do ~H""" @@ -63202,18 +43247,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_m(assigns) do ~H""" @@ -63234,18 +43268,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_n(assigns) do ~H""" @@ -63266,18 +43289,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_o(assigns) do ~H""" @@ -63298,18 +43310,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_p(assigns) do ~H""" @@ -63330,18 +43331,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_q(assigns) do ~H""" @@ -63363,18 +43353,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_r(assigns) do ~H""" @@ -63396,18 +43375,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_s(assigns) do ~H""" @@ -63428,18 +43396,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_spacing(assigns) do ~H""" @@ -63464,18 +43421,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_t(assigns) do ~H""" @@ -63497,18 +43443,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_u(assigns) do ~H""" @@ -63529,18 +43464,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_v(assigns) do ~H""" @@ -63561,18 +43485,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_w(assigns) do ~H""" @@ -63593,18 +43506,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_x(assigns) do ~H""" @@ -63626,18 +43528,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_y(assigns) do ~H""" @@ -63659,18 +43550,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def letter_z(assigns) do ~H""" @@ -63691,18 +43571,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def license_off(assigns) do ~H""" @@ -63726,18 +43595,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def license(assigns) do ~H""" @@ -63760,18 +43618,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lifebuoy_off(assigns) do ~H""" @@ -63798,18 +43645,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lifebuoy(assigns) do ~H""" @@ -63835,18 +43671,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def line_dashed(assigns) do ~H""" @@ -63869,18 +43694,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def line_dotted(assigns) do ~H""" @@ -63905,18 +43719,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def line_height(assigns) do ~H""" @@ -63942,18 +43745,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def line(assigns) do ~H""" @@ -63976,18 +43768,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def link_off(assigns) do ~H""" @@ -64011,18 +43792,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def link(assigns) do ~H""" @@ -64044,18 +43814,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def list_check(assigns) do ~H""" @@ -64081,18 +43840,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def list_details(assigns) do ~H""" @@ -64118,18 +43866,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def list_numbers(assigns) do ~H""" @@ -64154,18 +43891,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def list_search(assigns) do ~H""" @@ -64190,18 +43916,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def list(assigns) do ~H""" @@ -64227,18 +43942,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def live_photo_off(assigns) do ~H""" @@ -64275,18 +43979,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def live_photo(assigns) do ~H""" @@ -64322,18 +44015,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def live_view(assigns) do ~H""" @@ -64359,18 +44041,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def loader_2(assigns) do ~H""" @@ -64391,18 +44062,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def loader_3(assigns) do ~H""" @@ -64424,18 +44084,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def loader_quarter(assigns) do ~H""" @@ -64458,18 +44107,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def loader(assigns) do ~H""" @@ -64497,18 +44135,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def location_broken(assigns) do ~H""" @@ -64530,18 +44157,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def location_off(assigns) do ~H""" @@ -64563,18 +44179,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def location(assigns) do ~H""" @@ -64595,18 +44200,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lock_access_off(assigns) do ~H""" @@ -64633,18 +44227,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lock_access(assigns) do ~H""" @@ -64670,18 +44253,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lock_off(assigns) do ~H""" @@ -64705,18 +44277,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lock_open_off(assigns) do ~H""" @@ -64740,18 +44301,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lock_open(assigns) do ~H""" @@ -64774,18 +44324,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lock_square(assigns) do ~H""" @@ -64808,18 +44347,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lock(assigns) do ~H""" @@ -64842,18 +44370,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def logic_and(assigns) do ~H""" @@ -64877,18 +44394,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def logic_buffer(assigns) do ~H""" @@ -64912,18 +44418,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def logic_nand(assigns) do ~H""" @@ -64948,18 +44443,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def logic_nor(assigns) do ~H""" @@ -64984,18 +44468,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def logic_not(assigns) do ~H""" @@ -65020,18 +44493,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def logic_or(assigns) do ~H""" @@ -65055,18 +44517,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def logic_xnor(assigns) do ~H""" @@ -65092,18 +44543,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def logic_xor(assigns) do ~H""" @@ -65128,18 +44568,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def login(assigns) do ~H""" @@ -65161,18 +44590,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def logout(assigns) do ~H""" @@ -65194,18 +44612,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lollipop_off(assigns) do ~H""" @@ -65232,18 +44639,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lollipop(assigns) do ~H""" @@ -65269,18 +44665,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def luggage_off(assigns) do ~H""" @@ -65307,18 +44692,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def luggage(assigns) do ~H""" @@ -65344,18 +44718,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lungs_off(assigns) do ~H""" @@ -65380,18 +44743,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def lungs(assigns) do ~H""" @@ -65415,18 +44767,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def macro_off(assigns) do ~H""" @@ -65452,18 +44793,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def macro(assigns) do ~H""" @@ -65488,18 +44818,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def magnet_off(assigns) do ~H""" @@ -65523,18 +44842,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def magnet(assigns) do ~H""" @@ -65557,18 +44865,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mail_fast(assigns) do ~H""" @@ -65592,18 +44889,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mail_forward(assigns) do ~H""" @@ -65627,18 +44913,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mail_off(assigns) do ~H""" @@ -65661,18 +44936,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mail_opened(assigns) do ~H""" @@ -65696,18 +44960,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mail(assigns) do ~H""" @@ -65729,18 +44982,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mailbox_off(assigns) do ~H""" @@ -65764,18 +45006,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mailbox(assigns) do ~H""" @@ -65798,18 +45029,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def man(assigns) do ~H""" @@ -65831,18 +45051,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def manual_gearbox(assigns) do ~H""" @@ -65870,18 +45079,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def map_2(assigns) do ~H""" @@ -65906,18 +45104,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def map_off(assigns) do ~H""" @@ -65941,18 +45128,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def map_pin_off(assigns) do ~H""" @@ -65975,18 +45151,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def map_pin(assigns) do ~H""" @@ -66008,18 +45173,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def map_pins(assigns) do ~H""" @@ -66043,18 +45197,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def map_search(assigns) do ~H""" @@ -66079,18 +45222,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def map(assigns) do ~H""" @@ -66113,18 +45245,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def markdown_off(assigns) do ~H""" @@ -66149,18 +45270,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def markdown(assigns) do ~H""" @@ -66183,18 +45293,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def marquee_2(assigns) do ~H""" @@ -66215,18 +45314,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def marquee_off(assigns) do ~H""" @@ -66259,18 +45347,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def marquee(assigns) do ~H""" @@ -66291,18 +45368,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mars(assigns) do ~H""" @@ -66326,18 +45392,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mask_off(assigns) do ~H""" @@ -66360,18 +45415,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mask(assigns) do ~H""" @@ -66393,18 +45437,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def masks_theater_off(assigns) do ~H""" @@ -66431,18 +45464,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def masks_theater(assigns) do ~H""" @@ -66470,18 +45492,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def massage(assigns) do ~H""" @@ -66506,18 +45517,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def matchstick(assigns) do ~H""" @@ -66540,18 +45540,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_1_divide_2(assigns) do ~H""" @@ -66574,18 +45563,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_1_divide_3(assigns) do ~H""" @@ -66608,18 +45586,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_avg(assigns) do ~H""" @@ -66641,18 +45608,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_equal_greater(assigns) do ~H""" @@ -66674,18 +45630,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_equal_lower(assigns) do ~H""" @@ -66707,18 +45652,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_function_off(assigns) do ~H""" @@ -66743,18 +45677,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_function_y(assigns) do ~H""" @@ -66778,18 +45701,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_function(assigns) do ~H""" @@ -66813,18 +45725,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_greater(assigns) do ~H""" @@ -66845,18 +45746,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_integral_x(assigns) do ~H""" @@ -66879,18 +45769,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_integral(assigns) do ~H""" @@ -66911,18 +45790,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_integrals(assigns) do ~H""" @@ -66944,18 +45812,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_lower(assigns) do ~H""" @@ -66976,18 +45833,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_max(assigns) do ~H""" @@ -67009,18 +45855,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_min(assigns) do ~H""" @@ -67043,18 +45878,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_not(assigns) do ~H""" @@ -67075,18 +45899,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_off(assigns) do ~H""" @@ -67111,18 +45924,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_pi_divide_2(assigns) do ~H""" @@ -67147,18 +45949,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_pi(assigns) do ~H""" @@ -67181,18 +45972,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_symbols(assigns) do ~H""" @@ -67221,18 +46001,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_x_divide_2(assigns) do ~H""" @@ -67256,18 +46025,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_x_divide_y_2(assigns) do ~H""" @@ -67292,18 +46050,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_x_divide_y(assigns) do ~H""" @@ -67328,18 +46075,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_x_minus_x(assigns) do ~H""" @@ -67364,18 +46100,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_x_minus_y(assigns) do ~H""" @@ -67400,18 +46125,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_x_plus_x(assigns) do ~H""" @@ -67437,18 +46151,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_x_plus_y(assigns) do ~H""" @@ -67474,18 +46177,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_xy(assigns) do ~H""" @@ -67509,18 +46201,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_y_minus_y(assigns) do ~H""" @@ -67545,18 +46226,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math_y_plus_y(assigns) do ~H""" @@ -67582,18 +46252,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def math(assigns) do ~H""" @@ -67616,18 +46275,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def maximize_off(assigns) do ~H""" @@ -67652,18 +46300,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def maximize(assigns) do ~H""" @@ -67687,18 +46324,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def meat_off(assigns) do ~H""" @@ -67725,18 +46351,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def meat(assigns) do ~H""" @@ -67760,18 +46375,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def medal_2(assigns) do ~H""" @@ -67795,18 +46399,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def medal(assigns) do ~H""" @@ -67828,18 +46421,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def medical_cross_off(assigns) do ~H""" @@ -67861,18 +46443,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def medical_cross(assigns) do ~H""" @@ -67893,18 +46464,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def medicine_syrup(assigns) do ~H""" @@ -67928,18 +46488,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def meeple(assigns) do ~H""" @@ -67960,18 +46509,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def menorah(assigns) do ~H""" @@ -67995,18 +46533,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def menu_2(assigns) do ~H""" @@ -68029,18 +46556,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def menu(assigns) do ~H""" @@ -68062,18 +46578,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message_2_code(assigns) do ~H""" @@ -68096,18 +46601,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message_2_off(assigns) do ~H""" @@ -68131,18 +46625,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message_2_share(assigns) do ~H""" @@ -68165,18 +46648,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message_2(assigns) do ~H""" @@ -68199,18 +46671,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message_chatbot(assigns) do ~H""" @@ -68234,18 +46695,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message_circle_2(assigns) do ~H""" @@ -68266,18 +46716,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message_circle_off(assigns) do ~H""" @@ -68299,18 +46738,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message_circle(assigns) do ~H""" @@ -68334,18 +46762,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message_code(assigns) do ~H""" @@ -68368,18 +46785,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message_dots(assigns) do ~H""" @@ -68403,18 +46809,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message_forward(assigns) do ~H""" @@ -68437,18 +46832,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message_language(assigns) do ~H""" @@ -68471,18 +46855,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message_off(assigns) do ~H""" @@ -68504,18 +46877,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message_plus(assigns) do ~H""" @@ -68538,18 +46900,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message_report(assigns) do ~H""" @@ -68572,18 +46923,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message_share(assigns) do ~H""" @@ -68606,18 +46946,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def message(assigns) do ~H""" @@ -68640,18 +46969,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def messages_off(assigns) do ~H""" @@ -68674,18 +46992,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def messages(assigns) do ~H""" @@ -68707,18 +47014,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def meteor_off(assigns) do ~H""" @@ -68741,18 +47037,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def meteor(assigns) do ~H""" @@ -68774,18 +47059,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mickey(assigns) do ~H""" @@ -68808,18 +47082,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def microphone_2_off(assigns) do ~H""" @@ -68842,18 +47105,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def microphone_2(assigns) do ~H""" @@ -68875,18 +47127,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def microphone_off(assigns) do ~H""" @@ -68911,18 +47152,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def microphone(assigns) do ~H""" @@ -68946,18 +47176,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def microscope_off(assigns) do ~H""" @@ -68985,18 +47204,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def microscope(assigns) do ~H""" @@ -69023,18 +47231,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def microwave_off(assigns) do ~H""" @@ -69061,18 +47258,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def microwave(assigns) do ~H""" @@ -69099,18 +47285,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def military_award(assigns) do ~H""" @@ -69133,18 +47308,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def military_rank(assigns) do ~H""" @@ -69168,18 +47332,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def milk_off(assigns) do ~H""" @@ -69203,18 +47356,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def milk(assigns) do ~H""" @@ -69238,18 +47380,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def milkshake(assigns) do ~H""" @@ -69273,18 +47404,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def minimize(assigns) do ~H""" @@ -69308,18 +47428,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def minus_vertical(assigns) do ~H""" @@ -69340,18 +47449,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def minus(assigns) do ~H""" @@ -69372,18 +47470,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mist_off(assigns) do ~H""" @@ -69410,18 +47497,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mist(assigns) do ~H""" @@ -69445,18 +47521,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def moneybag(assigns) do ~H""" @@ -69478,18 +47543,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_angry(assigns) do ~H""" @@ -69513,18 +47567,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_annoyed_2(assigns) do ~H""" @@ -69548,18 +47591,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_annoyed(assigns) do ~H""" @@ -69583,18 +47615,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_boy(assigns) do ~H""" @@ -69620,18 +47641,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_confuzed(assigns) do ~H""" @@ -69655,18 +47665,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_crazy_happy(assigns) do ~H""" @@ -69692,18 +47691,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_cry(assigns) do ~H""" @@ -69728,18 +47716,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_empty(assigns) do ~H""" @@ -69763,18 +47740,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_happy(assigns) do ~H""" @@ -69798,18 +47764,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_kid(assigns) do ~H""" @@ -69834,18 +47789,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_look_left(assigns) do ~H""" @@ -69868,18 +47812,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_look_right(assigns) do ~H""" @@ -69902,18 +47835,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_nerd(assigns) do ~H""" @@ -69940,18 +47862,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_nervous(assigns) do ~H""" @@ -69975,18 +47886,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_neutral(assigns) do ~H""" @@ -70009,18 +47909,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_off(assigns) do ~H""" @@ -70045,18 +47934,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_sad_2(assigns) do ~H""" @@ -70080,18 +47958,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_sad_dizzy(assigns) do ~H""" @@ -70117,18 +47984,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_sad_squint(assigns) do ~H""" @@ -70152,18 +48008,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_sad(assigns) do ~H""" @@ -70187,18 +48032,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_sick(assigns) do ~H""" @@ -70222,18 +48056,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_silence(assigns) do ~H""" @@ -70260,18 +48083,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_sing(assigns) do ~H""" @@ -70295,18 +48107,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_smile_beam(assigns) do ~H""" @@ -70330,18 +48131,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_smile_dizzy(assigns) do ~H""" @@ -70367,18 +48157,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_smile(assigns) do ~H""" @@ -70402,18 +48181,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_suprised(assigns) do ~H""" @@ -70437,18 +48205,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_tongue_wink_2(assigns) do ~H""" @@ -70473,18 +48230,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_tongue_wink(assigns) do ~H""" @@ -70510,18 +48256,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_tongue(assigns) do ~H""" @@ -70545,18 +48280,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_unamused(assigns) do ~H""" @@ -70580,18 +48304,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_wink_2(assigns) do ~H""" @@ -70615,18 +48328,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_wink(assigns) do ~H""" @@ -70650,18 +48352,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_wrrr(assigns) do ~H""" @@ -70685,18 +48376,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mood_xd(assigns) do ~H""" @@ -70721,18 +48401,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def moon_2(assigns) do ~H""" @@ -70754,18 +48423,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def moon_off(assigns) do ~H""" @@ -70787,18 +48445,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def moon_stars(assigns) do ~H""" @@ -70821,18 +48468,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def moon(assigns) do ~H""" @@ -70853,18 +48489,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def moped(assigns) do ~H""" @@ -70887,18 +48512,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def motorbike(assigns) do ~H""" @@ -70922,18 +48536,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mountain_off(assigns) do ~H""" @@ -70956,18 +48559,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mountain(assigns) do ~H""" @@ -70989,18 +48581,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mouse_2(assigns) do ~H""" @@ -71023,18 +48604,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mouse_off(assigns) do ~H""" @@ -71057,18 +48627,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mouse(assigns) do ~H""" @@ -71090,18 +48649,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def moustache(assigns) do ~H""" @@ -71123,18 +48671,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def movie_off(assigns) do ~H""" @@ -71162,18 +48699,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def movie(assigns) do ~H""" @@ -71201,18 +48727,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mug_off(assigns) do ~H""" @@ -71235,18 +48750,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mug(assigns) do ~H""" @@ -71268,18 +48772,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def multiplier_0_5x(assigns) do ~H""" @@ -71303,18 +48796,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def multiplier_1_5x(assigns) do ~H""" @@ -71339,18 +48821,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def multiplier_1x(assigns) do ~H""" @@ -71373,18 +48844,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def multiplier_2x(assigns) do ~H""" @@ -71407,18 +48867,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mushroom_off(assigns) do ~H""" @@ -71441,18 +48890,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def mushroom(assigns) do ~H""" @@ -71474,18 +48912,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def music_off(assigns) do ~H""" @@ -71510,18 +48937,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def music(assigns) do ~H""" @@ -71545,18 +48961,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def navigation_off(assigns) do ~H""" @@ -71578,18 +48983,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def navigation(assigns) do ~H""" @@ -71610,18 +49004,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def needle_thread(assigns) do ~H""" @@ -71646,18 +49029,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def needle(assigns) do ~H""" @@ -71679,18 +49051,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def network_off(assigns) do ~H""" @@ -71719,18 +49080,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def network(assigns) do ~H""" @@ -71758,18 +49108,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def new_section(assigns) do ~H""" @@ -71792,18 +49131,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def news_off(assigns) do ~H""" @@ -71827,18 +49155,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def news(assigns) do ~H""" @@ -71862,18 +49179,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def nfc_off(assigns) do ~H""" @@ -71897,18 +49203,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def nfc(assigns) do ~H""" @@ -71931,18 +49226,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def no_copyright(assigns) do ~H""" @@ -71966,18 +49250,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def no_creative_commons(assigns) do ~H""" @@ -72002,18 +49275,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def no_derivatives(assigns) do ~H""" @@ -72036,18 +49298,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def north_star(assigns) do ~H""" @@ -72071,18 +49322,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def note_off(assigns) do ~H""" @@ -72105,18 +49345,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def note(assigns) do ~H""" @@ -72138,18 +49367,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def notebook_off(assigns) do ~H""" @@ -72172,18 +49390,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def notebook(assigns) do ~H""" @@ -72206,18 +49413,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def notes_off(assigns) do ~H""" @@ -72242,18 +49438,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def notes(assigns) do ~H""" @@ -72277,18 +49462,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def notification_off(assigns) do ~H""" @@ -72311,18 +49485,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def notification(assigns) do ~H""" @@ -72344,18 +49507,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def number_0(assigns) do ~H""" @@ -72377,18 +49529,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def number_1(assigns) do ~H""" @@ -72409,18 +49550,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def number_2(assigns) do ~H""" @@ -72441,18 +49571,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def number_3(assigns) do ~H""" @@ -72474,18 +49593,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def number_4(assigns) do ~H""" @@ -72506,18 +49614,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def number_5(assigns) do ~H""" @@ -72538,18 +49635,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def number_6(assigns) do ~H""" @@ -72571,18 +49657,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def number_7(assigns) do ~H""" @@ -72603,18 +49678,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def number_8(assigns) do ~H""" @@ -72636,18 +49700,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def number_9(assigns) do ~H""" @@ -72669,18 +49722,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def number(assigns) do ~H""" @@ -72703,18 +49745,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def numbers(assigns) do ~H""" @@ -72738,18 +49769,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def nurse(assigns) do ~H""" @@ -72772,18 +49792,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def octagon_off(assigns) do ~H""" @@ -72805,18 +49814,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def octagon(assigns) do ~H""" @@ -72837,18 +49835,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def old(assigns) do ~H""" @@ -72873,18 +49860,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def olympics_off(assigns) do ~H""" @@ -72910,18 +49886,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def olympics(assigns) do ~H""" @@ -72946,18 +49911,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def om(assigns) do ~H""" @@ -72982,18 +49936,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def omega(assigns) do ~H""" @@ -73014,18 +49957,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def outbound(assigns) do ~H""" @@ -73048,18 +49980,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def outlet(assigns) do ~H""" @@ -73082,18 +50003,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def oval_vertical(assigns) do ~H""" @@ -73114,18 +50024,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def oval(assigns) do ~H""" @@ -73146,18 +50045,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def overline(assigns) do ~H""" @@ -73179,18 +50067,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def package_off(assigns) do ~H""" @@ -73216,18 +50093,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def package(assigns) do ~H""" @@ -73252,18 +50118,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def packages(assigns) do ~H""" @@ -73292,18 +50147,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def packge_export(assigns) do ~H""" @@ -73329,18 +50173,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def packge_import(assigns) do ~H""" @@ -73366,18 +50199,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pacman(assigns) do ~H""" @@ -73399,18 +50221,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def page_break(assigns) do ~H""" @@ -73434,18 +50245,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def paint_off(assigns) do ~H""" @@ -73469,18 +50269,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def paint(assigns) do ~H""" @@ -73503,18 +50292,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def palette_off(assigns) do ~H""" @@ -73540,18 +50318,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def palette(assigns) do ~H""" @@ -73575,18 +50342,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def panorama_horizontal_off(assigns) do ~H""" @@ -73608,18 +50364,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def panorama_horizontal(assigns) do ~H""" @@ -73640,18 +50385,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def panorama_vertical_off(assigns) do ~H""" @@ -73673,18 +50407,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def panorama_vertical(assigns) do ~H""" @@ -73705,18 +50428,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def paper_bag_off(assigns) do ~H""" @@ -73741,18 +50453,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def paper_bag(assigns) do ~H""" @@ -73776,18 +50477,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def paperclip(assigns) do ~H""" @@ -73808,18 +50498,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def parachute_off(assigns) do ~H""" @@ -73844,18 +50523,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def parachute(assigns) do ~H""" @@ -73879,18 +50547,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def parentheses_off(assigns) do ~H""" @@ -73913,18 +50570,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def parentheses(assigns) do ~H""" @@ -73946,18 +50592,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def parking_off(assigns) do ~H""" @@ -73980,18 +50615,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def parking(assigns) do ~H""" @@ -74013,18 +50637,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def password(assigns) do ~H""" @@ -74053,18 +50666,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def paw_off(assigns) do ~H""" @@ -74090,18 +50692,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def paw(assigns) do ~H""" @@ -74126,18 +50717,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def peace(assigns) do ~H""" @@ -74161,18 +50741,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pencil_minus(assigns) do ~H""" @@ -74195,18 +50764,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pencil_off(assigns) do ~H""" @@ -74229,18 +50787,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pencil_plus(assigns) do ~H""" @@ -74263,18 +50810,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pencil(assigns) do ~H""" @@ -74296,18 +50832,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pennant_2(assigns) do ~H""" @@ -74330,18 +50855,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pennant_off(assigns) do ~H""" @@ -74365,18 +50879,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pennant(assigns) do ~H""" @@ -74399,18 +50902,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pentagon_off(assigns) do ~H""" @@ -74432,18 +50924,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pentagon(assigns) do ~H""" @@ -74464,18 +50945,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pentagram(assigns) do ~H""" @@ -74497,18 +50967,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pepper_off(assigns) do ~H""" @@ -74531,18 +50990,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pepper(assigns) do ~H""" @@ -74564,18 +51012,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def percentage(assigns) do ~H""" @@ -74598,18 +51035,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def perfume(assigns) do ~H""" @@ -74634,18 +51060,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def perspective_off(assigns) do ~H""" @@ -74667,18 +51082,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def perspective(assigns) do ~H""" @@ -74699,18 +51103,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def phone_call(assigns) do ~H""" @@ -74733,18 +51126,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def phone_calling(assigns) do ~H""" @@ -74768,18 +51150,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def phone_check(assigns) do ~H""" @@ -74801,18 +51172,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def phone_incoming(assigns) do ~H""" @@ -74835,18 +51195,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def phone_off(assigns) do ~H""" @@ -74868,18 +51217,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def phone_outgoing(assigns) do ~H""" @@ -74902,18 +51240,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def phone_pause(assigns) do ~H""" @@ -74936,18 +51263,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def phone_plus(assigns) do ~H""" @@ -74969,18 +51285,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def phone_x(assigns) do ~H""" @@ -75002,18 +51307,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def phone(assigns) do ~H""" @@ -75034,18 +51328,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def photo_cancel(assigns) do ~H""" @@ -75071,18 +51354,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def photo_check(assigns) do ~H""" @@ -75107,18 +51379,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def photo_down(assigns) do ~H""" @@ -75144,18 +51405,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def photo_edit(assigns) do ~H""" @@ -75180,18 +51430,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def photo_heart(assigns) do ~H""" @@ -75215,18 +51454,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def photo_minus(assigns) do ~H""" @@ -75251,18 +51479,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def photo_off(assigns) do ~H""" @@ -75287,18 +51504,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def photo_plus(assigns) do ~H""" @@ -75324,18 +51530,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def photo_search(assigns) do ~H""" @@ -75360,18 +51555,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def photo_shield(assigns) do ~H""" @@ -75395,18 +51579,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def photo_star(assigns) do ~H""" @@ -75430,18 +51603,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def photo_up(assigns) do ~H""" @@ -75467,18 +51629,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def photo_x(assigns) do ~H""" @@ -75503,18 +51654,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def photo(assigns) do ~H""" @@ -75538,18 +51678,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def physotherapist(assigns) do ~H""" @@ -75575,18 +51704,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def picture_in_picture_off(assigns) do ~H""" @@ -75610,18 +51728,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def picture_in_picture_on(assigns) do ~H""" @@ -75645,18 +51752,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def picture_in_picture_top(assigns) do ~H""" @@ -75678,18 +51774,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def picture_in_picture(assigns) do ~H""" @@ -75711,18 +51796,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pig_money(assigns) do ~H""" @@ -75745,18 +51819,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pig_off(assigns) do ~H""" @@ -75779,18 +51842,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pig(assigns) do ~H""" @@ -75812,18 +51864,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pill_off(assigns) do ~H""" @@ -75846,18 +51887,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pill(assigns) do ~H""" @@ -75879,18 +51909,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pills(assigns) do ~H""" @@ -75914,18 +51933,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pin(assigns) do ~H""" @@ -75948,18 +51956,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ping_pong(assigns) do ~H""" @@ -75982,18 +51979,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pinned_off(assigns) do ~H""" @@ -76017,18 +52003,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pinned(assigns) do ~H""" @@ -76051,18 +52026,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pizza_off(assigns) do ~H""" @@ -76086,18 +52050,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pizza(assigns) do ~H""" @@ -76121,18 +52074,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def plane_arrival(assigns) do ~H""" @@ -76154,18 +52096,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def plane_departure(assigns) do ~H""" @@ -76187,18 +52118,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def plane_inflight(assigns) do ~H""" @@ -76220,18 +52140,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def plane_off(assigns) do ~H""" @@ -76253,18 +52162,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def plane_tilt(assigns) do ~H""" @@ -76285,18 +52183,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def plane(assigns) do ~H""" @@ -76317,18 +52204,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def planet_off(assigns) do ~H""" @@ -76351,18 +52227,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def planet(assigns) do ~H""" @@ -76384,18 +52249,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def plant_2_off(assigns) do ~H""" @@ -76421,18 +52275,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def plant_2(assigns) do ~H""" @@ -76457,18 +52300,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def plant_off(assigns) do ~H""" @@ -76493,18 +52325,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def plant(assigns) do ~H""" @@ -76528,18 +52349,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def play_card_off(assigns) do ~H""" @@ -76563,18 +52373,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def play_card(assigns) do ~H""" @@ -76598,18 +52397,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def player_eject(assigns) do ~H""" @@ -76631,18 +52419,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def player_pause(assigns) do ~H""" @@ -76664,18 +52441,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def player_play(assigns) do ~H""" @@ -76696,18 +52462,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def player_record(assigns) do ~H""" @@ -76728,18 +52483,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def player_skip_back(assigns) do ~H""" @@ -76761,18 +52505,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def player_skip_forward(assigns) do ~H""" @@ -76794,18 +52527,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def player_stop(assigns) do ~H""" @@ -76826,18 +52548,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def player_track_next(assigns) do ~H""" @@ -76859,18 +52570,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def player_track_prev(assigns) do ~H""" @@ -76892,18 +52592,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def playlist_add(assigns) do ~H""" @@ -76928,18 +52617,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def playlist_off(assigns) do ~H""" @@ -76965,18 +52643,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def playlist_x(assigns) do ~H""" @@ -77001,18 +52668,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def playlist(assigns) do ~H""" @@ -77037,18 +52693,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def playstation_circle(assigns) do ~H""" @@ -77070,18 +52715,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def playstation_square(assigns) do ~H""" @@ -77103,18 +52737,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def playstation_triangle(assigns) do ~H""" @@ -77136,18 +52759,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def playstation_x(assigns) do ~H""" @@ -77170,18 +52782,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def plug_connected_x(assigns) do ~H""" @@ -77209,18 +52810,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def plug_connected(assigns) do ~H""" @@ -77246,18 +52836,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def plug_off(assigns) do ~H""" @@ -77282,18 +52861,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def plug_x(assigns) do ~H""" @@ -77319,18 +52887,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def plug(assigns) do ~H""" @@ -77354,18 +52911,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def plus(assigns) do ~H""" @@ -77387,18 +52933,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def png(assigns) do ~H""" @@ -77421,18 +52956,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def podium_off(assigns) do ~H""" @@ -77458,18 +52982,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def podium(assigns) do ~H""" @@ -77494,18 +53007,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def point_off(assigns) do ~H""" @@ -77527,18 +53029,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def point(assigns) do ~H""" @@ -77559,18 +53050,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pointer(assigns) do ~H""" @@ -77591,18 +53071,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pokeball_off(assigns) do ~H""" @@ -77626,18 +53095,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pokeball(assigns) do ~H""" @@ -77661,18 +53119,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def poker_chip(assigns) do ~H""" @@ -77702,18 +53149,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def polaroid(assigns) do ~H""" @@ -77738,18 +53174,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def polygon_off(assigns) do ~H""" @@ -77778,18 +53203,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def polygon(assigns) do ~H""" @@ -77817,18 +53231,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def poo(assigns) do ~H""" @@ -77852,18 +53255,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pool_off(assigns) do ~H""" @@ -77890,18 +53282,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pool(assigns) do ~H""" @@ -77927,18 +53308,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def power(assigns) do ~H""" @@ -77960,18 +53330,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pray(assigns) do ~H""" @@ -77993,18 +53352,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def premium_rights(assigns) do ~H""" @@ -78028,18 +53376,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def prescription(assigns) do ~H""" @@ -78062,18 +53399,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def presentation_analytics(assigns) do ~H""" @@ -78100,18 +53426,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def presentation_off(assigns) do ~H""" @@ -78137,18 +53452,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def presentation(assigns) do ~H""" @@ -78173,18 +53477,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def printer_off(assigns) do ~H""" @@ -78208,18 +53501,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def printer(assigns) do ~H""" @@ -78242,18 +53524,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def prison(assigns) do ~H""" @@ -78281,18 +53552,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def prompt(assigns) do ~H""" @@ -78314,18 +53574,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def propeller_off(assigns) do ~H""" @@ -78350,18 +53599,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def propeller(assigns) do ~H""" @@ -78385,18 +53623,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pumpkin_scary(assigns) do ~H""" @@ -78421,18 +53648,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def puzzle_2(assigns) do ~H""" @@ -78457,18 +53673,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def puzzle_off(assigns) do ~H""" @@ -78490,18 +53695,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def puzzle(assigns) do ~H""" @@ -78522,18 +53716,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pyramid_off(assigns) do ~H""" @@ -78556,18 +53739,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def pyramid(assigns) do ~H""" @@ -78589,18 +53761,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def qrcode_off(assigns) do ~H""" @@ -78630,18 +53791,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def qrcode(assigns) do ~H""" @@ -78673,18 +53823,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def question_mark(assigns) do ~H""" @@ -78706,18 +53845,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def quote_off(assigns) do ~H""" @@ -78740,18 +53868,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def quote(assigns) do ~H""" @@ -78773,18 +53890,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def radar_2(assigns) do ~H""" @@ -78808,18 +53914,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def radar_off(assigns) do ~H""" @@ -78843,18 +53938,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def radar(assigns) do ~H""" @@ -78877,18 +53961,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def radio_off(assigns) do ~H""" @@ -78913,18 +53986,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def radio(assigns) do ~H""" @@ -78949,18 +54011,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def radioactive_off(assigns) do ~H""" @@ -78984,18 +54035,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def radioactive(assigns) do ~H""" @@ -79018,18 +54058,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def radius_bottom_left(assigns) do ~H""" @@ -79050,18 +54079,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def radius_bottom_right(assigns) do ~H""" @@ -79082,18 +54100,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def radius_top_left(assigns) do ~H""" @@ -79114,18 +54121,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def radius_top_right(assigns) do ~H""" @@ -79146,18 +54142,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rainbow_off(assigns) do ~H""" @@ -79181,18 +54166,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rainbow(assigns) do ~H""" @@ -79215,18 +54189,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rating_12_plus(assigns) do ~H""" @@ -79251,18 +54214,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rating_14_plus(assigns) do ~H""" @@ -79287,18 +54239,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rating_16_plus(assigns) do ~H""" @@ -79324,18 +54265,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rating_18_plus(assigns) do ~H""" @@ -79361,18 +54291,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rating_21_plus(assigns) do ~H""" @@ -79397,18 +54316,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def razor_electric(assigns) do ~H""" @@ -79434,18 +54342,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def razor(assigns) do ~H""" @@ -79468,18 +54365,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def receipt_2(assigns) do ~H""" @@ -79501,18 +54387,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def receipt_off(assigns) do ~H""" @@ -79538,18 +54413,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def receipt_refund(assigns) do ~H""" @@ -79571,18 +54435,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def receipt_tax(assigns) do ~H""" @@ -79606,18 +54459,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def receipt(assigns) do ~H""" @@ -79638,18 +54480,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def recharging(assigns) do ~H""" @@ -79679,18 +54510,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def record_mail_off(assigns) do ~H""" @@ -79714,18 +54534,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def record_mail(assigns) do ~H""" @@ -79748,18 +54557,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rectangle_vertical(assigns) do ~H""" @@ -79780,18 +54578,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rectangle(assigns) do ~H""" @@ -79812,18 +54599,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def recycle_off(assigns) do ~H""" @@ -79847,18 +54623,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def recycle(assigns) do ~H""" @@ -79884,18 +54649,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def refresh_alert(assigns) do ~H""" @@ -79919,18 +54673,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def refresh_dot(assigns) do ~H""" @@ -79953,18 +54696,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def refresh_off(assigns) do ~H""" @@ -79987,18 +54719,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def refresh(assigns) do ~H""" @@ -80020,18 +54741,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def regex_off(assigns) do ~H""" @@ -80059,18 +54769,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def regex(assigns) do ~H""" @@ -80097,18 +54796,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def registered(assigns) do ~H""" @@ -80131,18 +54819,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def relation_many_to_many(assigns) do ~H""" @@ -80167,18 +54844,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def relation_one_to_many(assigns) do ~H""" @@ -80203,18 +54869,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def relation_one_to_one(assigns) do ~H""" @@ -80239,18 +54894,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def reload(assigns) do ~H""" @@ -80272,18 +54916,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def repeat_off(assigns) do ~H""" @@ -80306,18 +54939,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def repeat_once(assigns) do ~H""" @@ -80340,18 +54962,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def repeat(assigns) do ~H""" @@ -80373,18 +54984,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def replace_off(assigns) do ~H""" @@ -80409,18 +55009,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def replace(assigns) do ~H""" @@ -80444,18 +55033,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def report_analytics(assigns) do ~H""" @@ -80480,18 +55058,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def report_medical(assigns) do ~H""" @@ -80515,18 +55082,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def report_money(assigns) do ~H""" @@ -80550,18 +55106,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def report_off(assigns) do ~H""" @@ -80584,18 +55129,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def report_search(assigns) do ~H""" @@ -80622,18 +55156,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def report(assigns) do ~H""" @@ -80660,18 +55183,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def resize(assigns) do ~H""" @@ -80693,18 +55205,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ribbon_health(assigns) do ~H""" @@ -80725,18 +55226,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ripple_off(assigns) do ~H""" @@ -80760,18 +55250,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ripple(assigns) do ~H""" @@ -80794,18 +55273,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def road_off(assigns) do ~H""" @@ -80831,18 +55299,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def road_sign(assigns) do ~H""" @@ -80865,18 +55322,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def road(assigns) do ~H""" @@ -80901,18 +55347,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def robot_off(assigns) do ~H""" @@ -80939,18 +55374,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def robot(assigns) do ~H""" @@ -80976,18 +55400,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rocket_off(assigns) do ~H""" @@ -81011,18 +55424,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rocket(assigns) do ~H""" @@ -81045,18 +55447,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def roller_skating(assigns) do ~H""" @@ -81079,18 +55470,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rollercoaster_off(assigns) do ~H""" @@ -81118,18 +55498,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rollercoaster(assigns) do ~H""" @@ -81156,18 +55525,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rosette_number_0(assigns) do ~H""" @@ -81189,18 +55547,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rosette_number_1(assigns) do ~H""" @@ -81222,18 +55569,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rosette_number_2(assigns) do ~H""" @@ -81255,18 +55591,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rosette_number_3(assigns) do ~H""" @@ -81288,18 +55613,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rosette_number_4(assigns) do ~H""" @@ -81322,18 +55636,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rosette_number_5(assigns) do ~H""" @@ -81355,18 +55658,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rosette_number_6(assigns) do ~H""" @@ -81388,18 +55680,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rosette_number_7(assigns) do ~H""" @@ -81421,18 +55702,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rosette_number_8(assigns) do ~H""" @@ -81454,18 +55724,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rosette_number_9(assigns) do ~H""" @@ -81487,18 +55746,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rosette(assigns) do ~H""" @@ -81519,18 +55767,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rotate_2(assigns) do ~H""" @@ -81556,18 +55793,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rotate_360(assigns) do ~H""" @@ -81589,18 +55815,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rotate_clockwise_2(assigns) do ~H""" @@ -81626,18 +55841,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rotate_clockwise(assigns) do ~H""" @@ -81658,18 +55862,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rotate_dot(assigns) do ~H""" @@ -81691,18 +55884,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rotate_rectangle(assigns) do ~H""" @@ -81724,18 +55906,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rotate(assigns) do ~H""" @@ -81756,18 +55927,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def route_2(assigns) do ~H""" @@ -81792,18 +55952,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def route_off(assigns) do ~H""" @@ -81827,18 +55976,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def route(assigns) do ~H""" @@ -81861,18 +55999,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def router_off(assigns) do ~H""" @@ -81898,18 +56025,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def router(assigns) do ~H""" @@ -81935,18 +56051,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def row_insert_bottom(assigns) do ~H""" @@ -81969,18 +56074,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def row_insert_top(assigns) do ~H""" @@ -82003,18 +56097,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rss(assigns) do ~H""" @@ -82037,18 +56120,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rubber_stamp_off(assigns) do ~H""" @@ -82072,18 +56144,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def rubber_stamp(assigns) do ~H""" @@ -82105,18 +56166,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ruler_2_off(assigns) do ~H""" @@ -82141,18 +56191,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ruler_2(assigns) do ~H""" @@ -82177,18 +56216,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ruler_3(assigns) do ~H""" @@ -82214,18 +56242,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ruler_measure(assigns) do ~H""" @@ -82254,18 +56271,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ruler_off(assigns) do ~H""" @@ -82292,18 +56298,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ruler(assigns) do ~H""" @@ -82330,18 +56325,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def run(assigns) do ~H""" @@ -82365,18 +56349,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def s_turn_down(assigns) do ~H""" @@ -82399,18 +56372,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def s_turn_left(assigns) do ~H""" @@ -82433,18 +56395,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def s_turn_right(assigns) do ~H""" @@ -82467,18 +56418,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def s_turn_up(assigns) do ~H""" @@ -82501,18 +56441,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sailboat_off(assigns) do ~H""" @@ -82537,18 +56466,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sailboat(assigns) do ~H""" @@ -82572,18 +56490,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def salad(assigns) do ~H""" @@ -82608,18 +56515,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def salt(assigns) do ~H""" @@ -82644,18 +56540,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def satellite_off(assigns) do ~H""" @@ -82682,18 +56567,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def satellite(assigns) do ~H""" @@ -82719,18 +56593,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sausage(assigns) do ~H""" @@ -82753,18 +56616,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def scale_off(assigns) do ~H""" @@ -82790,18 +56642,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def scale_outline_off(assigns) do ~H""" @@ -82824,18 +56665,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def scale_outline(assigns) do ~H""" @@ -82857,18 +56687,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def scale(assigns) do ~H""" @@ -82893,18 +56712,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def scan_eye(assigns) do ~H""" @@ -82931,18 +56739,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def scan(assigns) do ~H""" @@ -82967,18 +56764,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def schema_off(assigns) do ~H""" @@ -83006,18 +56792,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def schema(assigns) do ~H""" @@ -83044,18 +56819,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def school_off(assigns) do ~H""" @@ -83078,18 +56842,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def school(assigns) do ~H""" @@ -83111,18 +56864,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def scissors_off(assigns) do ~H""" @@ -83146,18 +56888,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def scissors(assigns) do ~H""" @@ -83181,18 +56912,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def scooter_electric(assigns) do ~H""" @@ -83216,18 +56936,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def scooter(assigns) do ~H""" @@ -83250,18 +56959,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def screen_share_off(assigns) do ~H""" @@ -83286,18 +56984,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def screen_share(assigns) do ~H""" @@ -83323,18 +57010,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def screenshot(assigns) do ~H""" @@ -83363,18 +57039,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def scribble_off(assigns) do ~H""" @@ -83396,18 +57061,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def scribble(assigns) do ~H""" @@ -83428,18 +57082,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def script_minus(assigns) do ~H""" @@ -83461,18 +57104,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def script_plus(assigns) do ~H""" @@ -83495,18 +57127,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def script_x(assigns) do ~H""" @@ -83528,18 +57149,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def script(assigns) do ~H""" @@ -83560,18 +57170,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def scuba_mask_off(assigns) do ~H""" @@ -83594,18 +57193,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def scuba_mask(assigns) do ~H""" @@ -83627,18 +57215,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sdk(assigns) do ~H""" @@ -83663,18 +57240,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def search_off(assigns) do ~H""" @@ -83696,18 +57262,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def search(assigns) do ~H""" @@ -83729,18 +57284,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def section_sign(assigns) do ~H""" @@ -83763,18 +57307,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def section(assigns) do ~H""" @@ -83805,18 +57338,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def seeding_off(assigns) do ~H""" @@ -83840,18 +57362,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def seeding(assigns) do ~H""" @@ -83874,18 +57385,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def select(assigns) do ~H""" @@ -83907,18 +57407,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def selector(assigns) do ~H""" @@ -83940,18 +57429,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def send_off(assigns) do ~H""" @@ -83974,18 +57452,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def send(assigns) do ~H""" @@ -84007,18 +57474,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def seo(assigns) do ~H""" @@ -84042,18 +57498,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def separator_horizontal(assigns) do ~H""" @@ -84076,18 +57521,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def separator_vertical(assigns) do ~H""" @@ -84110,18 +57544,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def separator(assigns) do ~H""" @@ -84144,18 +57567,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def server_2(assigns) do ~H""" @@ -84181,18 +57593,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def server_bolt(assigns) do ~H""" @@ -84217,18 +57618,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def server_cog(assigns) do ~H""" @@ -84259,18 +57649,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def server_off(assigns) do ~H""" @@ -84295,18 +57674,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def server(assigns) do ~H""" @@ -84330,18 +57698,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def servicemark(assigns) do ~H""" @@ -84363,18 +57720,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def settings_2(assigns) do ~H""" @@ -84396,18 +57742,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def settings_automation(assigns) do ~H""" @@ -84429,18 +57764,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def settings_off(assigns) do ~H""" @@ -84463,18 +57787,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def settings(assigns) do ~H""" @@ -84496,18 +57809,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shadow_off(assigns) do ~H""" @@ -84534,18 +57836,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shadow(assigns) do ~H""" @@ -84571,18 +57862,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shape_2(assigns) do ~H""" @@ -84607,18 +57887,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shape_3(assigns) do ~H""" @@ -84643,18 +57912,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shape_off(assigns) do ~H""" @@ -84683,18 +57941,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shape(assigns) do ~H""" @@ -84722,18 +57969,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def share_off(assigns) do ~H""" @@ -84759,18 +57995,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def share(assigns) do ~H""" @@ -84795,18 +58020,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shield_check(assigns) do ~H""" @@ -84828,18 +58042,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shield_checkered(assigns) do ~H""" @@ -84862,18 +58065,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shield_chevron(assigns) do ~H""" @@ -84895,18 +58087,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shield_half_filled(assigns) do ~H""" @@ -84933,18 +58114,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shield_half(assigns) do ~H""" @@ -84966,18 +58136,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shield_lock(assigns) do ~H""" @@ -85000,18 +58159,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shield_off(assigns) do ~H""" @@ -85033,18 +58181,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shield_x(assigns) do ~H""" @@ -85066,18 +58203,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shield(assigns) do ~H""" @@ -85098,18 +58224,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ship_off(assigns) do ~H""" @@ -85133,18 +58248,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ship(assigns) do ~H""" @@ -85168,18 +58272,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shirt_off(assigns) do ~H""" @@ -85201,18 +58294,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shirt_sport(assigns) do ~H""" @@ -85234,18 +58316,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shirt(assigns) do ~H""" @@ -85266,18 +58337,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shoe_off(assigns) do ~H""" @@ -85301,18 +58361,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shoe(assigns) do ~H""" @@ -85336,18 +58385,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shopping_cart_discount(assigns) do ~H""" @@ -85374,18 +58412,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shopping_cart_off(assigns) do ~H""" @@ -85410,18 +58437,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shopping_cart_plus(assigns) do ~H""" @@ -85446,18 +58462,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shopping_cart_x(assigns) do ~H""" @@ -85483,18 +58488,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shopping_cart(assigns) do ~H""" @@ -85518,18 +58512,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shovel(assigns) do ~H""" @@ -85552,18 +58535,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def shredder(assigns) do ~H""" @@ -85585,18 +58557,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sign_left(assigns) do ~H""" @@ -85620,18 +58581,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sign_right(assigns) do ~H""" @@ -85655,18 +58605,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def signal_3g(assigns) do ~H""" @@ -85689,18 +58628,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def signal_4g_plus(assigns) do ~H""" @@ -85725,18 +58653,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def signal_4g(assigns) do ~H""" @@ -85759,18 +58676,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def signal_5g(assigns) do ~H""" @@ -85792,18 +58698,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def signature_off(assigns) do ~H""" @@ -85825,18 +58720,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def signature(assigns) do ~H""" @@ -85857,18 +58741,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sitemap_off(assigns) do ~H""" @@ -85893,18 +58766,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sitemap(assigns) do ~H""" @@ -85929,18 +58791,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def skateboard_off(assigns) do ~H""" @@ -85964,18 +58815,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def skateboard(assigns) do ~H""" @@ -85998,18 +58838,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def skull(assigns) do ~H""" @@ -86034,18 +58863,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def slash(assigns) do ~H""" @@ -86066,18 +58884,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def slashes(assigns) do ~H""" @@ -86099,18 +58906,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sleigh(assigns) do ~H""" @@ -86134,18 +58930,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def slice(assigns) do ~H""" @@ -86166,18 +58951,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def slideshow(assigns) do ~H""" @@ -86204,18 +58978,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def smart_home_off(assigns) do ~H""" @@ -86238,18 +59001,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def smart_home(assigns) do ~H""" @@ -86271,18 +59023,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def smoking_no(assigns) do ~H""" @@ -86306,18 +59047,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def smoking(assigns) do ~H""" @@ -86340,18 +59070,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def snowflake_off(assigns) do ~H""" @@ -86384,18 +59103,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def snowflake(assigns) do ~H""" @@ -86427,18 +59135,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def snowman(assigns) do ~H""" @@ -86463,18 +59160,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def soccer_field(assigns) do ~H""" @@ -86499,18 +59185,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def social_off(assigns) do ~H""" @@ -86538,18 +59213,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def social(assigns) do ~H""" @@ -86576,18 +59240,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sock(assigns) do ~H""" @@ -86609,18 +59262,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sofa_off(assigns) do ~H""" @@ -86644,18 +59286,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sofa(assigns) do ~H""" @@ -86678,18 +59309,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sort_0_9(assigns) do ~H""" @@ -86712,18 +59332,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sort_9_0(assigns) do ~H""" @@ -86746,18 +59355,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sort_a_z(assigns) do ~H""" @@ -86781,18 +59379,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sort_ascending_2(assigns) do ~H""" @@ -86816,18 +59403,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sort_ascending_letters(assigns) do ~H""" @@ -86851,18 +59427,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sort_ascending_numbers(assigns) do ~H""" @@ -86887,18 +59452,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sort_ascending(assigns) do ~H""" @@ -86923,18 +59477,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sort_descending_2(assigns) do ~H""" @@ -86958,18 +59501,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sort_descending_letters(assigns) do ~H""" @@ -86993,18 +59525,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sort_descending_numbers(assigns) do ~H""" @@ -87029,18 +59550,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sort_descending(assigns) do ~H""" @@ -87065,18 +59575,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sort_z_a(assigns) do ~H""" @@ -87100,18 +59599,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sos(assigns) do ~H""" @@ -87134,18 +59622,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def soup_off(assigns) do ~H""" @@ -87170,18 +59647,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def soup(assigns) do ~H""" @@ -87205,18 +59671,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def source_code(assigns) do ~H""" @@ -87239,18 +59694,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def space_off(assigns) do ~H""" @@ -87272,18 +59716,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def space(assigns) do ~H""" @@ -87304,18 +59737,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def spacing_horizontal(assigns) do ~H""" @@ -87338,18 +59760,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def spacing_vertical(assigns) do ~H""" @@ -87372,18 +59783,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def spade(assigns) do ~H""" @@ -87404,18 +59804,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def speakerphone(assigns) do ~H""" @@ -87438,18 +59827,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def speedboat(assigns) do ~H""" @@ -87472,18 +59850,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def spider(assigns) do ~H""" @@ -87511,18 +59878,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def spiral_off(assigns) do ~H""" @@ -87544,18 +59900,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def spiral(assigns) do ~H""" @@ -87576,18 +59921,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sport_billard(assigns) do ~H""" @@ -87610,18 +59944,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def spray(assigns) do ~H""" @@ -87650,18 +59973,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def spy_off(assigns) do ~H""" @@ -87687,18 +59999,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def spy(assigns) do ~H""" @@ -87723,18 +60024,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_arrow_down(assigns) do ~H""" @@ -87757,18 +60047,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_arrow_left(assigns) do ~H""" @@ -87791,18 +60070,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_arrow_right(assigns) do ~H""" @@ -87825,18 +60093,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_arrow_up(assigns) do ~H""" @@ -87859,18 +60116,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_asterisk(assigns) do ~H""" @@ -87894,18 +60140,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_check(assigns) do ~H""" @@ -87927,18 +60162,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_dot(assigns) do ~H""" @@ -87960,18 +60184,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_f0(assigns) do ~H""" @@ -87995,18 +60208,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_f1(assigns) do ~H""" @@ -88030,18 +60232,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_f2(assigns) do ~H""" @@ -88065,18 +60256,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_f3(assigns) do ~H""" @@ -88100,18 +60280,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_f4(assigns) do ~H""" @@ -88136,18 +60305,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_f5(assigns) do ~H""" @@ -88171,18 +60329,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_f6(assigns) do ~H""" @@ -88206,18 +60353,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_f7(assigns) do ~H""" @@ -88241,18 +60377,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_f8(assigns) do ~H""" @@ -88276,18 +60401,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_f9(assigns) do ~H""" @@ -88311,18 +60425,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_forbid_2(assigns) do ~H""" @@ -88344,18 +60447,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_forbid(assigns) do ~H""" @@ -88377,18 +60469,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_half(assigns) do ~H""" @@ -88414,18 +60495,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_a(assigns) do ~H""" @@ -88448,18 +60518,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_b(assigns) do ~H""" @@ -88481,18 +60540,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_c(assigns) do ~H""" @@ -88514,18 +60562,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_d(assigns) do ~H""" @@ -88547,18 +60584,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_e(assigns) do ~H""" @@ -88581,18 +60607,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_f(assigns) do ~H""" @@ -88615,18 +60630,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_g(assigns) do ~H""" @@ -88648,18 +60652,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_h(assigns) do ~H""" @@ -88682,18 +60675,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_i(assigns) do ~H""" @@ -88715,18 +60697,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_j(assigns) do ~H""" @@ -88748,18 +60719,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_k(assigns) do ~H""" @@ -88783,18 +60743,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_l(assigns) do ~H""" @@ -88816,18 +60765,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_m(assigns) do ~H""" @@ -88849,18 +60787,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_n(assigns) do ~H""" @@ -88882,18 +60809,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_o(assigns) do ~H""" @@ -88915,18 +60831,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_p(assigns) do ~H""" @@ -88948,18 +60853,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_q(assigns) do ~H""" @@ -88982,18 +60876,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_r(assigns) do ~H""" @@ -89015,18 +60898,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_s(assigns) do ~H""" @@ -89048,18 +60920,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_t(assigns) do ~H""" @@ -89082,18 +60943,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_u(assigns) do ~H""" @@ -89115,18 +60965,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_v(assigns) do ~H""" @@ -89148,18 +60987,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_w(assigns) do ~H""" @@ -89181,18 +61009,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_x(assigns) do ~H""" @@ -89215,18 +61032,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_y(assigns) do ~H""" @@ -89249,18 +61055,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_letter_z(assigns) do ~H""" @@ -89282,18 +61077,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_minus(assigns) do ~H""" @@ -89315,18 +61099,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_number_0(assigns) do ~H""" @@ -89348,18 +61121,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_number_1(assigns) do ~H""" @@ -89381,18 +61143,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_number_2(assigns) do ~H""" @@ -89414,18 +61165,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_number_3(assigns) do ~H""" @@ -89447,18 +61187,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_number_4(assigns) do ~H""" @@ -89481,18 +61210,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_number_5(assigns) do ~H""" @@ -89514,18 +61232,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_number_6(assigns) do ~H""" @@ -89547,18 +61254,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_number_7(assigns) do ~H""" @@ -89580,18 +61276,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_number_8(assigns) do ~H""" @@ -89613,18 +61298,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_number_9(assigns) do ~H""" @@ -89646,18 +61320,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_off(assigns) do ~H""" @@ -89679,18 +61342,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_plus(assigns) do ~H""" @@ -89713,18 +61365,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_root_2(assigns) do ~H""" @@ -89747,18 +61388,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_root(assigns) do ~H""" @@ -89779,18 +61409,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rotated_forbid_2(assigns) do ~H""" @@ -89812,18 +61431,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rotated_forbid(assigns) do ~H""" @@ -89845,18 +61453,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rotated_off(assigns) do ~H""" @@ -89878,18 +61475,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rotated(assigns) do ~H""" @@ -89910,18 +61496,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_a(assigns) do ~H""" @@ -89944,18 +61519,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_b(assigns) do ~H""" @@ -89977,18 +61541,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_c(assigns) do ~H""" @@ -90010,18 +61563,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_d(assigns) do ~H""" @@ -90043,18 +61585,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_e(assigns) do ~H""" @@ -90077,18 +61608,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_f(assigns) do ~H""" @@ -90111,18 +61631,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_g(assigns) do ~H""" @@ -90144,18 +61653,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_h(assigns) do ~H""" @@ -90178,18 +61676,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_i(assigns) do ~H""" @@ -90211,18 +61698,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_j(assigns) do ~H""" @@ -90244,18 +61720,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_k(assigns) do ~H""" @@ -90279,18 +61744,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_l(assigns) do ~H""" @@ -90312,18 +61766,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_m(assigns) do ~H""" @@ -90345,18 +61788,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_n(assigns) do ~H""" @@ -90378,18 +61810,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_o(assigns) do ~H""" @@ -90411,18 +61832,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_p(assigns) do ~H""" @@ -90444,18 +61854,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_q(assigns) do ~H""" @@ -90478,18 +61877,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_r(assigns) do ~H""" @@ -90511,18 +61899,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_s(assigns) do ~H""" @@ -90544,18 +61921,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_t(assigns) do ~H""" @@ -90578,18 +61944,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_u(assigns) do ~H""" @@ -90611,18 +61966,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_v(assigns) do ~H""" @@ -90644,18 +61988,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_w(assigns) do ~H""" @@ -90677,18 +62010,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_x(assigns) do ~H""" @@ -90711,18 +62033,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_y(assigns) do ~H""" @@ -90745,18 +62056,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_letter_z(assigns) do ~H""" @@ -90778,18 +62078,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_number_0(assigns) do ~H""" @@ -90811,18 +62100,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_number_1(assigns) do ~H""" @@ -90844,18 +62122,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_number_2(assigns) do ~H""" @@ -90877,18 +62144,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_number_3(assigns) do ~H""" @@ -90910,18 +62166,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_number_4(assigns) do ~H""" @@ -90944,18 +62189,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_number_5(assigns) do ~H""" @@ -90977,18 +62211,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_number_6(assigns) do ~H""" @@ -91010,18 +62233,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_number_7(assigns) do ~H""" @@ -91043,18 +62255,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_number_8(assigns) do ~H""" @@ -91076,18 +62277,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded_number_9(assigns) do ~H""" @@ -91109,18 +62299,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_rounded(assigns) do ~H""" @@ -91141,18 +62320,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_toggle_horizontal(assigns) do ~H""" @@ -91177,18 +62345,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_toggle(assigns) do ~H""" @@ -91213,18 +62370,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square_x(assigns) do ~H""" @@ -91246,18 +62392,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def square(assigns) do ~H""" @@ -91278,18 +62413,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def squares_diagonal(assigns) do ~H""" @@ -91312,18 +62436,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def squares_filled(assigns) do ~H""" @@ -91348,18 +62461,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def stack_2(assigns) do ~H""" @@ -91382,18 +62484,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def stack_3(assigns) do ~H""" @@ -91417,18 +62508,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def stack_pop(assigns) do ~H""" @@ -91452,18 +62532,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def stack_push(assigns) do ~H""" @@ -91487,18 +62556,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def stack(assigns) do ~H""" @@ -91520,18 +62578,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def stairs_down(assigns) do ~H""" @@ -91553,18 +62600,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def stairs_up(assigns) do ~H""" @@ -91586,18 +62622,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def stairs(assigns) do ~H""" @@ -91618,18 +62643,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def star_half(assigns) do ~H""" @@ -91650,18 +62664,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def star_off(assigns) do ~H""" @@ -91683,18 +62686,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def star(assigns) do ~H""" @@ -91715,18 +62707,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def stars_off(assigns) do ~H""" @@ -91750,18 +62731,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def stars(assigns) do ~H""" @@ -91784,18 +62754,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def status_change(assigns) do ~H""" @@ -91819,18 +62778,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def steam(assigns) do ~H""" @@ -91858,18 +62806,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def steering_wheel_off(assigns) do ~H""" @@ -91895,18 +62832,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def steering_wheel(assigns) do ~H""" @@ -91931,18 +62857,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def step_into(assigns) do ~H""" @@ -91966,18 +62881,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def step_out(assigns) do ~H""" @@ -92001,18 +62905,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def stereo_glasses(assigns) do ~H""" @@ -92037,18 +62930,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def stethoscope_off(assigns) do ~H""" @@ -92073,18 +62955,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def stethoscope(assigns) do ~H""" @@ -92109,18 +62980,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sticker(assigns) do ~H""" @@ -92142,18 +63002,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def storm_off(assigns) do ~H""" @@ -92178,18 +63027,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def storm(assigns) do ~H""" @@ -92213,18 +63051,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def stretching(assigns) do ~H""" @@ -92247,18 +63074,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def strikethrough(assigns) do ~H""" @@ -92280,18 +63096,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def submarine(assigns) do ~H""" @@ -92314,18 +63119,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def subscript(assigns) do ~H""" @@ -92347,18 +63141,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def subtask(assigns) do ~H""" @@ -92383,18 +63166,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sum_off(assigns) do ~H""" @@ -92416,18 +63188,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sum(assigns) do ~H""" @@ -92448,18 +63209,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sun_high(assigns) do ~H""" @@ -92488,18 +63238,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sun_low(assigns) do ~H""" @@ -92528,18 +63267,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sun_moon(assigns) do ~H""" @@ -92565,18 +63293,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sun_off(assigns) do ~H""" @@ -92599,18 +63316,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sun_wind(assigns) do ~H""" @@ -92639,18 +63345,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sun(assigns) do ~H""" @@ -92672,18 +63367,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sunglasses(assigns) do ~H""" @@ -92710,18 +63394,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sunrise(assigns) do ~H""" @@ -92744,18 +63417,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sunset_2(assigns) do ~H""" @@ -92784,18 +63446,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sunset(assigns) do ~H""" @@ -92818,18 +63469,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def superscript(assigns) do ~H""" @@ -92851,18 +63491,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def svg(assigns) do ~H""" @@ -92885,18 +63514,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def swimming(assigns) do ~H""" @@ -92919,18 +63537,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def swipe(assigns) do ~H""" @@ -92952,18 +63559,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def switch_2(assigns) do ~H""" @@ -92987,18 +63583,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def switch_3(assigns) do ~H""" @@ -93022,18 +63607,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def switch_horizontal(assigns) do ~H""" @@ -93057,18 +63631,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def switch_vertical(assigns) do ~H""" @@ -93092,18 +63655,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def switch(assigns) do ~H""" @@ -93128,18 +63680,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sword_off(assigns) do ~H""" @@ -93162,18 +63703,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def sword(assigns) do ~H""" @@ -93195,18 +63725,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def swords(assigns) do ~H""" @@ -93230,18 +63749,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def table_alias(assigns) do ~H""" @@ -93265,18 +63773,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def table_export(assigns) do ~H""" @@ -93297,18 +63794,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def table_import(assigns) do ~H""" @@ -93329,18 +63815,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def table_off(assigns) do ~H""" @@ -93364,18 +63839,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def table_options(assigns) do ~H""" @@ -93405,18 +63869,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def table_shortcut(assigns) do ~H""" @@ -93441,18 +63894,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def table(assigns) do ~H""" @@ -93475,18 +63917,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tag_off(assigns) do ~H""" @@ -93509,18 +63940,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tag(assigns) do ~H""" @@ -93542,18 +63962,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tags_off(assigns) do ~H""" @@ -93577,18 +63986,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tags(assigns) do ~H""" @@ -93611,18 +64009,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tallymark_1(assigns) do ~H""" @@ -93643,18 +64030,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tallymark_2(assigns) do ~H""" @@ -93676,18 +64052,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tallymark_3(assigns) do ~H""" @@ -93710,18 +64075,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tallymark_4(assigns) do ~H""" @@ -93745,18 +64099,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tallymarks(assigns) do ~H""" @@ -93781,18 +64124,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tank(assigns) do ~H""" @@ -93815,18 +64147,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def target_arrow(assigns) do ~H""" @@ -93851,18 +64172,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def target_off(assigns) do ~H""" @@ -93886,18 +64196,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def target(assigns) do ~H""" @@ -93920,18 +64219,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def teapot(assigns) do ~H""" @@ -93954,18 +64242,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def telescope_off(assigns) do ~H""" @@ -93990,18 +64267,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def telescope(assigns) do ~H""" @@ -94025,18 +64291,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def temperature_celsius(assigns) do ~H""" @@ -94058,18 +64313,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def temperature_fahrenheit(assigns) do ~H""" @@ -94092,18 +64336,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def temperature_minus(assigns) do ~H""" @@ -94126,18 +64359,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def temperature_off(assigns) do ~H""" @@ -94160,18 +64382,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def temperature_plus(assigns) do ~H""" @@ -94195,18 +64406,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def temperature(assigns) do ~H""" @@ -94228,18 +64428,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def template_off(assigns) do ~H""" @@ -94265,18 +64454,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def template(assigns) do ~H""" @@ -94301,18 +64479,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tent_off(assigns) do ~H""" @@ -94334,18 +64501,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tent(assigns) do ~H""" @@ -94366,18 +64522,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def terminal_2(assigns) do ~H""" @@ -94400,18 +64545,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def terminal(assigns) do ~H""" @@ -94433,18 +64567,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def test_pipe_2(assigns) do ~H""" @@ -94467,18 +64590,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def test_pipe_off(assigns) do ~H""" @@ -94503,18 +64615,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def test_pipe(assigns) do ~H""" @@ -94538,18 +64639,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tex(assigns) do ~H""" @@ -94575,18 +64665,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def text_caption(assigns) do ~H""" @@ -94609,18 +64688,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def text_color(assigns) do ~H""" @@ -94643,18 +64711,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def text_decrease(assigns) do ~H""" @@ -94677,18 +64734,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def text_direction_ltr(assigns) do ~H""" @@ -94713,18 +64759,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def text_direction_rtl(assigns) do ~H""" @@ -94749,18 +64784,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def text_increase(assigns) do ~H""" @@ -94784,18 +64808,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def text_orientation(assigns) do ~H""" @@ -94820,18 +64833,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def text_plus(assigns) do ~H""" @@ -94857,18 +64859,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def text_recognition(assigns) do ~H""" @@ -94894,18 +64885,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def text_resize(assigns) do ~H""" @@ -94935,18 +64915,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def text_size(assigns) do ~H""" @@ -94972,18 +64941,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def text_spellcheck(assigns) do ~H""" @@ -95006,18 +64964,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def text_wrap_disabled(assigns) do ~H""" @@ -95040,18 +64987,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def text_wrap(assigns) do ~H""" @@ -95074,18 +65010,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def texture(assigns) do ~H""" @@ -95112,18 +65037,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def thermometer(assigns) do ~H""" @@ -95148,18 +65062,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def thumb_down_off(assigns) do ~H""" @@ -95181,18 +65084,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def thumb_down(assigns) do ~H""" @@ -95213,18 +65105,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def thumb_up_off(assigns) do ~H""" @@ -95246,18 +65127,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def thumb_up(assigns) do ~H""" @@ -95278,18 +65148,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tic_tac(assigns) do ~H""" @@ -95317,18 +65176,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ticket_off(assigns) do ~H""" @@ -95352,18 +65200,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ticket(assigns) do ~H""" @@ -95387,18 +65224,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tie(assigns) do ~H""" @@ -95420,18 +65246,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tilde(assigns) do ~H""" @@ -95452,18 +65267,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tilt_shift_off(assigns) do ~H""" @@ -95493,18 +65297,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tilt_shift(assigns) do ~H""" @@ -95533,18 +65326,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def timeline_event(assigns) do ~H""" @@ -95568,18 +65350,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def timeline(assigns) do ~H""" @@ -95604,18 +65375,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tir(assigns) do ~H""" @@ -95640,18 +65400,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def toggle_left(assigns) do ~H""" @@ -95673,18 +65422,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def toggle_right(assigns) do ~H""" @@ -95706,18 +65444,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def toilet_paper_off(assigns) do ~H""" @@ -95743,18 +65470,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def toilet_paper(assigns) do ~H""" @@ -95779,18 +65495,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tool(assigns) do ~H""" @@ -95811,18 +65516,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tools_kitchen_2_off(assigns) do ~H""" @@ -95847,18 +65541,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tools_kitchen_2(assigns) do ~H""" @@ -95879,18 +65562,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tools_kitchen_off(assigns) do ~H""" @@ -95916,18 +65588,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tools_kitchen(assigns) do ~H""" @@ -95952,18 +65613,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tools_off(assigns) do ~H""" @@ -95990,18 +65640,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tools(assigns) do ~H""" @@ -96027,18 +65666,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tooltip(assigns) do ~H""" @@ -96060,18 +65688,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def topology_bus(assigns) do ~H""" @@ -96098,18 +65715,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def topology_complex(assigns) do ~H""" @@ -96139,18 +65745,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def topology_full_hierarchy(assigns) do ~H""" @@ -96183,18 +65778,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def topology_full(assigns) do ~H""" @@ -96224,18 +65808,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def topology_ring_2(assigns) do ~H""" @@ -96261,18 +65834,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def topology_ring_3(assigns) do ~H""" @@ -96300,18 +65862,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def topology_ring(assigns) do ~H""" @@ -96339,18 +65890,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def topology_star_2(assigns) do ~H""" @@ -96379,18 +65919,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def topology_star_3(assigns) do ~H""" @@ -96423,18 +65952,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def topology_star_ring_2(assigns) do ~H""" @@ -96467,18 +65985,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def topology_star_ring_3(assigns) do ~H""" @@ -96517,18 +66024,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def topology_star_ring(assigns) do ~H""" @@ -96561,18 +66057,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def topology_star(assigns) do ~H""" @@ -96601,18 +66086,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def torii(assigns) do ~H""" @@ -96637,18 +66111,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tornado(assigns) do ~H""" @@ -96673,18 +66136,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tournament(assigns) do ~H""" @@ -96711,18 +66163,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tower_off(assigns) do ~H""" @@ -96745,18 +66186,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tower(assigns) do ~H""" @@ -96778,18 +66208,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def track(assigns) do ~H""" @@ -96810,18 +66229,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tractor(assigns) do ~H""" @@ -96847,18 +66255,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trademark(assigns) do ~H""" @@ -96880,18 +66277,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def traffic_cone_off(assigns) do ~H""" @@ -96917,18 +66303,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def traffic_cone(assigns) do ~H""" @@ -96952,18 +66327,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def traffic_lights_off(assigns) do ~H""" @@ -96988,18 +66352,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def traffic_lights(assigns) do ~H""" @@ -97023,18 +66376,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def train(assigns) do ~H""" @@ -97061,18 +66403,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def transfer_in(assigns) do ~H""" @@ -97095,18 +66426,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def transfer_out(assigns) do ~H""" @@ -97129,18 +66449,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def transform(assigns) do ~H""" @@ -97166,18 +66475,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def transition_bottom(assigns) do ~H""" @@ -97201,18 +66499,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def transition_left(assigns) do ~H""" @@ -97236,18 +66523,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def transition_right(assigns) do ~H""" @@ -97271,18 +66547,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def transition_top(assigns) do ~H""" @@ -97306,18 +66571,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trash_off(assigns) do ~H""" @@ -97344,18 +66598,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trash_x(assigns) do ~H""" @@ -97379,18 +66622,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trash(assigns) do ~H""" @@ -97415,18 +66647,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def tree(assigns) do ~H""" @@ -97450,18 +66671,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trees(assigns) do ~H""" @@ -97487,18 +66697,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trekking(assigns) do ~H""" @@ -97524,18 +66723,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trending_down_2(assigns) do ~H""" @@ -97557,18 +66745,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trending_down_3(assigns) do ~H""" @@ -97590,18 +66767,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trending_down(assigns) do ~H""" @@ -97623,18 +66789,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trending_up_2(assigns) do ~H""" @@ -97656,18 +66811,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trending_up_3(assigns) do ~H""" @@ -97689,18 +66833,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trending_up(assigns) do ~H""" @@ -97722,18 +66855,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def triangle_inverted(assigns) do ~H""" @@ -97754,18 +66876,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def triangle_off(assigns) do ~H""" @@ -97787,18 +66898,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def triangle_square_circle(assigns) do ~H""" @@ -97821,18 +66921,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def triangle(assigns) do ~H""" @@ -97853,18 +66942,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def triangles(assigns) do ~H""" @@ -97886,18 +66964,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trident(assigns) do ~H""" @@ -97919,18 +66986,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trolley(assigns) do ~H""" @@ -97955,18 +67011,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trophy_off(assigns) do ~H""" @@ -97993,18 +67038,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trophy(assigns) do ~H""" @@ -98030,18 +67064,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def trowel(assigns) do ~H""" @@ -98064,18 +67087,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def truck_delivery(assigns) do ~H""" @@ -98099,18 +67111,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def truck_loading(assigns) do ~H""" @@ -98134,18 +67135,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def truck_off(assigns) do ~H""" @@ -98169,18 +67159,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def truck_return(assigns) do ~H""" @@ -98205,18 +67184,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def truck(assigns) do ~H""" @@ -98239,18 +67207,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def txt(assigns) do ~H""" @@ -98276,18 +67233,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def typography_off(assigns) do ~H""" @@ -98314,18 +67260,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def typography(assigns) do ~H""" @@ -98350,18 +67285,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def uf_off(assigns) do ~H""" @@ -98389,18 +67313,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ufo(assigns) do ~H""" @@ -98427,18 +67340,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def umbrella_off(assigns) do ~H""" @@ -98461,18 +67363,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def umbrella(assigns) do ~H""" @@ -98494,18 +67385,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def underline(assigns) do ~H""" @@ -98527,18 +67407,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def unlink(assigns) do ~H""" @@ -98564,18 +67433,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def upload(assigns) do ~H""" @@ -98598,18 +67456,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def urgent(assigns) do ~H""" @@ -98632,18 +67479,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def usb(assigns) do ~H""" @@ -98670,18 +67506,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def user_check(assigns) do ~H""" @@ -98704,18 +67529,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def user_circle(assigns) do ~H""" @@ -98738,18 +67552,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def user_exclamation(assigns) do ~H""" @@ -98773,18 +67576,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def user_minus(assigns) do ~H""" @@ -98807,18 +67599,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def user_off(assigns) do ~H""" @@ -98841,18 +67622,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def user_plus(assigns) do ~H""" @@ -98875,18 +67645,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def user_search(assigns) do ~H""" @@ -98910,18 +67669,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def user_x(assigns) do ~H""" @@ -98944,18 +67692,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def user(assigns) do ~H""" @@ -98977,18 +67714,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def users(assigns) do ~H""" @@ -99012,18 +67738,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def uv_index(assigns) do ~H""" @@ -99047,18 +67762,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def ux_circle(assigns) do ~H""" @@ -99082,18 +67786,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vaccine_bottle_off(assigns) do ~H""" @@ -99119,18 +67812,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vaccine_bottle(assigns) do ~H""" @@ -99155,18 +67837,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vaccine_off(assigns) do ~H""" @@ -99193,18 +67864,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vaccine(assigns) do ~H""" @@ -99231,18 +67891,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vacuum_cleaner(assigns) do ~H""" @@ -99265,18 +67914,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def variable_minus(assigns) do ~H""" @@ -99300,18 +67938,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def variable_off(assigns) do ~H""" @@ -99336,18 +67963,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def variable_plus(assigns) do ~H""" @@ -99371,18 +67987,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def variable(assigns) do ~H""" @@ -99404,18 +68009,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vector_bezier_2(assigns) do ~H""" @@ -99442,18 +68036,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vector_bezier_arc(assigns) do ~H""" @@ -99480,18 +68063,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vector_bezier_circle(assigns) do ~H""" @@ -99519,18 +68091,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vector_bezier(assigns) do ~H""" @@ -99559,18 +68120,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vector_off(assigns) do ~H""" @@ -99599,18 +68149,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vector_spline(assigns) do ~H""" @@ -99633,18 +68172,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vector_triangle_off(assigns) do ~H""" @@ -99671,18 +68199,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vector_triangle(assigns) do ~H""" @@ -99708,18 +68225,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vector(assigns) do ~H""" @@ -99747,18 +68253,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def venus(assigns) do ~H""" @@ -99781,18 +68276,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def versions_off(assigns) do ~H""" @@ -99816,18 +68300,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def versions(assigns) do ~H""" @@ -99850,18 +68323,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def video_minus(assigns) do ~H""" @@ -99884,18 +68346,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def video_off(assigns) do ~H""" @@ -99918,18 +68369,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def video_plus(assigns) do ~H""" @@ -99953,18 +68393,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def video(assigns) do ~H""" @@ -99986,18 +68415,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def view_360_off(assigns) do ~H""" @@ -100021,18 +68439,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def view_360(assigns) do ~H""" @@ -100055,18 +68462,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def viewfinder_off(assigns) do ~H""" @@ -100093,18 +68489,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def viewfinder(assigns) do ~H""" @@ -100130,18 +68515,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def viewport_narrow(assigns) do ~H""" @@ -100165,18 +68539,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def viewport_wide(assigns) do ~H""" @@ -100200,18 +68563,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vinyl(assigns) do ~H""" @@ -100235,18 +68587,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vip_off(assigns) do ~H""" @@ -100272,18 +68613,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vip(assigns) do ~H""" @@ -100308,18 +68638,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def virus_off(assigns) do ~H""" @@ -100356,18 +68675,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def virus_search(assigns) do ~H""" @@ -100404,18 +68712,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def virus(assigns) do ~H""" @@ -100452,18 +68749,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vocabulary_off(assigns) do ~H""" @@ -100489,18 +68775,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def vocabulary(assigns) do ~H""" @@ -100527,18 +68802,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def volume_2(assigns) do ~H""" @@ -100560,18 +68824,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def volume_3(assigns) do ~H""" @@ -100593,18 +68846,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def volume_off(assigns) do ~H""" @@ -100628,18 +68870,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def volume(assigns) do ~H""" @@ -100662,18 +68893,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def walk(assigns) do ~H""" @@ -100697,18 +68917,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wall_off(assigns) do ~H""" @@ -100737,18 +68946,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wall(assigns) do ~H""" @@ -100777,18 +68975,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wallet_off(assigns) do ~H""" @@ -100812,18 +68999,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wallet(assigns) do ~H""" @@ -100845,18 +69021,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wallpaper_off(assigns) do ~H""" @@ -100880,18 +69045,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wallpaper(assigns) do ~H""" @@ -100914,18 +69068,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wand_off(assigns) do ~H""" @@ -100950,18 +69093,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wand(assigns) do ~H""" @@ -100985,18 +69117,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_dry_1(assigns) do ~H""" @@ -101019,18 +69140,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_dry_2(assigns) do ~H""" @@ -101054,18 +69164,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_dry_3(assigns) do ~H""" @@ -101090,18 +69189,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_dry_a(assigns) do ~H""" @@ -101124,18 +69212,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_dry_dip(assigns) do ~H""" @@ -101159,18 +69236,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_dry_f(assigns) do ~H""" @@ -101193,18 +69259,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_dry_hang(assigns) do ~H""" @@ -101226,18 +69281,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_dry_off(assigns) do ~H""" @@ -101259,18 +69303,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_dry_p(assigns) do ~H""" @@ -101292,18 +69325,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_dry_shade(assigns) do ~H""" @@ -101326,18 +69348,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_dry_w(assigns) do ~H""" @@ -101359,18 +69370,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_dry(assigns) do ~H""" @@ -101391,18 +69391,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_dryclean_off(assigns) do ~H""" @@ -101424,18 +69413,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_dryclean(assigns) do ~H""" @@ -101456,18 +69434,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_gentle(assigns) do ~H""" @@ -101491,18 +69458,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_machine(assigns) do ~H""" @@ -101528,18 +69484,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_off(assigns) do ~H""" @@ -101562,18 +69507,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_press(assigns) do ~H""" @@ -101596,18 +69530,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_temperature_1(assigns) do ~H""" @@ -101630,18 +69553,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_temperature_2(assigns) do ~H""" @@ -101665,18 +69577,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_temperature_3(assigns) do ~H""" @@ -101701,18 +69602,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_temperature_4(assigns) do ~H""" @@ -101738,18 +69628,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_temperature_5(assigns) do ~H""" @@ -101776,18 +69655,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_temperature_6(assigns) do ~H""" @@ -101815,18 +69683,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_tumble_dry(assigns) do ~H""" @@ -101848,18 +69705,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash_tumble_off(assigns) do ~H""" @@ -101882,18 +69728,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wash(assigns) do ~H""" @@ -101915,18 +69750,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wave_saw_tool(assigns) do ~H""" @@ -101947,18 +69771,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wave_sine(assigns) do ~H""" @@ -101979,18 +69792,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wave_square(assigns) do ~H""" @@ -102011,18 +69813,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def webhook_off(assigns) do ~H""" @@ -102046,18 +69837,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def webhook(assigns) do ~H""" @@ -102080,18 +69860,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def weight(assigns) do ~H""" @@ -102113,18 +69882,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wheelchair_off(assigns) do ~H""" @@ -102151,18 +69909,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wheelchair(assigns) do ~H""" @@ -102188,18 +69935,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def whirl(assigns) do ~H""" @@ -102224,18 +69960,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wifi_0(assigns) do ~H""" @@ -102256,18 +69981,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wifi_1(assigns) do ~H""" @@ -102289,18 +70003,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wifi_2(assigns) do ~H""" @@ -102323,18 +70026,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wifi_off(assigns) do ~H""" @@ -102359,18 +70051,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wifi(assigns) do ~H""" @@ -102394,18 +70075,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wind_off(assigns) do ~H""" @@ -102430,18 +70100,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wind(assigns) do ~H""" @@ -102464,18 +70123,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def windmill_off(assigns) do ~H""" @@ -102500,18 +70148,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def windmill(assigns) do ~H""" @@ -102535,18 +70172,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def window_maximize(assigns) do ~H""" @@ -102570,18 +70196,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def window_minimize(assigns) do ~H""" @@ -102605,18 +70220,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def window_off(assigns) do ~H""" @@ -102640,18 +70244,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def window(assigns) do ~H""" @@ -102674,18 +70267,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def windsock(assigns) do ~H""" @@ -102710,18 +70292,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wiper_wash(assigns) do ~H""" @@ -102750,18 +70321,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wiper(assigns) do ~H""" @@ -102784,18 +70344,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def woman(assigns) do ~H""" @@ -102817,18 +70366,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wood(assigns) do ~H""" @@ -102852,18 +70390,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def world_download(assigns) do ~H""" @@ -102889,18 +70416,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def world_latitude(assigns) do ~H""" @@ -102924,18 +70440,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def world_longitude(assigns) do ~H""" @@ -102959,18 +70464,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def world_off(assigns) do ~H""" @@ -102995,18 +70489,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def world_upload(assigns) do ~H""" @@ -103032,18 +70515,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def world_www(assigns) do ~H""" @@ -103072,18 +70544,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def world(assigns) do ~H""" @@ -103108,18 +70569,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def wrecking_ball(assigns) do ~H""" @@ -103147,18 +70597,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def writing_off(assigns) do ~H""" @@ -103182,18 +70621,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def writing_sign_off(assigns) do ~H""" @@ -103217,18 +70645,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def writing_sign(assigns) do ~H""" @@ -103251,18 +70668,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def writing(assigns) do ~H""" @@ -103285,18 +70691,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def x(assigns) do ~H""" @@ -103318,18 +70713,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def xbox_a(assigns) do ~H""" @@ -103352,18 +70736,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def xbox_b(assigns) do ~H""" @@ -103387,18 +70760,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def xbox_x(assigns) do ~H""" @@ -103421,18 +70783,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def xbox_y(assigns) do ~H""" @@ -103455,18 +70806,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def yin_yang(assigns) do ~H""" @@ -103490,18 +70830,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def yoga(assigns) do ~H""" @@ -103525,18 +70854,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zeppelin_off(assigns) do ~H""" @@ -103559,18 +70877,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zeppelin(assigns) do ~H""" @@ -103592,18 +70899,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zip(assigns) do ~H""" @@ -103626,18 +70922,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zodiac_aquarius(assigns) do ~H""" @@ -103659,18 +70944,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zodiac_aries(assigns) do ~H""" @@ -103693,18 +70967,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zodiac_cancer(assigns) do ~H""" @@ -103728,18 +70991,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zodiac_capricorn(assigns) do ~H""" @@ -103762,18 +71014,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zodiac_gemini(assigns) do ~H""" @@ -103797,18 +71038,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zodiac_leo(assigns) do ~H""" @@ -103833,18 +71063,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zodiac_libra(assigns) do ~H""" @@ -103866,18 +71085,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zodiac_pisces(assigns) do ~H""" @@ -103900,18 +71108,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zodiac_sagittarius(assigns) do ~H""" @@ -103934,18 +71131,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zodiac_scorpio(assigns) do ~H""" @@ -103968,18 +71154,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zodiac_taurus(assigns) do ~H""" @@ -104001,18 +71176,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zodiac_virgo(assigns) do ~H""" @@ -104036,18 +71200,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zoom_cancel(assigns) do ~H""" @@ -104071,18 +71224,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zoom_check(assigns) do ~H""" @@ -104105,18 +71247,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zoom_code(assigns) do ~H""" @@ -104140,18 +71271,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zoom_exclamation(assigns) do ~H""" @@ -104175,18 +71295,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zoom_in_area(assigns) do ~H""" @@ -104215,18 +71324,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zoom_in(assigns) do ~H""" @@ -104250,18 +71348,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zoom_money(assigns) do ~H""" @@ -104285,18 +71372,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zoom_out_area(assigns) do ~H""" @@ -104324,18 +71400,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zoom_out(assigns) do ~H""" @@ -104358,18 +71423,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zoom_pan(assigns) do ~H""" @@ -104395,18 +71449,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zoom_question(assigns) do ~H""" @@ -104430,18 +71473,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zoom_replace(assigns) do ~H""" @@ -104466,18 +71498,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zoom_reset(assigns) do ~H""" @@ -104500,18 +71521,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zzz_off(assigns) do ~H""" @@ -104534,18 +71544,7 @@ defmodule TablerIcons do """ - attr :rest, :global, - doc: "arbitrary HTML attributes for the svg container", - default: %{ - width: "24", - height: "24", - viewBox: "0 0 24 24", - "stroke-width": "2", - stroke: "currentColor", - fill: "none", - "stroke-linecap": "round", - "stroke-linejoin": "round" - } + attr :rest, :global, doc: "arbitrary HTML attributes for the svg container", default: @default_html_attrs def zzz(assigns) do ~H""" From 48549d40376f0ff95b55614af85634ad20151c4f Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Thu, 24 Nov 2022 09:48:33 +0100 Subject: [PATCH 7/9] Add hex docs badge to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 883cf3f..258c388 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Tabler Icons [![CI](https://github.com/sourceboat/ex_tabler_icons/actions/workflows/ci.yml/badge.svg)](https://github.com/sourceboat/ex_tabler_icons/actions/workflows/ci.yml) -[![Hex.pm](https://img.shields.io/hexpm/v/tabler_icons.svg)](https://hex.pm/packages/tabler_icons) +[![Hex](https://img.shields.io/hexpm/v/tabler_icons.svg)](https://hex.pm/packages/tabler_icons) +[![Hex Docs](https://img.shields.io/badge/hex-docs-green)](https://hexdocs.pm/tabler_icons/TablerIcons.html) [Tabler Icons](https://tabler-icons.io/) are free and open source icons. This package provides Elixir functions in order to use [Tabler Icons](https://tabler-icons.io/) in your HTML, styled with arbitrary classes. From 5d439fab0fb74d3c095cbae19678faee90ccdb44 Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Thu, 24 Nov 2022 09:53:54 +0100 Subject: [PATCH 8/9] Add dynamic icon example to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 258c388..71d1ec5 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,14 @@ end ```eex + ``` You may pass arbitrary HTML attributes to the components: ```eex + ``` For additional information and list of all icons see [the docs](https://hexdocs.pm/tabler_icons/TablerIcons.html). From cbad0966267ce8521c2df5e129339decf435483b Mon Sep 17 00:00:00 2001 From: Florian Arens <60519307+Flo0807@users.noreply.github.com> Date: Thu, 24 Nov 2022 09:58:14 +0100 Subject: [PATCH 9/9] Change version in mix.exs --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index f4f7401..249e39b 100644 --- a/mix.exs +++ b/mix.exs @@ -21,7 +21,7 @@ defmodule TablerIcons.MixProject do def project do [ app: :tabler_icons, - version: "0.1.1", + version: "0.2.0", elixir: "~> 1.14", start_permanent: Mix.env() == :prod, deps: deps(),