@gravity-ui/icons 2.3.0 → 2.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (222) hide show
  1. package/AbbrApi.js +1 -1
  2. package/AbbrQl.d.ts +3 -0
  3. package/AbbrQl.js +29 -0
  4. package/ArrowDownToLine.js +1 -1
  5. package/ArrowLeftFromLine.d.ts +3 -0
  6. package/ArrowLeftFromLine.js +29 -0
  7. package/ArrowLeftToLine.d.ts +3 -0
  8. package/ArrowLeftToLine.js +29 -0
  9. package/ArrowRightArrowLeft.js +1 -1
  10. package/ArrowRightFromLine.d.ts +3 -0
  11. package/ArrowRightFromLine.js +29 -0
  12. package/ArrowRightToLine.d.ts +3 -0
  13. package/ArrowRightToLine.js +29 -0
  14. package/ArrowShapeDownFromLine.d.ts +3 -0
  15. package/ArrowShapeDownFromLine.js +29 -0
  16. package/ArrowShapeDownToLine.d.ts +3 -0
  17. package/ArrowShapeDownToLine.js +29 -0
  18. package/ArrowShapeLeftFromLine.d.ts +3 -0
  19. package/ArrowShapeLeftFromLine.js +29 -0
  20. package/ArrowShapeLeftToLine.d.ts +3 -0
  21. package/ArrowShapeLeftToLine.js +29 -0
  22. package/ArrowShapeRightFromLine.d.ts +3 -0
  23. package/ArrowShapeRightFromLine.js +29 -0
  24. package/ArrowShapeRightToLine.d.ts +3 -0
  25. package/ArrowShapeRightToLine.js +29 -0
  26. package/ArrowShapeUpFromLine.d.ts +3 -0
  27. package/ArrowShapeUpFromLine.js +29 -0
  28. package/ArrowShapeUpToLine.d.ts +3 -0
  29. package/ArrowShapeUpToLine.js +29 -0
  30. package/Arrows3RotateRight.js +1 -1
  31. package/ArrowsOppositeToDots.js +1 -1
  32. package/At.js +1 -1
  33. package/BucketPaint.js +1 -1
  34. package/CHANGELOG.md +14 -0
  35. package/ChevronDownWide.d.ts +3 -0
  36. package/ChevronDownWide.js +29 -0
  37. package/ChevronUpWide.d.ts +3 -0
  38. package/ChevronUpWide.js +29 -0
  39. package/ChevronsDownWide.d.ts +3 -0
  40. package/ChevronsDownWide.js +29 -0
  41. package/ChevronsUpWide.d.ts +3 -0
  42. package/ChevronsUpWide.js +29 -0
  43. package/CircleArrowUp.js +1 -1
  44. package/CircleArrowUpFill.js +1 -1
  45. package/CircleChevronRight.js +1 -1
  46. package/CircleDollar.js +1 -1
  47. package/CirclePause.js +1 -1
  48. package/CircleRuble.js +1 -1
  49. package/CodeCommit.js +1 -1
  50. package/CodeCommitHorizontal.d.ts +3 -0
  51. package/CodeCommitHorizontal.js +29 -0
  52. package/CodeCommits.d.ts +3 -0
  53. package/CodeCommits.js +33 -0
  54. package/CodeCompare.d.ts +3 -0
  55. package/CodeCompare.js +29 -0
  56. package/CommentFill.d.ts +3 -0
  57. package/CommentFill.js +29 -0
  58. package/CommentPlus.d.ts +3 -0
  59. package/CommentPlus.js +29 -0
  60. package/Equal.d.ts +3 -0
  61. package/Equal.js +29 -0
  62. package/FileArrowRightOut.js +1 -1
  63. package/FileDollar.js +1 -1
  64. package/FileText.d.ts +3 -0
  65. package/FileText.js +29 -0
  66. package/Fingerprint.js +1 -1
  67. package/Gear.js +5 -1
  68. package/Heading4.js +1 -1
  69. package/LayoutTabs.d.ts +3 -0
  70. package/LayoutTabs.js +29 -0
  71. package/LetterM.d.ts +3 -0
  72. package/LetterM.js +29 -0
  73. package/LogoWindows.js +1 -1
  74. package/MagicWand.js +1 -1
  75. package/MathUnionShape.js +1 -1
  76. package/Moon.js +1 -1
  77. package/Picture.js +1 -1
  78. package/ScalesUnbalanced.js +1 -1
  79. package/SealCheck.js +1 -1
  80. package/SealPercent.js +1 -1
  81. package/Shuffle.js +1 -1
  82. package/Strikethrough.js +3 -1
  83. package/Sun.js +1 -5
  84. package/TagDollar.js +1 -1
  85. package/TagRuble.js +1 -1
  86. package/Tags.js +5 -1
  87. package/ThumbsUp2.d.ts +3 -0
  88. package/ThumbsUp2.js +33 -0
  89. package/TriangleDownFill.js +1 -1
  90. package/TriangleThunderbolt.js +1 -1
  91. package/TriangleUpFill.js +1 -1
  92. package/esm/AbbrApi.js +1 -1
  93. package/esm/AbbrQl.js +4 -0
  94. package/esm/ArrowDownToLine.js +1 -1
  95. package/esm/ArrowLeftFromLine.js +4 -0
  96. package/esm/ArrowLeftToLine.js +4 -0
  97. package/esm/ArrowRightArrowLeft.js +1 -1
  98. package/esm/ArrowRightFromLine.js +4 -0
  99. package/esm/ArrowRightToLine.js +4 -0
  100. package/esm/ArrowShapeDownFromLine.js +4 -0
  101. package/esm/ArrowShapeDownToLine.js +4 -0
  102. package/esm/ArrowShapeLeftFromLine.js +4 -0
  103. package/esm/ArrowShapeLeftToLine.js +4 -0
  104. package/esm/ArrowShapeRightFromLine.js +4 -0
  105. package/esm/ArrowShapeRightToLine.js +4 -0
  106. package/esm/ArrowShapeUpFromLine.js +4 -0
  107. package/esm/ArrowShapeUpToLine.js +4 -0
  108. package/esm/Arrows3RotateRight.js +1 -1
  109. package/esm/ArrowsOppositeToDots.js +1 -1
  110. package/esm/At.js +1 -1
  111. package/esm/BucketPaint.js +1 -1
  112. package/esm/ChevronDownWide.js +4 -0
  113. package/esm/ChevronUpWide.js +4 -0
  114. package/esm/ChevronsDownWide.js +4 -0
  115. package/esm/ChevronsUpWide.js +4 -0
  116. package/esm/CircleArrowUp.js +1 -1
  117. package/esm/CircleArrowUpFill.js +1 -1
  118. package/esm/CircleChevronRight.js +1 -1
  119. package/esm/CircleDollar.js +1 -1
  120. package/esm/CirclePause.js +1 -1
  121. package/esm/CircleRuble.js +1 -1
  122. package/esm/CodeCommit.js +1 -1
  123. package/esm/CodeCommitHorizontal.js +4 -0
  124. package/esm/CodeCommits.js +8 -0
  125. package/esm/CodeCompare.js +4 -0
  126. package/esm/CommentFill.js +4 -0
  127. package/esm/CommentPlus.js +4 -0
  128. package/esm/Equal.js +4 -0
  129. package/esm/FileArrowRightOut.js +1 -1
  130. package/esm/FileDollar.js +1 -1
  131. package/esm/FileText.js +4 -0
  132. package/esm/Fingerprint.js +1 -1
  133. package/esm/Gear.js +5 -1
  134. package/esm/Heading4.js +1 -1
  135. package/esm/LayoutTabs.js +4 -0
  136. package/esm/LetterM.js +4 -0
  137. package/esm/LogoWindows.js +1 -1
  138. package/esm/MagicWand.js +1 -1
  139. package/esm/MathUnionShape.js +1 -1
  140. package/esm/Moon.js +1 -1
  141. package/esm/Picture.js +1 -1
  142. package/esm/ScalesUnbalanced.js +1 -1
  143. package/esm/SealCheck.js +1 -1
  144. package/esm/SealPercent.js +1 -1
  145. package/esm/Shuffle.js +1 -1
  146. package/esm/Strikethrough.js +3 -1
  147. package/esm/Sun.js +1 -5
  148. package/esm/TagDollar.js +1 -1
  149. package/esm/TagRuble.js +1 -1
  150. package/esm/Tags.js +5 -1
  151. package/esm/ThumbsUp2.js +8 -0
  152. package/esm/TriangleDownFill.js +1 -1
  153. package/esm/TriangleThunderbolt.js +1 -1
  154. package/esm/TriangleUpFill.js +1 -1
  155. package/esm/index.js +27 -0
  156. package/index.d.ts +27 -0
  157. package/index.js +66 -12
  158. package/metadata.json +206 -8
  159. package/package.json +2 -2
  160. package/svgs/abbr-api.svg +1 -1
  161. package/svgs/abbr-ql.svg +1 -0
  162. package/svgs/arrow-down-to-line.svg +1 -1
  163. package/svgs/arrow-left-from-line.svg +1 -0
  164. package/svgs/arrow-left-to-line.svg +1 -0
  165. package/svgs/arrow-right-arrow-left.svg +1 -1
  166. package/svgs/arrow-right-from-line.svg +1 -0
  167. package/svgs/arrow-right-to-line.svg +1 -0
  168. package/svgs/arrow-shape-down-from-line.svg +1 -0
  169. package/svgs/arrow-shape-down-to-line.svg +1 -0
  170. package/svgs/arrow-shape-left-from-line.svg +1 -0
  171. package/svgs/arrow-shape-left-to-line.svg +1 -0
  172. package/svgs/arrow-shape-right-from-line.svg +1 -0
  173. package/svgs/arrow-shape-right-to-line.svg +1 -0
  174. package/svgs/arrow-shape-up-from-line.svg +1 -0
  175. package/svgs/arrow-shape-up-to-line.svg +1 -0
  176. package/svgs/arrows-3-rotate-right.svg +1 -1
  177. package/svgs/arrows-opposite-to-dots.svg +1 -1
  178. package/svgs/at.svg +1 -1
  179. package/svgs/bucket-paint.svg +1 -1
  180. package/svgs/chevron-down-wide.svg +1 -0
  181. package/svgs/chevron-up-wide.svg +1 -0
  182. package/svgs/chevrons-down-wide.svg +1 -0
  183. package/svgs/chevrons-up-wide.svg +1 -0
  184. package/svgs/circle-arrow-up-fill.svg +1 -1
  185. package/svgs/circle-arrow-up.svg +1 -1
  186. package/svgs/circle-chevron-right.svg +1 -1
  187. package/svgs/circle-dollar.svg +1 -1
  188. package/svgs/circle-pause.svg +1 -1
  189. package/svgs/circle-ruble.svg +1 -1
  190. package/svgs/code-commit-horizontal.svg +1 -0
  191. package/svgs/code-commit.svg +1 -1
  192. package/svgs/code-commits.svg +1 -0
  193. package/svgs/code-compare.svg +1 -0
  194. package/svgs/comment-fill.svg +1 -0
  195. package/svgs/comment-plus.svg +1 -0
  196. package/svgs/equal.svg +1 -0
  197. package/svgs/file-arrow-right-out.svg +1 -1
  198. package/svgs/file-dollar.svg +1 -1
  199. package/svgs/file-text.svg +1 -0
  200. package/svgs/fingerprint.svg +1 -1
  201. package/svgs/gear.svg +1 -1
  202. package/svgs/heading-4.svg +1 -1
  203. package/svgs/layout-tabs.svg +1 -0
  204. package/svgs/letter-m.svg +1 -0
  205. package/svgs/logo-windows.svg +1 -1
  206. package/svgs/magic-wand.svg +1 -1
  207. package/svgs/math-union-shape.svg +1 -1
  208. package/svgs/moon.svg +1 -1
  209. package/svgs/picture.svg +1 -1
  210. package/svgs/scales-unbalanced.svg +1 -1
  211. package/svgs/seal-check.svg +1 -1
  212. package/svgs/seal-percent.svg +1 -1
  213. package/svgs/shuffle.svg +1 -1
  214. package/svgs/strikethrough.svg +1 -1
  215. package/svgs/sun.svg +1 -1
  216. package/svgs/tag-dollar.svg +1 -1
  217. package/svgs/tag-ruble.svg +1 -1
  218. package/svgs/tags.svg +1 -1
  219. package/svgs/thumbs-up-2.svg +1 -0
  220. package/svgs/triangle-down-fill.svg +1 -1
  221. package/svgs/triangle-thunderbolt.svg +1 -1
  222. package/svgs/triangle-up-fill.svg +1 -1
