@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
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const MediaEject = createGtkIcon("media-eject", [["path",{"d":"M 2 12.5 C 2 13.3284273, 2.67157292 14, 3.5 14 L 12.5 14 C 13.3284273 14, 14 13.3284273, 14 12.5 C 14 11.6715727, 13.3284273 11, 12.5 11 L 3.5 11 C 2.67157292 11, 2 11.6715727, 2 12.5 Z M 6.91499996 2.90700006 L 2.82500005 6.32299995 C 2.46682429 6.62235451, 2.24057651 7.05042934, 2.19499993 7.51499987 L 2.19400001 7.5250001 C 2.14466095 8.03433132, 2.31261897 8.54082584, 2.65651369 8.91975784 C 3.00040865 9.29868984, 3.48828435 9.5148468, 4 9.51500034 L 12 9.51500034 C 12.5044851 9.51484108, 12.9843597 9.29697704, 13.3165379 8.91728973 C 13.6487169 8.53760147, 13.8008804 8.03303242, 13.7340002 7.53299999 C 13.6667662 7.09118891, 13.4401884 6.68925142, 13.0970001 6.40299988 L 9.06999969 2.92499995 C 8.45294094 2.39223576, 7.5408721 2.38461757, 6.91499996 2.90700006","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 2 12.5 C 2 13.3284273, 2.67157292 14, 3.5 14 L 12.5 14 C 13.3284273 14, 14 13.3284273, 14 12.5 C 14 11.6715727, 13.3284273 11, 12.5 11 L 3.5 11 C 2.67157292 11, 2 11.6715727, 2 12.5 Z M 6.91499996 2.90700006 L 2.82500005 6.32299995 C 2.46682429 6.62235451, 2.24057651 7.05042934, 2.19499993 7.51499987 L 2.19400001 7.5250001 C 2.14466095 8.03433132, 2.31261897 8.54082584, 2.65651369 8.91975784 C 3.00040865 9.29868984, 3.48828435 9.5148468, 4 9.51500034 L 12 9.51500034 C 12.5044851 9.51484108, 12.9843597 9.29697704, 13.3165379 8.91728973 C 13.6487169 8.53760147, 13.8008804 8.03303242, 13.7340002 7.53299999 C 13.6667662 7.09118891, 13.4401884 6.68925142, 13.0970001 6.40299988 L 9.06999969 2.92499995 C 8.45294094 2.39223576, 7.5408721 2.38461757, 6.91499996 2.90700006","stroke":"none","fillRule":"nonzero","fill":"currentColor"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const MediaPlaybackPause = createGtkIcon("media-playback-pause", [["path",{"d":"M 6 3.5 L 6 12.5 C 6 13.3284273, 5.32842731 14, 4.5 14 C 3.67157292 14, 3 13.3284273, 3 12.5 L 3 3.5 C 3 2.67157292, 3.67157292 2, 4.5 2 C 5.32842731 2, 6 2.67157292, 6 3.5 Z M 13 3.5 L 13 12.5 C 13 13.3284273, 12.3284273 14, 11.5 14 C 10.6715727 14, 10 13.3284273, 10 12.5 L 10 3.5 C 10 2.67157292, 10.6715727 2, 11.5 2 C 12.3284273 2, 13 2.67157292, 13 3.5 Z","stroke":"none","fillRule":"nonzero","fill":"currentColor"}],["path",{"d":"M 6 3.5 L 6 12.5 C 6 13.3284273, 5.32842731 14, 4.5 14 C 3.67157292 14, 3 13.3284273, 3 12.5 L 3 3.5 C 3 2.67157292, 3.67157292 2, 4.5 2 C 5.32842731 2, 6 2.67157292, 6 3.5 Z M 13 3.5 L 13 12.5 C 13 13.3284273, 12.3284273 14, 11.5 14 C 10.6715727 14, 10 13.3284273, 10 12.5 L 10 3.5 C 10 2.67157292, 10.6715727 2, 11.5 2 C 12.3284273 2, 13 2.67157292, 13 3.5 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 MediaPlaybackStart = createGtkIcon("media-playback-start", [["path",{"d":"M 3 3.34800005 L 3 12.6520004 C 3.00011158 12.9405375, 3.14953208 13.2084675, 3.39495158 13.3601999 C 3.64037085 13.5119324, 3.94683337 13.5258541, 4.20499992 13.3970003 L 13.5629997 8.71800041 C 13.834796 8.58188915, 14.0064383 8.3039732, 14.0064383 8 C 14.0064383 7.69602728, 13.834796 7.41811085, 13.5629997 7.28200006 L 4.20499992 2.602 C 3.94651484 2.47298598, 3.63964009 2.48711157, 3.39409995 2.6393261 C 3.14856005 2.79154038, 2.99941778 3.06010771, 3 3.34899998","stroke":"none","fillRule":"nonzero","fill":"currentColor"}],["path",{"d":"M 3 3.34800005 L 3 12.6520004 C 3.00011158 12.9405375, 3.14953208 13.2084675, 3.39495158 13.3601999 C 3.64037085 13.5119324, 3.94683337 13.5258541, 4.20499992 13.3970003 L 13.5629997 8.71800041 C 13.834796 8.58188915, 14.0064383 8.3039732, 14.0064383 8 C 14.0064383 7.69602728, 13.834796 7.41811085, 13.5629997 7.28200006 L 4.20499992 2.602 C 3.94651484 2.47298598, 3.63964009 2.48711157, 3.39409995 2.6393261 C 3.14856005 2.79154038, 2.99941778 3.06010771, 3 3.34899998","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 MediaPlaybackStop = createGtkIcon("media-playback-stop", [["path",{"d":"M 3 4.5 L 3 11.5 C 3 12.3284273, 3.67157292 13, 4.5 13 L 11.5 13 C 12.3284273 13, 13 12.3284273, 13 11.5 L 13 4.5 C 13 3.67157292, 12.3284273 3, 11.5 3 L 4.5 3 C 3.67157292 3, 3 3.67157292, 3 4.5 Z","stroke":"none","fillRule":"nonzero","fill":"currentColor"}],["path",{"d":"M 3 4.5 L 3 11.5 C 3 12.3284273, 3.67157292 13, 4.5 13 L 11.5 13 C 12.3284273 13, 13 12.3284273, 13 11.5 L 13 4.5 C 13 3.67157292, 12.3284273 3, 11.5 3 L 4.5 3 C 3.67157292 3, 3 3.67157292, 3 4.5 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 MediaPlaylistRepeat = createGtkIcon("media-playlist-repeat", [["path",{"d":"M 11 4 L 4 4 C 2.34314585 4, 1 5.34314585, 1 7 L 1 9 C 1 9.75568199, 1.2794044 10.446106, 1.74054229 10.9736013","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 9 2 L 11 4 L 9 6","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 5 12 L 12 12 C 13.6568537 12, 15.0000019 10.6568546, 15 9 L 15 7.00000048 C 15 6.24431849, 14.7205982 5.55389309, 14.2594566 5.02639866","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 7 14 L 5 12 L 7 10","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 MediaRecord = createGtkIcon("media-record", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 2 8 C 2 11.3137083, 4.68629169 14, 8 14 C 11.3137083 14, 14 11.3137083, 14 8 C 14 4.68629169, 11.3137083 2, 8 2 C 4.68629169 2, 2 4.68629169, 2 8 Z"}],["path",{"fill":"currentColor","fillRule":"nonzero","stroke":"none","d":"M 2 8 C 2 11.3137083, 4.68629169 14, 8 14 C 11.3137083 14, 14 11.3137083, 14 8 C 14 4.68629169, 11.3137083 2, 8 2 C 4.68629169 2, 2 4.68629169, 2 8 Z"}],["path",{"fill":"currentColor","fillRule":"nonzero","stroke":"none","d":"M 2 8 C 2 11.3137083, 4.68629169 14, 8 14 C 11.3137083 14, 14 11.3137083, 14 8 C 14 4.68629169, 11.3137083 2, 8 2 C 4.68629169 2, 2 4.68629169, 2 8 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const NetworkServer = createGtkIcon("network-server", [["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":"1","strokeLinecap":"round","strokeLinejoin":"round","d":"M 6.51191902 14 C 6.51191902 14.8218431, 7.1781559 15.488081, 8 15.488081 C 8.82184315 15.488081, 9.48808193 14.8218431, 9.48808193 14 C 9.48808193 13.1781569, 8.82184315 12.51192, 8 12.51192 C 7.1781559 12.51192, 6.51191902 13.1781569, 6.51191902 14 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"square","strokeLinejoin":"round","d":"M 1 4.04164886 L 1 6.95835114 C 1.00000012 8.63820744, 2.36179256 10, 4.04164886 10 L 11.9583511 10 C 13.6382074 10, 15 8.63820744, 15 6.95835114 L 15 4.04164886 C 15 2.36179256, 13.6382074 1.00000012, 11.9583511 1.00000012 L 4.04164886 1 C 2.36179256 1.00000012, 1.00000012 2.36179256, 1.00000012 4.04164886 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 8 5 L 8.07653904 5 M 5 5 L 5.07653904 5"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const NetworkWorkgroup = createGtkIcon("network-workgroup", [["path",{"d":"M 9 7.5 L 15 7.5 M 1 7.5 L 7 7.5 M 13.5 14 C 13.5 14.8284273, 12.8284273 15.5, 12 15.5 C 11.1715727 15.5, 10.5 14.8284273, 10.5 14 C 10.5 13.1715727, 11.1715727 12.5, 12 12.5 C 12.8284273 12.5, 13.5 13.1715727, 13.5 14 Z M 5.5 14 C 5.5 14.8284273, 4.82842731 15.5, 4 15.5 C 3.17157292 15.5, 2.5 14.8284273, 2.5 14 C 2.5 13.1715727, 3.17157292 12.5, 4 12.5 C 4.82842731 12.5, 5.5 13.1715727, 5.5 14 Z","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 11.1586208 2.83987331 L 12.8413792 2.83987331 C 14.0372553 2.83987331, 15 3.80261803, 15 4.99849367 L 15 7.84137917 C 15 9.03725529, 14.0372553 10, 12.8413792 10 L 11.1586208 10 C 9.96274471 10, 9 9.03725529, 9 7.84137917 L 9 4.99849367 C 9 3.80261803, 9.96274471 2.83987331, 11.1586208 2.83987331 Z M 3.1586206 2.83987331 L 4.84137917 2.83987331 C 6.03725529 2.83987331, 7 3.80261803, 7 4.99849367 L 7 7.84137917 C 7 9.03725529, 6.03725529 10, 4.84137917 10 L 3.1586206 10 C 1.96274483 10, 1 9.03725529, 1 7.84137917 L 1 4.99849367 C 1 3.80261803, 1.96274483 2.83987331, 3.1586206 2.83987331 Z","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 12 10 L 12 12.5 M 4 12.5 L 4 10 M 2.5 14 L 0 14 M 10.5 14 L 5.5 14 M 13.5 14 L 16 14","strokeWidth":"2","strokeLinecap":"butt","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const ObjectSelect = createGtkIcon("object-select", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 3 9 L 6 12 L 13 4"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const OpenMenu = createGtkIcon("open-menu", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 2 13 L 14 13 M 2 8 L 14 8 M 2 3 L 14 3"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const OrientationLandscapeInverse = createGtkIcon("orientation-landscape-inverse", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 1 5.15862083 L 1 10.8413792 C 1.00000024 12.0335522, 1.96644759 13, 3.15862083 13 L 12.8413792 13 C 14.0335522 13, 15 12.0335522, 15 10.8413792 L 15 5.15862083 C 15 3.96644759, 14.0335522 3.00000024, 12.8413792 3.00000024 L 3.15862083 3 C 1.96644759 3.00000024, 1.00000024 3.96644759, 1.00000012 5.15862083 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 5 6.50004148 L 8 9.50004101 L 11 6.50004148"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const OrientationLandscape = createGtkIcon("orientation-landscape", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 1 5.15862083 L 1 10.8413792 C 1.00000024 12.0335522, 1.96644759 13, 3.15862083 13 L 12.8413792 13 C 14.0335522 13, 15 12.0335522, 15 10.8413792 L 15 5.15862083 C 15 3.96644759, 14.0335522 3.00000024, 12.8413792 3.00000024 L 3.15862083 3 C 1.96644759 3.00000024, 1.00000024 3.96644759, 1.00000012 5.15862083 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 5 9.5 L 8 6.5 L 11 9.5"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const OrientationPortraitInverse = createGtkIcon("orientation-portrait-inverse", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 5.15862083 1 L 10.8413792 1 C 12.0016909 1, 13 1.99830878, 13 3.1586206 L 13 12.8413792 C 13 14.0016909, 12.0016909 15, 10.8413792 15 L 5.15862083 15 C 3.9983089 15, 3 14.0016909, 3 12.8413792 L 3 3.1586206 C 3 1.99830878, 3.9983089 1, 5.15862083 1 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 9.5361948 11.000001 L 6.5361948 8.00000095 L 9.53619576 5"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const OrientationPortrait = createGtkIcon("orientation-portrait", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 10.8413792 0.99999994 L 5.15862083 0.999999821 C 3.96644783 1.00000012, 3 1.96644735, 3 3.1586206 L 3.00000119 12.8413782 C 3 14.0335531, 3.96644783 15.000001, 5.15862131 14.999999 L 10.8413792 15 C 12.0335531 15, 13 14.0335512, 13.000001 12.8413792 L 13 3.1586206 C 13 1.96644747, 12.0335522 1, 10.8413792 0.99999994 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 6.50000048 5 L 9.5 8 L 6.49999952 11.000001"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const PanDown = createGtkIcon("pan-down", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 13 6 L 8 11 L 3 6"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const PanEndSymbolicRtl = createGtkIcon("pan-end-symbolic-rtl", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 10 13 L 5 8 L 10 3"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const PanEnd = createGtkIcon("pan-end", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 6 13 L 11.006 8 L 6 3"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const PanStartSymbolicRtl = createGtkIcon("pan-start-symbolic-rtl", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 6 13 L 11.006 8 L 6 3"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const PanStart = createGtkIcon("pan-start", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 10 13 L 5 8 L 10 3"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const PanUp = createGtkIcon("pan-up", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 13 10 L 8 5 L 3 10"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const Printer = createGtkIcon("printer", [["path",{"d":"M 4 11 L 4 15 L 12 15 L 12 11 M 5 5 L 5 3 C 5 2.44771528, 5.44771528 2, 6 2 L 10 2 C 10.5522852 2, 11 2.44771528, 11 3 L 11 5 M 1 7 L 1 10 C 1 10.5522852, 1.44771528 11, 2 11 L 4 11 L 4 10 C 4 9.44771576, 4.44771528 9, 5 9 L 11 9 C 11.5522852 9, 12 9.44771576, 12 10 L 12 11 L 14 11 C 14.5522852 11, 15 10.5522852, 15 10 L 15 7 C 15 5.89543056, 14.1045694 5, 13 5 L 3 5 C 1.89543045 5, 1 5.89543056, 1 7 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 ProcessWorking = createGtkIcon("process-working", [["path",{"fill":"none","stroke":"currentColor","strokeOpacity":"0.2","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 15 8 C 15 11.7626724, 11.7626724 15, 8 15 C 4.23732758 15, 1 11.7626724, 1 8 C 1 4.23732758, 4.23732758 1, 8 1 C 11.7626724 1, 15 4.23732758, 15 8 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 1 8 C 1 4.23732758, 4.23732758 1, 8 1"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const SwitchOff = createGtkIcon("switch-off", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 12 8 C 12 10.2091389, 10.2091389 12, 8 12 C 5.79086113 12, 4 10.2091389, 4 8 C 4 5.79086113, 5.79086113 4, 8 4 C 10.2091389 4, 12 5.79086113, 12 8 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const SwitchOn = createGtkIcon("switch-on", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 8 3 L 8 13"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const SystemRun = createGtkIcon("system-run", [["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 SystemSearch = createGtkIcon("system-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 TextXGeneric = createGtkIcon("text-x-generic", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 3 4 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 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 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"1","strokeLinecap":"butt","strokeLinejoin":"round","d":"M 4.99816799 8.5 L 11 8.5 M 5 10.5 L 11 10.5 M 5 12.5 L 11 12.5 M 4.99816799 6.4931035 L 8 6.4931035"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const UserDesktop = createGtkIcon("user-desktop", [["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 UserHome = createGtkIcon("user-home", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 2 13 L 2 6.94000006 C 1.99903393 6.34513569, 2.2629199 5.78071308, 2.72000003 5.4000001 L 7.36000013 1.52999997 C 7.73078108 1.22116637, 8.2692194 1.22116637, 8.64000034 1.52999997 L 13.2799997 5.4000001 C 13.7370796 5.78071308, 14.0009661 6.34513569, 14 6.94000006 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"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","d":"M 6.0068965 15 L 6.0068965 9 L 10 9 L 10 15 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const UserTrash = createGtkIcon("user-trash", [["path",{"d":"M 3 4 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 4","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 15 4 L 1 4","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 5 4 L 5 3 C 5 1.89543045, 5.89543056 1, 7 1 L 9 1 C 10.1045694 1, 11 1.89543045, 11 3 L 11 4","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}],["path",{"d":"M 6.5 7 L 6.5 12 M 9.49961376 7 L 9.49961376 12","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 ValueDecrease = createGtkIcon("value-decrease", [["path",{"d":"M 4 8 L 12 8","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 ValueIncrease = createGtkIcon("value-increase", [["path",{"d":"M 8 4 L 8 12 M 4 8 L 12 8","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 ViewConceal = createGtkIcon("view-conceal", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 1 1 L 15 15 M 4.332 4.332 C 6.736 2.408, 10.319 2.65, 12.426 5.059 L 15 8 L 12.426 10.941 Q 12.072 11.346, 11.668 11.668 M 8.978 12.868 C 6.96408 13.2097, 4.91734 12.4798, 3.574 10.941 L 1 8 L 2.525 6.424"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","d":"M 6.586 6.586 C 7.09121 6.08057, 7.8277 5.8831, 8.518 6.068 C 9.20805 6.25296, 9.74704 6.79195, 9.932 7.482 C 10.1169 8.17229, 9.91943 8.90879, 9.414 9.414"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const ViewFullscreen = createGtkIcon("view-fullscreen", [["path",{"d":"M 10 1 L 15 1 L 15 6 M 10 6 L 15 1 M 1 10 L 1 15 L 6 15 M 6 10 L 1 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 ViewGrid = createGtkIcon("view-grid", [["path",{"d":"M 1 2 L 1 5 C 1 5.55228472, 1.44771528 6, 2 6 L 5 6 C 5.55228472 6, 6 5.55228472, 6 5 L 6 2 C 6 1.44771528, 5.55228472 1, 5 1 L 2 1 C 1.44771528 1, 1 1.44771528, 1 2 M 10 2 L 10 5 C 10 5.55228472, 10.4477148 6, 11 6 L 14 6 C 14.5522852 6, 15 5.55228472, 15 5 L 15 2 C 15 1.44771528, 14.5522852 1, 14 1 L 11 1 C 10.4477148 1, 10 1.44771528, 10 2 M 10 11 L 10 14 C 10 14.5522852, 10.4477148 15, 11 15 L 14 15 C 14.5522852 15, 15 14.5522852, 15 14 L 15 11 C 15 10.4477148, 14.5522852 10, 14 10 L 11 10 C 10.4477148 10, 10 10.4477148, 10 11 M 6 11 L 6 14 C 6 14.5522852, 5.55228472 15, 5 15 L 2 15 C 1.44771528 15, 1 14.5522852, 1 14 L 1 11 C 1 10.4477148, 1.44771528 10, 2 10 L 5 10 C 5.55228472 10, 6 10.4477148, 6 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 ViewList = createGtkIcon("view-list", [["path",{"d":"M 4 2 L 4 4 L 2 4 L 2 2 Z M 4 7 L 4 9 L 2 9 L 2 7 Z M 4 12 L 4 14 L 2 14 L 2 12 Z M 8 13 L 14 13 M 8 8 L 14 8 M 8 3 L 14 3","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 ViewMore = createGtkIcon("view-more", [["path",{"d":"M 9 14 C 9 14.5522852, 8.55228519 15, 8 15 C 7.44771528 15, 7 14.5522852, 7 14 C 7 13.4477148, 7.44771528 13, 8 13 C 8.55228519 13, 9 13.4477148, 9 14 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 M 9 2 C 9 2.55228472, 8.55228519 3, 8 3 C 7.44771528 3, 7 2.55228472, 7 2 C 7 1.44771528, 7.44771528 1, 8 1 C 8.55228519 1, 9 1.44771528, 9 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 ViewRefresh = createGtkIcon("view-refresh", [["path",{"d":"M 11 7 L 15 7 L 15 3 M 13.1300001 11.75 C 11.5793581 14.4362106, 8.3468399 15.6525917, 5.40999985 14.6549997 C 2.47419 13.6578684, 0.651352704 10.7260056, 1.05599999 7.65199995 C 1.46059072 4.57750797, 3.98065066 2.21696687, 7.07499981 2.01399994 C 8.83185673 1.89877009, 10.4960108 2.49726486, 11.753314 3.58436871 C 12.710638 4.41210079, 15 7, 15 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 ViewReveal = createGtkIcon("view-reveal", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"1","strokeLinecap":"round","strokeLinejoin":"round","d":"M 6 8 C 6 9.10456944, 6.89543056 10, 8 10 C 9.10456944 10, 10 9.10456944, 10 8 C 10 6.89543056, 9.10456944 6, 8 6 C 6.89543056 6, 6 6.89543056, 6 8 Z"}],["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 1 8 L 3.57399988 5.05900002 C 4.69090891 3.78296852, 6.30419874 3.05107355, 8 3.05107355 C 9.69580078 3.05107355, 11.3090906 3.78296852, 12.4259996 5.05900002 L 15 8 L 12.4259996 10.941 C 11.3090906 12.2170315, 9.69580078 12.948926, 8 12.948926 C 6.30419874 12.948926, 4.69090891 12.2170315, 3.57399964 10.941 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const WindowClose = createGtkIcon("window-close", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 5 11 L 11 5 M 5 5 L 11 11"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const WindowMaximize = createGtkIcon("window-maximize", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 4 2 L 12 2 C 13.108 2, 14 2.892, 14 4 L 14 12 C 14 13.108, 13.108 14, 12 14 L 4 14 C 2.892 14, 2 13.108, 2 12 L 2 4 C 2 2.892, 2.892 2, 4 2 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const WindowMinimize = createGtkIcon("window-minimize", [["path",{"d":"M 4 12 L 12 12","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 WindowRestore = createGtkIcon("window-restore", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 6 4 L 10 4 C 11.108 4, 12 4.892, 12 6 L 12 10 C 12 11.108, 11.108 12, 10 12 L 6 12 C 4.892 12, 4 11.108, 4 10 L 4 6 C 4 4.892, 4.892 4, 6 4 Z"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const ZoomIn = createGtkIcon("zoom-in", [["path",{"fill":"none","stroke":"currentColor","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","d":"M 8 5 L 8 11 M 5 8 L 11 8 M 3.96499991 1 L 12.0349998 1 C 12.8217735 0.998669863, 13.5767059 1.31062567, 14.1330404 1.86695969 C 14.689374 2.42329359, 15.0013304 3.17822599, 15 3.96499991 L 15 12.0349998 C 15.0013304 12.8217735, 14.689374 13.5767059, 14.1330404 14.1330404 C 13.5767059 14.689374, 12.8217735 15.0013304, 12.0349998 15 L 3.96499991 15 C 3.17822599 15.0013304, 2.42329359 14.689374, 1.86695969 14.1330404 C 1.31062567 13.5767059, 0.998669863 12.8217735, 1 12.0349998 L 1 3.96499991 C 0.998669922 3.17822599, 1.31062579 2.42329359, 1.86695969 1.86695969 C 2.42329359 1.31062579, 3.17822599 0.998669922, 3.96499991 1"}]]);
@@ -0,0 +1,3 @@
1
+ import { createGtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export const ZoomOriginal = createGtkIcon("zoom-original", [["path",{"d":"M 8 11 L 8 5 L 6 7 M 3.96499991 1 L 12.0349998 1 C 12.8217735 0.998669863, 13.5767059 1.31062567, 14.1330404 1.86695969 C 14.689374 2.42329359, 15.0013304 3.17822599, 15 3.96499991 L 15 12.0349998 C 15.0013304 12.8217735, 14.689374 13.5767059, 14.1330404 14.1330404 C 13.5767059 14.689374, 12.8217735 15.0013304, 12.0349998 15 L 3.96499991 15 C 3.17822599 15.0013304, 2.42329359 14.689374, 1.86695969 14.1330404 C 1.31062567 13.5767059, 0.998669863 12.8217735, 1 12.0349998 L 1 3.96499991 C 0.998669922 3.17822599, 1.31062579 2.42329359, 1.86695969 1.86695969 C 2.42329359 1.31062579, 3.17822599 0.998669922, 3.96499991 1","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 ZoomOut = createGtkIcon("zoom-out", [["path",{"d":"M 5 8 L 11 8 M 3.96499991 1 L 12.0349998 1 C 12.8217735 0.998669863, 13.5767059 1.31062567, 14.1330404 1.86695969 C 14.689374 2.42329359, 15.0013304 3.17822599, 15 3.96499991 L 15 12.0349998 C 15.0013304 12.8217735, 14.689374 13.5767059, 14.1330404 14.1330404 C 13.5767059 14.689374, 12.8217735 15.0013304, 12.0349998 15 L 3.96499991 15 C 3.17822599 15.0013304, 2.42329359 14.689374, 1.86695969 14.1330404 C 1.31062567 13.5767059, 0.998669863 12.8217735, 1 12.0349998 L 1 3.96499991 C 0.998669922 3.17822599, 1.31062579 2.42329359, 1.86695969 1.86695969 C 2.42329359 1.31062579, 3.17822599 0.998669922, 3.96499991 1","strokeWidth":"2","strokeLinecap":"round","strokeLinejoin":"round","stroke":"currentColor","fill":"none"}]]);
package/src/index.ts ADDED
@@ -0,0 +1,125 @@
1
+ export type { GtkIconProps, GtkIcon } from "@gtk-js/icon-helpers";
2
+
3
+ export { ApplicationXExecutable } from "./icons/application-x-executable.ts";
4
+ export { AudioVolumeHigh } from "./icons/audio-volume-high.ts";
5
+ export { AudioVolumeLow } from "./icons/audio-volume-low.ts";
6
+ export { AudioVolumeMedium } from "./icons/audio-volume-medium.ts";
7
+ export { AudioVolumeMuted } from "./icons/audio-volume-muted.ts";
8
+ export { BookmarkNew } from "./icons/bookmark-new.ts";
9
+ export { CapsLock } from "./icons/caps-lock.ts";
10
+ export { ChangesAllow } from "./icons/changes-allow.ts";
11
+ export { ChangesPrevent } from "./icons/changes-prevent.ts";
12
+ export { ColorSelect } from "./icons/color-select.ts";
13
+ export { DialogError } from "./icons/dialog-error.ts";
14
+ export { DialogInformation } from "./icons/dialog-information.ts";
15
+ export { DialogPassword } from "./icons/dialog-password.ts";
16
+ export { DialogQuestion } from "./icons/dialog-question.ts";
17
+ export { DialogWarning } from "./icons/dialog-warning.ts";
18
+ export { DisplayBrightness } from "./icons/display-brightness.ts";
19
+ export { DocumentOpen } from "./icons/document-open.ts";
20
+ export { DocumentOpenRecent } from "./icons/document-open-recent.ts";
21
+ export { DocumentSave } from "./icons/document-save.ts";
22
+ export { DocumentSaveAs } from "./icons/document-save-as.ts";
23
+ export { DriveHarddisk } from "./icons/drive-harddisk.ts";
24
+ export { EditClear } from "./icons/edit-clear.ts";
25
+ export { EditClearAll } from "./icons/edit-clear-all.ts";
26
+ export { EditClearSymbolicRtl } from "./icons/edit-clear-symbolic-rtl.ts";
27
+ export { EditCopy } from "./icons/edit-copy.ts";
28
+ export { EditCut } from "./icons/edit-cut.ts";
29
+ export { EditDelete } from "./icons/edit-delete.ts";
30
+ export { EditFind } from "./icons/edit-find.ts";
31
+ export { EditPaste } from "./icons/edit-paste.ts";
32
+ export { EditSelectAll } from "./icons/edit-select-all.ts";
33
+ export { EmblemImportant } from "./icons/emblem-important.ts";
34
+ export { EmblemSystem } from "./icons/emblem-system.ts";
35
+ export { EmojiActivities } from "./icons/emoji-activities.ts";
36
+ export { EmojiBody } from "./icons/emoji-body.ts";
37
+ export { EmojiFlags } from "./icons/emoji-flags.ts";
38
+ export { EmojiFood } from "./icons/emoji-food.ts";
39
+ export { EmojiNature } from "./icons/emoji-nature.ts";
40
+ export { EmojiObjects } from "./icons/emoji-objects.ts";
41
+ export { EmojiPeople } from "./icons/emoji-people.ts";
42
+ export { EmojiRecent } from "./icons/emoji-recent.ts";
43
+ export { EmojiSymbols } from "./icons/emoji-symbols.ts";
44
+ export { EmojiTravel } from "./icons/emoji-travel.ts";
45
+ export { FaceSmile } from "./icons/face-smile.ts";
46
+ export { FaceSmileBig } from "./icons/face-smile-big.ts";
47
+ export { FindLocation } from "./icons/find-location.ts";
48
+ export { Folder } from "./icons/folder.ts";
49
+ export { FolderDocuments } from "./icons/folder-documents.ts";
50
+ export { FolderDownload } from "./icons/folder-download.ts";
51
+ export { FolderMusic } from "./icons/folder-music.ts";
52
+ export { FolderNew } from "./icons/folder-new.ts";
53
+ export { FolderPictures } from "./icons/folder-pictures.ts";
54
+ export { FolderPublicshare } from "./icons/folder-publicshare.ts";
55
+ export { FolderRemote } from "./icons/folder-remote.ts";
56
+ export { FolderSavedSearch } from "./icons/folder-saved-search.ts";
57
+ export { FolderTemplates } from "./icons/folder-templates.ts";
58
+ export { FolderVideos } from "./icons/folder-videos.ts";
59
+ export { FunctionLinear } from "./icons/function-linear.ts";
60
+ export { GesturePinch } from "./icons/gesture-pinch.ts";
61
+ export { GestureRotateAnticlockwise } from "./icons/gesture-rotate-anticlockwise.ts";
62
+ export { GestureRotateClockwise } from "./icons/gesture-rotate-clockwise.ts";
63
+ export { GestureStretch } from "./icons/gesture-stretch.ts";
64
+ export { GestureSwipeLeft } from "./icons/gesture-swipe-left.ts";
65
+ export { GestureSwipeRight } from "./icons/gesture-swipe-right.ts";
66
+ export { GestureTwoFingerSwipeLeft } from "./icons/gesture-two-finger-swipe-left.ts";
67
+ export { GestureTwoFingerSwipeRight } from "./icons/gesture-two-finger-swipe-right.ts";
68
+ export { GoDown } from "./icons/go-down.ts";
69
+ export { GoNext } from "./icons/go-next.ts";
70
+ export { GoNextSymbolicRtl } from "./icons/go-next-symbolic-rtl.ts";
71
+ export { GoPrevious } from "./icons/go-previous.ts";
72
+ export { GoPreviousSymbolicRtl } from "./icons/go-previous-symbolic-rtl.ts";
73
+ export { GoUp } from "./icons/go-up.ts";
74
+ export { InfoOutline } from "./icons/info-outline.ts";
75
+ export { InsertImage } from "./icons/insert-image.ts";
76
+ export { InsertObject } from "./icons/insert-object.ts";
77
+ export { ListAdd } from "./icons/list-add.ts";
78
+ export { ListRemove } from "./icons/list-remove.ts";
79
+ export { ListRemoveAll } from "./icons/list-remove-all.ts";
80
+ export { MediaEject } from "./icons/media-eject.ts";
81
+ export { MediaPlaybackPause } from "./icons/media-playback-pause.ts";
82
+ export { MediaPlaybackStart } from "./icons/media-playback-start.ts";
83
+ export { MediaPlaybackStop } from "./icons/media-playback-stop.ts";
84
+ export { MediaPlaylistRepeat } from "./icons/media-playlist-repeat.ts";
85
+ export { MediaRecord } from "./icons/media-record.ts";
86
+ export { NetworkServer } from "./icons/network-server.ts";
87
+ export { NetworkWorkgroup } from "./icons/network-workgroup.ts";
88
+ export { ObjectSelect } from "./icons/object-select.ts";
89
+ export { OpenMenu } from "./icons/open-menu.ts";
90
+ export { OrientationLandscape } from "./icons/orientation-landscape.ts";
91
+ export { OrientationLandscapeInverse } from "./icons/orientation-landscape-inverse.ts";
92
+ export { OrientationPortrait } from "./icons/orientation-portrait.ts";
93
+ export { OrientationPortraitInverse } from "./icons/orientation-portrait-inverse.ts";
94
+ export { PanDown } from "./icons/pan-down.ts";
95
+ export { PanEnd } from "./icons/pan-end.ts";
96
+ export { PanEndSymbolicRtl } from "./icons/pan-end-symbolic-rtl.ts";
97
+ export { PanStart } from "./icons/pan-start.ts";
98
+ export { PanStartSymbolicRtl } from "./icons/pan-start-symbolic-rtl.ts";
99
+ export { PanUp } from "./icons/pan-up.ts";
100
+ export { Printer } from "./icons/printer.ts";
101
+ export { ProcessWorking } from "./icons/process-working.ts";
102
+ export { SwitchOff } from "./icons/switch-off.ts";
103
+ export { SwitchOn } from "./icons/switch-on.ts";
104
+ export { SystemRun } from "./icons/system-run.ts";
105
+ export { SystemSearch } from "./icons/system-search.ts";
106
+ export { TextXGeneric } from "./icons/text-x-generic.ts";
107
+ export { UserDesktop } from "./icons/user-desktop.ts";
108
+ export { UserHome } from "./icons/user-home.ts";
109
+ export { UserTrash } from "./icons/user-trash.ts";
110
+ export { ValueDecrease } from "./icons/value-decrease.ts";
111
+ export { ValueIncrease } from "./icons/value-increase.ts";
112
+ export { ViewConceal } from "./icons/view-conceal.ts";
113
+ export { ViewFullscreen } from "./icons/view-fullscreen.ts";
114
+ export { ViewGrid } from "./icons/view-grid.ts";
115
+ export { ViewList } from "./icons/view-list.ts";
116
+ export { ViewMore } from "./icons/view-more.ts";
117
+ export { ViewRefresh } from "./icons/view-refresh.ts";
118
+ export { ViewReveal } from "./icons/view-reveal.ts";
119
+ export { WindowClose } from "./icons/window-close.ts";
120
+ export { WindowMaximize } from "./icons/window-maximize.ts";
121
+ export { WindowMinimize } from "./icons/window-minimize.ts";
122
+ export { WindowRestore } from "./icons/window-restore.ts";
123
+ export { ZoomIn } from "./icons/zoom-in.ts";
124
+ export { ZoomOriginal } from "./icons/zoom-original.ts";
125
+ export { ZoomOut } from "./icons/zoom-out.ts";