@crystallize/design-system 1.24.46 → 2.0.2

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 (171) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/dist/{chunk-6DIAYHKQ.mjs → chunk-D4B2KPZR.mjs} +5384 -4415
  3. package/dist/index.css +156 -208
  4. package/dist/index.d.ts +57 -204
  5. package/dist/index.js +8927 -8258
  6. package/dist/index.mjs +137 -307
  7. package/dist/{parser-babel-B7AMC4UT.mjs → parser-babel-D5SPHKKD.mjs} +2424 -2411
  8. package/dist/{parser-html-URMUOK6U.mjs → parser-html-RZQPYQ4H.mjs} +3 -3
  9. package/dist/{parser-postcss-AN2EJ77H.mjs → parser-postcss-D5TI5WMI.mjs} +6 -6
  10. package/dist/{rich-text-editor-EVN3N57G.css → rich-text-editor-4ZROYBHM.css} +98 -147
  11. package/dist/{rich-text-editor-QGMRYDKQ.mjs → rich-text-editor-QIDU7APE.mjs} +667 -873
  12. package/dist/{standalone-AR2ENVE7.mjs → standalone-COC5HE24.mjs} +8 -6
  13. package/package.json +26 -27
  14. package/src/action-menu/action-menu.tsx +1 -2
  15. package/src/dialog/config.tsx +6 -10
  16. package/src/dialog/dialog.tsx +2 -2
  17. package/src/dropdown-menu/dropdown-menu-root.tsx +3 -4
  18. package/src/iconography/Icon.stories.tsx +0 -1
  19. package/src/iconography/actions.tsx +1 -5
  20. package/src/iconography/add.tsx +1 -5
  21. package/src/iconography/advance.tsx +1 -5
  22. package/src/iconography/app.tsx +1 -5
  23. package/src/iconography/archive.tsx +1 -5
  24. package/src/iconography/arrow.tsx +1 -5
  25. package/src/iconography/atom.tsx +1 -5
  26. package/src/iconography/battery.tsx +1 -5
  27. package/src/iconography/bell.tsx +1 -5
  28. package/src/iconography/billing-payments.tsx +1 -5
  29. package/src/iconography/bin.tsx +1 -5
  30. package/src/iconography/boolean.tsx +17 -0
  31. package/src/iconography/cancel.tsx +1 -5
  32. package/src/iconography/caret.tsx +2 -6
  33. package/src/iconography/cart.tsx +1 -5
  34. package/src/iconography/catalogue.tsx +1 -4
  35. package/src/iconography/check-with-circle.tsx +1 -4
  36. package/src/iconography/check.tsx +1 -4
  37. package/src/iconography/checkbox.tsx +24 -0
  38. package/src/iconography/chevron.tsx +1 -3
  39. package/src/iconography/choice.tsx +1 -5
  40. package/src/iconography/chunk.tsx +1 -5
  41. package/src/iconography/clock.tsx +1 -5
  42. package/src/iconography/cloud-with-key-hole.tsx +1 -5
  43. package/src/iconography/cloud.tsx +1 -5
  44. package/src/iconography/compact.tsx +1 -5
  45. package/src/iconography/copy-with-cloud.tsx +2 -13
  46. package/src/iconography/copy.tsx +1 -5
  47. package/src/iconography/coupon.tsx +1 -5
  48. package/src/iconography/crystal.tsx +2 -14
  49. package/src/iconography/customers.tsx +1 -5
  50. package/src/iconography/dashboard.tsx +1 -5
  51. package/src/iconography/date-infinity.tsx +1 -5
  52. package/src/iconography/date.tsx +1 -5
  53. package/src/iconography/discovery.tsx +1 -5
  54. package/src/iconography/document-shortcut.tsx +1 -5
  55. package/src/iconography/document.tsx +1 -5
  56. package/src/iconography/dots.tsx +1 -5
  57. package/src/iconography/download.tsx +1 -5
  58. package/src/iconography/drag-handle.tsx +1 -5
  59. package/src/iconography/dynamic-value.tsx +1 -5
  60. package/src/iconography/edit.tsx +1 -5
  61. package/src/iconography/error-white.tsx +1 -4
  62. package/src/iconography/error.tsx +1 -4
  63. package/src/iconography/expanded.tsx +1 -5
  64. package/src/iconography/eye-closed.tsx +1 -5
  65. package/src/iconography/eye-open.tsx +1 -5
  66. package/src/iconography/file-upload.tsx +1 -5
  67. package/src/iconography/filename.tsx +1 -5
  68. package/src/iconography/fixed-property-table.tsx +1 -5
  69. package/src/iconography/fixed-value.tsx +1 -5
  70. package/src/iconography/flow.tsx +9 -21
  71. package/src/iconography/folder-shortcut.tsx +1 -5
  72. package/src/iconography/folder.tsx +1 -5
  73. package/src/iconography/frontends.tsx +1 -5
  74. package/src/iconography/fulfilment.tsx +1 -5
  75. package/src/iconography/glasses.tsx +2 -13
  76. package/src/iconography/graphQL.tsx +2 -13
  77. package/src/iconography/grid-relation.tsx +1 -5
  78. package/src/iconography/grid.tsx +1 -5
  79. package/src/iconography/hand-mirror.tsx +1 -4
  80. package/src/iconography/hooks.tsx +1 -5
  81. package/src/iconography/image.tsx +1 -5
  82. package/src/iconography/index.ts +18 -1
  83. package/src/iconography/info.tsx +1 -4
  84. package/src/iconography/items.tsx +1 -5
  85. package/src/iconography/key.tsx +1 -5
  86. package/src/iconography/language.tsx +2 -6
  87. package/src/iconography/lifebouy.tsx +2 -6
  88. package/src/iconography/limitations.tsx +1 -5
  89. package/src/iconography/location.tsx +2 -6
  90. package/src/iconography/lock-closed.tsx +1 -5
  91. package/src/iconography/lock-open.tsx +2 -6
  92. package/src/iconography/magnifier.tsx +22 -37
  93. package/src/iconography/meta-preset.tsx +36 -0
  94. package/src/iconography/min-quantity.tsx +2 -6
  95. package/src/iconography/min-value.tsx +2 -6
  96. package/src/iconography/multilingual.tsx +2 -6
  97. package/src/iconography/multiple-choice.tsx +2 -6
  98. package/src/iconography/mushroom.tsx +2 -6
  99. package/src/iconography/nail-polish.tsx +3 -14
  100. package/src/iconography/number.tsx +16 -0
  101. package/src/iconography/numeric.tsx +2 -6
  102. package/src/iconography/operation-log.tsx +33 -0
  103. package/src/iconography/order.tsx +2 -6
  104. package/src/iconography/organization.tsx +2 -6
  105. package/src/iconography/paragraph-collection.tsx +2 -6
  106. package/src/iconography/particle.tsx +3 -15
  107. package/src/iconography/paths.tsx +2 -5
  108. package/src/iconography/people.tsx +2 -6
  109. package/src/iconography/percentage.tsx +3 -8
  110. package/src/iconography/piece.tsx +4 -8
  111. package/src/iconography/pin.tsx +2 -6
  112. package/src/iconography/pipeline-dashed.tsx +2 -6
  113. package/src/iconography/plans-and-pricing.tsx +2 -6
  114. package/src/iconography/plug.tsx +2 -6
  115. package/src/iconography/price-list.tsx +2 -6
  116. package/src/iconography/price-tag.tsx +2 -6
  117. package/src/iconography/product-shortcut.tsx +2 -6
  118. package/src/iconography/product.tsx +2 -6
  119. package/src/iconography/promotion.tsx +2 -6
  120. package/src/iconography/property-table.tsx +2 -6
  121. package/src/iconography/relation.tsx +2 -6
  122. package/src/iconography/remove.tsx +2 -6
  123. package/src/iconography/renew.tsx +2 -6
  124. package/src/iconography/restricted-catalogue.tsx +2 -5
  125. package/src/iconography/rich-text.tsx +2 -6
  126. package/src/iconography/rocket.tsx +2 -6
  127. package/src/iconography/search.tsx +2 -6
  128. package/src/iconography/select.tsx +20 -0
  129. package/src/iconography/selection.tsx +2 -6
  130. package/src/iconography/settings.tsx +2 -6
  131. package/src/iconography/shapes.tsx +2 -6
  132. package/src/iconography/singleline.tsx +2 -6
  133. package/src/iconography/special-price.tsx +2 -6
  134. package/src/iconography/split.tsx +2 -6
  135. package/src/iconography/stock-location.tsx +2 -6
  136. package/src/iconography/string.tsx +16 -0
  137. package/src/iconography/subscription-contracts.tsx +43 -49
  138. package/src/iconography/subscription-plans.tsx +2 -6
  139. package/src/iconography/subscription.tsx +2 -6
  140. package/src/iconography/switch.tsx +2 -6
  141. package/src/iconography/target.tsx +2 -6
  142. package/src/iconography/topics-branch.tsx +2 -6
  143. package/src/iconography/topics-leaf.tsx +2 -6
  144. package/src/iconography/topics.tsx +2 -6
  145. package/src/iconography/transition-in-disabled.tsx +2 -6
  146. package/src/iconography/transition-in.tsx +2 -6
  147. package/src/iconography/transition-out-disabled.tsx +13 -19
  148. package/src/iconography/transition-out.tsx +2 -6
  149. package/src/iconography/unpublish.tsx +2 -6
  150. package/src/iconography/usage-meter.tsx +4 -8
  151. package/src/iconography/usage.tsx +2 -6
  152. package/src/iconography/user-card.tsx +2 -6
  153. package/src/iconography/user.tsx +2 -6
  154. package/src/iconography/users.tsx +2 -6
  155. package/src/iconography/variant.tsx +2 -6
  156. package/src/iconography/video.tsx +2 -6
  157. package/src/iconography/wand.tsx +2 -6
  158. package/src/iconography/warning.tsx +2 -5
  159. package/src/iconography/x-for-y.tsx +2 -6
  160. package/src/label/label.tsx +1 -1
  161. package/src/popover/popover.tsx +5 -6
  162. package/src/rich-text-editor/tests/rich-text-editor-basic-rendering.test.tsx +8 -6
  163. package/src/rich-text-editor/tests/rich-text-editor-code.test.tsx +1 -1
  164. package/src/rich-text-editor/tests/rich-text-editor-onchange.test.tsx +4 -18
  165. package/src/rich-text-editor/tests/rich-text-editor-quote.test.tsx +2 -1
  166. package/src/rich-text-editor/tests/rich-text-editor-typing.test.tsx +6 -4
  167. package/src/rich-text-editor/tests/utils.ts +3 -1
  168. package/src/select/select-root.tsx +2 -2
  169. package/src/spinner/index.tsx +3 -3
  170. package/src/tag/tag.tsx +2 -2
  171. package/src/tooltip/tooltip.tsx +1 -1
