From d15b1f40c758fc6c2fe324a9926e9722d504b2a4 Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:39:57 +0100 Subject: Add icons and descriptions for extension gallery (#3287) --- icons/inx/auto_route.svg | 53 +++++++++ icons/inx/break_apart_fill.svg | 72 ++++++++++++ icons/inx/cleanup_document.svg | 99 +++++++++++++++++ icons/inx/color_management.svg | 74 +++++++++++++ icons/inx/commands.svg | 70 ++++++++++++ icons/inx/commands_scale.svg | 116 +++++++++++++++++++ icons/inx/commands_visibility.svg | 167 ++++++++++++++++++++++++++++ icons/inx/cut_satin.svg | 84 ++++++++++++++ icons/inx/cutwork.svg | 124 +++++++++++++++++++++ icons/inx/density_map.svg | 184 +++++++++++++++++++++++++++++++ icons/inx/duplicate_params.svg | 121 ++++++++++++++++++++ icons/inx/element_info.svg | 74 +++++++++++++ icons/inx/fill_to_stroke.svg | 127 +++++++++++++++++++++ icons/inx/flip_satin.svg | 110 ++++++++++++++++++ icons/inx/font_management.svg | 92 ++++++++++++++++ icons/inx/gradient_blocks.svg | 74 +++++++++++++ icons/inx/guide_line.svg | 58 ++++++++++ icons/inx/jump_to_stroke.svg | 72 ++++++++++++ icons/inx/jump_to_trim.svg | 84 ++++++++++++++ icons/inx/lettering.svg | 56 ++++++++++ icons/inx/lettering_along_path.svg | 101 +++++++++++++++++ icons/inx/multicolor_satin.svg | 61 ++++++++++ icons/inx/outline.svg | 62 +++++++++++ icons/inx/pattern.svg | 50 +++++++++ icons/inx/pdf_export.svg | 104 +++++++++++++++++ icons/inx/preferences.svg | 87 +++++++++++++++ icons/inx/remove_duplicated_points.svg | 102 +++++++++++++++++ icons/inx/remove_embroidery_settings.svg | 97 ++++++++++++++++ icons/inx/reorder.svg | 94 ++++++++++++++++ icons/inx/satin_to_stroke.svg | 113 +++++++++++++++++++ icons/inx/select_elements.svg | 61 ++++++++++ icons/inx/simulator.svg | 85 ++++++++++++++ icons/inx/stacking_order.svg | 90 +++++++++++++++ icons/inx/stitch_plan_preview.svg | 100 +++++++++++++++++ icons/inx/tartan.svg | 117 ++++++++++++++++++++ icons/inx/test_swatches.svg | 74 +++++++++++++ icons/inx/to_satin.svg | 59 ++++++++++ icons/inx/troubleshoot.svg | 128 +++++++++++++++++++++ icons/inx/undo_stitch_plan.svg | 106 ++++++++++++++++++ icons/inx/unlink_clone.svg | 71 ++++++++++++ icons/inx/update_svg.svg | 108 ++++++++++++++++++ 41 files changed, 3781 insertions(+) create mode 100644 icons/inx/auto_route.svg create mode 100644 icons/inx/break_apart_fill.svg create mode 100644 icons/inx/cleanup_document.svg create mode 100644 icons/inx/color_management.svg create mode 100644 icons/inx/commands.svg create mode 100644 icons/inx/commands_scale.svg create mode 100644 icons/inx/commands_visibility.svg create mode 100644 icons/inx/cut_satin.svg create mode 100644 icons/inx/cutwork.svg create mode 100644 icons/inx/density_map.svg create mode 100644 icons/inx/duplicate_params.svg create mode 100644 icons/inx/element_info.svg create mode 100644 icons/inx/fill_to_stroke.svg create mode 100644 icons/inx/flip_satin.svg create mode 100644 icons/inx/font_management.svg create mode 100644 icons/inx/gradient_blocks.svg create mode 100644 icons/inx/guide_line.svg create mode 100644 icons/inx/jump_to_stroke.svg create mode 100644 icons/inx/jump_to_trim.svg create mode 100644 icons/inx/lettering.svg create mode 100644 icons/inx/lettering_along_path.svg create mode 100644 icons/inx/multicolor_satin.svg create mode 100644 icons/inx/outline.svg create mode 100644 icons/inx/pattern.svg create mode 100644 icons/inx/pdf_export.svg create mode 100644 icons/inx/preferences.svg create mode 100644 icons/inx/remove_duplicated_points.svg create mode 100644 icons/inx/remove_embroidery_settings.svg create mode 100644 icons/inx/reorder.svg create mode 100644 icons/inx/satin_to_stroke.svg create mode 100644 icons/inx/select_elements.svg create mode 100644 icons/inx/simulator.svg create mode 100644 icons/inx/stacking_order.svg create mode 100644 icons/inx/stitch_plan_preview.svg create mode 100644 icons/inx/tartan.svg create mode 100644 icons/inx/test_swatches.svg create mode 100644 icons/inx/to_satin.svg create mode 100644 icons/inx/troubleshoot.svg create mode 100644 icons/inx/undo_stitch_plan.svg create mode 100644 icons/inx/unlink_clone.svg create mode 100644 icons/inx/update_svg.svg (limited to 'icons/inx') diff --git a/icons/inx/auto_route.svg b/icons/inx/auto_route.svg new file mode 100644 index 00000000..6fd513d4 --- /dev/null +++ b/icons/inx/auto_route.svg @@ -0,0 +1,53 @@ + + + + + + diff --git a/icons/inx/break_apart_fill.svg b/icons/inx/break_apart_fill.svg new file mode 100644 index 00000000..572d1083 --- /dev/null +++ b/icons/inx/break_apart_fill.svg @@ -0,0 +1,72 @@ + + + + + + diff --git a/icons/inx/cleanup_document.svg b/icons/inx/cleanup_document.svg new file mode 100644 index 00000000..3e603a7a --- /dev/null +++ b/icons/inx/cleanup_document.svg @@ -0,0 +1,99 @@ + + + + + + diff --git a/icons/inx/color_management.svg b/icons/inx/color_management.svg new file mode 100644 index 00000000..f266efc1 --- /dev/null +++ b/icons/inx/color_management.svg @@ -0,0 +1,74 @@ + + + + + + diff --git a/icons/inx/commands.svg b/icons/inx/commands.svg new file mode 100644 index 00000000..72571d23 --- /dev/null +++ b/icons/inx/commands.svg @@ -0,0 +1,70 @@ + + + + + Ripple stitch target point + diff --git a/icons/inx/commands_scale.svg b/icons/inx/commands_scale.svg new file mode 100644 index 00000000..f11d26f8 --- /dev/null +++ b/icons/inx/commands_scale.svg @@ -0,0 +1,116 @@ + + + + + + + Ripple stitch target point + diff --git a/icons/inx/commands_visibility.svg b/icons/inx/commands_visibility.svg new file mode 100644 index 00000000..8b0c9742 --- /dev/null +++ b/icons/inx/commands_visibility.svg @@ -0,0 +1,167 @@ + + + + + + + + + + Ripple stitch target point + diff --git a/icons/inx/cut_satin.svg b/icons/inx/cut_satin.svg new file mode 100644 index 00000000..7dbce9b8 --- /dev/null +++ b/icons/inx/cut_satin.svg @@ -0,0 +1,84 @@ + + + Trim the thread after sewing this object. + + + + + + + + + + + + diff --git a/icons/inx/cutwork.svg b/icons/inx/cutwork.svg new file mode 100644 index 00000000..373fd1a5 --- /dev/null +++ b/icons/inx/cutwork.svg @@ -0,0 +1,124 @@ + + + + + + diff --git a/icons/inx/density_map.svg b/icons/inx/density_map.svg new file mode 100644 index 00000000..8c3b92e2 --- /dev/null +++ b/icons/inx/density_map.svg @@ -0,0 +1,184 @@ + +0.33.02 + Ignore entire layer when generating stitch plan + + + + + + + + + + + + + + diff --git a/icons/inx/duplicate_params.svg b/icons/inx/duplicate_params.svg new file mode 100644 index 00000000..5147d943 --- /dev/null +++ b/icons/inx/duplicate_params.svg @@ -0,0 +1,121 @@ + + + + + + diff --git a/icons/inx/element_info.svg b/icons/inx/element_info.svg new file mode 100644 index 00000000..f33a2af9 --- /dev/null +++ b/icons/inx/element_info.svg @@ -0,0 +1,74 @@ + + + + + + diff --git a/icons/inx/fill_to_stroke.svg b/icons/inx/fill_to_stroke.svg new file mode 100644 index 00000000..28b17a96 --- /dev/null +++ b/icons/inx/fill_to_stroke.svg @@ -0,0 +1,127 @@ + + + + + + diff --git a/icons/inx/flip_satin.svg b/icons/inx/flip_satin.svg new file mode 100644 index 00000000..fb495cde --- /dev/null +++ b/icons/inx/flip_satin.svg @@ -0,0 +1,110 @@ + + + Trim the thread after sewing this object. + + + + + + + + + + + + diff --git a/icons/inx/font_management.svg b/icons/inx/font_management.svg new file mode 100644 index 00000000..157d39c4 --- /dev/null +++ b/icons/inx/font_management.svg @@ -0,0 +1,92 @@ + + + + + + diff --git a/icons/inx/gradient_blocks.svg b/icons/inx/gradient_blocks.svg new file mode 100644 index 00000000..06aa1ef9 --- /dev/null +++ b/icons/inx/gradient_blocks.svg @@ -0,0 +1,74 @@ + + + + + + diff --git a/icons/inx/guide_line.svg b/icons/inx/guide_line.svg new file mode 100644 index 00000000..e477b1cd --- /dev/null +++ b/icons/inx/guide_line.svg @@ -0,0 +1,58 @@ + + diff --git a/icons/inx/jump_to_stroke.svg b/icons/inx/jump_to_stroke.svg new file mode 100644 index 00000000..f62f23d1 --- /dev/null +++ b/icons/inx/jump_to_stroke.svg @@ -0,0 +1,72 @@ + + + Trim the thread after sewing this object. + + + + + + + + diff --git a/icons/inx/jump_to_trim.svg b/icons/inx/jump_to_trim.svg new file mode 100644 index 00000000..96383143 --- /dev/null +++ b/icons/inx/jump_to_trim.svg @@ -0,0 +1,84 @@ + + + Trim the thread after sewing this object. + + + + + + + + diff --git a/icons/inx/lettering.svg b/icons/inx/lettering.svg new file mode 100644 index 00000000..b414ea52 --- /dev/null +++ b/icons/inx/lettering.svg @@ -0,0 +1,56 @@ + + + + + + diff --git a/icons/inx/lettering_along_path.svg b/icons/inx/lettering_along_path.svg new file mode 100644 index 00000000..b2032fe9 --- /dev/null +++ b/icons/inx/lettering_along_path.svg @@ -0,0 +1,101 @@ + + + + + + diff --git a/icons/inx/multicolor_satin.svg b/icons/inx/multicolor_satin.svg new file mode 100644 index 00000000..6d4fbb5c --- /dev/null +++ b/icons/inx/multicolor_satin.svg @@ -0,0 +1,61 @@ + + + + + + diff --git a/icons/inx/outline.svg b/icons/inx/outline.svg new file mode 100644 index 00000000..bbd5fd8b --- /dev/null +++ b/icons/inx/outline.svg @@ -0,0 +1,62 @@ + + + + + + diff --git a/icons/inx/pattern.svg b/icons/inx/pattern.svg new file mode 100644 index 00000000..6f9a7330 --- /dev/null +++ b/icons/inx/pattern.svg @@ -0,0 +1,50 @@ + + diff --git a/icons/inx/pdf_export.svg b/icons/inx/pdf_export.svg new file mode 100644 index 00000000..d0ecc360 --- /dev/null +++ b/icons/inx/pdf_export.svg @@ -0,0 +1,104 @@ + + + Trim the thread after sewing this object. + + + + + + + + + + + + diff --git a/icons/inx/preferences.svg b/icons/inx/preferences.svg new file mode 100644 index 00000000..2a4a106a --- /dev/null +++ b/icons/inx/preferences.svg @@ -0,0 +1,87 @@ + + + + + + diff --git a/icons/inx/remove_duplicated_points.svg b/icons/inx/remove_duplicated_points.svg new file mode 100644 index 00000000..ae2a5385 --- /dev/null +++ b/icons/inx/remove_duplicated_points.svg @@ -0,0 +1,102 @@ + + + + + + diff --git a/icons/inx/remove_embroidery_settings.svg b/icons/inx/remove_embroidery_settings.svg new file mode 100644 index 00000000..fd06a0b2 --- /dev/null +++ b/icons/inx/remove_embroidery_settings.svg @@ -0,0 +1,97 @@ + + + + + + diff --git a/icons/inx/reorder.svg b/icons/inx/reorder.svg new file mode 100644 index 00000000..a3a3c637 --- /dev/null +++ b/icons/inx/reorder.svg @@ -0,0 +1,94 @@ + + + + + + + + diff --git a/icons/inx/satin_to_stroke.svg b/icons/inx/satin_to_stroke.svg new file mode 100644 index 00000000..92eba526 --- /dev/null +++ b/icons/inx/satin_to_stroke.svg @@ -0,0 +1,113 @@ + +0.33.02 + Ignore entire layer when generating stitch plan + + + + + + + + + + + + + + diff --git a/icons/inx/select_elements.svg b/icons/inx/select_elements.svg new file mode 100644 index 00000000..73253a63 --- /dev/null +++ b/icons/inx/select_elements.svg @@ -0,0 +1,61 @@ + + + + + + diff --git a/icons/inx/simulator.svg b/icons/inx/simulator.svg new file mode 100644 index 00000000..0d866a70 --- /dev/null +++ b/icons/inx/simulator.svg @@ -0,0 +1,85 @@ + + + Trim the thread after sewing this object. + + + + + + + + + + + + diff --git a/icons/inx/stacking_order.svg b/icons/inx/stacking_order.svg new file mode 100644 index 00000000..6a608e90 --- /dev/null +++ b/icons/inx/stacking_order.svg @@ -0,0 +1,90 @@ + + + + + + + + diff --git a/icons/inx/stitch_plan_preview.svg b/icons/inx/stitch_plan_preview.svg new file mode 100644 index 00000000..683a69bf --- /dev/null +++ b/icons/inx/stitch_plan_preview.svg @@ -0,0 +1,100 @@ + + + + + + diff --git a/icons/inx/tartan.svg b/icons/inx/tartan.svg new file mode 100644 index 00000000..c2fca8a6 --- /dev/null +++ b/icons/inx/tartan.svg @@ -0,0 +1,117 @@ + + + + + + diff --git a/icons/inx/test_swatches.svg b/icons/inx/test_swatches.svg new file mode 100644 index 00000000..00c04791 --- /dev/null +++ b/icons/inx/test_swatches.svg @@ -0,0 +1,74 @@ + + + + + + diff --git a/icons/inx/to_satin.svg b/icons/inx/to_satin.svg new file mode 100644 index 00000000..3cd612d2 --- /dev/null +++ b/icons/inx/to_satin.svg @@ -0,0 +1,59 @@ + + + + + + diff --git a/icons/inx/troubleshoot.svg b/icons/inx/troubleshoot.svg new file mode 100644 index 00000000..fcfe0c84 --- /dev/null +++ b/icons/inx/troubleshoot.svg @@ -0,0 +1,128 @@ + +0.33.02 + Ignore entire layer when generating stitch plan + + + + + + + + + + + + + + diff --git a/icons/inx/undo_stitch_plan.svg b/icons/inx/undo_stitch_plan.svg new file mode 100644 index 00000000..2eac85c5 --- /dev/null +++ b/icons/inx/undo_stitch_plan.svg @@ -0,0 +1,106 @@ + + + + + + diff --git a/icons/inx/unlink_clone.svg b/icons/inx/unlink_clone.svg new file mode 100644 index 00000000..e9c6b989 --- /dev/null +++ b/icons/inx/unlink_clone.svg @@ -0,0 +1,71 @@ + + + + diff --git a/icons/inx/update_svg.svg b/icons/inx/update_svg.svg new file mode 100644 index 00000000..a4c91370 --- /dev/null +++ b/icons/inx/update_svg.svg @@ -0,0 +1,108 @@ + +0.33.02 + Ignore entire layer when generating stitch plan + + + + + + + + + + + + + + -- cgit v1.2.3