@gtk-js/icons-gtk4 0.1.1

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.
Files changed (127) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/build.ts +6 -0
  3. package/package.json +24 -0
  4. package/src/icons/application-x-executable.ts +3 -0
  5. package/src/icons/audio-volume-high.ts +3 -0
  6. package/src/icons/audio-volume-low.ts +3 -0
  7. package/src/icons/audio-volume-medium.ts +3 -0
  8. package/src/icons/audio-volume-muted.ts +3 -0
  9. package/src/icons/bookmark-new.ts +3 -0
  10. package/src/icons/caps-lock.ts +3 -0
  11. package/src/icons/changes-allow.ts +3 -0
  12. package/src/icons/changes-prevent.ts +3 -0
  13. package/src/icons/color-select.ts +3 -0
  14. package/src/icons/dialog-error.ts +3 -0
  15. package/src/icons/dialog-information.ts +3 -0
  16. package/src/icons/dialog-password.ts +3 -0
  17. package/src/icons/dialog-question.ts +3 -0
  18. package/src/icons/dialog-warning.ts +3 -0
  19. package/src/icons/display-brightness.ts +3 -0
  20. package/src/icons/document-open-recent.ts +3 -0
  21. package/src/icons/document-open.ts +3 -0
  22. package/src/icons/document-save-as.ts +3 -0
  23. package/src/icons/document-save.ts +3 -0
  24. package/src/icons/drive-harddisk.ts +3 -0
  25. package/src/icons/edit-clear-all.ts +3 -0
  26. package/src/icons/edit-clear-symbolic-rtl.ts +3 -0
  27. package/src/icons/edit-clear.ts +3 -0
  28. package/src/icons/edit-copy.ts +3 -0
  29. package/src/icons/edit-cut.ts +3 -0
  30. package/src/icons/edit-delete.ts +3 -0
  31. package/src/icons/edit-find.ts +3 -0
  32. package/src/icons/edit-paste.ts +3 -0
  33. package/src/icons/edit-select-all.ts +3 -0
  34. package/src/icons/emblem-important.ts +3 -0
  35. package/src/icons/emblem-system.ts +3 -0
  36. package/src/icons/emoji-activities.ts +3 -0
  37. package/src/icons/emoji-body.ts +3 -0
  38. package/src/icons/emoji-flags.ts +3 -0
  39. package/src/icons/emoji-food.ts +3 -0
  40. package/src/icons/emoji-nature.ts +3 -0
  41. package/src/icons/emoji-objects.ts +3 -0
  42. package/src/icons/emoji-people.ts +3 -0
  43. package/src/icons/emoji-recent.ts +3 -0
  44. package/src/icons/emoji-symbols.ts +3 -0
  45. package/src/icons/emoji-travel.ts +3 -0
  46. package/src/icons/face-smile-big.ts +3 -0
  47. package/src/icons/face-smile.ts +3 -0
  48. package/src/icons/find-location.ts +3 -0
  49. package/src/icons/folder-documents.ts +3 -0
  50. package/src/icons/folder-download.ts +3 -0
  51. package/src/icons/folder-music.ts +3 -0
  52. package/src/icons/folder-new.ts +3 -0
  53. package/src/icons/folder-pictures.ts +3 -0
  54. package/src/icons/folder-publicshare.ts +3 -0
  55. package/src/icons/folder-remote.ts +3 -0
  56. package/src/icons/folder-saved-search.ts +3 -0
  57. package/src/icons/folder-templates.ts +3 -0
  58. package/src/icons/folder-videos.ts +3 -0
  59. package/src/icons/folder.ts +3 -0
  60. package/src/icons/function-linear.ts +3 -0
  61. package/src/icons/gesture-pinch.ts +3 -0
  62. package/src/icons/gesture-rotate-anticlockwise.ts +3 -0
  63. package/src/icons/gesture-rotate-clockwise.ts +3 -0
  64. package/src/icons/gesture-stretch.ts +3 -0
  65. package/src/icons/gesture-swipe-left.ts +3 -0
  66. package/src/icons/gesture-swipe-right.ts +3 -0
  67. package/src/icons/gesture-two-finger-swipe-left.ts +3 -0
  68. package/src/icons/gesture-two-finger-swipe-right.ts +3 -0
  69. package/src/icons/go-down.ts +3 -0
  70. package/src/icons/go-next-symbolic-rtl.ts +3 -0
  71. package/src/icons/go-next.ts +3 -0
  72. package/src/icons/go-previous-symbolic-rtl.ts +3 -0
  73. package/src/icons/go-previous.ts +3 -0
  74. package/src/icons/go-up.ts +3 -0
  75. package/src/icons/info-outline.ts +3 -0
  76. package/src/icons/insert-image.ts +3 -0
  77. package/src/icons/insert-object.ts +3 -0
  78. package/src/icons/list-add.ts +3 -0
  79. package/src/icons/list-remove-all.ts +3 -0
  80. package/src/icons/list-remove.ts +3 -0
  81. package/src/icons/media-eject.ts +3 -0
  82. package/src/icons/media-playback-pause.ts +3 -0
  83. package/src/icons/media-playback-start.ts +3 -0
  84. package/src/icons/media-playback-stop.ts +3 -0
  85. package/src/icons/media-playlist-repeat.ts +3 -0
  86. package/src/icons/media-record.ts +3 -0
  87. package/src/icons/network-server.ts +3 -0
  88. package/src/icons/network-workgroup.ts +3 -0
  89. package/src/icons/object-select.ts +3 -0
  90. package/src/icons/open-menu.ts +3 -0
  91. package/src/icons/orientation-landscape-inverse.ts +3 -0
  92. package/src/icons/orientation-landscape.ts +3 -0
  93. package/src/icons/orientation-portrait-inverse.ts +3 -0
  94. package/src/icons/orientation-portrait.ts +3 -0
  95. package/src/icons/pan-down.ts +3 -0
  96. package/src/icons/pan-end-symbolic-rtl.ts +3 -0
  97. package/src/icons/pan-end.ts +3 -0
  98. package/src/icons/pan-start-symbolic-rtl.ts +3 -0
  99. package/src/icons/pan-start.ts +3 -0
  100. package/src/icons/pan-up.ts +3 -0
  101. package/src/icons/printer.ts +3 -0
  102. package/src/icons/process-working.ts +3 -0
  103. package/src/icons/switch-off.ts +3 -0
  104. package/src/icons/switch-on.ts +3 -0
  105. package/src/icons/system-run.ts +3 -0
  106. package/src/icons/system-search.ts +3 -0
  107. package/src/icons/text-x-generic.ts +3 -0
  108. package/src/icons/user-desktop.ts +3 -0
  109. package/src/icons/user-home.ts +3 -0
  110. package/src/icons/user-trash.ts +3 -0
  111. package/src/icons/value-decrease.ts +3 -0
  112. package/src/icons/value-increase.ts +3 -0
  113. package/src/icons/view-conceal.ts +3 -0
  114. package/src/icons/view-fullscreen.ts +3 -0
  115. package/src/icons/view-grid.ts +3 -0
  116. package/src/icons/view-list.ts +3 -0
  117. package/src/icons/view-more.ts +3 -0
  118. package/src/icons/view-refresh.ts +3 -0
  119. package/src/icons/view-reveal.ts +3 -0
  120. package/src/icons/window-close.ts +3 -0
  121. package/src/icons/window-maximize.ts +3 -0
  122. package/src/icons/window-minimize.ts +3 -0
  123. package/src/icons/window-restore.ts +3 -0
  124. package/src/icons/zoom-in.ts +3 -0
  125. package/src/icons/zoom-original.ts +3 -0
  126. package/src/icons/zoom-out.ts +3 -0
  127. package/src/index.ts +125 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,26 @@