package/Picture.js CHANGED
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const React = __importStar(require("react"));
27
27
  const Picture = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
28
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.5 3h-7A1.5 1.5 0 0 0 3 4.5v5.027l.962-.7a1.75 1.75 0 0 1 2.079.016l.928.696 2.368-2.03a1.75 1.75 0 0 1 2.325.043L13 8.787V4.5A1.5 1.5 0 0 0 11.5 3Zm3 7.498V4.5a3 3 0 0 0-3-3h-7a3 3 0 0 0-3 3v6.492a.66.66 0 0 0 0 .017v.491a3 3 0 0 0 3 3h7a3 3 0 0 0 3-3v-1.002Zm-1.5.33-2.355-2.174a.25.25 0 0 0-.332-.006L7.488 11.07l-.457.392-.481-.361-1.41-1.057a.25.25 0 0 0-.296-.002L3 11.381v.119A1.5 1.5 0 0 0 4.5 13h7a1.5 1.5 0 0 0 1.5-1.5v-.672ZM7.5 6a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z", clipRule: "evenodd" })));
28
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.5 3h-7A1.5 1.5 0 0 0 3 4.5v5.027l.962-.7a1.75 1.75 0 0 1 2.079.016l.928.696 2.368-2.03a1.75 1.75 0 0 1 2.325.043L13 8.787V4.5A1.5 1.5 0 0 0 11.5 3Zm3 7.498V4.5a3 3 0 0 0-3-3h-7a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h7a3 3 0 0 0 3-3v-1.002Zm-1.5.33-2.355-2.174a.25.25 0 0 0-.332-.006L7.488 11.07l-.457.392-.481-.361-1.41-1.057a.25.25 0 0 0-.296-.002L3 11.381v.119A1.5 1.5 0 0 0 4.5 13h7a1.5 1.5 0 0 0 1.5-1.5v-.672ZM7.5 6a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z", clipRule: "evenodd" })));
29
29
  exports.default = Picture;
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const React = __importStar(require("react"));
27
27
  const ScalesUnbalanced = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
28
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.983.843a.75.75 0 0 1-.576.89l-4.657.998V13h2.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5h2.5V3.053l-4.343.93a.75.75 0 1 1-.314-1.466l10.5-2.25a.75.75 0 0 1 .89.576Zm-2.34 6.725.007.018a1.454 1.454 0 0 0 2.7 0l.007-.018L13 4.854l-1.357 2.714ZM13 3c-.46 0-.88.26-1.085.67L10.2 7.099a1 1 0 0 0-.034.819l.09.226a2.954 2.954 0 0 0 5.486 0l.09-.226a1 1 0 0 0-.034-.819l-1.713-3.427A1.214 1.214 0 0 0 13 3ZM1.643 9.568l.007.018a1.454 1.454 0 0 0 2.7 0l.007-.018L3 6.854 1.643 9.568ZM3 5c-.46 0-.88.26-1.085.67L.2 9.099a1 1 0 0 0-.034.819l.09.226a2.954 2.954 0 0 0 5.486 0l.09-.226a1 1 0 0 0-.034-.819L4.085 5.671A1.214 1.214 0 0 0 3 5Z", clipRule: "evenodd" })));
28
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.983.843a.75.75 0 0 1-.576.89l-4.657.998V13h2.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5h2.5V3.053l-4.343.93a.75.75 0 1 1-.314-1.466l10.5-2.25a.75.75 0 0 1 .89.576Zm-2.34 6.725.007.018a1.454 1.454 0 0 0 2.7 0l.007-.018L13 4.854l-1.357 2.714ZM13 3c-.46 0-.88.26-1.085.67L10.2 7.099a1 1 0 0 0-.034.819l.09.226a2.954 2.954 0 0 0 5.486 0l.09-.226a1 1 0 0 0-.034-.819l-1.714-3.427A1.214 1.214 0 0 0 13 3ZM1.643 9.568l.007.018a1.454 1.454 0 0 0 2.7 0l.007-.018L3 6.854 1.643 9.568ZM3 5c-.46 0-.88.26-1.085.67L.2 9.099a1 1 0 0 0-.034.819l.09.226a2.954 2.954 0 0 0 5.486 0l.09-.226a1 1 0 0 0-.034-.819L4.085 5.671A1.214 1.214 0 0 0 3 5Z", clipRule: "evenodd" })));
29
29
  exports.default = ScalesUnbalanced;
package/SealCheck.js CHANGED
@@ -26,7 +26,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const React = __importStar(require("react"));
27
27
  const SealCheck = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