@@ -9,12 +9,14 @@ import { Battery } from './battery';
9
9
  import { Bell } from './bell';
10
10
  import { BillingPayments } from './billing-payments';
11
11
  import { Bin } from './bin';
12
+ import { Boolean } from './boolean';
12
13
  import { Cancel } from './cancel';
13
14
  import { Caret } from './caret';
14
15
  import { Cart } from './cart';
15
16
  import { Catalogue } from './catalogue';
16
17
  import { Check } from './check';
17
18
  import { CheckWithCircle } from './check-with-circle';
19
+ import { Checkbox } from './checkbox';
18
20
  import { Chevron } from './chevron';
19
21
  import { Choice } from './choice';
20
22
  import { Chunk } from './chunk';
@@ -69,13 +71,16 @@ import { Location } from './location';
69
71
  import { LockClosed } from './lock-closed';
70
72
  import { LockOpen } from './lock-open';
71
73
  import { Magnifier } from './magnifier';
74
+ import { MetaPreset } from './meta-preset';
72
75
  import { MinQuantity } from './min-quantity';
73
76
  import { MinValue } from './min-value';
74
77
  import { Multilingual } from './multilingual';
75
78
  import { MultipleChoice } from './multiple-choice';
76
79
  import { Mushroom } from './mushroom';
77
80
  import { NailPolish } from './nail-polish';