1
+ # @gtk-js/gtk4-icons
2
+
3
+ ## 0.1.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 0982123: Bump all packages past burned npm versions
8
+ - Updated dependencies [0982123]
9
+ - @gtk-js/icon-helpers@0.1.1
10
+
11
+ ## 0.2.0
12
+
13
+ ### Patch Changes
14
+
15
+ - @gtk-js/icon-helpers@0.2.0
16
+
17
+ ## 0.1.0
18
+
19
+ ### Minor Changes
20
+
21
+ - f9da446: Testing CI publishing
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [f9da446]
26
+ - @gtk-js/icon-helpers@0.1.0
package/build.ts ADDED
@@ -0,0 +1,6 @@
1
+ import { buildIconPackage } from "@gtk-js/icon-helpers/build";
2
+
3
+ await buildIconPackage(
4
+ new URL("../../upstream/gtk/gtk/icons/", import.meta.url).pathname,
5
+ new URL(".", import.meta.url).pathname,
6
+ );
package/package.json ADDED
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "@gtk-js/icons-gtk4",
3
+ "publishConfig": {
4
+ "access": "public"
5
+ },
6
+ "version": "0.1.1",
7
+ "type": "module",
8
+ "main": "src/index.ts",
9
+ "exports": {
10
+ ".": "./src/index.ts"
11
+ },
12
+ "scripts": {
13
+ "build": "bun build.ts"
14
+ },
15
+ "dependencies": {
16
+ "@gtk-js/icon-helpers": "0.1.1"
17
+ },
18
+ "peerDependencies": {
19
+ "react": "^18 || ^19"
20
+ },
21
+ "devDependencies": {
22
+ "@types/react": "^19"
23
+ }
24
+ }
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const ApplicationXExecutable = createGtkIcon("application-x-executable", [["path",{"d":"M 1.73873818 6.21106672 L 6.21106672 1.73873818 C 7.19906664 0.750738025, 8.80093098 0.750738025, 9.78892994 1.73873806 L 14.2612591 6.21106672 C 15.2492628 7.19906664, 15.2492628 8.80093098, 14.2612591 9.78892994 L 9.78892994 14.2612591 C 8.80093098 15.2492628, 7.19906664 15.2492628, 6.21106672 14.2612591 L 1.73873818 9.78892994 C 0.750738025 8.80093098, 0.750738025 7.19906664, 1.73873818 6.21106672 Z","strokeWidth":"1.7733","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 13.5856009 9.04307747 L 14.2131491 8.26449966 M 8.04034042 12.9310541 L 7.10757923 13.2915487 M 7.85145187 11.1303988 L 6.86340904 10.9762144 M 8.57223988 9.48901844 L 7.79366207 8.86147022 M 9.89860439 8.46706009 L 9.53811073 7.53429937 M 11.8492432 8.21189404 L 12.0034266 7.22385263 M 14.2612591 9.78892994 C 13.6069469 8.76167393, 12.4535284 8.13633823, 11.2107868 8.17143726 C 9.79066658 8.21154594, 8.53567696 9.1061182, 8.0345602 10.4354916 C 7.5334425 11.7648649, 7.88562679 13.2652731, 8.92589569 14.2328434 C 9.10175705 14.3940506, 9.2634964 14.5170078, 9.39232731 14.6055918","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const AudioVolumeHigh = createGtkIcon("audio-volume-high", [["path",{"d":"M 6 3 L 6 13 L 3 10 L 1 10 L 1 6 L 3 6 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 10.1852732 4.95939684 C 11.2715759 6.84092855, 11.2715759 9.15907097, 10.1852732 11.0406027","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 13.5790482 2.99999976 C 15.3653765 6.09401035, 15.3653765 9.90598965, 13.5790482 13","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 6 3 L 6 13 L 3 10 L 1 10 L 1 6 L 3 6 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fillRule":"nonzero","fill":"currentColor"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const AudioVolumeLow = createGtkIcon("audio-volume-low", [["path",{"d":"M 6 3 L 6 13 L 3 10 L 1 10 L 1 6 L 3 6 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fillRule":"nonzero","fill":"currentColor"}],["path",{"d":"M 10.1852732 4.95939684 C 11.2715759 6.84092855, 11.2715759 9.15907097, 10.1852732 11.0406027","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 6 3 L 6 13 L 3 10 L 1 10 L 1 6 L 3 6 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const AudioVolumeMedium = createGtkIcon("audio-volume-medium", [["path",{"d":"M 6 3 L 6 13 L 3 10 L 1 10 L 1 6 L 3 6 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fillRule":"nonzero","fill":"currentColor"}],["path",{"d":"M 10.1852732 4.95939684 C 11.2715759 6.84092855, 11.2715759 9.15907097, 10.1852732 11.0406027","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 13.5790482 2.99999976 C 15.3653765 6.09401035, 15.3653765 9.90598965, 13.5790482 13","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","strokeOpacity":"0.2","stroke":"currentColor","fill":"none"}],["path",{"d":"M 6 3 L 6 13 L 3 10 L 1 10 L 1 6 L 3 6 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const AudioVolumeMuted = createGtkIcon("audio-volume-muted", [["path",{"d":"M 6 3 L 6 13 L 3 10 L 1 10 L 1 6 L 3 6 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 10 10 L 14 6 M 10 6 L 14 10","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 6 3 L 6 13 L 3 10 L 1 10 L 1 6 L 3 6 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fillRule":"nonzero","fill":"currentColor"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const BookmarkNew = createGtkIcon("bookmark-new", [["path",{"d":"M 6 11 L 2 13 L 2 3 C 2 1.89543045, 2.89543056 1, 4 1 L 8 1 C 9.10456944 1, 10 1.89543045, 10 3 L 10 6 M 9 12 L 15 12 M 12 9 L 12 15","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const CapsLock = createGtkIcon("caps-lock", [["path",{"d":"M 6 7 L 6 11 L 10 11 L 10 7 L 12.5 7 L 8 2 L 3.5 7 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 6 14 L 10 14","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const ChangesAllow = createGtkIcon("changes-allow", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 11 9 L 11 4 C 11 2.34314585, 9.65685463 1, 8 1 C 6.34314585 1, 5 2.34314585, 5 4 L 5 5 M 3 15 L 3 10 C 3 9.39999962, 3.4000001 9, 4 9 L 12 9 C 12.6000004 9, 13 9.39999962, 13 10 L 13 15 L 3 15 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const ChangesPrevent = createGtkIcon("changes-prevent", [["path",{"d":"M 11 8 L 11 5 C 11 3.34314585, 9.65685463 2, 8 2 C 6.34314585 2, 5 3.34314585, 5 5 L 5 8","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 3 14 L 3 9 C 3 8.39999962, 3.4000001 8, 4 8 L 12 8 C 12.6000004 8, 13 8.39999962, 13 9 L 13 14 L 3 14 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const ColorSelect = createGtkIcon("color-select", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 1 15 L 2 14 L 2 12 L 8 6 L 10 8 L 4 14 L 2 14"}],["path",{"fill":"none","fillOpacity":"0.25","fillRule":"nonzero","stroke":"currentColor","strokeOpacity":"1","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","strokeMiterlimit":"4","d":"M 6 4 L 6.844 3.156 C 7.48248 2.51765, 8.51752 2.51765, 9.156 3.156 L 10 4 L 11.71 2.277 C 11.9778 2.00717, 12.342 1.85507, 12.7222 1.85432 C 13.1023 1.85357, 13.4671 2.00423, 13.736 2.273 C 14.2809 2.83392, 14.2697 3.72985, 13.711 4.277 L 12 6 L 12.844 6.844 C 13.4823 7.48248, 13.4823 8.51752, 12.844 9.156 L 12 10 Z"}],["path",{"fill":"currentColor","fillOpacity":"1","fillRule":"nonzero","stroke":"none","strokeOpacity":"1","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","strokeMiterlimit":"4","d":"M 6 4 L 6.844 3.156 C 7.48248 2.51765, 8.51752 2.51765, 9.156 3.156 L 10 4 L 11.71 2.277 C 11.9778 2.00717, 12.342 1.85507, 12.7222 1.85432 C 13.1023 1.85357, 13.4671 2.00423, 13.736 2.273 C 14.2809 2.83392, 14.2697 3.72985, 13.711 4.277 L 12 6 L 12.844 6.844 C 13.4823 7.48248, 13.4823 8.51752, 12.844 9.156 L 12 10 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const DialogError = createGtkIcon("dialog-error", [["path",{"d":"M 8 1 C 4.12890577 1, 1 4.12890577, 1 8 C 1 11.8710938, 4.12890577 15, 8 15 C 11.8710938 15, 15 11.8710938, 15 8 C 15 4.12890577, 11.8710938 1, 8 1 Z M 5.4968462 6.26896524 L 10.5169458 6.26896524 C 11.476017 6.26896524, 12.2534981 7.04644632, 12.2534981 8.00551796 L 12.2534981 8.00827789 C 12.2534971 8.9673481, 11.476016 9.74482822, 10.5169458 9.74482822 L 5.4968462 9.74482822 C 4.53777504 9.74482822, 3.7602942 8.96734715, 3.7602942 8.00827599 L 3.7602942 8.00551605 C 3.76029515 7.04644537, 4.53777552 6.26896524, 5.4968462 6.26896524 Z","stroke":"none","fillRule":"nonzero","fill":"currentColor"}],["path",{"d":"M 8 1 C 4.12890577 1, 1 4.12890577, 1 8 C 1 11.8710938, 4.12890577 15, 8 15 C 11.8710938 15, 15 11.8710938, 15 8 C 15 4.12890577, 11.8710938 1, 8 1 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 5.4968462 6.26896524 L 10.5169458 6.26896524 C 11.476017 6.26896524, 12.2534981 7.04644632, 12.2534981 8.00551796 L 12.2534981 8.00827789 C 12.2534971 8.9673481, 11.476016 9.74482822, 10.5169458 9.74482822 L 5.4968462 9.74482822 C 4.53777504 9.74482822, 3.7602942 8.96734715, 3.7602942 8.00827599 L 3.7602942 8.00551605 C 3.76029515 7.04644537, 4.53777552 6.26896524, 5.4968462 6.26896524 Z","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const DialogInformation = createGtkIcon("dialog-information", [["path",{"d":"M 4.59518576 9 L 5.25358295 10 M 11.2320251 8.99999905 L 10.6293793 10 M 5.25358295 10 L 10.6293793 10 L 10 13 L 6 13 Z M 4.59518576 9 C 2.76247311 7.16728687, 2.76247311 4.19587278, 4.59518576 2.36316013 C 6.42789841 0.530447721, 9.39931202 0.530447841, 11.2320251 2.36316013 C 13.0647383 4.19587278, 13.0647383 7.16728735, 11.2320251 8.99999905 M 7 14 L 9 14 C 9 14.5522852, 8.55228519 15, 8 15 C 7.44771528 15, 7 14.5522852, 7 14 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const DialogPassword = createGtkIcon("dialog-password", [["path",{"fill":"none","stroke":"currentColor","strokeOpacity":"1","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","strokeMiterlimit":"4","strokeDashoffset":"3.20001","d":"M 10.8060446 1.60089612 L 14.3522787 5.14713001 C 15.1586771 5.95352793, 15.1586771 7.25191641, 14.3522787 8.05831528 L 11.9801216 10.4304724 C 11.1737232 11.2368698, 9.87533474 11.2368698, 9.06893635 10.4304724 L 5.52270269 6.88423872 C 4.7163043 6.07784033, 4.7163043 4.77945137, 5.52270317 3.97305322 L 7.89485979 1.60089612 C 8.70125866 0.794497788, 9.99964714 0.794497788, 10.8060446 1.60089612 Z M 5.27647161 6.58798218 L 1 11 L 1 15 L 5.00000048 15 L 5.00000048 13 L 7.00000048 13 L 7.00000048 11 L 9 11 L 9 10.361536"}],["path",{"fill":"none","stroke":"currentColor","strokeOpacity":"1","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","strokeMiterlimit":"4","strokeDasharray":"none","strokeDashoffset":"3.20001","d":"M 10 3.6965518 L 11.972414 5.62758636"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const DialogQuestion = createGtkIcon("dialog-question", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 6.70555 1.519 L 1.519 6.70555 C 0.804098 7.42045, 0.804098 8.57955, 1.519 9.29445 L 6.70555 14.481 C 7.42045 15.1959, 8.57955 15.1959, 9.29445 14.481 L 14.481 9.29445 C 15.1959 8.57955, 15.1959 7.42045, 14.481 6.70555 L 9.29445 1.519 C 8.57955 0.804098, 7.46227 0.813653, 6.70555 1.519 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"butt","strokeLinejoin":"miter","d":"M 6 7 C 6 5.89543, 6.89543 5, 8 5 C 9.10457 5, 10 5.89543, 10 7 C 10 8.5971, 8 8.69847, 8 10"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 7.95703 12 L 8.04688 12"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const DialogWarning = createGtkIcon("dialog-warning", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 5.65291 2.4334 L 1.34709 10.5666 C 0.851478 11.5028, 0.882517 12.6301, 1.42889 13.5376 C 1.97526 14.4451, 2.9571 15, 4.01636 15 L 11.9836 15 C 13.0429 15, 14.0247 14.4451, 14.5711 13.5376 C 15.1175 12.6301, 15.1485 11.5028, 14.6529 10.5666 L 10.3471 2.4334 C 9.88683 1.56401, 8.9837 1.02026, 8 1.02026 C 7.0163 1.02026, 6.11317 1.56401, 5.65291 2.4334 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 8 5 L 8 9"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 7.97656 12 L 8.05859 12"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const DisplayBrightness = createGtkIcon("display-brightness", [["path",{"d":"M 14 8 L 15 8 M 12.2799997 3.71000004 L 13 3.00999999 M 8 2 L 8 1 M 3.72000003 3.71000004 L 3 3 M 1 8 L 2 8 M 3 12.9899998 L 3.72000003 12.2799997 M 8 15 L 8 14 M 13 13 L 12.2799997 12.2799997","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 6 6 C 4.89543056 7.10456944, 4.89543056 8.89543056, 6 10 C 7.10456944 11.1045694, 8.89543056 11.1045694, 10 10 C 11.1045694 8.89543056, 11.1045694 7.10456944, 10 6 C 8.89543056 4.89543056, 7.10456944 4.89543056, 6 6 Z","strokeWidth":"1.88168","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const DocumentOpenRecent = createGtkIcon("document-open-recent", [["path",{"d":"M 15 8 C 15 11.8659935, 11.8659935 15, 8 15 C 4.13400698 15, 1 11.8659935, 1 8 C 1 4.13400698, 4.13400698 1, 8 1 C 11.8659935 1, 15 4.13400698, 15 8 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 8.5 8.5 C 8.5 8.77614212, 8.27614212 9, 8 9 C 7.7238574 9, 7.5 8.77614212, 7.5 8.5 C 7.5 8.22385788, 7.7238574 8, 8 8 C 8.27614212 8, 8.5 8.22385788, 8.5 8.5 Z M 6 6.5079999 L 7.64639044 8.15439034 M 8.35470486 8.15550613 L 11.5299997 5","strokeWidth":"0.75","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const DocumentOpen = createGtkIcon("document-open", [["path",{"d":"M 4 11 L 5.47399998 8.05200005 C 5.79666519 7.40714836, 6.4559269 6.99990034, 7.17700005 7 L 13.2370005 7 C 13.8192186 6.99966431, 14.3634796 7.28890514, 14.6889772 7.77163696 C 15.0144749 8.25436878, 15.0785809 8.86736965, 14.8599997 9.40699959 L 13.4099998 12.9899998 C 13.1625767 13.600914, 12.5691166 14.0005112, 11.9099998 14 L 2.79999995 14 C 1.80588734 14, 0.999999821 13.1941128, 1 12.1999998 L 1 4.26599979 C 1.00000012 3.01452255, 2.01452279 2, 3.26600003 2 L 6 2 L 8 4 L 11 4 C 12.1045694 4, 13 4.89543056, 13 6 L 13 7","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const DocumentSaveAs = createGtkIcon("document-save-as", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 2 15 L 14 15 M 5 9 L 8 12 L 11 9 M 8 5 L 8 12"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 11.5536556 1.49711573 L 11.475626 1.49711573 M 8.04250622 1.49711573 L 7.96447611 1.49711573 M 4.54479599 1.49711573 L 4.46676588 1.49711573"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const DocumentSave = createGtkIcon("document-save", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 2 15 L 14 15 M 5 9 L 8 12 L 11 9 M 8 2 L 8 12"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const DriveHarddisk = createGtkIcon("drive-harddisk", [["path",{"d":"M 2 13 L 2 3 C 2 1.89999998, 2.9000001 1, 4 1 L 12 1 C 13.1045694 1, 14 1.89543045, 14 3 L 14 13 C 14 14.1045694, 13.1045694 15, 12 15 L 4 15 C 2.89543056 15, 2 14.1045694, 2 13 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 5.53448296 10 L 8 10 C 6.34314585 10, 5 8.65685463, 5 7 L 5 9.46551704 C 5 9.76070404, 5.23929596 10, 5.53448296 10 Z M 11 7 C 11 8.65685463, 9.65685463 10, 8 10 C 6.34314585 10, 5 8.65685463, 5 7 C 5 5.34314585, 6.34314585 4, 8 4 C 9.65685463 4, 11 5.34314585, 11 7 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 14 10.75 C 14 11.8545694, 13.1045694 12.75, 12 12.75 L 4 12.75 C 2.89543056 12.75, 2 11.8545694, 2 10.75","strokeWidth":"0.5","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EditClearAll = createGtkIcon("edit-clear-all", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 8 7 L 14 7 C 14.5539999 7, 15 7.4460001, 15 8 L 15 14 C 15 14.5539999, 14.5539999 15, 14 15 L 8 15 C 7.4460001 15, 7 14.5539999, 7 14 L 7 8 C 7 7.4460001, 7.4460001 7, 8 7 M 12 4 L 7.36199999 4 C 6.47017956 3.99946904, 5.61473322 4.353508, 4.98412085 4.98412085 C 4.353508 5.61473322, 3.99946904 6.47017956, 4 7.36199999 L 4 12 M 1 9 L 1 6.80000019 C 1.00000012 3.59674859, 3.59674859 1.00000012, 6.80000019 1.00000012 L 9 1"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","d":"M 12.5139999 12.4919996 L 9.50800037 9.50800037 M 9.50800037 12.5139999 L 12.5139999 9.50800037"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EditClearSymbolicRtl = createGtkIcon("edit-clear-symbolic-rtl", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 14 7 L 11 4 C 10.360652 3.35843349, 9.49174309 2.99848771, 8.58600044 3 L 3 3 C 1.89543056 3, 1 3.89543056, 1 5 L 1 11 C 1 12.1045694, 1.89543056 13, 3 13 L 9.58600044 13 C 10.4796619 13.0002317, 11.3249168 12.5939798, 11.8830004 11.8959999 L 14.1169996 9.10400009 C 14.6196651 8.47526169, 14.5692759 7.56912947, 14 7 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","d":"M 8 10 L 4 6 M 8 6 L 4 10"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EditClear = createGtkIcon("edit-clear", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 2 7 L 5 4 C 5.63935 3.35843, 6.50826 2.99849, 7.414 3 L 13 3 C 14.1046 3, 15 3.89543, 15 5 L 15 11 C 15 12.1046, 14.1046 13, 13 13 L 6.414 13 C 5.52034 13.0002, 4.67508 12.594, 4.117 11.896 L 1.883 9.104 C 1.38034 8.47526, 1.43072 7.56913, 2 7 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","d":"M 8 10 L 12 6 M 8 6 L 12 10"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EditCopy = createGtkIcon("edit-copy", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 3 10 C 1.89543045 10, 1 9.10456944, 1 8 L 1 3 C 1 1.89543045, 1.89543045 1, 3 1 L 8 1 C 9.10456944 1, 10 1.89543045, 10 3 M 6 8 L 6 13 C 6 14.1045694, 6.89543056 15, 8 15 L 13 15 C 14.1045694 15, 15 14.1045694, 15 13 L 15 8 C 15 6.89543056, 14.1045694 6, 13 6 L 8 6 C 6.89543056 6, 6 6.89543056, 6 8 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EditCut = createGtkIcon("edit-cut", [["path",{"fill":"none","stroke":"currentColor","strokeOpacity":"1","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","strokeMiterlimit":"4","d":"M 10 12 C 10 13.1046, 9.10457 14, 8 14 C 6.89543 14, 6 13.1046, 6 12 C 6 10.8954, 6.89543 10, 8 10 C 9.10457 10, 10 10.8954, 10 12 Z M 6 5 C 6 6.10457, 5.10457 7, 4 7 C 2.89543 7, 2 6.10457, 2 5 C 2 3.89543, 2.89543 3, 4 3 C 5.10457 3, 6 3.89543, 6 5 Z M 12 3 L 6.302 10.944 M 14 7 L 4 7"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EditDelete = createGtkIcon("edit-delete", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 1 8 C 1 11.8659935, 4.13400698 15, 8 15 C 11.8659935 15, 15 11.8659935, 15 8 C 15 4.13400698, 11.8659935 1, 8 1 C 4.13400698 1, 1 4.13400698, 1 8 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 6 6 L 10 10 M 10 6 L 6 10"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EditFind = createGtkIcon("edit-find", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 14 14 L 10.3891 10.3891 M 12 6.51379 C 11.9924 9.55136, 9.52377 12.0076, 6.48621 12 C 3.44864 11.9924, 0.992382 9.52377, 1 6.48621 C 1.00762 3.44864, 3.47623 0.992382, 6.51379 1 C 9.55136 1.00762, 12.0076 3.47623, 12 6.51379 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EditPaste = createGtkIcon("edit-paste", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 9.89400005 2 L 12.0209999 2 C 13.1169996 2, 14 2.8829999, 14 3.97900009 L 14 13.0209999 C 14.0010653 13.5461893, 13.7929058 14.0501747, 13.4215403 14.4215403 C 13.0501747 14.7929058, 12.5461893 15.0010653, 12.0209999 15 L 3.97900009 15 C 3.45381093 15.0010653, 2.94982553 14.7929058, 2.57845998 14.4215403 C 2.20709443 14.0501747, 1.9989351 13.5461893, 2 13.0209999 L 2 3.97900009 C 2 2.8829999, 2.8829999 2, 3.97900009 2 L 6.10599995 2"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","d":"M 6.48999977 4 L 9.51000023 4 C 9.78061962 3.99999976, 10 3.78061938, 10 3.50999999 L 10 2.49000001 C 9.76172829 2.42015433, 9.46259785 2.12353921, 9.65400028 1.65400004 L 9.34599972 1.34599996 C 9.12437534 1.12416971, 8.82357025 0.999673903, 8.51000023 1 L 7.48999977 1 C 7.17642975 0.999673784, 6.87562466 1.12416959, 6.65399981 1.34599996 L 6.34600019 1.65400004 C 6.53740215 2.17407036, 6.23827219 2.34875083, 6 2.49000001 L 6 3.50999999 C 6 3.78061938, 6.21938038 3.99999976, 6.48999977 4 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EditSelectAll = createGtkIcon("edit-select-all", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 6 1 L 5 1 M 11 1 L 9 1 M 15 6 L 15 5 M 15 11 L 15 9 M 10 15 L 11 15 M 5 15 L 7 15 M 1 10 L 1 11 M 1 5 L 1 7 M 5.02799988 9 L 6.97200012 9 C 6.98799992 9, 7 9.01200008, 7 9.02799988 L 7 10.9720001 C 6.9990263 10.9870424, 6.98704243 10.9990263, 6.97200012 11 L 5.02799988 11 C 5.01295757 10.9990263, 5.0009737 10.9870424, 5 10.9720001 L 5 9.02799988 C 5 9.01200008, 5.01200008 9, 5.02799988 9 Z M 9.02799988 5 L 10.9720001 5 C 10.9879999 5, 11 5.01200008, 11 5.02799988 L 11 6.97200012 C 10.9990263 6.98704243, 10.9870424 6.9990263, 10.9720001 7 L 9.02799988 7 C 9.01295757 6.9990263, 9.0009737 6.98704243, 9 6.97200012 L 9 5.02799988 C 9 5.01200008, 9.01200008 5, 9.02799988 5 Z M 10.0279999 10 L 10.9720001 10 C 10.9879999 10, 11 10.0120001, 11 10.0279999 L 11 10.9720001 C 10.9990263 10.9870424, 10.9870424 10.9990263, 10.9720001 11 L 10.0279999 11 C 10.0129576 10.9990263, 10.0009737 10.9870424, 10 10.9720001 L 10 10.0279999 C 10 10.0120001, 10.0120001 10, 10.0279999 10 Z M 5.02799988 5 L 5.97200012 5 Q 5.99800014 5.00199986, 6 5.02799988 L 6 5.97200012 C 5.9990263 5.98704243, 5.98704243 5.9990263, 5.97200012 6 L 5.02799988 6 C 5.01295757 5.9990263, 5.0009737 5.98704243, 5 5.97200012 L 5 5.02799988 Q 5.00199986 5.00199986, 5.02799988 5 Z M 14 1 L 15 1 L 15 2 L 14 2 Z M 1 14 L 2 14 L 2 15 L 1 15 Z M 14 14 L 15 14 L 15 15 L 14 15 Z M 1 1 L 2 1 L 2 2 L 1 2 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EmblemImportant = createGtkIcon("emblem-important", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 1 8 C 1 11.8659935, 4.13400698 15, 8 15 C 11.8659935 15, 15 11.8659935, 15 8 C 15 4.13400698, 11.8659935 1, 8 1 C 4.13400698 1, 1 4.13400698, 1 8 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 8.09550667 11 C 8.09550667 11.0527468, 8.05274677 11.0955057, 8 11.0955057 C 7.9472537 11.0955057, 7.90449429 11.0527468, 7.90449381 11 C 7.90449429 10.9472532, 7.9472537 10.9044943, 8 10.9044943 C 8.05274677 10.9044943, 8.09550667 10.9472532, 8.09550667 11 M 8 4 L 8 8"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EmblemSystem = createGtkIcon("emblem-system", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 9.5 10.0710001 L 9.5 11.5 M 9.5 10.0710001 C 10.2930002 10.0710001, 11.0249996 9.81200027, 11.6169996 9.3739996 M 9.5 10.0710001 C 8.70699978 10.0710001, 7.9749999 9.81200027, 7.3829999 9.3739996 M 9.5 2.9289999 L 9.5 1.5 M 9.5 2.9289999 C 10.2930002 2.9289999, 11.0249996 3.18799996, 11.6169996 3.62599993 M 9.5 2.9289999 C 8.70699978 2.9289999, 7.9749999 3.18799996, 7.3829999 3.62599993 M 11.6169996 3.62599993 L 12.4280005 2.45700002 M 11.618 3.62599993 C 12.2175016 4.06999969, 12.6632748 4.69023705, 12.8929996 5.4000001 M 7.3829999 3.62599993 L 6.57600021 2.45700002 M 7.3829999 3.62599993 C 6.78270769 4.06965256, 6.33619928 4.6899395, 6.10599995 5.4000001 M 11.6169996 9.3739996 L 12.4280005 10.5500002 M 11.618 9.3739996 C 12.2175007 8.93000031, 12.6632748 8.30976295, 12.8929996 7.5999999 M 7.3829999 9.3739996 L 6.57600021 10.5500002 M 7.3829999 9.3739996 C 6.78270817 8.93034744, 6.33619976 8.3100605, 6.10599995 7.5999999 M 6.10599995 5.4000001 L 4.75 4.95699978 M 6.10599995 5.4000001 C 5.87699986 6.11000013, 5.87699986 6.88999987, 6.10599995 7.5999999 M 6.10599995 7.5999999 L 4.75 8.05000019 M 12.8940001 7.5999999 L 14.25 8.05000019 M 12.8940001 7.5999999 C 13.1230001 6.88999987, 13.1230001 6.11000013, 12.8940001 5.4000001 M 12.8940001 5.4000001 L 14.25 4.95699978"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 4 12.5 C 4 13.3284273, 3.32842708 14, 2.5 14 C 1.67157292 14, 1 13.3284273, 1 12.5 C 1 11.6715727, 1.67157292 11, 2.5 11 C 3.32842708 11, 4 11.6715727, 4 12.5 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EmojiActivities = createGtkIcon("emoji-activities", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 1 8 C 1 11.8659935, 4.13400698 15, 8 15 C 11.8659935 15, 15 11.8659935, 15 8 C 15 4.13400698, 11.8659935 1, 8 1 C 4.13400698 1, 1 4.13400698, 1 8 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","d":"M 1.21347904 9.71184921 C 2.74070096 8.65392876, 4.79530287 8.78681278, 6.17352629 10.0326471 C 7.55174971 11.2784815, 7.89075089 13.3092756, 6.99191427 14.9352198"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","d":"M 14.7545033 6.18365192 C 13.1960068 7.32041836, 11.0673723 7.26497984, 9.57016087 6.04863071 C 8.07294941 4.83228159, 7.58271503 2.76012659, 8.37618351 1.00184441"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EmojiBody = createGtkIcon("emoji-body", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 2 8 L 5 8 L 6.73000002 1.94299996 C 6.88940573 1.38484669, 7.39952993 1.00000906, 7.98000002 0.99999994 L 8.02000046 1 C 8.56123924 1.00000024, 9 1.43876112, 9 1.98000002 L 9 5 L 12 5 C 13.1045694 5, 14 5.89543056, 14 7 L 13.283 12.0200005 C 13.1207504 13.1561613, 12.147687 14.0000792, 11 14 L 2 14 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EmojiFlags = createGtkIcon("emoji-flags", [["path",{"d":"M 3 2 L 3 11 L 5 11 C 8 11, 7.26037788 13, 10 13 L 14 13 L 14 4 L 10 4 C 7.82625818 4, 8.52329445 1.9939183, 5 2 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 3 11 L 3 14 C 3 14.5522852, 2.55228472 15, 2 15 C 1.44771528 15, 1 14.5522852, 1 14 L 1 2 C 1 1.44771528, 1.44771528 1, 2 1 C 2.55228472 1, 3 1.44771528, 3 2","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EmojiFood = createGtkIcon("emoji-food", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 1 1 L 1 5 C 1 6.10456944, 1.89543045 7, 3 7 L 5 7 C 6.10456944 7, 7 6.10456944, 7 5 L 7 1 M 4 1 L 4 9 M 4 9 L 4.29300022 9.29300022 C 4.74701977 9.74485302, 5.00157213 10.3594513, 5 11 L 5 14 C 5 14.5522852, 4.55228472 15, 4 15 C 3.44771528 15, 3 14.5522852, 3 14 L 3 11 C 2.99842787 10.3594513, 3.25298047 9.74485302, 3.70700002 9.29300022 Z M 14 1 L 14 14 C 14 14.5522852, 13.5522852 15, 13 15 C 12.4477148 15, 12 14.5522852, 12 14 L 12 10 L 14 10 L 10 10 C 9.9630003 5.24599981, 11.6800003 1.62199998, 14 1"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EmojiNature = createGtkIcon("emoji-nature", [["path",{"d":"M 1 14 L 2.1116972 12.8883028 C 2.68046784 12.3195324, 3.00000048 11.5481129, 3 10.7437496 L 3 6 C 3 3.23857617, 5.23857641 1, 8 1 L 15 1 L 15 9 C 15 11.7614241, 12.7614241 14, 10 14 L 9 14","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 10.4429531 7.51006699 L 12.484375 7.51006699 M 8.49193287 9.92670345 L 8.49193287 6.4375 M 15 1 L 9.53880787 8.80170345 C 8.57438087 10.1794558, 6.9983983 11, 5.31663704 11 L 3 11","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EmojiObjects = createGtkIcon("emoji-objects", [["path",{"d":"M 4.59518576 9 L 5.25358295 10 M 11.2320251 8.99999905 L 10.6293793 10 M 5.25358295 10 L 10.6293793 10 L 10 13 L 6 13 Z M 4.59518576 9 C 2.76247311 7.16728687, 2.76247311 4.19587278, 4.59518576 2.36316013 C 6.42789841 0.530447721, 9.39931202 0.530447841, 11.2320251 2.36316013 C 13.0647383 4.19587278, 13.0647383 7.16728735, 11.2320251 8.99999905 M 7 14 L 9 14 C 9 14.5522852, 8.55228519 15, 8 15 C 7.44771528 15, 7 14.5522852, 7 14 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EmojiPeople = createGtkIcon("emoji-people", [["path",{"d":"M 1 8 C 1 11.8659935, 4.13400698 15, 8 15 C 11.8659935 15, 15 11.8659935, 15 8 C 15 4.13400698, 11.8659935 1, 8 1 C 4.13400698 1, 1 4.13400698, 1 8 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 10.999999 6.49655151 C 10.999999 6.77459812, 10.7745981 7, 10.4965525 7 C 10.2185049 7, 9.99310303 6.77459812, 9.99310303 6.49655151 C 9.99310303 6.21850491, 10.2185049 5.99310303, 10.4965525 5.99310303 C 10.7745981 5.99310303, 10.999999 6.21850491, 10.999999 6.49655151 Z M 6.03448296 6.49655151 C 6.03448296 6.77459812, 5.80908108 7, 5.53103447 7 C 5.25298786 7, 5.02758598 6.77459812, 5.02758598 6.49655151 C 5.02758598 6.21850491, 5.25298786 5.99310303, 5.53103447 5.99310303 C 5.80908108 5.99310303, 6.03448296 6.21850491, 6.03448296 6.49655151 Z","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 11.0310888 9.48407745 C 10.4058743 10.5669813, 9.25042915 11.2340775, 8 11.2340775 C 6.74957037 11.2340775, 5.59412575 10.5669813, 4.96891117 9.48407745","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EmojiRecent = createGtkIcon("emoji-recent", [["path",{"d":"M 15 8 C 15 11.8659935, 11.8659935 15, 8 15 C 4.13400698 15, 1 11.8659935, 1 8 C 1 4.13400698, 4.13400698 1, 8 1 C 11.8659935 1, 15 4.13400698, 15 8 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 8.5 8.5 C 8.5 8.77614212, 8.27614212 9, 8 9 C 7.7238574 9, 7.5 8.77614212, 7.5 8.5 C 7.5 8.22385788, 7.7238574 8, 8 8 C 8.27614212 8, 8.5 8.22385788, 8.5 8.5 Z M 6 6.5079999 L 7.64639044 8.15439034 M 8.35470486 8.15550613 L 11.5299997 5","strokeWidth":"0.75","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EmojiSymbols = createGtkIcon("emoji-symbols", [["path",{"d":"M 7 9 C 5.34375 9, 4 10.34375, 4 12 C 4 13.65625, 5.34375 15, 7 15 C 8.65625 15, 10 13.65625, 10 12 C 10 10.34375, 8.65625 9, 7 9 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 11.6914062 2 C 11.6679659 2, 11.644536 2, 11.6210957 2.00391006 C 11.2851562 2.01953101, 10.9804688 2.20703101, 10.8125 2.5 L 8.49218655 6.5 C 8.10546875 7.16406202, 8.58203125 8, 9.35546875 8 L 14 8 C 14.7695312 8, 15.2460928 7.16406202, 14.8632812 6.5 L 12.5429688 2.5 C 12.3632812 2.19140601, 12.0390615 2.00390601, 11.6914062 2 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 4.5 1 C 4.24218798 1, 3.98828101 1.09765601, 3.79296899 1.29296899 L 1.29296899 3.79296899 C 0.902343988 4.18359423, 0.902343988 4.81640577, 1.29296899 5.20703077 L 3.79296899 7.70703077 C 4.18359423 8.09765625, 4.81640577 8.09765625, 5.20703077 7.70703077 L 7.70703077 5.20703077 C 8.09765625 4.81640577, 8.09765625 4.18359423, 7.70703077 3.79296899 L 5.20703077 1.29296899 C 5.01171923 1.09765601, 4.75781202 1, 4.5 1 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const EmojiTravel = createGtkIcon("emoji-travel", [["path",{"fill":"none","stroke":"currentColor","strokeOpacity":"1","strokeWidth":"2","strokeLinecap":"butt","strokeLinejoin":"miter","strokeMiterlimit":"4","strokeDasharray":"none","d":"M 6 13.5 C 6 14.3284, 5.32843 15, 4.5 15 C 3.67157 15, 3 14.3284, 3 13.5 C 3 12.6716, 3.67157 12, 4.5 12 C 5.32843 12, 6 12.6716, 6 13.5 Z M 13 13.5 C 13 14.3284, 12.3284 15, 11.5 15 C 10.6716 15, 10 14.3284, 10 13.5 C 10 12.6716, 10.6716 12, 11.5 12 C 12.3284 12, 13 12.6716, 13 13.5 Z M 1 9 L 12.4862 9 C 13.8745 9, 15 10.1255, 15 11.5138 C 15.1343 12.7526, 14.2388 13.8657, 13 14 M 3 14 C 1.89543 14, 1 13.1046, 1 12 L 1 7 C 1 5.89543, 1.89543 5, 3 5 L 8 5 C 9.22573 5, 10.3463 5.69253, 10.8944 6.78885 L 12 9 M 6 14 L 10 14"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const FaceSmileBig = createGtkIcon("face-smile-big", [["path",{"d":"M 8 1 C 11.8659935 1, 15 4.13400698, 15 8 C 15 11.8659935, 11.8659935 15, 8 15 C 4.13400698 15, 1 11.8659935, 1 8 C 1 4.13400698, 4.13400698 1, 8 1 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 10.999999 6.49655151 C 10.999999 6.77459812, 10.7745981 7, 10.4965534 7 C 10.2185049 7, 9.99310303 6.77459812, 9.99310303 6.49655151 C 9.99310303 6.21850491, 10.2185049 5.99310303, 10.4965534 5.99310303 C 10.7745981 5.99310303, 10.999999 6.21850491, 10.999999 6.49655151 Z M 6.03448296 6.49655151 C 6.03448296 6.77459812, 5.80908108 7, 5.53103447 7 C 5.25298786 7, 5.02758598 6.77459812, 5.02758598 6.49655151 C 5.02758598 6.21850491, 5.25298786 5.99310303, 5.53103447 5.99310303 C 5.80908108 5.99310303, 6.03448296 6.21850491, 6.03448296 6.49655151 Z","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 11.0310888 8.48407745 L 4.96891117 8.48407745 C 4.98903418 10.142869, 6.34097099 11.4761972, 7.9998827 11.4733267 L 8.0001173 11.4733267 C 9.65902901 11.4762268, 11.0109663 10.1428699, 11.0310888 8.48407745 Z","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const FaceSmile = createGtkIcon("face-smile", [["path",{"d":"M 1 8 C 1 11.8659935, 4.13400698 15, 8 15 C 11.8659935 15, 15 11.8659935, 15 8 C 15 4.13400698, 11.8659935 1, 8 1 C 4.13400698 1, 1 4.13400698, 1 8 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 10.999999 6.49655151 C 10.999999 6.77459812, 10.7745981 7, 10.4965525 7 C 10.2185049 7, 9.99310303 6.77459812, 9.99310303 6.49655151 C 9.99310303 6.21850491, 10.2185049 5.99310303, 10.4965525 5.99310303 C 10.7745981 5.99310303, 10.999999 6.21850491, 10.999999 6.49655151 Z M 6.03448296 6.49655151 C 6.03448296 6.77459812, 5.80908108 7, 5.53103447 7 C 5.25298786 7, 5.02758598 6.77459812, 5.02758598 6.49655151 C 5.02758598 6.21850491, 5.25298786 5.99310303, 5.53103447 5.99310303 C 5.80908108 5.99310303, 6.03448296 6.21850491, 6.03448296 6.49655151 Z","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 11.0310888 9.48407745 C 10.4058743 10.5669813, 9.25042915 11.2340775, 8 11.2340775 C 6.74957037 11.2340775, 5.59412575 10.5669813, 4.96891117 9.48407745","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const FindLocation = createGtkIcon("find-location", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 9 8 C 9 8.55228519, 8.55228519 9, 8 9 C 7.44771528 9, 7 8.55228519, 7 8 C 7 7.44771528, 7.44771528 7, 8 7 C 8.55228519 7, 9 7.44771528, 9 8 Z M 15 8 L 13 8 M 8 1 L 8 3 M 1 8 L 3 8 M 8 15 L 8 13 M 13 8 C 13 10.7614241, 10.7614241 13, 8 13 C 5.23857641 13, 3 10.7614241, 3 8 C 3 5.23857641, 5.23857641 3, 8 3 C 10.7614241 3, 13 5.23857641, 13 8 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const FolderDocuments = createGtkIcon("folder-documents", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 3 4 L 3 13 C 3 14.1046, 3.89543 15, 5 15 L 11 15 C 12.1046 15, 13 14.1046, 13 13 L 13 6 C 13 5.35971, 12.7456 4.74565, 12.2929 4.29289 L 10.7071 2.70711 C 10.2544 2.25435, 9.64029 2, 9 2 L 5 2 C 3.89543 2, 3 2.89543, 3 4 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","d":"M 8.53103 2 L 8.53103 6.49655 L 10.4966 6.49655 C 11.8792 6.49655, 13 7.61738, 13 9"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const FolderDownload = createGtkIcon("folder-download", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 2 15 L 14 15 M 5 9 L 8 12 L 11 9 M 8 2 L 8 12"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const FolderMusic = createGtkIcon("folder-music", [["path",{"d":"M 14 11.4851112 L 14 4 C 14 2.89543056, 13.1045694 2, 12 2 L 8 2 C 6.89548016 2, 6.00013828 2.89548039, 6.00030851 4 L 6.00146866 11.5385504 M 14 11.4851122 C 14 12.8576012, 12.8873777 13.9702225, 11.5148888 13.9702225 C 10.1423998 13.9702225, 9.02977753 12.8576002, 9.02977753 11.4851112 C 9.02977848 10.1126223, 10.1423998 9, 11.5148888 9.00000095 C 12.8873777 9, 14 10.1126223, 14 11.4851112 Z M 6.00147152 11.5385523 C 6.00147152 12.9110394, 4.85907078 14, 3.48658228 14 C 2.1140933 14, 1.0014714 12.8873777, 1.00147152 11.5148888 C 1.00147176 10.1423998, 2.11409354 9.02977848, 3.48658228 9.02977848 C 4.85907078 9.02977848, 6.00147152 10.1660614, 6.00147152 11.5385504 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const FolderNew = createGtkIcon("folder-new", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 9 12 L 15 12 M 12 9 L 12 15 M 6 14 L 3 14 C 1.89543045 14, 1 13.1045694, 1 12 L 1 4 C 1 2.89543056, 1.89543045 2, 3 2 L 7 2 L 9 4 L 13 4 C 14.1045694 4, 15 4.89543056, 15 6 L 15 7"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const FolderPictures = createGtkIcon("folder-pictures", [["path",{"fill":"none","stroke":"currentColor","strokeOpacity":"1","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","d":"M 7 6 C 7 6.55228472, 6.55228472 7, 6 7 C 5.44771528 7, 5 6.55228472, 5 6 C 5 5.44771528, 5.44771528 5, 6 5 C 6.55228472 5, 7 5.44771528, 7 6 Z M 4 11 L 5.25116301 9.74883747 C 5.67000294 9.32999706, 6.34431505 9.31502819, 6.7813282 9.71487045 C 6.98520041 9.88573265, 7.24992514 9.96608448, 7.51437426 9.93737221 C 7.77882338 9.90865898, 8.02013397 9.77336407, 8.18258476 9.56272793 L 8.81741524 8.80968666 C 8.99293327 8.60148525, 9.24769306 8.47639751, 9.51976013 8.46483231 C 9.7918272 8.45326614, 10.056283 8.556283, 10.2488375 8.74883747 L 12 10.5"}],["path",{"fill":"none","stroke":"currentColor","strokeOpacity":"1","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","strokeMiterlimit":"4","strokeDashoffset":"3.20001","d":"M 4 1 L 12 1 C 13.6568546 1, 15 2.34314585, 15 4 L 15 12 C 15 13.6568546, 13.6568546 15, 12 15 L 4 15 C 2.34314585 15, 1 13.6568546, 1 12 L 1 4 C 1 2.34314585, 2.34314585 1, 4 1 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const FolderPublicshare = createGtkIcon("folder-publicshare", [["path",{"d":"M 15.03125 12.9960938 C 15.03125 14.1006632, 14.1358194 14.9960938, 13.03125 14.9960938 C 11.9266806 14.9960938, 11.03125 14.1006632, 11.03125 12.9960938 C 11.03125 11.8915243, 11.9266806 10.9960938, 13.03125 10.9960938 C 14.1358194 10.9960938, 15.03125 11.8915243, 15.03125 12.9960938 Z M 5 8 C 5 9.10456944, 4.10456944 10, 3 10 C 1.89543045 10, 1 9.10456944, 1 8 C 1 6.89543056, 1.89543045 6, 3 6 C 4.10456944 6, 5 6.89543056, 5 8 Z M 15 3 C 15 4.10456944, 14.1045694 5, 13 5 C 11.8954306 5, 11 4.10456944, 11 3 C 11 1.89543045, 11.8954306 1, 13 1 C 14.1045694 1, 15 1.89543045, 15 3 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 4.78745031 7.10277033 L 11.2108402 3.89381623 M 11.1805668 12.2378225 L 4.77585936 8.91995811","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const FolderRemote = createGtkIcon("folder-remote", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"square","strokeLinejoin":"round","d":"M 10 14 L 13 14"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"square","strokeLinejoin":"round","d":"M 6 14 L 3 14"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"square","strokeLinejoin":"round","d":"M 7.99609423 12 L 7.99609423 10"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 4 10 L 12 10 C 13.1045694 10, 14 9.10456944, 14 8 L 14 5 C 14 3.89543056, 13.1045694 3, 12 3 L 9.51234055 3 C 9.1842947 3, 8.86968422 2.86968446, 8.63772106 2.63772082 L 7.36227942 1.36227918 C 7.13031578 1.13031566, 6.81570578 0.999999881, 6.48765993 0.99999994 L 4 1 C 2.89543056 1, 2 1.89543045, 2 3 L 2 8 C 2 9.10456944, 2.89543056 10, 4 10 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"1","strokeLinecap":"square","strokeLinejoin":"miter","d":"M 2 3.51115084 L 9.47303009 3.51115084 C 9.76079082 3.51115084, 10 3.31271124, 10 3"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","d":"M 6.48275852 14 L 6.48275852 14.0344801 C 6.482759 14.853385, 7.14661264 15.5172377, 7.96551704 15.5172377 L 8 15.5172377 C 8.81890392 15.5172377, 9.48275661 14.8533869, 9.48275852 14.034483 L 9.48275852 14 C 9.48275948 13.1810951, 8.81890488 12.5172405, 8 12.5172405 L 7.96551704 12.5172405 C 7.14661169 12.5172405, 6.48275805 13.1810951, 6.48275852 14 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const FolderSavedSearch = createGtkIcon("folder-saved-search", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 14 14 L 10.3891 10.3891 M 12 6.51379 C 11.9924 9.55136, 9.52377 12.0076, 6.48621 12 C 3.44864 11.9924, 0.992382 9.52377, 1 6.48621 C 1.00762 3.44864, 3.47623 0.992382, 6.51379 1 C 9.55136 1.00762, 12.0076 3.47623, 12 6.51379 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const FolderTemplates = createGtkIcon("folder-templates", [["path",{"d":"M 13 9 L 13 6 C 13 5.35971069, 12.7456465 4.74564648, 12.2928934 4.29289341 L 10.7071066 2.70710683 C 10.2543535 2.254354, 9.64028931 2.00000024, 9 2 L 5 2 C 3.89543056 2, 3 2.89543056, 3 4 L 3 7","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 8.53103447 2 L 8.53103447 6.49655151 L 10.4965525 6.49655151 C 11.8791685 6.49655199, 13 7.61738396, 13 9","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 3 7 L 3 13 C 3 14.1045694, 3.89543056 15, 5 15 L 11 15 C 12.1045694 15, 13 14.1045694, 13 13 L 13 9","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","strokeOpacity":"0.25","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const FolderVideos = createGtkIcon("folder-videos", [["path",{"fill":"none","stroke":"currentColor","strokeOpacity":"1","strokeWidth":"2","strokeDasharray":"none","d":"M 4.58418512 7.60277891 L 2.18173814 5.85815954 C 1.9552753 5.69370556, 1.65570462 5.67018223, 1.40634835 5.79727221 C 1.15699208 5.92436266, 1 6.18058395, 1 6.46045971 L 1 10.5395403 C 1 10.8171511, 1.15649891 11.0710478, 1.40450454 11.1957903 C 1.65251017 11.3205328, 1.94965279 11.2948103, 2.1725328 11.1293049 L 4.59339046 9.33163357 C 4.86747122 9.12810707, 5.0282855 8.80625534, 5.0264678 8.46487617 C 5.0246501 8.12349606, 4.86041784 7.80337477, 4.58418512 7.60277891 Z M 7.00716591 4 L 12.9928341 4 C 14.0717354 4, 15 4.92826462, 15 6.00716591 L 15 10.9928341 C 15 12.0717354, 14.0717354 13, 12.9928341 13 L 7.00716591 13 C 5.92826462 13, 5 12.0717354, 5 10.9928341 L 5 6.00716591 C 5 4.92826462, 5.92826462 4, 7.00716591 4 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const Folder = createGtkIcon("folder", [["path",{"d":"M 1 4 L 1 12 C 1 13.1045694, 1.89543045 14, 3 14 L 13 14 C 14.1045694 14, 15 13.1045694, 15 12 L 15 6 C 15 4.89543056, 14.1045694 4, 13 4 L 9.55862045 4 C 9.20094204 4, 8.85791302 3.85791254, 8.60499573 3.60499549 L 7.39500427 2.39500451 C 7.14208698 2.14208746, 6.79905796 2, 6.44137907 2 L 3 2 C 1.89543045 2, 1 2.89543056, 1 4 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 1 4.5 L 9.48965549 4.5 C 9.7689724 4.5, 10 4.26825714, 10 4","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const FunctionLinear = createGtkIcon("function-linear", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 5 13 C 5 14.1045694, 4.10456944 15, 3 15 C 1.89543045 15, 1 14.1045694, 1 13 C 1 11.8954306, 1.89543045 11, 3 11 C 4.10456944 11, 5 11.8954306, 5 13 Z M 15 3 C 15 4.10456944, 14.1045694 5, 13 5 C 11.8954306 5, 11 4.10456944, 11 3 C 11 1.89543045, 11.8954306 1, 13 1 C 14.1045694 1, 15 1.89543045, 15 3 Z M 4.41400003 11.5860004 L 11.5860004 4.41400003"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const GesturePinch = createGtkIcon("gesture-pinch", [["path",{}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const GestureRotateAnticlockwise = createGtkIcon("gesture-rotate-anticlockwise", [["path",{}],["path",{}],["path",{}],["path",{}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const GestureRotateClockwise = createGtkIcon("gesture-rotate-clockwise", [["path",{}],["path",{}],["path",{}],["path",{}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const GestureStretch = createGtkIcon("gesture-stretch", [["path",{}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const GestureSwipeLeft = createGtkIcon("gesture-swipe-left", [["path",{}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const GestureSwipeRight = createGtkIcon("gesture-swipe-right", [["path",{}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const GestureTwoFingerSwipeLeft = createGtkIcon("gesture-two-finger-swipe-left", [["path",{}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const GestureTwoFingerSwipeRight = createGtkIcon("gesture-two-finger-swipe-right", [["path",{}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const GoDown = createGtkIcon("go-down", [["path",{"d":"M 2 5 L 8 11 L 14 5","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const GoNextSymbolicRtl = createGtkIcon("go-next-symbolic-rtl", [["path",{"d":"M 11 2 L 5 8 L 11 14","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const GoNext = createGtkIcon("go-next", [["path",{"d":"M 5 2 L 11 8 L 5 14","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const GoPreviousSymbolicRtl = createGtkIcon("go-previous-symbolic-rtl", [["path",{"d":"M 5 2 L 11 8 L 5 14","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const GoPrevious = createGtkIcon("go-previous", [["path",{"d":"M 11 2 L 5 8 L 11 14","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const GoUp = createGtkIcon("go-up", [["path",{"d":"M 2 11 L 8 5 L 14 11","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const InfoOutline = createGtkIcon("info-outline", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 8 5 L 8 5.01000023 M 7 8 L 8 8 L 8 11 M 15 8 C 15 11.8659935, 11.8659935 15, 8 15 C 4.13400698 15, 1 11.8659935, 1 8 C 1 4.13400698, 4.13400698 1, 8 1 C 11.8659935 1, 15 4.13400698, 15 8"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const InsertImage = createGtkIcon("insert-image", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 3 2 L 3 8 C 3 8.55228519, 3.44771528 9, 4 9 L 12 9 C 12.5522852 9, 13 8.55228519, 13 8 L 13 2 C 13 1.44771528, 12.5522852 1, 12 1 L 4 1 C 3.44771528 1, 3 1.44771528, 3 2"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","d":"M 5 6 L 6 5 L 7 6 L 9 4 L 11 6"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 5 13 L 8 15 L 11 13"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const InsertObject = createGtkIcon("insert-object", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 3 5.18090343 L 3 6.80309677 C 3.00000024 7.54068899, 3.38699627 8.22419739, 4.01947641 8.60368538 L 6.98052359 10.3803139 C 7.60803127 10.7568188, 8.39196777 10.7568188, 9.01947594 10.3803139 L 11.9805241 8.60368538 C 12.6130037 8.22419739, 13 7.54068851, 13 6.80309677 L 13 5.18090343 C 13 4.44318008, 12.61339 3.75941539, 11.9812441 3.3791163 L 9.22540092 1.72120094 C 8.47142887 1.26761162, 7.52857113 1.26761162, 6.77459955 1.72120106 L 4.01875639 3.3791163 C 3.38661051 3.75941515, 3 4.44318008, 3 5.18090343 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","d":"M 3.2652266 4.15913582 L 7.30618668 6.5837121 C 7.73324251 6.83994532, 8.26675701 6.83994532, 8.69381332 6.5837121 L 12.7373228 4.1576066"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 5 13 L 8 15 L 11 13"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const ListAdd = createGtkIcon("list-add", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 2 8 L 14 8 M 8 2 L 8 14"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const ListRemoveAll = createGtkIcon("list-remove-all", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 12 10 L 15 10 M 4 11 L 6 11 M 9 7 L 1 7 L 1 15 L 9 15 Z M 12 13 L 15 13 M 12 7 L 15 7 M 1 4 L 15 4 M 1 1 L 15 1"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const ListRemove = createGtkIcon("list-remove", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 2 8 L 14 8"}]]);