28
28
  React.createElement("g", { clipPath: "url(#a)" },
29
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.515 3.5h.621l.44-.44 1.07-1.07a.5.5 0 0 1 .708 0l1.07 1.07.44.44H12a.5.5 0 0 1 .5.5v2.136l.44.44 1.07 1.07a.5.5 0 0 1 0 .708l-1.07 1.07-.44.44V12a.5.5 0 0 1-.5.5H9.864l-.44.44-1.07 1.07a.5.5 0 0 1-.708 0l-1.07-1.07-.44-.44H4a.5.5 0 0 1-.5-.5V9.864l-.44-.44-1.07-1.07a.5.5 0 0 1 0-.708l1.07-1.07.44-.44V4a.5.5 0 0 1 .5-.5h1.515Zm3.9-2.571a2 2 0 0 0-2.83 0L5.516 2H4a2 2 0 0 0-2 2v1.515L.929 6.585a2 2 0 0 0 0 2.83L2 10.484V12a2 2 0 0 0 2 2h1.515l1.07 1.071a2 2 0 0 0 2.83 0L10.484 14H12a2 2 0 0 0 2-2v-1.515l1.071-1.07a2 2 0 0 0 0-2.83L14 5.516V4a2 2 0 0 0-2-2h-1.515L9.415.929ZM11.1 6.45a.75.75 0 1 0-1.2-.9L7.419 8.858 6.03 7.47a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.13-.08l3-4Z", clipRule: "evenodd" })),
29
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.515 3.5h.621l.44-.44 1.07-1.07a.5.5 0 0 1 .708 0l1.07 1.07.44.44H12a.5.5 0 0 1 .5.5v2.136l.44.44 1.07 1.07a.5.5 0 0 1 0 .708l-1.07 1.07-.44.44V12a.5.5 0 0 1-.5.5H9.865l-.44.44-1.071 1.07a.5.5 0 0 1-.707 0l-1.072-1.07-.439-.44H4a.5.5 0 0 1-.5-.5V9.864l-.44-.44-1.07-1.07a.5.5 0 0 1 0-.708l1.07-1.07.44-.44V4a.5.5 0 0 1 .5-.5h1.515Zm3.9-2.571a2 2 0 0 0-2.83 0L5.516 2H4a2 2 0 0 0-2 2v1.515L.93 6.585a2 2 0 0 0 0 2.83L2 10.484V12a2 2 0 0 0 2 2h1.515l1.07 1.071a2 2 0 0 0 2.83 0L10.484 14H12a2 2 0 0 0 2-2v-1.515l1.071-1.07a2 2 0 0 0 0-2.83l-1.07-1.07V4a2 2 0 0 0-2-2h-1.516L9.415.929ZM11.1 6.45a.75.75 0 0 0-1.2-.9L7.42 8.858 6.03 7.47a.75.75 0 0 0-1.06 1.06l2 2a.75.75 0 0 0 1.13-.08l3-4Z", clipRule: "evenodd" })),
30
30
  React.createElement("defs", null,
31
31
  React.createElement("clipPath", { id: "a" },
32
32
  React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
package/SealPercent.js CHANGED
@@ -26,7 +26,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const React = __importStar(require("react"));
27
27
  const SealPercent = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
28
28
  React.createElement("g", { clipPath: "url(#a)" },
29
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.515 3.5h.621l.44-.44 1.07-1.07a.5.5 0 0 1 .708 0l1.07 1.07.44.44H12a.5.5 0 0 1 .5.5v2.136l.44.44 1.07 1.07a.5.5 0 0 1 0 .708l-1.07 1.07-.44.44V12a.5.5 0 0 1-.5.5H9.865l-.44.44-1.071 1.07a.5.5 0 0 1-.707 0l-1.072-1.07-.439-.44H4a.5.5 0 0 1-.5-.5V9.864l-.44-.44-1.07-1.07a.5.5 0 0 1 0-.708l1.07-1.07.44-.44V4a.5.5 0 0 1 .5-.5h1.515Zm3.9-2.571a2 2 0 0 0-2.83 0L5.516 2H4a2 2 0 0 0-2 2v1.515L.93 6.585a2 2 0 0 0 0 2.83L2 10.484V12a2 2 0 0 0 2 2h1.515l1.07 1.071a2 2 0 0 0 2.83 0L10.484 14H12a2 2 0 0 0 2-2v-1.515l1.071-1.07a2 2 0 0 0 0-2.83l-1.07-1.07V4a2 2 0 0 0-2-2h-1.516L9.415.929ZM6.53 10.53l4-4a.75.75 0 0 0-1.06-1.06l-4 4a.75.75 0 1 0 1.06 1.06ZM11 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM6 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", clipRule: "evenodd" })),
29
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.515 3.5h.621l.44-.44 1.07-1.07a.5.5 0 0 1 .708 0l1.07 1.07.44.44H12a.5.5 0 0 1 .5.5v2.136l.44.44 1.07 1.07a.5.5 0 0 1 0 .708l-1.07 1.07-.44.44V12a.5.5 0 0 1-.5.5H9.864l-.44.44-1.07 1.07a.5.5 0 0 1-.708 0l-1.07-1.07-.44-.44H4a.5.5 0 0 1-.5-.5V9.864l-.44-.44-1.07-1.07a.5.5 0 0 1 0-.708l1.07-1.07.44-.44V4a.5.5 0 0 1 .5-.5h1.515Zm3.9-2.571a2 2 0 0 0-2.83 0L5.516 2H4a2 2 0 0 0-2 2v1.515L.929 6.585a2 2 0 0 0 0 2.83L2 10.484V12a2 2 0 0 0 2 2h1.515l1.07 1.071a2 2 0 0 0 2.83 0L10.484 14H12a2 2 0 0 0 2-2v-1.515l1.071-1.07a2 2 0 0 0 0-2.83L14 5.516V4a2 2 0 0 0-2-2h-1.515L9.415.929ZM6.53 10.53l4-4a.75.75 0 1 0-1.06-1.06l-4 4a.75.75 0 1 0 1.06 1.06ZM11 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM6 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z", clipRule: "evenodd" })),
30
30
  React.createElement("defs", null,
31
31
  React.createElement("clipPath", { id: "a" },
32
32
  React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
package/Shuffle.js CHANGED
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const React = __importStar(require("react"));
27
27
  const Shuffle = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
28
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.75 12.5a.75.75 0 0 1 0-1.5h2.044c.86 0 1.644-.49 2.021-1.262L6.665 8l-.85-1.738A2.25 2.25 0 0 0 3.794 5H1.75a.75.75 0 0 1 0-1.5h2.044a3.75 3.75 0 0 1 3.369 2.103l.337.69.337-.69A3.75 3.75 0 0 1 11.206 3.5h1.233l-.97-.97a.75.75 0 0 1 1.061-1.06l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97h-1.234c-.86 0-1.644.49-2.021 1.262l-2.022 4.135A3.75 3.75 0 0 1 3.794 12.5H1.75Zm6.639-1.542.696-1.424.1.204A2.25 2.25 0 0 0 11.206 11h1.233l-.97-.97a.75.75 0 1 1 1.061-1.06l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97h-1.234a3.75 3.75 0 0 1-2.905-1.378c.031-.053.06-.108.088-.164Z", clipRule: "evenodd" })));
28
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.75 12.5a.75.75 0 0 1 0-1.5h2.044c.86 0 1.644-.49 2.021-1.262L6.665 8l-.85-1.738A2.25 2.25 0 0 0 3.794 5H1.75a.75.75 0 1 1 0-1.5h2.044a3.75 3.75 0 0 1 3.369 2.103l.337.69.337-.69A3.75 3.75 0 0 1 11.206 3.5h1.233l-.97-.97a.75.75 0 0 1 1.061-1.06l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97h-1.234c-.86 0-1.644.49-2.021 1.262l-2.022 4.135A3.75 3.75 0 0 1 3.794 12.5H1.75Zm6.639-1.542.696-1.424.1.204A2.25 2.25 0 0 0 11.206 11h1.233l-.97-.97a.75.75 0 1 1 1.061-1.06l2.25 2.25a.75.75 0 0 1 0 1.06l-2.25 2.25a.75.75 0 1 1-1.06-1.06l.97-.97h-1.234a3.75 3.75 0 0 1-2.905-1.378c.031-.053.06-.108.088-.164Z", clipRule: "evenodd" })));
29
29
  exports.default = Shuffle;
package/Strikethrough.js CHANGED
@@ -25,5 +25,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const React = __importStar(require("react"));
27
27
  const Strikethrough = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
28
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.502 3.007c.712-.521 1.62-.757 2.482-.757 1.685 0 3.015.572 3.687 1.915a.75.75 0 1 1-1.342.67c-.328-.656-.998-1.085-2.345-1.085-.611 0-1.19.17-1.597.468-.384.28-.627.678-.627 1.242 0 .403.165.758.463 1.04H4.447a2.89 2.89 0 0 1-.187-1.04c0-1.084.507-1.916 1.242-2.453ZM11.549 9h1.201a.75.75 0 0 0 0-1.5h-9.5a.75.75 0 0 0 0 1.5h5.475l.043.012h.002c1.196.323 1.98 1.005 1.98 1.988 0 .669-.289 1.063-.742 1.33-.5.296-1.222.437-2 .437-1.398 0-2.453-.472-2.796-1.504a.75.75 0 1 0-1.424.474c.657 1.969 2.602 2.53 4.22 2.53.915 0 1.94-.16 2.762-.644.869-.512 1.48-1.377 1.48-2.623 0-.822-.276-1.481-.7-2Z", clipRule: "evenodd" })));
28
+ React.createElement("g", { fill: "currentColor", fillRule: "evenodd", clipRule: "evenodd" },
29
+ React.createElement("path", { d: "M5.502 2.757C6.214 2.236 7.122 2 7.984 2c1.685 0 3.015.572 3.687 1.915a.75.75 0 1 1-1.342.67C10.001 3.928 9.331 3.5 7.984 3.5c-.611 0-1.19.17-1.597.467a1.46 1.46 0 0 0-.627 1.242c0 .404.165.76.463 1.041H4.447a2.89 2.89 0 0 1-.187-1.04c0-1.084.507-1.916 1.242-2.453Zm6.047 5.993h1.201a.75.75 0 0 0 0-1.5h-9.5a.75.75 0 0 0 0 1.5h5.475l.043.012h.002c1.196.323 1.98 1.005 1.98 1.988 0 .669-.289 1.063-.742 1.33-.5.296-1.222.437-2 .437-1.398 0-2.453-.473-2.796-1.504a.75.75 0 0 0-1.424.474c.657 1.969 2.602 2.53 4.22 2.53.915 0 1.94-.16 2.762-.644.869-.513 1.48-1.377 1.48-2.623 0-.822-.276-1.482-.7-2Z" }),
30
+ React.createElement("path", { d: "M5.502 2.757C6.214 2.236 7.122 2 7.984 2c1.685 0 3.015.572 3.687 1.915a.75.75 0 1 1-1.342.67C10.001 3.93 9.331 3.5 7.984 3.5c-.611 0-1.19.17-1.597.468-.384.28-.627.678-.627 1.242 0 .403.165.758.463 1.04H4.447a2.89 2.89 0 0 1-.187-1.04c0-1.084.507-1.916 1.242-2.453Zm6.047 5.993h1.201a.75.75 0 0 0 0-1.5h-9.5a.75.75 0 0 0 0 1.5h5.475l.043.012h.002c1.196.323 1.98 1.005 1.98 1.988 0 .669-.289 1.063-.742 1.33-.5.296-1.222.437-2 .437-1.398 0-2.453-.472-2.796-1.504a.75.75 0 1 0-1.424.474c.657 1.969 2.602 2.53 4.22 2.53.915 0 1.94-.16 2.762-.644.869-.512 1.48-1.377 1.48-2.623 0-.822-.276-1.481-.7-2Z" }))));
29
31
  exports.default = Strikethrough;
package/Sun.js CHANGED
@@ -25,9 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const React = __importStar(require("react"));
27
27
  const Sun = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
28
- React.createElement("g", { clipPath: "url(#a)" },
29
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 3a.75.75 0 0 1-.75-.75V.75a.75.75 0 0 1 1.5 0v1.5A.75.75 0 0 1 8 3Zm0 7.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm-.75 3.25a.75.75 0 0 0 1.5 0v-1.5a.75.75 0 0 0-1.5 0v1.5ZM13 8a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 13 8ZM.75 7.25a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5H.75Zm10.786-2.786a.75.75 0 0 1 0-1.06l1.06-1.06a.75.75 0 0 1 1.06 1.06l-1.06 1.06a.75.75 0 0 1-1.06 0Zm-9.193 8.132a.75.75 0 0 0 1.06 1.06l1.062-1.06a.75.75 0 0 0-1.061-1.06l-1.06 1.06Zm9.193-1.06a.75.75 0 0 1 1.06 0l1.06 1.06a.75.75 0 0 1-1.06 1.06l-1.06-1.06a.75.75 0 0 1 0-1.06ZM3.404 2.343a.75.75 0 0 0-1.06 1.06l1.06 1.061a.75.75 0 1 0 1.06-1.06l-1.06-1.06Z", clipRule: "evenodd" })),
30
- React.createElement("defs", null,
31
- React.createElement("clipPath", { id: "a" },
32
- React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
28
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 3a.75.75 0 0 1-.75-.75V.75a.75.75 0 1 1 1.5 0v1.5A.75.75 0 0 1 8 3Zm0 7.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5ZM8 12a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm-.75 3.25a.75.75 0 0 0 1.5 0v-1.5a.75.75 0 0 0-1.5 0v1.5ZM13 8a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 13 8ZM.75 7.25a.75.75 0 1 0 0 1.5h1.5a.75.75 0 0 0 0-1.5H.75Zm10.786-2.786a.75.75 0 0 1 0-1.06l1.06-1.06a.75.75 0 0 1 1.06 1.06l-1.06 1.06a.75.75 0 0 1-1.06 0Zm-9.193 8.132a.75.75 0 0 0 1.06 1.06l1.062-1.06a.75.75 0 0 0-1.061-1.06l-1.06 1.06Zm9.193-1.06a.75.75 0 0 1 1.06 0l1.06 1.06a.75.75 0 0 1-1.06 1.06l-1.06-1.06a.75.75 0 0 1 0-1.06ZM3.404 2.343a.75.75 0 0 0-1.06 1.06l1.06 1.061a.75.75 0 1 0 1.06-1.06l-1.06-1.06Z", clipRule: "evenodd" })));
33
29
  exports.default = Sun;
package/TagDollar.js CHANGED
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const React = __importStar(require("react"));
27
27
  const TagDollar = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
28
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m7.182 2.94-4.87 4.869a1 1 0 0 0-.006 1.408l4.37 4.45a1 1 0 0 0 1.414.012l4.96-4.868a1.5 1.5 0 0 0 .45-1.07V3.5a1 1 0 0 0-1-1H8.243a1.5 1.5 0 0 0-1.061.44Zm6.92 6.942A3 3 0 0 0 15 7.741V3.5A2.5 2.5 0 0 0 12.5 1H8.243a3 3 0 0 0-2.122.879l-4.87 4.87a2.5 2.5 0 0 0-.015 3.519l4.37 4.45a2.5 2.5 0 0 0 3.535.032l4.96-4.868Zm-3.72-5.324a2.477 2.477 0 0 0-1.045-.38 1.95 1.95 0 0 0-1.616.57c-.54.54-.56 1.23-.437 1.767.119.526.394 1.029.637 1.41.254.4.46.732.549 1.033.073.249.036.352-.072.46-.072.072-.182.124-.417.066-.253-.064-.569-.247-.855-.533a1.774 1.774 0 0 1-.469-.879c-.069-.329-.023-.57.034-.68a.75.75 0 0 0-1.33-.693c-.263.506-.289 1.125-.172 1.682.07.332.196.67.382.988l-.253.252a.75.75 0 0 0 1.06 1.061l.222-.221a3.12 3.12 0 0 0 1.018.478c.6.15 1.301.079 1.84-.46.612-.612.626-1.346.451-1.943-.153-.522-.472-1.022-.694-1.37l-.029-.046c-.213-.334-.378-.664-.44-.937-.06-.261-.002-.337.036-.374a.451.451 0 0 1 .392-.14c.172.02.445.126.777.457.33.33.447.6.482.79a.832.832 0 0 1-.067.513.75.75 0 1 0 1.362.627c.18-.392.281-.879.179-1.42a2.712 2.712 0 0 0-.446-1.036l.221-.221a.75.75 0 1 0-1.06-1.06l-.24.239Z", clipRule: "evenodd" })));
28
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m7.182 2.94-4.87 4.869a1 1 0 0 0-.006 1.408l4.37 4.45a1 1 0 0 0 1.414.012l4.96-4.868a1.5 1.5 0 0 0 .45-1.07V3.5a1 1 0 0 0-1-1H8.243a1.5 1.5 0 0 0-1.061.44Zm6.92 6.942A3 3 0 0 0 15 7.741V3.5A2.5 2.5 0 0 0 12.5 1H8.243a3 3 0 0 0-2.122.879l-4.87 4.87a2.5 2.5 0 0 0-.015 3.519l4.37 4.45a2.5 2.5 0 0 0 3.535.032l4.96-4.868Zm-3.72-5.324a2.477 2.477 0 0 0-1.045-.38 1.95 1.95 0 0 0-1.616.57c-.54.54-.56 1.23-.437 1.767.119.526.394 1.029.637 1.41.254.4.46.732.549 1.033.073.249.036.352-.072.46-.072.072-.182.124-.417.066-.253-.064-.569-.247-.855-.533a1.773 1.773 0 0 1-.469-.879c-.069-.329-.023-.57.034-.68a.75.75 0 1 0-1.33-.693c-.263.506-.289 1.125-.172 1.682.07.332.196.67.382.988l-.253.252a.75.75 0 0 0 1.06 1.061l.222-.221a3.12 3.12 0 0 0 1.018.478c.6.15 1.301.079 1.84-.46.612-.612.626-1.346.451-1.943-.153-.522-.472-1.022-.694-1.37l-.029-.046c-.213-.334-.378-.664-.44-.937-.06-.261-.002-.337.036-.374a.451.451 0 0 1 .392-.14c.172.02.445.126.777.457.33.33.447.6.482.79a.832.832 0 0 1-.067.513.75.75 0 1 0 1.362.627c.18-.392.281-.879.179-1.42a2.712 2.712 0 0 0-.446-1.036l.221-.221a.75.75 0 1 0-1.06-1.06l-.24.239Z", clipRule: "evenodd" })));
29
29
  exports.default = TagDollar;
package/TagRuble.js CHANGED
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const React = __importStar(require("react"));
27
27
  const TagRuble = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
28
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m7.182 2.94-4.87 4.869a1 1 0 0 0-.006 1.408l4.37 4.45a1 1 0 0 0 1.414.012l4.96-4.868a1.5 1.5 0 0 0 .45-1.07V3.5a1 1 0 0 0-1-1H8.243a1.5 1.5 0 0 0-1.061.44Zm6.92 6.942A3 3 0 0 0 15 7.741V3.5A2.5 2.5 0 0 0 12.5 1H8.243a3 3 0 0 0-2.122.879l-4.87 4.87a2.5 2.5 0 0 0-.015 3.519l4.37 4.45a2.5 2.5 0 0 0 3.535.032l4.96-4.868Zm-3.908-5.844a.75.75 0 0 0-1.06 0L7.366 5.805l-.088-.088a.75.75 0 0 0-1.06 1.06l.087.09-.353.353-.088-.089a.75.75 0 0 0-1.061 1.061l.088.088-.353.354a.75.75 0 1 0 1.06 1.06l.354-.353 1.06 1.06a.75.75 0 1 0 1.061-1.06l-1.06-1.06.353-.354.796.795a2.375 2.375 0 0 0 3.358-3.358l-1.325-1.326Zm-.972 3.624-.795-.796L9.664 5.63l.796.795a.875.875 0 0 1-1.238 1.238Z", clipRule: "evenodd" })));
28
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m7.182 2.94-4.87 4.869a1 1 0 0 0-.006 1.408l4.37 4.45a1 1 0 0 0 1.414.012l4.96-4.868a1.5 1.5 0 0 0 .45-1.07V3.5a1 1 0 0 0-1-1H8.243a1.5 1.5 0 0 0-1.061.44Zm6.92 6.942A3 3 0 0 0 15 7.741V3.5A2.5 2.5 0 0 0 12.5 1H8.243a3 3 0 0 0-2.122.879l-4.87 4.87a2.5 2.5 0 0 0-.015 3.519l4.37 4.45a2.5 2.5 0 0 0 3.535.032l4.96-4.868Zm-3.908-5.844a.75.75 0 0 0-1.06 0L7.366 5.805l-.088-.088a.75.75 0 0 0-1.06 1.06l.087.09-.353.353-.088-.089a.75.75 0 0 0-1.061 1.061l.088.088-.353.354a.75.75 0 0 0 1.06 1.06l.354-.353 1.06 1.06a.75.75 0 1 0 1.061-1.06l-1.06-1.06.353-.354.796.795a2.375 2.375 0 0 0 3.358-3.358l-1.325-1.326Zm-.972 3.624-.795-.796L9.664 5.63l.796.795a.875.875 0 0 1-1.238 1.238Z", clipRule: "evenodd" })));
29
29
  exports.default = TagRuble;
package/Tags.js CHANGED
@@ -25,5 +25,9 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const React = __importStar(require("react"));
27
27
  const Tags = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
28
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m10.884 6.995-4.12 4.12a.75.75 0 0 1-1.055.005L1.906 7.395a.75.75 0 0 1-.011-1.06l4.118-4.21a1.25 1.25 0 0 1 .894-.375H10.5a.75.75 0 0 1 .75.75v3.61c0 .332-.132.65-.366.885ZM4.94 1.077A2.75 2.75 0 0 1 6.907.25H10.5a2.25 2.25 0 0 1 2.25 2.25v.75h.75a2.25 2.25 0 0 1 2.25 2.25v3.61c0 .73-.29 1.43-.806 1.946l-4.12 4.12a2.25 2.25 0 0 1-3.165.016l-3.803-3.726a2.265 2.265 0 0 1-.286-.341L.856 8.466a2.25 2.25 0 0 1-.033-3.18l4.118-4.21Zm2.242 11.548a2.25 2.25 0 0 0 .642-.45L11.52 8.48a1.25 1.25 0 0 0 1.206-2.01c.015-.118.023-.237.023-.358V4.75h.75a.75.75 0 0 1 .75.75v3.61c0 .332-.132.65-.366.885l-4.12 4.12a.75.75 0 0 1-1.055.005l-1.526-1.495ZM8.75 5.5a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Z", clipRule: "evenodd" })));
28
+ React.createElement("g", { clipPath: "url(#a)" },
29
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m10.884 6.995-4.12 4.12a.75.75 0 0 1-1.055.005L1.906 7.395a.75.75 0 0 1-.011-1.06l4.118-4.21a1.25 1.25 0 0 1 .894-.375H10.5a.75.75 0 0 1 .75.75v3.61c0 .332-.132.65-.366.885ZM4.94 1.077A2.75 2.75 0 0 1 6.907.25H10.5a2.25 2.25 0 0 1 2.25 2.25v.75h.75a2.25 2.25 0 0 1 2.25 2.25v3.61c0 .73-.29 1.43-.806 1.946l-4.12 4.12a2.25 2.25 0 0 1-3.165.016l-3.803-3.726a2.264 2.264 0 0 1-.286-.341L.856 8.466a2.25 2.25 0 0 1-.033-3.18l4.118-4.21Zm2.242 11.548a2.25 2.25 0 0 0 .642-.45L11.52 8.48a1.25 1.25 0 0 0 1.206-2.01c.015-.118.023-.237.023-.358V4.75h.75a.75.75 0 0 1 .75.75v3.61c0 .332-.132.65-.366.885l-4.12 4.12a.75.75 0 0 1-1.055.005l-1.526-1.495ZM8.75 5.5a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Z", clipRule: "evenodd" })),
30
+ React.createElement("defs", null,
31
+ React.createElement("clipPath", { id: "a" },
32
+ React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
29
33
  exports.default = Tags;
package/ThumbsUp2.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const ThumbsUp2: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ThumbsUp2;
package/ThumbsUp2.js ADDED
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
14
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
15
+ }) : function(o, v) {
16
+ o["default"] = v;
17
+ });
18
+ var __importStar = (this && this.__importStar) || function (mod) {
19
+ if (mod && mod.__esModule) return mod;
20
+ var result = {};
21
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
22
+ __setModuleDefault(result, mod);
23
+ return result;
24
+ };
25
+ Object.defineProperty(exports, "__esModule", { value: true });
26
+ const React = __importStar(require("react"));
27
+ const ThumbsUp2 = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
28
+ React.createElement("g", { clipPath: "url(#a)" },
29
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m13.345 2.978-.135.609-.33 1.5h1.158A2 2 0 0 1 16 7.472l-.259 1.321a4 4 0 0 1-4.322 3.21 4 4 0 0 1-4.286 2.767l-3.984-.473-.48-6.352 2.813-4.564a1.854 1.854 0 0 1 3.427.826l1.452-2.418a1.627 1.627 0 0 1 2.984 1.189Zm-4.38 4.06.215-.37 2.467-4.106a.127.127 0 0 1 .233.092l-.465 2.11-.403 1.823h3.027a.5.5 0 0 1 .49.596l-.26 1.321a2.5 2.5 0 0 1-2.528 2.018l.219-1.09A2 2 0 0 0 10 7.037H8.964ZM4.55 12.952l2.759.328a2.5 2.5 0 0 0 2.745-1.99l.434-2.155a.5.5 0 0 0-.49-.599H6.476l.414-1.83.515-2.275a.354.354 0 0 0-.646-.264L4.2 8.318l.35 4.635ZM.695 7.651a.75.75 0 0 1 .804.691l.478 6.353a.75.75 0 0 1-1.495.112L.004 8.455a.75.75 0 0 1 .691-.804Z", clipRule: "evenodd" })),
30
+ React.createElement("defs", null,
31
+ React.createElement("clipPath", { id: "a" },
32
+ React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
33
+ exports.default = ThumbsUp2;
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const React = __importStar(require("react"));
27
27
  const TriangleDownFill = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
28
- React.createElement("path", { fill: "currentColor", d: "M10.164 13.756c-.962 1.665-3.366 1.665-4.328 0L.919 5.251C-.045 3.584 1.158 1.5 3.083 1.5h9.834c1.925 0 3.128 2.084 2.164 3.751l-4.917 8.505Z" })));
28
+ React.createElement("path", { fill: "currentColor", d: "M10.164 13.756c-.962 1.665-3.366 1.665-4.329 0L.918 5.251C-.045 3.584 1.158 1.5 3.083 1.5h9.834c1.925 0 3.128 2.084 2.164 3.751l-4.917 8.505Z" })));
29
29
  exports.default = TriangleDownFill;
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const React = __importStar(require("react"));
27
27
  const TriangleThunderbolt = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
28
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.134 2.994 2.217 11.5a1 1 0 0 0 .866 1.5h9.834a1 1 0 0 0 .866-1.5L8.866 2.993a1 1 0 0 0-1.732 0Zm3.03-.75c-.962-1.665-3.366-1.665-4.328 0L.919 10.749c-.964 1.666.239 3.751 2.164 3.751h9.834c1.925 0 3.128-2.085 2.164-3.751l-4.917-8.505ZM8.671 6.585a.75.75 0 0 0-1.342-.67l-1.25 2.5A.75.75 0 0 0 6.75 9.5h1.287l-.707 1.415a.75.75 0 1 0 1.342.67l1.25-2.5A.75.75 0 0 0 9.25 8H7.963l.708-1.415Z", clipRule: "evenodd" })));
28
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.134 2.994 2.217 11.5a1 1 0 0 0 .866 1.5h9.834a1 1 0 0 0 .866-1.5L8.866 2.993a1 1 0 0 0-1.732 0Zm3.03-.75c-.962-1.665-3.366-1.665-4.329 0L.918 10.749c-.963 1.666.24 3.751 2.165 3.751h9.834c1.925 0 3.128-2.085 2.164-3.751l-4.917-8.505ZM8.671 6.585a.75.75 0 0 0-1.342-.67l-1.25 2.5a.75.75 0 0 0 .67 1.085h1.287l-.707 1.415a.75.75 0 1 0 1.342.67l1.25-2.5A.75.75 0 0 0 9.25 8H7.963l.708-1.415Z", clipRule: "evenodd" })));
29
29
  exports.default = TriangleThunderbolt;
package/TriangleUpFill.js CHANGED
@@ -25,5 +25,5 @@ var __importStar = (this && this.__importStar) || function (mod) {
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const React = __importStar(require("react"));
27
27
  const TriangleUpFill = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
28
- React.createElement("path", { fill: "currentColor", d: "M10.164 2.244c-.962-1.665-3.366-1.665-4.328 0L.919 10.749c-.964 1.666.239 3.751 2.164 3.751h9.834c1.925 0 3.128-2.085 2.164-3.751l-4.917-8.505Z" })));
28
+ React.createElement("path", { fill: "currentColor", d: "M10.164 2.244c-.962-1.665-3.366-1.665-4.329 0L.918 10.749c-.963 1.666.24 3.751 2.165 3.751h9.834c1.925 0 3.128-2.085 2.164-3.751l-4.917-8.505Z" })));
29
29
  exports.default = TriangleUpFill;
package/esm/AbbrApi.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const AbbrApi = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.02 11.419 4.691 10H2.808l-.327 1.419a.75.75 0 1 1-1.462-.338L2.407 5.07a1.379 1.379 0 0 1 2.686 0l1.388 6.012a.75.75 0 1 1-1.462.338Zm-1.27-5.5L4.346 8.5H3.154l.596-2.581ZM14.5 4.75a.75.75 0 0 0-1.5 0v6.5a.75.75 0 0 0 1.5 0v-6.5ZM8.25 4a.75.75 0 0 0-.75.75v6.5a.75.75 0 0 0 1.5 0V9.5h.5a2.75 2.75 0 0 0 0-5.5H8.25ZM9.5 8H9V5.5h.5a1.25 1.25 0 0 1 0 2.5Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5.02 11.419 4.691 10H2.808l-.327 1.419a.75.75 0 1 1-1.462-.338L2.407 5.07a1.379 1.379 0 0 1 2.686 0l1.388 6.012a.75.75 0 1 1-1.462.338Zm-1.27-5.5L4.346 8.5H3.154l.596-2.581ZM14.5 4.75a.75.75 0 1 0-1.5 0v6.5a.75.75 0 0 0 1.5 0v-6.5ZM8.25 4a.75.75 0 0 0-.75.75v6.5a.75.75 0 0 0 1.5 0V9.5h.5a2.75 2.75 0 0 0 0-5.5H8.25ZM9.5 8H9V5.5h.5a1.25 1.25 0 0 1 0 2.5Z", clipRule: "evenodd" })));
4
4
  export default AbbrApi;
package/esm/AbbrQl.js ADDED
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const AbbrQl = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10.75 4a.75.75 0 0 1 .75.75v5.75h2.75a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75v-6.5a.75.75 0 0 1 .75-.75Zm-3.21 6.997c.611-.666.96-1.665.96-2.997 0-2.667-1.4-4-3.5-4S1.5 5.333 1.5 8s1.4 4 3.5 4c.448 0 .864-.06 1.24-.182l1.456 1.461a.75.75 0 1 0 1.063-1.058L7.54 10.997ZM7 8c0 1.083-.282 1.675-.567 1.985-.27.294-.708.515-1.433.515-.725 0-1.163-.22-1.433-.515C3.282 9.675 3 9.083 3 8c0-1.082.282-1.675.567-1.985.27-.294.708-.515 1.433-.515.725 0 1.163.22 1.433.515C6.718 6.325 7 6.918 7 8Z", clipRule: "evenodd" })));
4
+ export default AbbrQl;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const ArrowDownToLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.53 11.78a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.22 1.22V1.75a.75.75 0 0 1 1.5 0v7.69l1.22-1.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5ZM1.75 13.5a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5H1.75Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.53 11.78a.75.75 0 0 1-1.06 0l-2.5-2.5a.75.75 0 0 1 1.06-1.06l1.22 1.22V1.75a.75.75 0 1 1 1.5 0v7.69l1.22-1.22a.75.75 0 1 1 1.06 1.06l-2.5 2.5ZM1.75 13.5a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5H1.75Z", clipRule: "evenodd" })));
4
4
  export default ArrowDownToLine;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ArrowLeftFromLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.22 8.53a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 1.06L3.56 7.25h7.69a.75.75 0 0 1 0 1.5H3.56l1.22 1.22a.75.75 0 1 1-1.06 1.06l-2.5-2.5Zm12.28 5.72a.75.75 0 0 0 1.5 0V1.75a.75.75 0 0 0-1.5 0v12.5Z", clipRule: "evenodd" })));
4
+ export default ArrowLeftFromLine;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ArrowLeftToLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.22 8.53a.75.75 0 0 1 0-1.06l2.5-2.5a.75.75 0 0 1 1.06 1.06L6.56 7.25h7.69a.75.75 0 0 1 0 1.5H6.56l1.22 1.22a.75.75 0 1 1-1.06 1.06l-2.5-2.5ZM2.5 1.75a.75.75 0 0 0-1.5 0v12.5a.75.75 0 0 0 1.5 0V1.75Z", clipRule: "evenodd" })));
4
+ export default ArrowLeftToLine;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const ArrowRightArrowLeft = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.78 3.72a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06L11.44 5H2.75a.75.75 0 1 1 0-1.5h8.69L9.72 1.78A.75.75 0 0 1 10.78.72l3 3ZM2 11.75a.75.75 0 0 1 .22-.53l3-3a.75.75 0 0 1 1.06 1.06L4.56 11h8.69a.75.75 0 0 1 0 1.5H4.56l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1-.22-.53Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.78 3.72a.75.75 0 0 1 0 1.06l-3 3a.75.75 0 1 1-1.06-1.06L11.44 5H2.75a.75.75 0 1 1 0-1.5h8.69L9.72 1.78A.75.75 0 0 1 10.78.72l3 3ZM2 11.75a.75.75 0 0 1 .22-.53l3-3a.75.75 0 1 1 1.06 1.06L4.56 11h8.69a.75.75 0 0 1 0 1.5H4.56l1.72 1.72a.75.75 0 1 1-1.06 1.06l-3-3a.75.75 0 0 1-.22-.53Z", clipRule: "evenodd" })));
4
4
  export default ArrowRightArrowLeft;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ArrowRightFromLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.78 7.47a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06l1.22-1.22H4.75a.75.75 0 0 1 0-1.5h7.69l-1.22-1.22a.75.75 0 0 1 1.06-1.06l2.5 2.5ZM2.5 1.75a.75.75 0 0 0-1.5 0v12.5a.75.75 0 0 0 1.5 0V1.75Z", clipRule: "evenodd" })));
4
+ export default ArrowRightFromLine;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ArrowRightToLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.78 7.47a.75.75 0 0 1 0 1.06l-2.5 2.5a.75.75 0 1 1-1.06-1.06l1.22-1.22H1.75a.75.75 0 0 1 0-1.5h7.69L8.22 6.03a.75.75 0 0 1 1.06-1.06l2.5 2.5Zm1.72 6.78a.75.75 0 0 0 1.5 0V1.75a.75.75 0 0 0-1.5 0v12.5Z", clipRule: "evenodd" })));
4
+ export default ArrowRightToLine;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ArrowShapeDownFromLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.5 9H4.029l3.499 4.276a.61.61 0 0 0 .944 0L11.971 9H9.5V5.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25V9Zm2.75-5H6.749A1.75 1.75 0 0 0 5 5.75V7.5H3.974a1.474 1.474 0 0 0-1.14 2.407l3.533 4.319a2.11 2.11 0 0 0 3.266 0l3.534-4.319a1.474 1.474 0 0 0-1.14-2.407H11V5.75A1.75 1.75 0 0 0 9.25 4Zm-7.5-1.5a.75.75 0 0 1 0-1.5h12.5a.75.75 0 0 1 0 1.5H1.75Z", clipRule: "evenodd" })));
4
+ export default ArrowShapeDownFromLine;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ArrowShapeDownToLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.5 6H4.029l3.499 4.276a.61.61 0 0 0 .944 0L11.971 6H9.5V2.75a.25.25 0 0 0-.25-.25h-2.5a.25.25 0 0 0-.25.25V6Zm1.498 7.5H1.75a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5H7.998Zm0-1.5a2.11 2.11 0 0 1-1.631-.774L2.833 6.907A1.474 1.474 0 0 1 3.973 4.5H5V2.75C5 1.784 5.784 1 6.75 1h2.5c.966 0 1.75.784 1.75 1.75V4.5h1.026a1.474 1.474 0 0 1 1.14 2.407l-3.533 4.319c-.4.49-1 .774-1.632.774H8Z", clipRule: "evenodd" })));
4
+ export default ArrowShapeDownToLine;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ArrowShapeLeftFromLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7 6.5V4.029L2.724 7.528a.61.61 0 0 0 0 .944L7 11.971V9.5h3.25a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25H7Zm5 2.75V6.749A1.75 1.75 0 0 0 10.25 5H8.5V3.974a1.474 1.474 0 0 0-2.407-1.14L1.774 6.366a2.11 2.11 0 0 0 0 3.266l4.319 3.534a1.474 1.474 0 0 0 2.407-1.14V11h1.75A1.75 1.75 0 0 0 12 9.25Zm1.5-7.5a.75.75 0 0 1 1.5 0v12.5a.75.75 0 0 1-1.5 0V1.75Z", clipRule: "evenodd" })));
4
+ export default ArrowShapeLeftFromLine;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ArrowShapeLeftToLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M10 6.5V4.029L5.724 7.528a.61.61 0 0 0 0 .944L10 11.971V9.5h3.25a.25.25 0 0 0 .25-.25v-2.5a.25.25 0 0 0-.25-.25H10ZM2.5 7.998V1.75a.75.75 0 0 0-1.5 0v12.5a.75.75 0 0 0 1.5 0V7.998Zm1.5 0c0-.632.284-1.23.774-1.631l4.319-3.534a1.474 1.474 0 0 1 2.407 1.14V5h1.75c.966 0 1.75.784 1.75 1.75v2.5A1.75 1.75 0 0 1 13.25 11H11.5v1.026a1.474 1.474 0 0 1-2.407 1.14L4.774 9.634c-.49-.4-.774-1-.774-1.632V8Z", clipRule: "evenodd" })));
4
+ export default ArrowShapeLeftToLine;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ArrowShapeRightFromLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9 9.5v2.471l4.276-3.499a.61.61 0 0 0 0-.944L9 4.029V6.5H5.75a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25H9ZM4 6.75v2.501A1.75 1.75 0 0 0 5.75 11H7.5v1.026a1.474 1.474 0 0 0 2.407 1.14l4.319-3.533a2.11 2.11 0 0 0 0-3.266L9.907 2.833A1.474 1.474 0 0 0 7.5 3.973V5H5.75A1.75 1.75 0 0 0 4 6.75Zm-1.5 7.5a.75.75 0 0 1-1.5 0V1.75a.75.75 0 0 1 1.5 0v12.5Z", clipRule: "evenodd" })));
4
+ export default ArrowShapeRightFromLine;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ArrowShapeRightToLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6 9.5v2.471l4.276-3.499a.61.61 0 0 0 0-.944L6 4.029V6.5H2.75a.25.25 0 0 0-.25.25v2.5c0 .138.112.25.25.25H6Zm7.5-1.498v6.248a.75.75 0 0 0 1.5 0V1.75a.75.75 0 0 0-1.5 0v6.252Zm-1.5 0a2.11 2.11 0 0 1-.774 1.631l-4.319 3.534a1.474 1.474 0 0 1-2.407-1.14V11H2.75A1.75 1.75 0 0 1 1 9.25v-2.5C1 5.784 1.784 5 2.75 5H4.5V3.974a1.474 1.474 0 0 1 2.407-1.14l4.319 3.533c.49.4.774 1 .774 1.632V8Z", clipRule: "evenodd" })));
4
+ export default ArrowShapeRightToLine;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ArrowShapeUpFromLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.5 7h2.471L8.472 2.724a.61.61 0 0 0-.944 0L4.029 7H6.5v3.25c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25V7Zm-2.75 5h2.501A1.75 1.75 0 0 0 11 10.25V8.5h1.026a1.474 1.474 0 0 0 1.14-2.407L9.634 1.774a2.11 2.11 0 0 0-3.266 0L2.833 6.093A1.474 1.474 0 0 0 3.973 8.5H5v1.75c0 .966.784 1.75 1.75 1.75Zm7.5 1.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1 0-1.5h12.5Z", clipRule: "evenodd" })));
4
+ export default ArrowShapeUpFromLine;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ArrowShapeUpToLine = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.5 10h2.471L8.472 5.724a.61.61 0 0 0-.944 0L4.029 10H6.5v3.25c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25V10ZM8.002 2.5h6.248a.75.75 0 0 0 0-1.5H1.75a.75.75 0 0 0 0 1.5h6.252Zm0 1.5a2.11 2.11 0 0 1 1.631.774l3.534 4.319a1.474 1.474 0 0 1-1.14 2.407H11v1.75A1.75 1.75 0 0 1 9.25 15h-2.5A1.75 1.75 0 0 1 5 13.25V11.5H3.974a1.474 1.474 0 0 1-1.14-2.407l3.533-4.319c.4-.49 1-.774 1.632-.774H8Z", clipRule: "evenodd" })));
4
+ export default ArrowShapeUpToLine;
@@ -1,7 +1,7 @@
1
1
  import * as React from 'react';
2
2
  const Arrows3RotateRight = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
3
  React.createElement("g", { clipPath: "url(#a)" },
4
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.61 2.503a6.473 6.473 0 0 1 3.383-.984 6.48 6.48 0 0 1 4.515 1.77l-.004-.559a.75.75 0 1 1 1.5-.013l.021 2.5a.75.75 0 0 1-.743.756l-2.497.022a.75.75 0 1 1-.013-1.5l.817-.007a4.983 4.983 0 0 0-3.583-1.469 4.973 4.973 0 0 0-2.602.756.75.75 0 0 1-.795-1.272Zm9.097 8.716a6.48 6.48 0 0 0 .84-3.422.75.75 0 1 0-1.5.053 4.973 4.973 0 0 1-.646 2.63 4.983 4.983 0 0 1-3.064 2.37l.403-.712a.75.75 0 0 0-1.306-.738l-1.229 2.173a.75.75 0 0 0 .283 1.022l2.176 1.23a.75.75 0 1 0 .739-1.305l-.487-.275a6.48 6.48 0 0 0 3.79-3.026Zm-11.258.099a6.473 6.473 0 0 0 2.544 2.438.75.75 0 1 0 .704-1.325 4.974 4.974 0 0 1-1.955-1.875 4.983 4.983 0 0 1-.52-3.838l.415.705a.75.75 0 1 0 1.292-.762l-1.267-2.15a.75.75 0 0 0-1.027-.266L.481 5.513a.75.75 0 1 0 .761 1.293l.483-.284a6.48 6.48 0 0 0 .724 4.796Z", clipRule: "evenodd" })),
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M4.61 2.503a6.473 6.473 0 0 1 3.383-.984 6.48 6.48 0 0 1 4.515 1.77l-.004-.559a.75.75 0 1 1 1.5-.013l.021 2.5a.75.75 0 0 1-.743.756l-2.497.022a.75.75 0 1 1-.013-1.5l.817-.007a4.983 4.983 0 0 0-3.583-1.469 4.973 4.973 0 0 0-2.602.756.75.75 0 0 1-.795-1.272Zm9.097 8.716a6.48 6.48 0 0 0 .84-3.422.75.75 0 1 0-1.5.053 4.973 4.973 0 0 1-.646 2.63 4.983 4.983 0 0 1-3.064 2.37l.403-.712a.75.75 0 0 0-1.306-.738l-1.229 2.173a.75.75 0 0 0 .283 1.022l2.176 1.23a.75.75 0 1 0 .739-1.305l-.487-.275a6.48 6.48 0 0 0 3.79-3.026Zm-11.258.099a6.473 6.473 0 0 0 2.544 2.438.75.75 0 0 0 .704-1.325 4.973 4.973 0 0 1-1.955-1.875 4.983 4.983 0 0 1-.52-3.838l.415.705a.75.75 0 1 0 1.292-.762l-1.267-2.15a.75.75 0 0 0-1.027-.266L.481 5.513a.75.75 0 1 0 .761 1.293l.483-.284a6.48 6.48 0 0 0 .724 4.796Z", clipRule: "evenodd" })),
5
5
  React.createElement("defs", null,
6
6
  React.createElement("clipPath", { id: "a" },
7
7
  React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const ArrowsOppositeToDots = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.28 4.78a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 0 0-1.06 1.06L6.94 3.5H1.75a.75.75 0 0 0 0 1.5h5.19L5.72 6.22a.75.75 0 0 0 1.06 1.06l2.5-2.5Zm-.06 3.94-2.5 2.5a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06L9.06 12.5h5.19a.75.75 0 0 0 0-1.5H9.06l1.22-1.22a.75.75 0 1 0-1.06-1.06ZM14 4.25a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0ZM3.75 13.5a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.28 4.78a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06L6.94 3.5H1.75a.75.75 0 1 0 0 1.5h5.19L5.72 6.22a.75.75 0 1 0 1.06 1.06l2.5-2.5Zm-.06 3.94-2.5 2.5a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 1 0 1.06-1.06L9.06 12.5h5.19a.75.75 0 0 0 0-1.5H9.06l1.22-1.22a.75.75 0 1 0-1.06-1.06ZM14 4.25a1.75 1.75 0 1 1-3.5 0 1.75 1.75 0 0 1 3.5 0ZM3.75 13.5a1.75 1.75 0 1 0 0-3.5 1.75 1.75 0 0 0 0 3.5Z", clipRule: "evenodd" })));
4
4
  export default ArrowsOppositeToDots;
package/esm/At.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const At = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 2.5a5.5 5.5 0 1 0 3.52 9.726.75.75 0 1 1 .96 1.153A7 7 0 1 1 15 8a2.5 2.5 0 0 1-4.083 1.935A3.5 3.5 0 1 1 11.5 8a1 1 0 1 0 2 0A5.5 5.5 0 0 0 8 2.5ZM10 8a2 2 0 1 0-4 0 2 2 0 0 0 4 0Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 2.5a5.5 5.5 0 1 0 3.52 9.726.75.75 0 0 1 .96 1.153A7 7 0 1 1 15 8a2.5 2.5 0 0 1-4.083 1.935A3.5 3.5 0 1 1 11.5 8a1 1 0 1 0 2 0A5.5 5.5 0 0 0 8 2.5ZM10 8a2 2 0 1 0-4 0 2 2 0 0 0 4 0Z", clipRule: "evenodd" })));
4
4
  export default At;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const BucketPaint = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.773 7.412c-.064.064-.27.249-1.017-.027-.75-.277-1.706-.928-2.695-1.918-.99-.99-1.64-1.945-1.918-2.695-.276-.746-.091-.953-.027-1.017.064-.064.27-.249 1.017.027.094.035.19.075.29.122.7.323 1.54.93 2.405 1.796.99.99 1.641 1.945 1.918 2.695.276.747.091.953.027 1.017ZM7 6.528c.85.85 1.738 1.535 2.581 1.972H1.694v-.027a1.292 1.292 0 0 1 .1-.507l2.802-4.33c.056-.087.114-.174.172-.26C5.16 4.383 5.956 5.485 7 6.529Zm3.89-3.889c2.147 2.148 3.24 4.537 1.944 5.834a12.973 12.973 0 0 1-2.127 1.719L6.352 13.01s-1.945 1.296-4.537-1.296C-.778 9.12.518 7.176.518 7.176l2.818-4.355A12.98 12.98 0 0 1 5.056.695C6.351-.602 8.74.49 10.888 2.639ZM12.75 15c.966 0 1.75-.766 1.75-1.71 0-1.234-1.17-2.76-1.512-3.18a.304.304 0 0 0-.237-.11.31.31 0 0 0-.24.112c-.34.422-1.511 1.96-1.511 3.178 0 .944.784 1.71 1.75 1.71Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.773 7.412c-.064.064-.27.249-1.017-.027-.75-.277-1.706-.928-2.695-1.918-.99-.99-1.64-1.945-1.918-2.695-.276-.747-.091-.953-.027-1.017.064-.064.27-.249 1.017.027.094.035.19.075.29.121.7.324 1.54.93 2.405 1.797.99.99 1.641 1.945 1.918 2.695.276.747.091.953.027 1.017ZM7 6.528c.85.85 1.738 1.535 2.581 1.972H1.694v-.027a1.292 1.292 0 0 1 .1-.507l2.802-4.33c.056-.087.114-.174.172-.26C5.16 4.383 5.956 5.485 7 6.529Zm3.89-3.889c2.147 2.148 3.24 4.537 1.944 5.834a12.976 12.976 0 0 1-2.127 1.719L6.352 13.01s-1.945 1.296-4.537-1.296C-.778 9.12.518 7.175.518 7.175L3.336 2.82A12.98 12.98 0 0 1 5.056.694C6.351-.602 8.74.491 10.888 2.64Zm1.86 12.36c.966 0 1.75-.765 1.75-1.71 0-1.234-1.17-2.76-1.512-3.178a.304.304 0 0 0-.237-.111.31.31 0 0 0-.24.112c-.34.422-1.511 1.96-1.511 3.178 0 .944.784 1.71 1.75 1.71Z", clipRule: "evenodd" })));
4
4
  export default BucketPaint;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ChevronDownWide = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.867 6.097a.75.75 0 0 1 1.036-.23L8 9.111l5.097-3.244a.75.75 0 0 1 .806 1.266l-5.5 3.5a.75.75 0 0 1-.806 0l-5.5-3.5a.75.75 0 0 1-.23-1.036Z", clipRule: "evenodd" })));
4
+ export default ChevronDownWide;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ChevronUpWide = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M1.867 9.903a.75.75 0 0 0 1.036.23L8 6.889l5.097 3.244a.75.75 0 0 0 .806-1.266l-5.5-3.5a.75.75 0 0 0-.806 0l-5.5 3.5a.75.75 0 0 0-.23 1.036Z", clipRule: "evenodd" })));
4
+ export default ChevronUpWide;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ChevronsDownWide = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M2.903 3.617a.75.75 0 1 0-.806 1.266l5.5 3.5a.75.75 0 0 0 .806 0l5.5-3.5a.75.75 0 1 0-.806-1.266L8 6.861 2.903 3.617Zm0 4.5a.75.75 0 1 0-.806 1.266l5.5 3.5a.75.75 0 0 0 .806 0l5.5-3.5a.75.75 0 1 0-.806-1.266L8 11.361 2.903 8.117Z", clipRule: "evenodd" })));
4
+ export default ChevronsDownWide;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const ChevronsUpWide = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.097 12.383a.75.75 0 0 0 .806-1.266l-5.5-3.5a.75.75 0 0 0-.806 0l-5.5 3.5a.75.75 0 1 0 .806 1.266L8 9.139l5.097 3.244Zm0-4.5a.75.75 0 0 0 .806-1.266l-5.5-3.5a.75.75 0 0 0-.806 0l-5.5 3.5a.75.75 0 0 0 .806 1.266L8 4.639l5.097 3.244Z", clipRule: "evenodd" })));
4
+ export default ChevronsUpWide;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const CircleArrowUp = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.5 8a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-7.75 3a.75.75 0 0 0 1.5 0V6.81l.72.72a.75.75 0 1 0 1.06-1.06l-2-2a.75.75 0 0 0-1.06 0l-2 2a.75.75 0 0 0 1.06 1.06l.72-.72V11Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.5 8a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Zm-7.75 3a.75.75 0 0 0 1.5 0V6.81l.72.72a.75.75 0 1 0 1.06-1.06l-2-2a.75.75 0 0 0-1.06 0l-2 2a.75.75 0 1 0 1.06 1.06l.72-.72V11Z", clipRule: "evenodd" })));
4
4
  export default CircleArrowUp;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const CircleArrowUpFill = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm-.75-4a.75.75 0 0 0 1.5 0V6.81l.72.72a.75.75 0 1 0 1.06-1.06l-2-2a.75.75 0 0 0-1.06 0l-2 2a.75.75 0 0 0 1.06 1.06l.72-.72V11Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm-.75-4a.75.75 0 0 0 1.5 0V6.81l.72.72a.75.75 0 1 0 1.06-1.06l-2-2a.75.75 0 0 0-1.06 0l-2 2a.75.75 0 1 0 1.06 1.06l.72-.72V11Z", clipRule: "evenodd" })));
4
4
  export default CircleArrowUpFill;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const CircleChevronRight = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 13.5a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11ZM8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14ZM6.72 9.97a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 0 0-1.06 1.06L8.69 8 6.72 9.97Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 13.5a5.5 5.5 0 1 1 0-11 5.5 5.5 0 0 1 0 11ZM8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14ZM6.72 9.97a.75.75 0 0 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 0 0-1.06 1.06L8.69 8 6.72 9.97Z", clipRule: "evenodd" })));
4
4
  export default CircleChevronRight;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const CircleDollar = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.5 8a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM8.75 4.25a.75.75 0 0 0-1.5 0v.339a2.477 2.477 0 0 0-1.007.47 1.95 1.95 0 0 0-.74 1.546c0 .764.474 1.265.94 1.559.456.287 1.007.448 1.448.547.462.102.843.191 1.118.341.228.125.275.224.275.376 0 .102-.04.217-.248.341-.224.135-.577.229-.982.229-.344 0-.683-.114-.953-.29-.281-.184-.42-.388-.457-.506a.75.75 0 1 0-1.43.452c.171.543.591 1 1.068 1.31.284.185.612.335.968.429v.357a.75.75 0 0 0 1.5 0v-.313c.375-.067.74-.19 1.058-.382.53-.319.976-.864.976-1.627 0-.864-.51-1.394-1.055-1.692-.478-.26-1.056-.389-1.46-.478l-.053-.012c-.386-.086-.736-.202-.973-.352-.227-.142-.24-.236-.24-.29a.45.45 0 0 1 .18-.375c.134-.108.403-.227.87-.227.47 0 .742.11.9.218a.832.832 0 0 1 .316.41.75.75 0 0 0 1.407-.52 2.331 2.331 0 0 0-.878-1.13 2.714 2.714 0 0 0-1.048-.417V4.25Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.5 8a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM8.75 4.25a.75.75 0 0 0-1.5 0v.339a2.477 2.477 0 0 0-1.007.47 1.95 1.95 0 0 0-.74 1.546c0 .764.474 1.265.94 1.559.456.287 1.007.448 1.448.547.462.102.843.191 1.118.341.228.125.275.224.275.376 0 .102-.04.217-.248.341-.224.135-.577.229-.982.229-.344 0-.683-.114-.953-.29-.281-.184-.42-.388-.457-.506a.75.75 0 1 0-1.43.452c.171.543.591 1 1.068 1.31.284.185.612.335.968.429v.357a.75.75 0 0 0 1.5 0v-.313c.375-.067.74-.19 1.058-.382.53-.319.976-.864.976-1.627 0-.864-.51-1.394-1.055-1.692-.478-.26-1.056-.389-1.46-.478l-.053-.012c-.386-.086-.736-.202-.973-.352-.227-.142-.24-.236-.24-.29a.45.45 0 0 1 .18-.375c.134-.108.403-.227.87-.227.47 0 .742.11.9.218a.832.832 0 0 1 .316.41.75.75 0 0 0 1.407-.52 2.331 2.331 0 0 0-.878-1.13 2.713 2.713 0 0 0-1.048-.417V4.25Z", clipRule: "evenodd" })));
4
4
  export default CircleDollar;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const CirclePause = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11ZM8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm1.75-9.75a1 1 0 0 1 1 1v3.5a1 1 0 1 1-2 0v-3.5a1 1 0 0 1 1-1Zm-2.5 1a1 1 0 1 0-2 0v3.5a1 1 0 1 0 2 0v-3.5Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11ZM8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm1.75-9.75a1 1 0 0 1 1 1v3.5a1 1 0 1 1-2 0v-3.5a1 1 0 0 1 1-1Zm-2.5 1a1 1 0 0 0-2 0v3.5a1 1 0 1 0 2 0v-3.5Z", clipRule: "evenodd" })));
4
4
  export default CirclePause;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const CircleRuble = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.5 8a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM6.75 4a.75.75 0 0 0-.75.75v2.5h-.125a.75.75 0 1 0 0 1.5H6v.5h-.125a.75.75 0 1 0 0 1.5H6v.5a.75.75 0 0 0 1.5 0v-.5H9a.75.75 0 0 0 0-1.5H7.5v-.5h1.125a2.375 2.375 0 0 0 0-4.75H6.75Zm1.875 3.25H7.5V5.5h1.125a.875.875 0 1 1 0 1.75Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.5 8a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM6.75 4a.75.75 0 0 0-.75.75v2.5h-.125a.75.75 0 0 0 0 1.5H6v.5h-.125a.75.75 0 0 0 0 1.5H6v.5a.75.75 0 0 0 1.5 0v-.5H9a.75.75 0 0 0 0-1.5H7.5v-.5h1.125a2.375 2.375 0 1 0 0-4.75H6.75Zm1.875 3.25H7.5V5.5h1.125a.875.875 0 1 1 0 1.75Z", clipRule: "evenodd" })));
4
4
  export default CircleRuble;
package/esm/CodeCommit.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const CodeCommit = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.25 1.75v2.32a4.001 4.001 0 0 0 0 7.86v2.32a.75.75 0 1 0 1.5 0v-2.32a4.001 4.001 0 0 0 0-7.86V1.75a.75.75 0 1 0-1.5 0ZM8 10.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.25 1.75v2.32a4.001 4.001 0 0 0 0 7.86v2.32a.75.75 0 0 0 1.5 0v-2.32a4.001 4.001 0 0 0 0-7.86V1.75a.75.75 0 0 0-1.5 0ZM8 10.5a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Z", clipRule: "evenodd" })));
4
4
  export default CodeCommit;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const CodeCommitHorizontal = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.25 7.25h-2.32a4.001 4.001 0 0 0-7.86 0H1.75a.75.75 0 0 0 0 1.5h2.32a4.001 4.001 0 0 0 7.86 0h2.32a.75.75 0 0 0 0-1.5ZM5.5 8a2.5 2.5 0 1 0 5 0 2.5 2.5 0 0 0-5 0Z", clipRule: "evenodd" })));
4
+ export default CodeCommitHorizontal;
@@ -0,0 +1,8 @@
1
+ import * as React from 'react';
2
+ const CodeCommits = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("g", { clipPath: "url(#a)" },
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 3.25h-.008a1.25 1.25 0 1 0 .016 0H8Zm.75-2.5v1.104a2.751 2.751 0 0 1 0 5.292v1.708a2.751 2.751 0 0 1 0 5.293v1.103a.75.75 0 0 1-1.5 0v-1.104a2.751 2.751 0 0 1 0-5.292V7.147a2.751 2.751 0 0 1 0-5.293V.75a.75.75 0 0 1 1.5 0Zm-.745 12h-.01a1.25 1.25 0 1 1 .01 0Z", clipRule: "evenodd" })),
5
+ React.createElement("defs", null,
6
+ React.createElement("clipPath", { id: "a" },
7
+ React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
8
+ export default CodeCommits;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const CodeCompare = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M9.22 14.03s-.001 0 0 0a.75.75 0 0 0 1.06-1.06l-.47-.47H10a3.016 3.016 0 0 0 1.507-.405A2.999 2.999 0 0 0 13 9.5V6.896h.003a2.735 2.735 0 0 0 .785-.366 2.75 2.75 0 1 0-2.288.366V9.5A1.5 1.5 0 0 1 10 11h-.19l.47-.47s0 .001 0 0a.75.75 0 0 0-1.06-1.06l-.47.47-1.28 1.28a.75.75 0 0 0 0 1.06l1.75 1.75ZM5.72 1.97a.75.75 0 0 1 1.06 0l.47.47 1.28 1.28a.748.748 0 0 1 0 1.06L6.78 6.53c.001 0 0 0 0 0a.751.751 0 0 1-1.06-1.06L6.19 5H6a1.5 1.5 0 0 0-1.5 1.5v2.604a2.757 2.757 0 0 1 2 2.646 2.738 2.738 0 0 1-1.212 2.28 2.737 2.737 0 0 1-1.538.47A2.747 2.747 0 0 1 1 11.75a2.751 2.751 0 0 1 2-2.646V6.5a2.999 2.999 0 0 1 3-3h.19l-.47-.47a.75.75 0 0 1 0-1.06Zm-.908 9.121A1.246 1.246 0 0 1 5 11.75a1.25 1.25 0 1 1-.188-.659ZM11 4.25a1.25 1.25 0 1 1 2.5 0 1.25 1.25 0 0 1-2.5 0Z", clipRule: "evenodd" })));
4
+ export default CodeCompare;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const CommentFill = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8 13c3.866 0 7-2 7-6s-3.134-6-7-6-7 2-7 6c0 2.16.914 3.737 2.364 4.73l.09 2.161a1.157 1.157 0 0 0 1.857.872l2.322-1.77c.122.005.244.007.367.007Z", clipRule: "evenodd" })));
4
+ export default CommentFill;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const CommentPlus = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "m4.772 11.795.071-.851-.695-.496C3.156 9.742 2.5 8.648 2.5 7c0-1.563.59-2.62 1.48-3.323C4.913 2.94 6.305 2.5 8 2.5c1.695 0 3.087.44 4.02 1.177.89.702 1.48 1.76 1.48 3.323s-.59 2.62-1.48 3.323C11.087 11.06 9.695 11.5 8 11.5c-.072 0-.143 0-.213-.002l-.59-.013-.44.391-1.77 1.572a.204.204 0 0 1-.338-.17l.123-1.483Zm2.981 1.202L5.984 14.57a1.704 1.704 0 0 1-2.83-1.415l.123-1.484C1.877 10.674 1 9.117 1 7c0-4 3.134-6 7-6s7 2 7 6-3.134 6-7 6c-.083 0-.165 0-.247-.003ZM8.75 5a.75.75 0 0 0-1.5 0v1.25H6a.75.75 0 0 0 0 1.5h1.25V9a.75.75 0 0 0 1.5 0V7.75H10a.75.75 0 0 0 0-1.5H8.75V5Z", clipRule: "evenodd" })));
4
+ export default CommentPlus;
package/esm/Equal.js ADDED
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const Equal = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M13.5 11a.75.75 0 0 0 0-1.5h-11a.75.75 0 0 0 0 1.5h11Zm0-4.5a.75.75 0 0 0 0-1.5h-11a.75.75 0 0 0 0 1.5h11Z", clipRule: "evenodd" })));
4
+ export default Equal;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const FileArrowRightOut = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.5 7.14a3 3 0 0 0-.758-1.992L8.395 2.507A3 3 0 0 0 6.153 1.5H4a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h6.25a.75.75 0 0 0 0-1.5H4a1.5 1.5 0 0 1-1.5-1.5v-7A1.5 1.5 0 0 1 4 3h1.5v2a3 3 0 0 0 3 3h2.25a.75.75 0 0 0 .75-.75v-.11ZM9.856 6.5H8.5A1.5 1.5 0 0 1 7 5V3.262c.1.068.192.15.274.241L9.62 6.144a1.5 1.5 0 0 1 .235.356ZM13.44 11l-.72.72a.75.75 0 1 0 1.061 1.06l2-2a.75.75 0 0 0 0-1.06l-2-2a.75.75 0 1 0-1.06 1.06l.72.72H6.75a.75.75 0 1 0 0 1.5h6.69Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11.5 7.14a3 3 0 0 0-.758-1.992L8.395 2.507A3 3 0 0 0 6.153 1.5H4a3 3 0 0 0-3 3v7a3 3 0 0 0 3 3h6.25a.75.75 0 0 0 0-1.5H4a1.5 1.5 0 0 1-1.5-1.5v-7A1.5 1.5 0 0 1 4 3h1.5v2a3 3 0 0 0 3 3h2.25a.75.75 0 0 0 .75-.75v-.11ZM9.856 6.5H8.5A1.5 1.5 0 0 1 7 5V3.262c.1.068.192.15.274.241L9.62 6.144a1.5 1.5 0 0 1 .235.356ZM13.44 11l-.72.72a.75.75 0 1 0 1.061 1.06l2-2a.75.75 0 0 0 0-1.06l-2-2a.75.75 0 1 0-1.06 1.06l.72.72H6.75a.75.75 0 0 0 0 1.5h6.69Z", clipRule: "evenodd" })));
4
4
  export default FileArrowRightOut;
package/esm/FileDollar.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const FileDollar = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11 13.5H5A1.5 1.5 0 0 1 3.5 12V4A1.5 1.5 0 0 1 5 2.5h2.757a1.5 1.5 0 0 1 1.061.44l3.243 3.242a1.5 1.5 0 0 1 .439 1.06V12a1.5 1.5 0 0 1-1.5 1.5Zm2.121-8.379A3 3 0 0 1 14 7.243V12a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h2.757a3 3 0 0 1 2.122.879L13.12 5.12Zm-4.434.046a.75.75 0 1 0-1.5 0v.235a2.255 2.255 0 0 0-.864.42 1.814 1.814 0 0 0-.689 1.438c0 .719.447 1.187.875 1.456.417.263.917.41 1.313.497.413.092.74.169.972.296a.5.5 0 0 1 .17.132c.012.018.03.05.03.128 0 .054-.013.132-.18.232-.183.11-.48.191-.83.191-.288 0-.573-.095-.8-.244-.24-.156-.347-.323-.373-.404a.75.75 0 1 0-1.43.451c.16.507.549.926.983 1.21.243.158.521.288.823.374v.254a.75.75 0 0 0 1.5 0v-.209a2.81 2.81 0 0 0 .9-.337c.49-.294.908-.803.908-1.518 0-.807-.479-1.302-.982-1.577-.435-.237-.96-.353-1.317-.433l-.049-.01c-.34-.076-.64-.177-.84-.302-.178-.113-.174-.173-.173-.186V7.26a.32.32 0 0 1 .128-.269c.101-.081.32-.183.722-.183.403 0 .629.093.753.178a.656.656 0 0 1 .25.326.75.75 0 1 0 1.406-.52 2.156 2.156 0 0 0-.81-1.045 2.468 2.468 0 0 0-.896-.37v-.21Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M11 13.5H5A1.5 1.5 0 0 1 3.5 12V4A1.5 1.5 0 0 1 5 2.5h2.757a1.5 1.5 0 0 1 1.061.44l3.243 3.242a1.5 1.5 0 0 1 .439 1.06V12a1.5 1.5 0 0 1-1.5 1.5Zm2.121-8.379A3 3 0 0 1 14 7.243V12a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h2.757a3 3 0 0 1 2.122.879L13.12 5.12Zm-6.878.388c.272-.203.596-.343.955-.423V4.75a.75.75 0 0 1 1.5 0v.311c.537.097.973.309 1.309.616a.75.75 0 1 1-1.014 1.106c-.134-.123-.412-.28-.993-.28-.464 0-.728.11-.857.206-.112.084-.147.172-.147.274 0 .014 0 .022.016.043a.628.628 0 0 0 .189.152c.23.135.573.242.952.32l.05.011c.394.081.956.197 1.42.434.523.267 1.057.763 1.057 1.609 0 .75-.468 1.263-.98 1.55-.302.17-.648.28-1.002.342v.306a.75.75 0 0 1-1.5 0v-.349a3.347 3.347 0 0 1-.915-.383c-.463-.281-.887-.704-1.064-1.226a.75.75 0 1 1 1.421-.48c.027.08.147.257.423.425.262.16.595.265.937.265.4 0 .748-.086.966-.209.208-.116.214-.204.214-.241 0-.08-.008-.155-.239-.273-.269-.137-.643-.218-1.093-.312-.428-.089-.963-.235-1.408-.496-.446-.263-.944-.735-.944-1.488 0-.587.268-1.115.747-1.474Z", clipRule: "evenodd" })));
4
4
  export default FileDollar;
@@ -0,0 +1,4 @@
1
+ import * as React from 'react';
2
+ const FileText = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M5 13.5h6a1.5 1.5 0 0 0 1.5-1.5V7.243a1.5 1.5 0 0 0-.44-1.061L8.819 2.939a1.5 1.5 0 0 0-1.06-.439H5A1.5 1.5 0 0 0 3.5 4v8A1.5 1.5 0 0 0 5 13.5Zm9-6.257a3 3 0 0 0-.879-2.122L9.88 1.88A3 3 0 0 0 7.757 1H5a3 3 0 0 0-3 3v8a3 3 0 0 0 3 3h6a3 3 0 0 0 3-3V7.243ZM5 8.25a.75.75 0 0 1 .75-.75h4.5a.75.75 0 0 1 0 1.5h-4.5A.75.75 0 0 1 5 8.25Zm.75 2.25a.75.75 0 0 0 0 1.5h2.5a.75.75 0 0 0 0-1.5h-2.5Z", clipRule: "evenodd" })));
4
+ export default FileText;
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const Fingerprint = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.964 1.79a.75.75 0 0 1-.51.93A5.513 5.513 0 0 0 2.72 6.455a.75.75 0 1 1-1.44-.421A7.013 7.013 0 0 1 6.034 1.28a.75.75 0 0 1 .93.51Zm2.072 0a.75.75 0 0 1 .93-.51 7.003 7.003 0 0 1 4.176 10.08.75.75 0 1 1-1.315-.72 5.503 5.503 0 0 0-3.281-7.92.75.75 0 0 1-.51-.93ZM1.79 9.036a.75.75 0 0 1 .93.51 5.503 5.503 0 0 0 7.92 3.28.75.75 0 1 1 .72 1.316A7.003 7.003 0 0 1 1.28 9.966a.75.75 0 0 1 .51-.93ZM8 5.5a2.5 2.5 0 0 0-1.153 4.719.75.75 0 1 1-.694 1.33A4 4 0 1 1 12 8a.75.75 0 0 1-1.5 0A2.5 2.5 0 0 0 8 5.5Zm.742 2.392a.75.75 0 0 0-1.484.216c.252 1.726 1.493 3.001 3.18 3.14a.75.75 0 1 0 .123-1.495c-.918-.076-1.657-.751-1.819-1.861Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M6.964 1.79a.75.75 0 0 1-.51.93A5.513 5.513 0 0 0 2.72 6.455a.75.75 0 0 1-1.44-.421A7.013 7.013 0 0 1 6.034 1.28a.75.75 0 0 1 .93.51Zm2.072 0a.75.75 0 0 1 .93-.51 7.003 7.003 0 0 1 4.176 10.08.75.75 0 1 1-1.315-.72 5.503 5.503 0 0 0-3.281-7.92.75.75 0 0 1-.51-.93ZM1.79 9.036a.75.75 0 0 1 .93.51 5.503 5.503 0 0 0 7.92 3.28.75.75 0 1 1 .72 1.316A7.003 7.003 0 0 1 1.28 9.966a.75.75 0 0 1 .51-.93ZM8 5.5a2.5 2.5 0 0 0-1.153 4.719.75.75 0 0 1-.694 1.33A4 4 0 1 1 12 8a.75.75 0 0 1-1.5 0A2.5 2.5 0 0 0 8 5.5Zm.742 2.392a.75.75 0 1 0-1.484.216c.252 1.726 1.493 3.001 3.18 3.14a.75.75 0 1 0 .123-1.495c-.918-.076-1.657-.751-1.819-1.861Z", clipRule: "evenodd" })));
4
4
  export default Fingerprint;
package/esm/Gear.js CHANGED
@@ -1,4 +1,8 @@
1
1
  import * as React from 'react';
2
2
  const Gear = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.199 2H8.8a.2.2 0 0 1 .2.2c0 1.808 1.958 2.939 3.524 2.034a.199.199 0 0 1 .271.073l.802 1.388a.199.199 0 0 1-.073.272c-1.566.904-1.566 3.164 0 4.069a.199.199 0 0 1 .073.271l-.802 1.388a.199.199 0 0 1-.271.073C10.958 10.863 9 11.993 9 13.8a.2.2 0 0 1-.199.2H7.2a.199.199 0 0 1-.2-.2c0-1.808-1.958-2.938-3.524-2.034a.199.199 0 0 1-.272-.073l-.8-1.388a.199.199 0 0 1 .072-.271c1.566-.905 1.566-3.165 0-4.07a.199.199 0 0 1-.073-.271l.801-1.388a.199.199 0 0 1 .272-.073C5.042 5.138 7 4.007 7 2.2c0-.11.089-.199.199-.199ZM5.5 2.2c0-.94.76-1.7 1.699-1.7H8.8c.94 0 1.7.76 1.7 1.7a.85.85 0 0 0 1.274.735 1.699 1.699 0 0 1 2.32.622l.802 1.388c.469.813.19 1.851-.622 2.32a.85.85 0 0 0 0 1.472 1.7 1.7 0 0 1 .622 2.32l-.802 1.388a1.699 1.699 0 0 1-2.32.622.85.85 0 0 0-1.274.735c0 .939-.76 1.7-1.699 1.7H7.2a1.7 1.7 0 0 1-1.699-1.7.85.85 0 0 0-1.274-.735 1.698 1.698 0 0 1-2.32-.622l-.802-1.388a1.699 1.699 0 0 1 .622-2.32.85.85 0 0 0 0-1.471 1.699 1.699 0 0 1-.622-2.321l.801-1.388a1.699 1.699 0 0 1 2.32-.622A.85.85 0 0 0 5.5 2.2Zm4 5.8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z", clipRule: "evenodd" })));
3
+ React.createElement("g", { clipPath: "url(#a)" },
4
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M7.199 2H8.8a.2.2 0 0 1 .2.2c0 1.808 1.958 2.939 3.524 2.034a.199.199 0 0 1 .271.073l.802 1.388a.199.199 0 0 1-.073.272c-1.566.904-1.566 3.164 0 4.069a.199.199 0 0 1 .073.271l-.802 1.388a.199.199 0 0 1-.271.073C10.958 10.863 9 11.993 9 13.8a.2.2 0 0 1-.199.2H7.2a.199.199 0 0 1-.2-.2c0-1.808-1.958-2.938-3.524-2.034a.199.199 0 0 1-.272-.073l-.8-1.388a.199.199 0 0 1 .072-.271c1.566-.905 1.566-3.165 0-4.07a.199.199 0 0 1-.073-.271l.801-1.388a.199.199 0 0 1 .272-.073C5.042 5.138 7 4.007 7 2.2c0-.11.089-.199.199-.199ZM5.5 2.2c0-.94.76-1.7 1.699-1.7H8.8c.94 0 1.7.76 1.7 1.7a.85.85 0 0 0 1.274.735 1.699 1.699 0 0 1 2.32.622l.802 1.388c.469.813.19 1.851-.622 2.32a.85.85 0 0 0 0 1.472 1.7 1.7 0 0 1 .622 2.32l-.802 1.388a1.699 1.699 0 0 1-2.32.622.85.85 0 0 0-1.274.735c0 .939-.76 1.7-1.699 1.7H7.2a1.7 1.7 0 0 1-1.699-1.7.85.85 0 0 0-1.274-.735 1.698 1.698 0 0 1-2.32-.622l-.802-1.388a1.699 1.699 0 0 1 .622-2.32.85.85 0 0 0 0-1.471 1.699 1.699 0 0 1-.622-2.321l.801-1.388a1.699 1.699 0 0 1 2.32-.622A.85.85 0 0 0 5.5 2.2Zm4 5.8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z", clipRule: "evenodd" })),
5
+ React.createElement("defs", null,
6
+ React.createElement("clipPath", { id: "a" },
7
+ React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
4
8
  export default Gear;
package/esm/Heading4.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import * as React from 'react';
2
2
  const Heading4 = (props) => (React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", width: 16, height: 16, fill: "none", viewBox: "0 0 16 16" }, props),
3
- React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.25 4.25a.75.75 0 0 0-1.347-.455l-4 5.25A.75.75 0 0 0 9.5 10.25h3.25v1.496a.75.75 0 0 0 1.5 0V10.25h.25a.75.75 0 0 0 0-1.5h-.25v-4.5Zm-1.5 2.222V8.75h-1.736l1.736-2.278ZM2.5 4.25a.75.75 0 1 0-1.5 0v7.496a.75.75 0 0 0 1.5 0V8.75h4v2.996a.75.75 0 0 0 1.5 0V4.25a.75.75 0 1 0-1.5 0v3h-4v-3Z", clipRule: "evenodd" })));
3
+ React.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M14.25 4.25a.75.75 0 0 0-1.347-.454l-4 5.25A.75.75 0 0 0 9.5 10.25h3.25v1.496a.75.75 0 0 0 1.5 0V10.25h.25a.75.75 0 1 0 0-1.5h-.25v-4.5Zm-1.5 2.222V8.75h-1.736l1.736-2.278ZM2.5 4.25a.75.75 0 1 0-1.5 0v7.496a.75.75 0 0 0 1.5 0V8.75h4v2.996a.75.75 0 0 0 1.5 0V4.25a.75.75 0 1 0-1.5 0v3h-4v-3Z", clipRule: "evenodd" })));
4
4
  export default Heading4;