81
+ import { Number } from './number';
78
82
  import { Numeric } from './numeric';
83
+ import { OperationLog } from './operation-log';
79
84
  import { Order } from './order';
80
85
  import { Organization } from './organization';
81
86
  import { ParagraphCollection } from './paragraph-collection';
@@ -101,6 +106,7 @@ import { RestrictedCatalogue } from './restricted-catalogue';
101
106
  import { RichText } from './rich-text';
102
107
  import { Rocket } from './rocket';
103
108
  import { Search } from './search';
109
+ import { Select } from './select';
104
110
  import { Selection } from './selection';
105
111
  import { Settings } from './settings';
106
112
  import { Shapes } from './shapes';
@@ -108,6 +114,7 @@ import { SingleLine } from './singleline';
108
114
  import { SpecialPrice } from './special-price';
109
115
  import { Split } from './split';
110
116
  import { StockLocation } from './stock-location';
117
+ import { String } from './string';
111
118
  import { Subscription } from './subscription';
112
119
  import { SubscriptionContracts } from './subscription-contracts';
113
120
  import { SubscriptionPlans } from './subscription-plans';
@@ -132,7 +139,10 @@ import { Wand } from './wand';
132
139
  import { Warning } from './warning';
133
140
  import { XForY } from './x-for-y';
134
141
 
