phlex-icons-remix 2.40.0 → 2.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.devcontainer/devcontainer.json +13 -13
- data/.ruby-version +1 -1
- data/.vscode/extensions.json +9 -0
- data/.vscode/settings.json +22 -0
- data/README.md +65 -38
- data/generators/huge.rb +101 -0
- data/lib/phlex-icons/railtie.rb +9 -1
- data/lib/phlex-icons/remix/ai.rb +23 -0
- data/lib/phlex-icons/remix/ai_agent_fill.rb +23 -0
- data/lib/phlex-icons/remix/ai_agent_line.rb +23 -0
- data/lib/phlex-icons/remix/ai_generate_2_fill.rb +23 -0
- data/lib/phlex-icons/remix/ai_generate_2_line.rb +23 -0
- data/lib/phlex-icons/remix/ai_generate_3d_fill.rb +23 -0
- data/lib/phlex-icons/remix/ai_generate_3d_line.rb +23 -0
- data/lib/phlex-icons/remix/apps_ai_fill.rb +23 -0
- data/lib/phlex-icons/remix/apps_ai_line.rb +23 -0
- data/lib/phlex-icons/remix/atom_fill.rb +23 -0
- data/lib/phlex-icons/remix/atom_line.rb +23 -0
- data/lib/phlex-icons/remix/book_ai_fill.rb +23 -0
- data/lib/phlex-icons/remix/book_ai_line.rb +23 -0
- data/lib/phlex-icons/remix/brain_3_fill.rb +23 -0
- data/lib/phlex-icons/remix/brain_3_line.rb +23 -0
- data/lib/phlex-icons/remix/brain_ai_3_fill.rb +23 -0
- data/lib/phlex-icons/remix/brain_ai_3_line.rb +23 -0
- data/lib/phlex-icons/remix/brush_ai_3_fill.rb +23 -0
- data/lib/phlex-icons/remix/brush_ai_3_line.rb +23 -0
- data/lib/phlex-icons/remix/camera_4_fill.rb +23 -0
- data/lib/phlex-icons/remix/camera_4_line.rb +23 -0
- data/lib/phlex-icons/remix/camera_ai_2_fill.rb +23 -0
- data/lib/phlex-icons/remix/camera_ai_2_line.rb +23 -0
- data/lib/phlex-icons/remix/chat_ai_2_fill.rb +23 -0
- data/lib/phlex-icons/remix/chat_ai_2_line.rb +23 -0
- data/lib/phlex-icons/remix/chat_ai_3_fill.rb +23 -0
- data/lib/phlex-icons/remix/chat_ai_3_line.rb +23 -0
- data/lib/phlex-icons/remix/chat_ai_4_fill.rb +23 -0
- data/lib/phlex-icons/remix/chat_ai_4_line.rb +23 -0
- data/lib/phlex-icons/remix/chat_smile_ai_3_fill.rb +23 -0
- data/lib/phlex-icons/remix/chat_smile_ai_3_line.rb +23 -0
- data/lib/phlex-icons/remix/code_view.rb +1 -1
- data/lib/phlex-icons/remix/deepseek_fill.rb +23 -0
- data/lib/phlex-icons/remix/deepseek_line.rb +23 -0
- data/lib/phlex-icons/remix/file_ai_2_fill.rb +23 -0
- data/lib/phlex-icons/remix/file_ai_2_line.rb +23 -0
- data/lib/phlex-icons/remix/file_ai_fill.rb +23 -0
- data/lib/phlex-icons/remix/file_ai_line.rb +23 -0
- data/lib/phlex-icons/remix/function_ai_fill.rb +23 -0
- data/lib/phlex-icons/remix/function_ai_line.rb +23 -0
- data/lib/phlex-icons/remix/game_2_fill.rb +23 -0
- data/lib/phlex-icons/remix/game_2_line.rb +23 -0
- data/lib/phlex-icons/remix/goblet_broken_fill.rb +23 -0
- data/lib/phlex-icons/remix/goblet_broken_line.rb +23 -0
- data/lib/phlex-icons/remix/lightbulb_ai_fill.rb +23 -0
- data/lib/phlex-icons/remix/lightbulb_ai_line.rb +23 -0
- data/lib/phlex-icons/remix/loop_left_ai_fill.rb +23 -0
- data/lib/phlex-icons/remix/loop_left_ai_line.rb +23 -0
- data/lib/phlex-icons/remix/loop_right_ai_fill.rb +23 -0
- data/lib/phlex-icons/remix/loop_right_ai_line.rb +23 -0
- data/lib/phlex-icons/remix/mark_pen_fill.rb +1 -1
- data/lib/phlex-icons/remix/mark_pen_line.rb +1 -1
- data/lib/phlex-icons/remix/markup_fill.rb +1 -1
- data/lib/phlex-icons/remix/markup_line.rb +1 -1
- data/lib/phlex-icons/remix/message_ai_3_fill.rb +23 -0
- data/lib/phlex-icons/remix/message_ai_3_line.rb +23 -0
- data/lib/phlex-icons/remix/painting_ai_fill.rb +23 -0
- data/lib/phlex-icons/remix/painting_ai_line.rb +23 -0
- data/lib/phlex-icons/remix/painting_fill.rb +23 -0
- data/lib/phlex-icons/remix/painting_line.rb +23 -0
- data/lib/phlex-icons/remix/pencil_ai_2_fill.rb +23 -0
- data/lib/phlex-icons/remix/pencil_ai_2_line.rb +23 -0
- data/lib/phlex-icons/remix/pencil_ai_fill.rb +23 -0
- data/lib/phlex-icons/remix/pencil_ai_line.rb +23 -0
- data/lib/phlex-icons/remix/remix_fill.rb +23 -0
- data/lib/phlex-icons/remix/remix_line.rb +23 -0
- data/lib/phlex-icons/remix/search_ai_2_fill.rb +23 -0
- data/lib/phlex-icons/remix/search_ai_2_line.rb +23 -0
- data/lib/phlex-icons/remix/search_ai_3_fill.rb +23 -0
- data/lib/phlex-icons/remix/search_ai_3_line.rb +23 -0
- data/lib/phlex-icons/remix/search_ai_4_fill.rb +23 -0
- data/lib/phlex-icons/remix/search_ai_4_line.rb +23 -0
- data/lib/phlex-icons/remix/search_ai_fill.rb +23 -0
- data/lib/phlex-icons/remix/search_ai_line.rb +23 -0
- data/lib/phlex-icons/remix/speech_to_text_fill.rb +23 -0
- data/lib/phlex-icons/remix/speech_to_text_line.rb +23 -0
- data/lib/phlex-icons/remix/target_fill.rb +23 -0
- data/lib/phlex-icons/remix/target_line.rb +23 -0
- data/lib/phlex-icons/remix/text_to_speech_fill.rb +23 -0
- data/lib/phlex-icons/remix/text_to_speech_line.rb +23 -0
- data/lib/phlex-icons/remix/wrench_fill.rb +23 -0
- data/lib/phlex-icons/remix/wrench_line.rb +23 -0
- data/lib/phlex-icons/remix.rb +78 -1
- data/lib/phlex-icons/version.rb +1 -1
- data/mise.toml +2 -0
- metadata +84 -7
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class PencilAi2Line < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M18.5293 15.3193C18.7058 14.8934 19.2942 14.8934 19.4707 15.3193L19.7236 15.9307C20.1556 16.9735 20.9615 17.8062 21.9746 18.2568L22.6914 18.5762C23.1022 18.7589 23.1022 19.3564 22.6914 19.5391L21.9326 19.877C20.9449 20.3163 20.1534 21.1194 19.7139 22.1279L19.4668 22.6934C19.2863 23.1075 18.7136 23.1075 18.5332 22.6934L18.2861 22.1279C17.8466 21.1194 17.0551 20.3163 16.0674 19.877L15.3076 19.5391C14.8974 19.3562 14.8974 18.759 15.3076 18.5762L16.0254 18.2568C17.0385 17.8062 17.8444 16.9735 18.2764 15.9307L18.5293 15.3193ZM16.4346 3.21193C16.8251 2.82141 17.4591 2.82141 17.8496 3.21193L20.6777 6.04103C21.0681 6.43157 21.0682 7.06464 20.6777 7.45509L7.24219 20.8897H3V16.6475L16.4346 3.21193ZM5 17.4756V18.8897H6.41406L15.7275 9.57618L14.3135 8.16212L5 17.4756ZM15.7275 6.74806L17.1426 8.16212L18.5566 6.74806L17.1426 5.334L15.7275 6.74806Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class PencilAiFill < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M17.1426 11.0967L7.2422 20.9961H3.00001V16.7539L12.8994 6.85446L17.1426 11.0967ZM16.4356 3.31832C16.8261 2.92829 17.4592 2.92802 17.8496 3.31832L20.6777 6.14743C21.0681 6.53797 21.0682 7.17101 20.6777 7.5615L18.5567 9.68259L14.3135 5.4404L16.4356 3.31832ZM4.5293 1.3193C4.70583 0.893505 5.29418 0.893508 5.47071 1.3193L5.72364 1.93063C6.15555 2.97342 6.96155 3.80613 7.97462 4.2568L8.69239 4.57614C9.10267 4.75896 9.10262 5.35616 8.69239 5.53903L7.93263 5.87692C6.94497 6.3162 6.15339 7.11943 5.71387 8.1279L5.4668 8.69334C5.28636 9.10747 4.71366 9.10747 4.53321 8.69334L4.28614 8.1279C3.84661 7.11943 3.05506 6.3162 2.06739 5.87692L1.30762 5.53903C0.897483 5.35617 0.897435 4.75896 1.30762 4.57614L2.0254 4.2568C3.03845 3.80614 3.84446 2.97344 4.27637 1.93063L4.5293 1.3193Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class PencilAiLine < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M16.4356 3.21188C16.8261 2.82185 17.4592 2.82157 17.8496 3.21188L20.6777 6.04099C21.0681 6.43152 21.0682 7.06457 20.6777 7.45505L7.2422 20.8896H3.00001V16.6475L16.4356 3.21188ZM5.00001 17.4756V18.8896H6.41407L15.7276 9.57615L14.3135 8.16208L5.00001 17.4756ZM4.5293 1.3193C4.70583 0.893505 5.29418 0.893508 5.47071 1.3193L5.72364 1.93063C6.15555 2.97342 6.96155 3.80613 7.97462 4.2568L8.69239 4.57614C9.10267 4.75896 9.10262 5.35616 8.69239 5.53903L7.93263 5.87692C6.94497 6.3162 6.15339 7.11943 5.71387 8.1279L5.4668 8.69334C5.28636 9.10747 4.71366 9.10747 4.53321 8.69334L4.28614 8.1279C3.84661 7.11943 3.05506 6.3162 2.06739 5.87692L1.30762 5.53903C0.897483 5.35617 0.897435 4.75896 1.30762 4.57614L2.0254 4.2568C3.03845 3.80614 3.84446 2.97344 4.27637 1.93063L4.5293 1.3193ZM15.7276 6.74802L17.1426 8.16208L18.5567 6.74802L17.1426 5.33395L15.7276 6.74802Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class RemixFill < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M12 2C17.5228 2 22 6.47715 22 12C22 15.3137 19.3137 18 16 18C12.6863 18 10 15.3137 10 12C10 11.4477 9.55228 11 9 11C8.44772 11 8 11.4477 8 12C8 16.4183 11.5817 20 16 20C16.8708 20 17.7084 19.8588 18.4932 19.6016C16.7458 21.0956 14.4792 22 12 22C6.6689 22 2.3127 17.8283 2.0166 12.5713C2.23647 9.45772 4.83048 7 8 7C11.3137 7 14 9.68629 14 13C14 13.5523 14.4477 14 15 14C15.5523 14 16 13.5523 16 13C16 8.58172 12.4183 5 8 5C6.50513 5 5.1062 5.41032 3.90918 6.12402C5.72712 3.62515 8.67334 2 12 2Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class RemixLine < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M12 2C17.5121 2 21.9816 6.45975 21.999 11.9678C21.9992 11.9746 21.9989 11.9814 21.999 11.9883C21.999 11.9922 22 11.9961 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 4C10.0751 4 8.30904 4.67985 6.92871 5.8125C7.58426 5.61027 8.27973 5.5 9 5.5C12.866 5.50002 16 8.63402 16 12.5C16 13.0523 15.5523 13.5 15 13.5C14.4477 13.5 14 13.0523 14 12.5C14 9.73859 11.7614 7.50002 9 7.5C6.38853 7.5 4.23108 9.50052 4.00098 12.043C4.02411 16.4415 7.59606 20 12 20C13.9248 20 15.69 19.3191 17.0703 18.1865C16.4149 18.3886 15.72 18.5 15 18.5C11.134 18.5 8 15.366 8 11.5C8 10.9477 8.44772 10.5 9 10.5C9.55228 10.5 10 10.9477 10 11.5C10 14.2614 12.2386 16.5 15 16.5C17.6118 16.5 19.7684 14.4989 19.998 11.9561C19.9744 7.558 16.4036 4 12 4Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class SearchAi2Fill < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M22.3135 20.8995L20.8994 22.3135L18.0713 19.4854L19.4854 18.0713L22.3135 20.8995ZM11 2.00001C11.2639 2.00001 11.525 2.01385 11.7832 2.03614C11.2853 2.91056 11 3.92183 11 5.00001C11 8.31373 13.6863 11 17 11C18.0781 11 19.0885 10.7136 19.9629 10.2158C19.9852 10.4744 20 10.7357 20 11C20 15.968 15.968 20 11 20C6.032 20 2 15.968 2 11C2.00003 6.03204 6.03202 2.00001 11 2.00001ZM16.5293 1.31837C16.7059 0.892582 17.2942 0.89257 17.4707 1.31837L17.7236 1.9297C18.1556 2.97249 18.9616 3.80521 19.9746 4.25587L20.6924 4.57521C21.1026 4.75803 21.1026 5.35523 20.6924 5.5381L19.9326 5.87599C18.9449 6.31527 18.1534 7.1185 17.7139 8.12697L17.4668 8.6924C17.2864 9.10654 16.7137 9.10654 16.5332 8.6924L16.2871 8.12697C15.8476 7.11834 15.0552 6.31532 14.0674 5.87599L13.3076 5.5381C12.8974 5.35524 12.8974 4.75802 13.3076 4.57521L14.0254 4.25587C15.0385 3.80521 15.8445 2.97251 16.2764 1.9297L16.5293 1.31837Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class SearchAi2Line < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M22.3135 20.8994L20.8994 22.3134L18.0713 19.4853L19.4854 18.0712L22.3135 20.8994ZM11 1.99995C11.2639 1.99995 11.525 2.01379 11.7832 2.03608C11.4424 2.63463 11.202 3.2974 11.084 4.0019C11.056 4.00158 11.028 3.99995 11 3.99995C7.13256 3.99995 4.00011 7.13254 4 11C4 14.8675 7.1325 18 11 18C14.8675 18 18 14.8675 18 11C18 10.9716 17.9974 10.9432 17.9971 10.915C18.7018 10.7971 19.3642 10.5566 19.9629 10.2158C19.9852 10.4742 20 10.7357 20 11C20 15.968 15.968 20 11 20C6.032 20 2 15.968 2 11C2.00011 6.03204 6.03206 1.99995 11 1.99995ZM16.5293 1.31929C16.7058 0.893246 17.2943 0.893246 17.4707 1.31929L17.7236 1.93061C18.1556 2.97343 18.9615 3.80614 19.9746 4.25679L20.6924 4.57612C21.1026 4.75903 21.1027 5.35623 20.6924 5.53901L19.9326 5.8769C18.9448 6.31622 18.1534 7.11927 17.7139 8.12788L17.4668 8.69331C17.2864 9.10744 16.7137 9.10744 16.5332 8.69331L16.2871 8.12788C15.8476 7.11924 15.0552 6.31623 14.0674 5.8769L13.3076 5.53901C12.8974 5.35624 12.8975 4.75902 13.3076 4.57612L14.0254 4.25679C15.0385 3.80614 15.8445 2.97346 16.2764 1.93061L16.5293 1.31929Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class SearchAi3Fill < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M11 2C15.968 2 20 6.032 20 11C20 13.124 19.2633 15.0773 18.0312 16.6172L22.3135 20.8994L20.8994 22.3135L16.6172 18.0312C15.0773 19.2633 13.124 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2ZM11.4707 7.31836C11.2943 6.89251 10.7059 6.89252 10.5293 7.31836L10.2764 7.92969C9.8445 8.9725 9.03847 9.8052 8.02539 10.2559L7.30762 10.5752C6.89741 10.758 6.89744 11.3552 7.30762 11.5381L8.06738 11.876C9.05518 12.3153 9.84761 13.1183 10.2871 14.127L10.5332 14.6924C10.7137 15.1065 11.2864 15.1065 11.4668 14.6924L11.7139 14.127C12.1534 13.1185 12.9449 12.3153 13.9326 11.876L14.6924 11.5381C15.1026 11.3552 15.1026 10.758 14.6924 10.5752L13.9746 10.2559C12.9615 9.8052 12.1556 8.97249 11.7236 7.92969L11.4707 7.31836Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class SearchAi3Line < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M11 1.99963C15.9679 1.99963 19.9998 6.03181 20 10.9996C20 13.1236 19.2632 15.077 18.0312 16.6168L22.3135 20.899L20.8994 22.3141L16.6172 18.0309C15.0773 19.2629 13.124 19.9996 11 19.9996C6.032 19.9996 2 15.9676 2 10.9996C2.00021 6.03181 6.03213 1.99963 11 1.99963ZM11 3.99963C7.13263 3.99963 4.00021 7.13231 4 10.9996C4 14.8671 7.1325 17.9996 11 17.9996C12.8956 17.9996 14.6148 17.2478 15.875 16.025L16.0244 15.8746C17.2472 14.6145 18 12.8952 18 10.9996C17.9998 7.13231 14.8674 3.99963 11 3.99963ZM10.5293 7.31897C10.7059 6.89313 11.2943 6.89312 11.4707 7.31897L11.7236 7.9303C12.1556 8.9731 12.9615 9.80581 13.9746 10.2565L14.6924 10.5758C15.1026 10.7586 15.1026 11.3558 14.6924 11.5387L13.9326 11.8766C12.9449 12.3159 12.1534 13.1191 11.7139 14.1276L11.4668 14.693C11.2864 15.1071 10.7137 15.1071 10.5332 14.693L10.2871 14.1276C9.84761 13.1189 9.05518 12.3159 8.06738 11.8766L7.30762 11.5387C6.89744 11.3559 6.89741 10.7586 7.30762 10.5758L8.02539 10.2565C9.03847 9.80581 9.8445 8.97311 10.2764 7.9303L10.5293 7.31897Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class SearchAi4Fill < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M22.3135 20.8994L20.8994 22.3135L18.0713 19.4854L19.4854 18.0713L22.3135 20.8994ZM11 2C15.968 2 20 6.032 20 11C20 15.968 15.968 20 11 20C6.032 20 2 15.968 2 11C2 6.032 6.032 2 11 2ZM11.4707 7.31836C11.2943 6.89251 10.7059 6.89252 10.5293 7.31836L10.2764 7.92969C9.8445 8.9725 9.03847 9.8052 8.02539 10.2559L7.30762 10.5752C6.89741 10.758 6.89744 11.3552 7.30762 11.5381L8.06738 11.876C9.05518 12.3153 9.84761 13.1183 10.2871 14.127L10.5332 14.6924C10.7137 15.1065 11.2864 15.1065 11.4668 14.6924L11.7139 14.127C12.1534 13.1185 12.9449 12.3153 13.9326 11.876L14.6924 11.5381C15.1026 11.3552 15.1026 10.758 14.6924 10.5752L13.9746 10.2559C12.9615 9.8052 12.1556 8.97249 11.7236 7.92969L11.4707 7.31836Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class SearchAi4Line < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M22.3135 20.8992L20.8994 22.3132L18.0713 19.4851L19.4854 18.071L22.3135 20.8992ZM11 1.99976C15.9679 1.99976 19.9999 6.03184 20 10.9998C20 15.9678 15.968 19.9998 11 19.9998C6.032 19.9998 2 15.9678 2 10.9998C2.00011 6.03185 6.03206 1.99976 11 1.99976ZM11 3.99976C7.13256 3.99976 4.00011 7.13235 4 10.9998C4 14.8673 7.1325 17.9998 11 17.9998C14.8675 17.9998 18 14.8673 18 10.9998C17.9999 7.13235 14.8674 3.99976 11 3.99976ZM10.5293 7.31909C10.7058 6.89305 11.2943 6.89305 11.4707 7.31909L11.7236 7.93042C12.1556 8.97319 12.9615 9.80598 13.9746 10.2566L14.6924 10.575C15.1029 10.7577 15.1028 11.356 14.6924 11.5388L13.9326 11.8767C12.9448 12.316 12.1534 13.119 11.7139 14.1277L11.4668 14.6931C11.2864 15.1072 10.7137 15.1072 10.5332 14.6931L10.2871 14.1277C9.84761 13.119 9.05518 12.316 8.06738 11.8767L7.30762 11.5388C6.89719 11.356 6.89717 10.7577 7.30762 10.575L8.02539 10.2566C9.0385 9.80598 9.84446 8.97321 10.2764 7.93042L10.5293 7.31909Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class SearchAiFill < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M11 1.99983C11.2639 1.99983 11.525 2.01367 11.7832 2.03596C11.2854 2.91028 11.0001 3.92178 11 4.99983C11 8.31354 13.6863 10.9998 17 10.9998C18.0781 10.9998 19.0885 10.7134 19.9629 10.2156C19.9852 10.4741 20 10.7357 20 10.9998C20 13.1237 19.2632 15.0772 18.0312 16.617L22.3135 20.8992L20.8994 22.3133L16.6172 18.0311C15.0773 19.2631 13.124 19.9998 11 19.9998C6.032 19.9998 2 15.9678 2 10.9998C2.00021 6.03201 6.03213 1.99983 11 1.99983ZM16.5293 1.31916C16.7058 0.893124 17.2943 0.893124 17.4707 1.31916L17.7236 1.93049C18.1556 2.97331 18.9615 3.80602 19.9746 4.25666L20.6924 4.576C21.1026 4.75891 21.1027 5.3561 20.6924 5.53889L19.9326 5.87678C18.9448 6.3161 18.1534 7.11915 17.7139 8.12776L17.4668 8.69319C17.2864 9.10732 16.7137 9.10732 16.5332 8.69319L16.2871 8.12776C15.8476 7.11912 15.0552 6.31611 14.0674 5.87678L13.3076 5.53889C12.8974 5.35612 12.8975 4.75889 13.3076 4.576L14.0254 4.25666C15.0385 3.80602 15.8445 2.97333 16.2764 1.93049L16.5293 1.31916Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class SearchAiLine < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M11 1.99964C11.2639 1.99964 11.525 2.01348 11.7832 2.03578C11.4424 2.63427 11.202 3.29716 11.084 4.0016C11.056 4.00127 11.028 3.99965 11 3.99965C7.13263 3.99965 4.00021 7.13233 4 10.9997C4 14.8672 7.1325 17.9997 11 17.9997C12.8956 17.9997 14.6148 17.2468 15.875 16.0241L16.0244 15.8747C17.247 14.6145 18 12.8951 18 10.9997C18 10.9714 17.9974 10.9429 17.9971 10.9147C18.7018 10.7968 19.3642 10.5563 19.9629 10.2155C19.9852 10.4739 20 10.7355 20 10.9997C20 13.1235 19.2632 15.077 18.0312 16.6169L22.3135 20.8991L20.8994 22.3132L16.6172 18.0309C15.0773 19.263 13.124 19.9997 11 19.9997C6.032 19.9997 2 15.9677 2 10.9997C2.00021 6.03182 6.03213 1.99964 11 1.99964ZM16.5293 1.31898C16.7059 0.893192 17.2942 0.89318 17.4707 1.31898L17.7236 1.93031C18.1556 2.9731 18.9616 3.80582 19.9746 4.25648L20.6924 4.57582C21.1026 4.75864 21.1026 5.35584 20.6924 5.53871L19.9326 5.8766C18.9449 6.31588 18.1534 7.11911 17.7139 8.12758L17.4668 8.69302C17.2864 9.10715 16.7137 9.10715 16.5332 8.69302L16.2871 8.12758C15.8476 7.11895 15.0552 6.31593 14.0674 5.8766L13.3076 5.53871C12.8974 5.35585 12.8974 4.75863 13.3076 4.57582L14.0254 4.25648C15.0385 3.80582 15.8445 2.97312 16.2764 1.93031L16.5293 1.31898Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class SpeechToTextFill < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M18 3C20.2091 3 22 4.79086 22 7V17C22 19.2091 20.2091 21 18 21H6C3.79086 21 2 19.2091 2 17V11.999L4.26758 14.2666C4.9335 14.9325 5.98956 15.0588 6.68945 14.4287C8.72147 12.5991 10 9.94973 10 7C9.99998 5.57684 9.69941 4.22497 9.16309 3H18ZM10 11H13V17H15V11H18V9H10V11ZM5.65723 1.34277C7.10494 2.79049 8 4.79086 8 7C8 9.20914 7.10494 11.2095 5.65723 12.6572L4.24219 11.2422C5.32797 10.1564 6 8.65685 6 7C6 5.34315 5.32797 3.8436 4.24219 2.75781L5.65723 1.34277ZM2.82812 4.17188C3.55198 4.89573 4 5.89543 4 7C4 8.10457 3.55198 9.10427 2.82812 9.82812L1.41406 8.41406C1.77599 8.05213 2 7.55228 2 7C2 6.44772 1.77599 5.94787 1.41406 5.58594L2.82812 4.17188Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class SpeechToTextLine < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M18 3C20.2091 3 22 4.79086 22 7V17C22 19.2091 20.2091 21 18 21H6C3.79086 21 2 19.2091 2 17V13.5H4V17C4 18.1046 4.89543 19 6 19H18C19.1046 19 20 18.1046 20 17V7C20 5.89543 19.1046 5 18 5H10V3H18ZM18 11H15V17H13V11H10V9H18V11ZM5.65723 1.34277C7.10494 2.79049 8 4.79086 8 7C8 9.20914 7.10494 11.2095 5.65723 12.6572L4.24219 11.2422C5.32797 10.1564 6 8.65685 6 7C6 5.34315 5.32797 3.8436 4.24219 2.75781L5.65723 1.34277ZM2.82812 4.17188C3.55198 4.89573 4 5.89543 4 7C4 8.10457 3.55198 9.10427 2.82812 9.82812L1.41406 8.41406C1.77599 8.05213 2 7.55228 2 7C2 6.44772 1.77599 5.94787 1.41406 5.58594L2.82812 4.17188Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class TargetFill < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M12 2C12.5523 2 13 2.44772 13 3C13 3.55228 12.5523 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20C16.4183 20 20 16.4183 20 12C20 11.4477 20.4477 11 21 11C21.5523 11 22 11.4477 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 6C12.5523 6 13 6.44772 13 7C13 7.55228 12.5523 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C14.2091 16 16 14.2091 16 12C16 11.4477 16.4477 11 17 11C17.5523 11 18 11.4477 18 12C18 15.3137 15.3137 18 12 18C8.68629 18 6 15.3137 6 12C6 8.68629 8.68629 6 12 6ZM18.5713 2.10059C18.8474 2.1006 19.0712 2.32449 19.0713 2.60059V4.42969C19.0716 4.70553 19.2954 4.92866 19.5713 4.92871H21.3994C21.6754 4.92871 21.8992 5.15275 21.8994 5.42871V6.34375L20.0107 8.23242C19.6358 8.60719 19.1268 8.81824 18.5967 8.81836H16.5967L12.707 12.707C12.3165 13.0974 11.6835 13.0975 11.293 12.707C10.9027 12.3165 10.9026 11.6834 11.293 11.293L15.1826 7.4043V5.4043C15.1826 4.87411 15.3928 4.36526 15.7676 3.99023L17.6572 2.10059H18.5713Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class TargetLine < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M12 2.00005C12.5523 2.00005 13 2.44776 13 3.00005C12.9999 3.5523 12.5522 4.00005 12 4.00005C7.58172 4.00005 4 7.58177 4 12C4.00004 16.4183 7.58174 20 12 20C16.4182 20 19.9999 16.4183 20 12C20 11.4478 20.4477 11 21 11C21.5523 11 22 11.4478 22 12C21.9999 17.5229 17.5228 22 12 22C6.47717 22 2.00004 17.5229 2 12C2 6.4772 6.47715 2.00005 12 2.00005ZM12 6.00005C12.5523 6.00005 13 6.44776 13 7.00005C12.9999 7.5523 12.5522 8.00005 12 8.00005C9.79085 8.00005 7.99999 9.79091 7.99999 12C8.00004 14.2092 9.79088 16 12 16C14.2091 16 15.9999 14.2092 16 12C16 11.4478 16.4477 11 17 11C17.5523 11 18 11.4478 18 12C17.9999 15.3137 15.3137 18 12 18C8.68631 18 6.00004 15.3137 6 12C6 8.68634 8.68629 6.00005 12 6.00005ZM17.6562 2.10063C18.0468 1.71011 18.6807 1.71011 19.0713 2.10063C19.4614 2.49111 19.4615 3.12425 19.0713 3.51469L18.3633 4.22075L18.3642 4.22173C17.9737 4.61225 17.9737 5.24526 18.3642 5.63579C18.7548 6.02618 19.3878 6.02627 19.7783 5.63579L20.4853 4.92876C20.8759 4.53845 21.5089 4.53832 21.8994 4.92876C22.2899 5.31921 22.2897 5.95228 21.8994 6.34282L19.7783 8.46489C19.5909 8.6523 19.3363 8.75677 19.0713 8.75688H16.6572L12.707 12.7071C12.3165 13.0974 11.6834 13.0975 11.293 12.7071C10.9025 12.3166 10.9026 11.6836 11.293 11.293L15.2422 7.3438V4.92876C15.2422 4.66362 15.3477 4.40922 15.5351 4.22173L17.6562 2.10063Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class TextToSpeechFill < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M13.4141 5.58594C12.6332 6.36698 12.6331 7.63306 13.4141 8.41406L19.2666 14.2666C19.9325 14.9325 20.9886 15.0587 21.6885 14.4287C21.7949 14.3329 21.8978 14.233 22 14.1328V17C22 19.2091 20.2091 21 18 21H6C3.79086 21 2 19.2091 2 17V7C2 4.79086 3.79086 3 6 3H16L13.4141 5.58594ZM6 11H9V17H11V11H14V9H6V11ZM20.6572 1.34277C22.1049 2.79049 23 4.79086 23 7C23 9.20914 22.1049 11.2095 20.6572 12.6572L19.2422 11.2422C20.328 10.1564 21 8.65685 21 7C21 5.34315 20.328 3.8436 19.2422 2.75781L20.6572 1.34277ZM17.8281 4.17188C18.552 4.89573 19 5.89543 19 7C19 8.10457 18.552 9.10427 17.8281 9.82812L16.4141 8.41406C16.776 8.05213 17 7.55228 17 7C17 6.44772 16.776 5.94787 16.4141 5.58594L17.8281 4.17188Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class TextToSpeechLine < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M14.5 5H6C4.89543 5 4 5.89543 4 7V17C4 18.1046 4.89543 19 6 19H18C19.1046 19 20 18.1046 20 17V14.5H22V17C22 19.2091 20.2091 21 18 21H6C3.79086 21 2 19.2091 2 17V7C2 4.79086 3.79086 3 6 3H14.5V5ZM14 11H11V17H9V11H6V9H14V11ZM20.6572 1.34277C22.1049 2.79049 23 4.79086 23 7C23 9.20914 22.1049 11.2095 20.6572 12.6572L19.2422 11.2422C20.328 10.1564 21 8.65685 21 7C21 5.34315 20.328 3.8436 19.2422 2.75781L20.6572 1.34277ZM17.8281 4.17188C18.552 4.89573 19 5.89543 19 7C19 8.10457 18.552 9.10427 17.8281 9.82812L16.4141 8.41406C16.776 8.05213 17 7.55228 17 7C17 6.44772 16.776 5.94787 16.4141 5.58594L17.8281 4.17188Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class WrenchFill < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M19.2488 6.87221C19.4896 6.63146 19.8367 6.52969 20.1693 6.60221C20.502 6.67474 20.775 6.91221 20.8937 7.23129C21.8179 9.71627 21.2828 12.6245 19.2827 14.6248C17.3074 16.6001 14.4472 17.1462 11.9817 16.269L7.96898 20.2817C6.7974 21.4533 4.89791 21.4533 3.72634 20.2817C2.55476 19.1101 2.55476 17.2106 3.72634 16.039L7.73903 12.0264C6.86184 9.56086 7.4079 6.70062 9.38319 4.72534C11.38 2.72875 14.2816 2.19203 16.7636 3.10949C17.0833 3.22767 17.3211 3.50092 17.3941 3.83386C17.4669 4.16665 17.3649 4.51341 17.1241 4.75434L14.768 7.11044C14.1825 7.69617 14.1825 8.64605 14.768 9.23176C15.3537 9.81746 16.3035 9.81728 16.8893 9.23176L19.2488 6.87221Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# frozen_string_literal: true
|
|
2
|
+
|
|
3
|
+
# rubocop:disable Layout/LineLength
|
|
4
|
+
module PhlexIcons
|
|
5
|
+
module Remix
|
|
6
|
+
class WrenchLine < Base
|
|
7
|
+
def view_template
|
|
8
|
+
svg(
|
|
9
|
+
**attrs,
|
|
10
|
+
viewbox: '0 0 24 24',
|
|
11
|
+
fill: 'currentColor',
|
|
12
|
+
xmlns: 'http://www.w3.org/2000/svg'
|
|
13
|
+
) do |s|
|
|
14
|
+
s.path(
|
|
15
|
+
d:
|
|
16
|
+
'M19.0375 6.37823C19.2671 6.14869 19.5939 6.04506 19.9138 6.09994C20.2337 6.15486 20.5066 6.36161 20.6465 6.65444C21.8888 9.25501 21.4352 12.4656 19.2792 14.6218C17.4463 16.4548 14.851 17.0568 12.5175 16.4338L8.67263 20.2787C7.30579 21.6455 5.08972 21.6455 3.72288 20.2787C2.35605 18.9118 2.35605 16.6958 3.72288 15.3289L7.56777 11.484C6.94478 9.15056 7.54679 6.55527 9.37973 4.72233C11.536 2.56631 14.7465 2.11277 17.3471 3.35507C17.6399 3.49498 17.8467 3.76787 17.9016 4.08773C17.9565 4.40767 17.8529 4.73448 17.6233 4.96402L15.0366 7.55076C14.6461 7.94128 14.6461 8.57444 15.0366 8.96497C15.4271 9.35549 16.0603 9.35549 16.4508 8.96497L19.0375 6.37823ZM17.865 10.3792C16.6934 11.5508 14.7939 11.5508 13.6224 10.3792C12.4508 9.20761 12.4508 7.30811 13.6224 6.13654L15.0373 4.72164C13.5328 4.50775 11.9501 4.98056 10.7939 6.13654C9.36815 7.56234 8.98139 9.63694 9.64076 11.415C9.7766 11.7813 9.68699 12.1931 9.41081 12.4694L5.13709 16.7431C4.55131 17.3289 4.55131 18.2787 5.13709 18.8645C5.72288 19.4503 6.67263 19.4503 7.25841 18.8645L11.5321 14.5907C11.8085 14.3146 12.2202 14.225 12.5866 14.3608C14.3646 15.0202 16.4392 14.6334 17.865 13.2076C19.021 12.0515 19.4938 10.4688 19.2799 8.96428L17.865 10.3792Z'
|
|
17
|
+
)
|
|
18
|
+
end
|
|
19
|
+
end
|
|
20
|
+
end
|
|
21
|
+
end
|
|
22
|
+
end
|
|
23
|
+
# rubocop:enable Layout/LineLength
|