@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/AbbrApi.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 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),
28
- 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" })));
28
+ 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" })));
29
29
  exports.default = AbbrApi;
package/AbbrQl.d.ts ADDED
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const AbbrQl: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default AbbrQl;
package/AbbrQl.js ADDED
@@ -0,0 +1,29 @@
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 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),
28
+ 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" })));
29
+ exports.default = AbbrQl;
@@ -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 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),
28
- 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" })));
28
+ 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" })));
29
29
  exports.default = ArrowDownToLine;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const ArrowLeftFromLine: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ArrowLeftFromLine;
@@ -0,0 +1,29 @@
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 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),
28
+ 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" })));
29
+ exports.default = ArrowLeftFromLine;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const ArrowLeftToLine: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ArrowLeftToLine;
@@ -0,0 +1,29 @@
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 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),
28
+ 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" })));
29
+ exports.default = ArrowLeftToLine;
@@ -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 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),
28
- 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" })));
28
+ 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" })));
29
29
  exports.default = ArrowRightArrowLeft;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const ArrowRightFromLine: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ArrowRightFromLine;
@@ -0,0 +1,29 @@
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 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),
28
+ 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" })));
29
+ exports.default = ArrowRightFromLine;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const ArrowRightToLine: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ArrowRightToLine;
@@ -0,0 +1,29 @@
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 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),
28
+ 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" })));
29
+ exports.default = ArrowRightToLine;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const ArrowShapeDownFromLine: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ArrowShapeDownFromLine;
@@ -0,0 +1,29 @@
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 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),
28
+ 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" })));
29
+ exports.default = ArrowShapeDownFromLine;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const ArrowShapeDownToLine: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ArrowShapeDownToLine;
@@ -0,0 +1,29 @@
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 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),
28
+ 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" })));
29
+ exports.default = ArrowShapeDownToLine;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const ArrowShapeLeftFromLine: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ArrowShapeLeftFromLine;
@@ -0,0 +1,29 @@
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 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),
28
+ 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" })));
29
+ exports.default = ArrowShapeLeftFromLine;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const ArrowShapeLeftToLine: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ArrowShapeLeftToLine;
@@ -0,0 +1,29 @@
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 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),
28
+ 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" })));
29
+ exports.default = ArrowShapeLeftToLine;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const ArrowShapeRightFromLine: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ArrowShapeRightFromLine;
@@ -0,0 +1,29 @@
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 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),
28
+ 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" })));
29
+ exports.default = ArrowShapeRightFromLine;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const ArrowShapeRightToLine: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ArrowShapeRightToLine;
@@ -0,0 +1,29 @@
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 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),
28
+ 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" })));
29
+ exports.default = ArrowShapeRightToLine;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const ArrowShapeUpFromLine: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ArrowShapeUpFromLine;
@@ -0,0 +1,29 @@
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 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),
28
+ 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" })));
29
+ exports.default = ArrowShapeUpFromLine;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const ArrowShapeUpToLine: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ArrowShapeUpToLine;
@@ -0,0 +1,29 @@
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 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),
28
+ 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" })));
29
+ exports.default = ArrowShapeUpToLine;
@@ -26,7 +26,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
26
26
  const React = __importStar(require("react"));
27
27
  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),
28
28
  React.createElement("g", { clipPath: "url(#a)" },
29
- 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" })),
29
+ 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" })),
30
30
  React.createElement("defs", null,
31
31
  React.createElement("clipPath", { id: "a" },
32
32
  React.createElement("path", { fill: "currentColor", d: "M0 0h16v16H0z" })))));
@@ -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 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),
28
- 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" })));
28
+ 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" })));
29
29
  exports.default = ArrowsOppositeToDots;
package/At.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 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),
28
- 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" })));
28
+ 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" })));
29
29
  exports.default = At;
package/BucketPaint.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 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),
28
- 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" })));
28
+ 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" })));
29
29
  exports.default = BucketPaint;
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [2.5.0](https://github.com/gravity-ui/icons/compare/v2.4.0...v2.5.0) (2023-08-22)
4
+
5
+
6
+ ### Features
7
+
8
+ * sync icons ([#29](https://github.com/gravity-ui/icons/issues/29)) ([6f5ff9e](https://github.com/gravity-ui/icons/commit/6f5ff9e677eca98f4c3009bd86a17aa36af94a13))
9
+
10
+ ## [2.4.0](https://github.com/gravity-ui/icons/compare/v2.3.0...v2.4.0) (2023-07-18)
11
+
12
+
13
+ ### Features
14
+
15
+ * sync icons ([#27](https://github.com/gravity-ui/icons/issues/27)) ([bb2c33c](https://github.com/gravity-ui/icons/commit/bb2c33c416e6cea4e0a2fd55cfcb16b4579e03c2))
16
+
3
17
  ## [2.3.0](https://github.com/gravity-ui/icons/compare/v2.2.0...v2.3.0) (2023-06-30)
4
18
 
5
19
 
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const ChevronDownWide: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ChevronDownWide;
@@ -0,0 +1,29 @@
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 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),
28
+ 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" })));
29
+ exports.default = ChevronDownWide;
@@ -0,0 +1,3 @@
1
+ import { SVGProps } from 'react';
2
+ declare const ChevronUpWide: (props: SVGProps<SVGSVGElement>) => JSX.Element;
3
+ export default ChevronUpWide;