135
- export const Icon = {
142
+ export const Icon: Record<
143
+ string,
144
+ React.ForwardRefExoticComponent<React.SVGProps<SVGSVGElement> & React.RefAttributes<SVGSVGElement>>
145
+ > = {
136
146
  Actions,
137
147
  Add,
138
148
  Advance,
@@ -142,12 +152,14 @@ export const Icon = {
142
152
  BillingPayments,
143
153
  Bin,
144
154
  Bell,
155
+ Boolean,
145
156
  Caret,
146
157
  Cart,
147
158
  Catalogue,
148
159
  Check,
149
160
  CheckWithCircle,
150
161
  Chevron,
162
+ Checkbox,
151
163
  Cloud,
152
164
  Clock,
153
165
  CloudWithKeyHole,
@@ -187,6 +199,7 @@ export const Icon = {
187
199
  Limitations,
188
200
  LockClosed,
189
201
  LockOpen,
202
+ MetaPreset,
190
203
  Multilingual,
191
204
  MultipleChoice,
192
205
  Magnifier,
@@ -194,8 +207,10 @@ export const Icon = {
194
207
  MinValue,
195
208
  Mushroom,
196
209
  NailPolish,
210
+ Number,
197
211
  Order,
198
212
  Organization,
213
+ OperationLog,
199
214
  Paths,
200
215
  People,
201
216
  Percentage,
@@ -214,7 +229,9 @@ export const Icon = {
214
229
  Renew,
215
230
  Rocket,
216
231
  Search,
232
+ Select,
217
233
  Settings,
234
+ String,
218
235
  Shapes,
219
236
  SpecialPrice,
220
237
  Split,
@@ -1,9 +1,6 @@
1
1
  import { forwardRef, SVGProps } from 'react';
2
2
 
3
- type InfoProps = SVGProps<SVGSVGElement>;
4
- type InfoRef = SVGSVGElement;
5
-
6
- export const Info = forwardRef<InfoRef, InfoProps>((delegated, ref) => {
3
+ export const Info = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
7
4
  return (
8
5
  <svg ref={ref} width="22" height="22" fill="none" viewBox="0 0 22 22" {...delegated}>
9
6
  <path
@@ -1,10 +1,6 @@
1
1
  import { forwardRef, SVGProps } from 'react';
2
2
 
3
- type ItemsProps = SVGProps<SVGSVGElement>;
4
-
5
- type ItemsRef = SVGSVGElement;
6
-
7
- export const Items = forwardRef<ItemsRef, ItemsProps>((delegated, ref) => {
3
+ export const Items = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
8
4
  return (
9
5
  <svg ref={ref} width="34" height="34" viewBox="0 0 34 34" fill="none" {...delegated}>
10
6
  <path
@@ -1,10 +1,6 @@
1
1
  import { forwardRef, SVGProps } from 'react';
2
2
 
3
- type KeyProps = SVGProps<SVGSVGElement>;
4
-
5
- type KeyRef = SVGSVGElement;
6
-
7
- export const Key = forwardRef<KeyRef, KeyProps>((delegated, ref) => {
3
+ export const Key = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
8
4
  return (
9
5
  <svg ref={ref} viewBox="0 0 22 22" width="22" height="22" fill="none" {...delegated}>
10
6
  <path
@@ -1,10 +1,6 @@
1
1
  import { forwardRef, SVGProps } from 'react';
2
2
 
3
- type LanguageProps = SVGProps<SVGSVGElement>;
4
-
5
- type LanguageRef = SVGSVGElement;
6
-
7
- export const Language = forwardRef<LanguageRef, LanguageProps>((delegated, ref) => {
3
+ export const Language = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
8
4
  return (
9
5
  <svg ref={ref} width="34" height="34" viewBox="0 0 34 34" {...delegated}>
10
6
  <path
@@ -35,4 +31,4 @@ export const Language = forwardRef<LanguageRef, LanguageProps>((delegated, ref)
35
31
  );
36
32
  });
37
33
 
38
- Language.displayName = 'LanguageProps';
34
+ Language.displayName = 'LanguageIcon';
@@ -1,10 +1,6 @@
1
1
  import { forwardRef, SVGProps } from 'react';
2
2
 
3
- type LifebouyProps = SVGProps<SVGSVGElement>;
4
-
5
- type LifebouyRef = SVGSVGElement;
6
-
7
- export const Lifebouy = forwardRef<LifebouyRef, LifebouyProps>((delegated, ref) => {
3
+ export const Lifebouy = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
8
4
  return (
9
5
  <svg ref={ref} width="20" height="19" viewBox="0 0 20 19" fill="none" {...delegated}>
10
6
  <path
@@ -55,4 +51,4 @@ export const Lifebouy = forwardRef<LifebouyRef, LifebouyProps>((delegated, ref)
55
51
  );
56
52
  });
57
53
 
58
- Lifebouy.displayName = 'LifebouyProps';
54
+ Lifebouy.displayName = 'LifebouyIcon';
@@ -2,11 +2,7 @@ import { forwardRef, SVGProps } from 'react';
2
2
 
3
3
  import { fill, stroke } from './variables';
4
4
 
5
- type LimitationsProps = SVGProps<SVGSVGElement>;
6
-
7
- type LimitationsRef = SVGSVGElement;
8
-
9
- export const Limitations = forwardRef<LimitationsRef, LimitationsProps>((delegated, ref) => {
5
+ export const Limitations = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
10
6
  return (
11
7
  <svg ref={ref} width="23" height="23" viewBox="0 0 23 23" fill="none" {...delegated}>
12
8
  <path
@@ -1,10 +1,6 @@
1
1
  import { forwardRef, SVGProps } from 'react';
2
2
 
3
- type LocationProps = SVGProps<SVGSVGElement>;
4
-
5
- type LocationRef = SVGSVGElement;
6
-
7
- export const Location = forwardRef<LocationRef, LocationProps>((delegated, ref) => {
3
+ export const Location = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
8
4
  return (
9
5
  <svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
10
6
  <path
@@ -32,4 +28,4 @@ export const Location = forwardRef<LocationRef, LocationProps>((delegated, ref)
32
28
  );
33
29
  });
34
30
 
35
- Location.displayName = 'Location';
31
+ Location.displayName = 'LocationIcon';
@@ -1,10 +1,6 @@
1
1
  import { forwardRef, SVGProps } from 'react';
2
2
 
3
- type LockClosedProps = SVGProps<SVGSVGElement>;
4
-
5
- type LockClosedRef = SVGSVGElement;
6
-
7
- export const LockClosed = forwardRef<LockClosedRef, LockClosedProps>((delegated, ref) => {
3
+ export const LockClosed = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
8
4
  return (
9
5
  <svg ref={ref} width="17" height="16" viewBox="0 0 17 16" fill="none" {...delegated}>
10
6
  <path
@@ -1,10 +1,6 @@
1
- import { forwardRef, SVGProps } from 'react';
1
+ import { forwardRef, type SVGProps } from 'react';
2
2
 
3
- type LockOpenProps = SVGProps<SVGSVGElement>;
4
-
5
- type LockOpenRef = SVGSVGElement;
6
-
7
- export const LockOpen = forwardRef<LockOpenRef, LockOpenProps>((delegated, ref) => {
3
+ export const LockOpen = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
8
4
  return (
9
5
  <svg ref={ref} width="20" height="20" fill="none" viewBox="0 0 20 20" {...delegated}>
10
6
  <path
@@ -1,40 +1,25 @@
1
- import { forwardRef } from 'react';
1
+ import { forwardRef, type SVGProps } from 'react';
2
2
 
3
- type MagnifierProps = React.SVGProps<SVGSVGElement> & {
4
- width?: number;
5
- height?: number;
6
- };
7
-
8
- export const Magnifier = forwardRef(
9
- ({ width = 22, height = 23, ...rest }: MagnifierProps, ref: React.LegacyRef<SVGSVGElement>) => {
10
- return (
11
- <svg
12
- ref={ref}
13
- width={width}
14
- height={height}
15
- viewBox="0 0 22 23"
16
- fill="none"
17
- xmlns="http://www.w3.org/2000/svg"
18
- {...rest}
19
- >
20
- <path d="M19.02 9.531a6.238 6.238 0 1 1-12.476 0 6.238 6.238 0 0 1 12.476 0Z" fill="#fff" />
21
- <path
22
- d="M18.023 14.86c2.913-2.914 2.913-7.655 0-10.568-2.914-2.914-7.654-2.914-10.568 0a7.327 7.327 0 0 0-1.124 9.018s.124.208-.043.375l-3.813 3.812c-.759.759-.94 1.82-.266 2.493l.116.116c.673.673 1.734.492 2.492-.267l3.805-3.804c.175-.175.382-.051.382-.051a7.327 7.327 0 0 0 9.019-1.124Zm-9.188-1.38a5.528 5.528 0 0 1 0-7.808 5.528 5.528 0 0 1 7.808 0 5.528 5.528 0 0 1 0 7.808 5.528 5.528 0 0 1-7.808 0Z"
23
- fill="#BFF6F8"
24
- />
25
- <path
26
- fillRule="evenodd"
27
- clipRule="evenodd"
28
- d="M6.288 13.685c.167-.167.043-.375.043-.375a7.327 7.327 0 0 1 1.124-9.018c2.914-2.914 7.654-2.914 10.568 0 2.913 2.913 2.913 7.654 0 10.568a7.327 7.327 0 0 1-9.019 1.124s-.207-.124-.382.051L4.817 19.84c-.758.758-1.82.939-2.492.266l-.116-.116c-.673-.673-.493-1.734.266-2.493l3.813-3.812ZM1.9 20.53l-.115-.115c-1.001-1.001-.621-2.455.266-3.342l3.651-3.651a7.925 7.925 0 0 1 1.329-9.554c3.148-3.148 8.268-3.148 11.416 0 3.148 3.148 3.148 8.268 0 11.416a7.925 7.925 0 0 1-9.554 1.329l-3.65 3.65c-.888.887-2.342 1.268-3.343.267ZM16.22 6.096a4.928 4.928 0 0 0-6.96 0 4.928 4.928 0 0 0 0 6.96 4.928 4.928 0 0 0 6.96 0 4.928 4.928 0 0 0 0-6.96Zm.424 7.384a5.528 5.528 0 0 0 0-7.808 5.528 5.528 0 0 0-7.808 0 5.528 5.528 0 0 0 0 7.808 5.528 5.528 0 0 0 7.808 0Z"
29
- fill="#528693"
30
- />
31
- <path
32
- d="M9.312 9.453a.77.77 0 0 1-.3-.061c-.393-.166-.576-.349-.41-.741a4.86 4.86 0 0 1 6.363-2.58c.392.167.576.35.41.742a.771.771 0 0 1-1.011.41 3.316 3.316 0 0 0-4.342 1.76.771.771 0 0 1-.71.47Z"
33
- fill="#528693"
34
- />
35
- </svg>
36
- );
37
- },
38
- );
3
+ export const Magnifier = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
4
+ return (
5
+ <svg ref={ref} viewBox="0 0 22 23" fill="none" {...delegated}>
6
+ <path d="M19.02 9.531a6.238 6.238 0 1 1-12.476 0 6.238 6.238 0 0 1 12.476 0Z" fill="#fff" />
7
+ <path
8
+ d="M18.023 14.86c2.913-2.914 2.913-7.655 0-10.568-2.914-2.914-7.654-2.914-10.568 0a7.327 7.327 0 0 0-1.124 9.018s.124.208-.043.375l-3.813 3.812c-.759.759-.94 1.82-.266 2.493l.116.116c.673.673 1.734.492 2.492-.267l3.805-3.804c.175-.175.382-.051.382-.051a7.327 7.327 0 0 0 9.019-1.124Zm-9.188-1.38a5.528 5.528 0 0 1 0-7.808 5.528 5.528 0 0 1 7.808 0 5.528 5.528 0 0 1 0 7.808 5.528 5.528 0 0 1-7.808 0Z"
9
+ fill="#BFF6F8"
10
+ />
11
+ <path
12
+ fillRule="evenodd"
13
+ clipRule="evenodd"
14
+ d="M6.288 13.685c.167-.167.043-.375.043-.375a7.327 7.327 0 0 1 1.124-9.018c2.914-2.914 7.654-2.914 10.568 0 2.913 2.913 2.913 7.654 0 10.568a7.327 7.327 0 0 1-9.019 1.124s-.207-.124-.382.051L4.817 19.84c-.758.758-1.82.939-2.492.266l-.116-.116c-.673-.673-.493-1.734.266-2.493l3.813-3.812ZM1.9 20.53l-.115-.115c-1.001-1.001-.621-2.455.266-3.342l3.651-3.651a7.925 7.925 0 0 1 1.329-9.554c3.148-3.148 8.268-3.148 11.416 0 3.148 3.148 3.148 8.268 0 11.416a7.925 7.925 0 0 1-9.554 1.329l-3.65 3.65c-.888.887-2.342 1.268-3.343.267ZM16.22 6.096a4.928 4.928 0 0 0-6.96 0 4.928 4.928 0 0 0 0 6.96 4.928 4.928 0 0 0 6.96 0 4.928 4.928 0 0 0 0-6.96Zm.424 7.384a5.528 5.528 0 0 0 0-7.808 5.528 5.528 0 0 0-7.808 0 5.528 5.528 0 0 0 0 7.808 5.528 5.528 0 0 0 7.808 0Z"
15
+ fill="#528693"
16
+ />
17
+ <path
18
+ d="M9.312 9.453a.77.77 0 0 1-.3-.061c-.393-.166-.576-.349-.41-.741a4.86 4.86 0 0 1 6.363-2.58c.392.167.576.35.41.742a.771.771 0 0 1-1.011.41 3.316 3.316 0 0 0-4.342 1.76.771.771 0 0 1-.71.47Z"
19
+ fill="#528693"
20
+ />
21
+ </svg>
22
+ );
23
+ });
39
24
 
40
25
  Magnifier.displayName = 'Magnifier';
@@ -0,0 +1,36 @@
1
+ import { forwardRef, SVGProps } from 'react';
2
+
3
+ import { fill, stroke } from './variables';
4
+
5
+ export const MetaPreset = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
6
+ return (
7
+ <svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
8
+ <path
9
+ fill="#fff"
10
+ d="M14.539 16.277a3.383 3.383 0 0 1-3.761 3.378l-4.451-.501a3.383 3.383 0 0 1-2.916-4.13l1.286-5.51.078-.333a4.91 4.91 0 0 1 1.302-2.354 4.819 4.819 0 0 0 .061 1.306l1.067 5.905a3.383 3.383 0 0 0 4.315 2.634l3.017-.92.002.525Z"
11
+ />
12
+ <path
13
+ fill={fill}
14
+ d="M6.077 6.827a4.82 4.82 0 0 0 .061 1.306l1.067 5.905a3.383 3.383 0 0 0 4.315 2.634l3.017-.92 1.268-.386a3.382 3.382 0 0 0 2.112-4.593L15.51 5.277a4.932 4.932 0 0 0-9.432 1.55ZM9.123 5.39a1.245 1.245 0 1 1 2.425-.57 1.245 1.245 0 0 1-2.425.57Z"
15
+ />
16
+ <path
17
+ fill="#fff"
18
+ d="M9.573 5.37c-.151 0-.301.006-.45.02a1.246 1.246 0 0 0 2.294.335 4.946 4.946 0 0 0-1.844-.355Z"
19
+ />
20
+ <path
21
+ fill={stroke}
22
+ d="M11.722 5.844a1.571 1.571 0 0 0-2.77-1.476 1.572 1.572 0 0 0 1.843 2.24 1.56 1.56 0 0 0 .927-.764Zm-2.098-.151a4.621 4.621 0 0 1 1.228.179.927.927 0 0 1-1.228-.18Zm1.611-.378a5.268 5.268 0 0 0-1.82-.266.92.92 0 0 1 .921-.866.925.925 0 0 1 .9 1.132Z"
23
+ />
24
+ <path
25
+ fill={stroke}
26
+ d="M3.678 17.93a3.71 3.71 0 0 0 2.613 1.545l4.451.502a3.709 3.709 0 0 0 4.12-3.7v-.286l1.037-.316a3.709 3.709 0 0 0 2.314-5.032l-2.408-5.496A5.256 5.256 0 0 0 5.768 6.683 5.244 5.244 0 0 0 4.46 9.107l-1.364 5.844a3.708 3.708 0 0 0 .581 2.979Zm12.033-2.873-4.285 1.306a3.063 3.063 0 0 1-3.902-2.383L6.457 8.076a4.61 4.61 0 0 1 8.757-2.67l2.408 5.496a3.062 3.062 0 0 1-1.91 4.155Zm-11.985.04L5.09 9.255c.128-.55.356-1.068.668-1.53.014.155.034.31.063.466l1.067 5.905a3.709 3.709 0 0 0 4.727 2.886l2.601-.793v.091a3.063 3.063 0 0 1-3.402 3.056l-4.45-.502a3.062 3.062 0 0 1-2.638-3.735Z"
27
+ />
28
+ <path
29
+ fill={stroke}
30
+ d="m14.082 9.077-4.284 1.306a.323.323 0 0 1-.188-.618l4.284-1.306a.323.323 0 0 1 .188.618ZM10.159 11.864a.323.323 0 0 1-.095-.632l4.285-1.306a.323.323 0 1 1 .189.618l-4.285 1.306a.325.325 0 0 1-.095.014Z"
31
+ />
32
+ </svg>
33
+ );
34
+ });
35
+
36
+ MetaPreset.displayName = 'MetaPresetIcon';
@@ -1,12 +1,8 @@
1
- import { forwardRef, SVGProps } from 'react';
1
+ import { forwardRef, type SVGProps } from 'react';
2
2
 
3
3
  import { fill, stroke } from './variables';
4
4
 
5
- type MinQuantityProps = SVGProps<SVGSVGElement>;
6
-
7
- type MinQuantityRef = SVGSVGElement;
8
-
9
- export const MinQuantity = forwardRef<MinQuantityRef, MinQuantityProps>((delegated, ref) => {
5
+ export const MinQuantity = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
10
6
  return (
11
7
  <svg ref={ref} width="23" height="22" viewBox="0 0 23 22" fill="none" {...delegated}>
12
8
  <path
@@ -1,12 +1,8 @@
1
- import { forwardRef, SVGProps } from 'react';
1
+ import { forwardRef, type SVGProps } from 'react';
2
2
 
3
3
  import { fill, stroke } from './variables';
4
4
 
5
- type MinValueProps = SVGProps<SVGSVGElement>;
6
-
7
- type MinValueRef = SVGSVGElement;
8
-
9
- export const MinValue = forwardRef<MinValueRef, MinValueProps>((delegated, ref) => {
5
+ export const MinValue = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
10
6
  return (
11
7
  <svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
12
8
  <path
@@ -1,10 +1,6 @@
1
- import { forwardRef, SVGProps } from 'react';
1
+ import { forwardRef, type SVGProps } from 'react';
2
2
 
3
- type MultilingualProps = SVGProps<SVGSVGElement>;
4
-
5
- type MultilingualRef = SVGSVGElement;
6
-
7
- export const Multilingual = forwardRef<MultilingualRef, MultilingualProps>((delegated, ref) => {
3
+ export const Multilingual = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
8
4
  return (
9
5
  <svg ref={ref} width="34" height="34" viewBox="0 0 34 34" {...delegated}>
10
6
  <path
@@ -1,10 +1,6 @@
1
- import { forwardRef, SVGProps } from 'react';
1
+ import { forwardRef, type SVGProps } from 'react';
2
2
 
3
- type MultipleChoiceProps = SVGProps<SVGSVGElement>;
4
-
5
- type MultipleChoiceRef = SVGSVGElement;
6
-
7
- export const MultipleChoice = forwardRef<MultipleChoiceRef, MultipleChoiceProps>((delegated, ref) => {
3
+ export const MultipleChoice = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
8
4
  return (
9
5
  <svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="currentColor" {...delegated}>
10
6
  <g clipPath="url(#a)">
@@ -1,10 +1,6 @@
1
- import { forwardRef, SVGProps } from 'react';
1
+ import { forwardRef, type SVGProps } from 'react';
2
2
 
3
- type MushroomProps = SVGProps<SVGSVGElement>;
4
-
5
- type MushroomRef = SVGSVGElement;
6
-
7
- export const Mushroom = forwardRef<MushroomRef, MushroomProps>((delegated, ref) => {
3
+ export const Mushroom = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
8
4
  return (
9
5
  <svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
10
6
  <path
@@ -1,19 +1,8 @@
1
- import { forwardRef, SVGProps } from 'react';
1
+ import { forwardRef, type SVGProps } from 'react';
2
2
 
3
- type NailPolishProps = SVGProps<SVGSVGElement>;
4
- type NailPolishRef = SVGSVGElement;
5
-
6
- export const NailPolish = forwardRef<NailPolishRef, NailPolishProps>((delegated, ref) => {
3
+ export const NailPolish = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
7
4
  return (
8
- <svg
9
- ref={ref}
10
- width="12"
11
- height="16"
12
- viewBox="0 0 12 16"
13
- fill="none"
14
- xmlns="http://www.w3.org/2000/svg"
15
- {...delegated}
16
- >
5
+ <svg ref={ref} width="12" height="16" viewBox="0 0 12 16" fill="none" {...delegated}>
17
6
  <path
18
7
  d="M.8573 9.7059H.4287v-.8824c0-.4873.3838-.8823.8571-.8823h4.2858c.4734 0 .8571.395.8571.8823v.8824h-.4286V15H.8573V9.7059Z"
19
8
  fill="#BFF6F8"
@@ -0,0 +1,16 @@
1
+ import { forwardRef, type SVGProps } from 'react';
2
+
3
+ import { stroke } from './variables';
4
+
5
+ export const Number = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
6
+ return (
7
+ <svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
8
+ <path
9
+ fill={stroke}
10
+ d="m5.929 20 3.14-18h2.237l-3.14 18H5.93Zm4.636 0 3.152-18h2.238l-3.153 18h-2.237Zm7.232-10.768H4.927v-2.09h12.87v2.09Zm-.94 5.7H4v-2.078h12.857v2.077Z"
11
+ />
12
+ </svg>
13
+ );
14
+ });
15
+
16
+ Number.displayName = 'NumberIcon';
@@ -1,10 +1,6 @@
1
- import { forwardRef, SVGProps } from 'react';
1
+ import { forwardRef, type SVGProps } from 'react';
2
2
 
3
- type NumericProps = SVGProps<SVGSVGElement>;
4
-
5
- type NumericRef = SVGSVGElement;
6
-
7
- export const Numeric = forwardRef<NumericRef, NumericProps>((delegated, ref) => {
3
+ export const Numeric = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
8
4
  return (
9
5
  <svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
10
6
  <path
@@ -0,0 +1,33 @@
1
+ import { forwardRef, SVGProps } from 'react';
2
+
3
+ import { fill, stroke } from './variables';
4
+
5
+ export const OperationLog = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
6
+ return (
7
+ <svg ref={ref} width="22" height="22" fill="none" viewBox="0 0 22 22" {...delegated}>
8
+ <path
9
+ fill={fill}
10
+ d="M5 3.8a.8.8 0 0 1 .8-.8h10.4a.8.8 0 0 1 .8.8v14.4a.8.8 0 0 1-.8.8H5.8a.8.8 0 0 1-.8-.8V3.8Z"
11
+ />
12
+ <path
13
+ fill={stroke}
14
+ d="M4.4 18.2V3.8a1.4 1.4 0 0 1 1.4-1.4V3a.8.8 0 0 0-.8.8v14.4l.004.082A.8.8 0 0 0 5.8 19h10.4l.082-.004a.8.8 0 0 0 .714-.714L17 18.2V3.8a.8.8 0 0 0-.718-.796L16.2 3v-.6a1.4 1.4 0 0 1 1.4 1.4v14.4a1.4 1.4 0 0 1-1.4 1.4H5.8a1.4 1.4 0 0 1-1.4-1.4ZM16.2 2.4V3H5.8v-.6h10.4Z"
15
+ />
16
+ <path fill="#fff" d="M9 2.8a.8.8 0 0 1 .8-.8h2.4a.8.8 0 0 1 .8.8v.4a.8.8 0 0 1-.8.8H9.8a.8.8 0 0 1-.8-.8v-.4Z" />
17
+ <path
18
+ fill={stroke}
19
+ d="M8.4 3.2v-.4a1.4 1.4 0 0 1 1.4-1.4V2a.8.8 0 0 0-.8.8v.4l.004.082A.8.8 0 0 0 9.8 4h2.4l.082-.004a.8.8 0 0 0 .714-.714L13 3.2v-.4a.8.8 0 0 0-.718-.796L12.2 2v-.6a1.4 1.4 0 0 1 1.4 1.4v.4a1.4 1.4 0 0 1-1.4 1.4H9.8a1.4 1.4 0 0 1-1.4-1.4Zm3.8-1.8V2H9.8v-.6h2.4Z"
20
+ />
21
+ <path
22
+ fill="#fff"
23
+ d="m14.925 10.301-.986-.185c-.06-.199-.139-.39-.236-.57l.57-.834a.212.212 0 0 0-.024-.259l-.703-.703a.212.212 0 0 0-.259-.024l-.834.57c-.185-.1-.382-.18-.588-.24l-.184-.98a.212.212 0 0 0-.2-.167h-.995a.212.212 0 0 0-.2.166l-.186.99a3.04 3.04 0 0 0-.564.236l-.823-.563a.212.212 0 0 0-.26.024l-.703.703a.212.212 0 0 0-.024.26l.567.828a3.055 3.055 0 0 0-.232.564l-.986.184a.212.212 0 0 0-.166.2v.995c0 .094.075.183.166.2l.985.185c.06.201.14.394.237.575l-.56.82a.211.211 0 0 0 .024.259l.703.703a.212.212 0 0 0 .26.024l.818-.56c.177.095.364.173.559.232l.185.99a.212.212 0 0 0 .2.167h.995a.212.212 0 0 0 .2-.166l.185-.981c.203-.06.398-.139.582-.237l.829.567a.212.212 0 0 0 .26-.024l.702-.703a.212.212 0 0 0 .025-.259l-.565-.825c.1-.183.18-.378.241-.582l.985-.184a.212.212 0 0 0 .166-.2v-.995a.212.212 0 0 0-.166-.2ZM11 12.706a1.706 1.706 0 1 1 0-3.412 1.706 1.706 0 0 1 0 3.412Z"
24
+ />
25
+ <path
26
+ fill={stroke}
27
+ d="M6.91 11.496c0 .093.073.183.165.2l.985.186c.06.2.14.393.237.574l-.56.82a.212.212 0 0 0 .024.26l.703.702c.05.05.128.068.196.052l.064-.027.818-.56c.176.094.363.172.559.232l.185.99a.213.213 0 0 0 .133.153l.068.013h.994a.212.212 0 0 0 .2-.166l.185-.98c.203-.06.398-.14.581-.238l.83.567a.21.21 0 0 0 .259-.024l.703-.702a.213.213 0 0 0 .025-.26l-.565-.824c.1-.184.18-.379.241-.582l.985-.186a.211.211 0 0 0 .166-.2v-.994a.213.213 0 0 0-.166-.201l-.987-.185c-.06-.2-.138-.39-.235-.57l.57-.834a.211.211 0 0 0 .015-.201l-.04-.058-.702-.703a.211.211 0 0 0-.259-.024l-.834.57c-.185-.1-.383-.18-.588-.24l-.184-.98a.213.213 0 0 0-.131-.154l-.069-.013v-.6c.335 0 .634.215.751.52l.04.135.118.64.006.002.553-.377a.813.813 0 0 1 .913.006l.109.09.702.703.09.109a.812.812 0 0 1 .005.914l-.37.54.637.12h.002a.812.812 0 0 1 .654.79v.995c0 .383-.28.719-.654.79h-.002l-.646.12v.002l.37.541v.001a.812.812 0 0 1-.095 1.022l-.703.703-.001-.001a.81.81 0 0 1-1.022.096l-.548-.375-.119.64v.002a.812.812 0 0 1-.79.654h-.994a.812.812 0 0 1-.79-.654v-.002l-.119-.63-.516.353a.812.812 0 0 1-1.022-.095v-.001l-.703-.703a.811.811 0 0 1-.096-1.022l.363-.532-.64-.119h-.001a.812.812 0 0 1-.654-.79v-.994c0-.383.28-.719.654-.79h.002l.629-.118-.364-.53v-.002a.811.811 0 0 1 .096-1.021l.702-.703a.813.813 0 0 1 .9-.164l.124.068.524.36.12-.637v-.001a.812.812 0 0 1 .79-.654v.6a.212.212 0 0 0-.2.165l-.185.99c-.198.06-.387.139-.565.236l-.823-.563a.212.212 0 0 0-.26.024l-.703.703a.213.213 0 0 0-.025.26l.568.828a3.058 3.058 0 0 0-.233.563l-.985.185a.213.213 0 0 0-.166.2v.995ZM12.105 11A1.107 1.107 0 1 0 11 12.106v.601l-.175-.009a1.707 1.707 0 0 1-1.522-1.523L9.293 11c0-.942.765-1.706 1.707-1.706l.175.009c.86.087 1.532.814 1.532 1.697l-.009.175A1.708 1.708 0 0 1 11 12.707v-.6c.611 0 1.106-.496 1.106-1.107Zm-.625-4.69v.6h-.995v-.6h.995Z"
28
+ />
29
+ </svg>
30
+ );
31
+ });
32
+
33
+ OperationLog.displayName = 'OperationLogIcon';
@@ -1,10 +1,6 @@
1
- import { forwardRef, SVGProps } from 'react';
1
+ import { forwardRef, type SVGProps } from 'react';
2
2
 
3
- type OrderProps = SVGProps<SVGSVGElement>;
4
-
5
- type OrderRef = SVGSVGElement;
6
-
7
- export const Order = forwardRef<OrderRef, OrderProps>((delegated, ref) => {
3
+ export const Order = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
8
4
  return (
9
5
  <svg ref={ref} width="22" height="23" viewBox="0 0 22 23" fill="none" {...delegated}>
10
6
  <path
@@ -1,12 +1,8 @@
1
- import { forwardRef, SVGProps } from 'react';
1
+ import { forwardRef, type SVGProps } from 'react';
2
2
 
3
3
  import { fill, stroke } from './variables';
4
4
 
5
- type OrganizationProps = SVGProps<SVGSVGElement>;
6
-
7
- type OrganizationRef = SVGSVGElement;
8
-
9
- export const Organization = forwardRef<OrganizationRef, OrganizationProps>((delegated, ref) => {
5
+ export const Organization = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
10
6
  return (
11
7
  <svg ref={ref} width="22" height="22" fill="none" viewBox="0 0 22 22" {...delegated}>
12
8
  <path d="M2.911 3.495h9.652V18.72H2.911V3.495Z" fill="#fff" />
@@ -1,10 +1,6 @@
1
- import { forwardRef, SVGProps } from 'react';
1
+ import { forwardRef, type SVGProps } from 'react';
2
2
 
3
- type ParagraphCollectionProps = SVGProps<SVGSVGElement>;
4
-
5
- type ParagraphCollectionRef = SVGSVGElement;
6
-
7
- export const ParagraphCollection = forwardRef<ParagraphCollectionRef, ParagraphCollectionProps>((delegated, ref) => {
3
+ export const ParagraphCollection = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
8
4
  return (
9
5
  <svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
10
6
  <path
@@ -1,20 +1,8 @@
1
- import { forwardRef, SVGProps } from 'react';
1
+ import { forwardRef, type SVGProps } from 'react';
2
2
 
3
- type ParticleProps = SVGProps<SVGSVGElement>;
4
-
5
- type ParticleRef = SVGSVGElement;
6
-
7
- export const Particle = forwardRef<ParticleRef, ParticleProps>((delegated, ref) => {
3
+ export const Particle = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
8
4
  return (
9
- <svg
10
- ref={ref}
11
- width="22"
12
- height="20"
13
- viewBox="0 0 22 20"
14
- fill="none"
15
- xmlns="http://www.w3.org/2000/svg"
16
- {...delegated}
17
- >
5
+ <svg ref={ref} width="22" height="20" viewBox="0 0 22 20" fill="none" {...delegated}>
18
6
  <path
19
7
  fill="#528693"
20
8
  d="M10.9 18.597c0-.332-2.426-.606-5.418-.61-2.992-.006-5.418.26-5.419.592 0 .333 2.425.606 5.417.611 2.993.005 5.419-.26 5.42-.593ZM21.39 16.21c0-.267-1.94-.485-4.334-.49-2.394-.003-4.335.209-4.335.475s1.94.485 4.334.489c2.393.004 4.334-.209 4.335-.475Z"
@@ -1,11 +1,8 @@
1
- import { forwardRef, SVGProps } from 'react';
1
+ import { forwardRef, type SVGProps } from 'react';
2
2
 
3
3
  import { fill, stroke } from './variables';
4
4
 
5
- type PathsProps = SVGProps<SVGSVGElement>;
6
- type PathsRef = SVGSVGElement;
7
-
8
- export const Paths = forwardRef<PathsRef, PathsProps>((delegated, ref) => {
5
+ export const Paths = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
9
6
  return (
10
7
  <svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
11
8
  <path
@@ -1,10 +1,6 @@
1
- import { forwardRef, SVGProps } from 'react';
1
+ import { forwardRef, type SVGProps } from 'react';
2
2
 
3
- type PeopleProps = SVGProps<SVGSVGElement>;
4
-
5
- type PeopleRef = SVGSVGElement;
6
-
7
- export const People = forwardRef<PeopleRef, PeopleProps>((delegated, ref) => {
3
+ export const People = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
8
4
  return (
9
5
  <svg ref={ref} width="17" height="16" viewBox="0 0 17 16" fill="none" {...delegated}>
10
6
  <path
@@ -1,13 +1,8 @@
1
- import { forwardRef, SVGProps } from 'react';
1
+ import { forwardRef, type SVGProps } from 'react';
2
2
 
3
- type PercentageProps = SVGProps<SVGSVGElement>;
4
-
5
- type PercentageRef = SVGSVGElement;
6
-
7
- export const Percentage = forwardRef<PercentageRef, PercentageProps>((delegated, ref) => {
8
- const fill = 'var(--c-icon-fill, #BFF6F8)';
9
- const stroke = 'var(--c-icon-stroke, #528693)';
3
+ import { fill, stroke } from './variables';
10
4
 
5
+ export const Percentage = forwardRef<SVGSVGElement, SVGProps<SVGSVGElement>>((delegated, ref) => {
11
6
  return (
12
7
  <svg ref={ref} width="22" height="22" viewBox="0 0 22 22" fill="none" {...delegated}>
13
8
  <path