@mirohq/design-system-icons 0.1.3-colors.0 → 0.2.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 (94) hide show
  1. package/dist/main.js +499 -204
  2. package/dist/main.js.map +1 -1
  3. package/dist/module.js +482 -201
  4. package/dist/module.js.map +1 -1
  5. package/dist/types.d.ts +108 -141
  6. package/package.json +3 -3
  7. package/react/{search.tsx → arrow-box-out.tsx} +9 -5
  8. package/react/{icon-placeholder.tsx → arrow-down-left.tsx} +9 -5
  9. package/react/arrow-down-right.tsx +26 -0
  10. package/react/arrow-down.tsx +26 -0
  11. package/react/arrow-left.tsx +8 -3
  12. package/react/arrow-right.tsx +7 -2
  13. package/react/arrow-up-left.tsx +26 -0
  14. package/react/arrow-up-right.tsx +26 -0
  15. package/react/{arrow-top-right.tsx → arrow-up.tsx} +9 -4
  16. package/react/bar-three.tsx +7 -2
  17. package/react/check-mark.tsx +7 -2
  18. package/react/chevron-down.tsx +7 -2
  19. package/react/chevron-left.tsx +7 -2
  20. package/react/chevron-right.tsx +7 -2
  21. package/react/chevron-up.tsx +7 -2
  22. package/react/cog.tsx +28 -0
  23. package/react/cross-circle.tsx +8 -4
  24. package/react/cross.tsx +7 -2
  25. package/react/envelope.tsx +8 -12
  26. package/react/exclamation-point-circle.tsx +9 -4
  27. package/react/globe.tsx +8 -4
  28. package/react/house.tsx +24 -0
  29. package/react/index.ts +18 -4
  30. package/react/information-mark-circle.tsx +9 -4
  31. package/react/link.tsx +26 -0
  32. package/react/lock-closed.tsx +9 -14
  33. package/react/lock-open.tsx +9 -14
  34. package/react/magnifying-glass.tsx +26 -0
  35. package/react/minus.tsx +7 -2
  36. package/react/placeholder.tsx +26 -0
  37. package/react/plug.tsx +26 -0
  38. package/react/plus.tsx +7 -2
  39. package/react/{question-mark.tsx → question-mark-circle.tsx} +9 -5
  40. package/react/social-facebook.tsx +7 -2
  41. package/react/social-instagram.tsx +7 -2
  42. package/react/social-linkedin.tsx +7 -2
  43. package/react/social-twitter.tsx +7 -2
  44. package/react/social-youtube.tsx +7 -2
  45. package/react/user-add.tsx +26 -0
  46. package/react/user.tsx +26 -0
  47. package/react/users.tsx +26 -0
  48. package/react/wallet.tsx +27 -0
  49. package/svg/24/arrow-box-out.svg +1 -0
  50. package/svg/24/arrow-down-left.svg +1 -0
  51. package/svg/24/arrow-down-right.svg +1 -0
  52. package/svg/24/arrow-down.svg +1 -0
  53. package/svg/24/arrow-left.svg +1 -1
  54. package/svg/24/arrow-right.svg +1 -1
  55. package/svg/24/arrow-up-left.svg +1 -0
  56. package/svg/24/arrow-up-right.svg +1 -0
  57. package/svg/24/arrow-up.svg +1 -0
  58. package/svg/24/bar-three.svg +1 -1
  59. package/svg/24/check-mark.svg +1 -1
  60. package/svg/24/chevron-down.svg +1 -1
  61. package/svg/24/chevron-left.svg +1 -1
  62. package/svg/24/chevron-right.svg +1 -1
  63. package/svg/24/chevron-up.svg +1 -1
  64. package/svg/24/cog.svg +1 -0
  65. package/svg/24/cross-circle.svg +1 -1
  66. package/svg/24/cross.svg +1 -1
  67. package/svg/24/envelope.svg +1 -1
  68. package/svg/24/exclamation-point-circle.svg +1 -1
  69. package/svg/24/globe.svg +1 -1
  70. package/svg/24/house.svg +1 -0
  71. package/svg/24/information-mark-circle.svg +1 -1
  72. package/svg/24/link.svg +1 -0
  73. package/svg/24/lock-closed.svg +1 -1
  74. package/svg/24/lock-open.svg +1 -1
  75. package/svg/24/magnifying-glass.svg +1 -0
  76. package/svg/24/minus.svg +1 -1
  77. package/svg/24/placeholder.svg +1 -0
  78. package/svg/24/plug.svg +1 -0
  79. package/svg/24/plus.svg +1 -1
  80. package/svg/24/question-mark-circle.svg +1 -0
  81. package/svg/24/social-facebook.svg +1 -1
  82. package/svg/24/social-instagram.svg +1 -1
  83. package/svg/24/social-linkedin.svg +1 -1
  84. package/svg/24/social-twitter.svg +1 -1
  85. package/svg/24/social-youtube.svg +1 -1
  86. package/svg/24/user-add.svg +1 -0
  87. package/svg/24/user.svg +1 -0
  88. package/svg/24/users.svg +1 -0
  89. package/svg/24/wallet.svg +1 -0
  90. package/svg/meta.json +114 -8
  91. package/svg/24/arrow-top-right.svg +0 -1
  92. package/svg/24/icon-placeholder.svg +0 -1
  93. package/svg/24/question-mark.svg +0 -1
  94. package/svg/24/search.svg +0 -1
package/dist/types.d.ts CHANGED
@@ -7,10 +7,10 @@ import * as _stitches_react_types_styled_component from '@stitches/react/types/s
7
7
 
8
8
  declare const StyledIcon: react.ForwardRefExoticComponent<Pick<Omit<{
9
9
  size?: "small" | "medium" | "large" | undefined;
10
- color?: "background-neutrals" | "background-neutrals-body" | "background-neutrals-container" | "background-neutrals-inverted" | "background-neutrals-subtle" | "background-neutrals-subtle-hover" | "background-neutrals-subtle-active" | "background-neutrals-disabled" | "background-neutrals-disabled-controls" | "background-neutrals-scrolls" | "background-neutrals-inactive" | "background-neutrals-inactive-hover" | "background-primary-prominent" | "background-primary-prominent-hover" | "background-primary-prominent-active" | "background-primary-prominent-selected" | "background-primary-subtle" | "background-primary-subtle-hover" | "background-primary-subtle-active" | "background-primary-subtle-selected" | "background-danger-prominent" | "background-danger-prominent-hover" | "background-danger-prominent-active" | "background-danger" | "background-danger-hover" | "background-success" | "background-warning-subtle" | "background-warning-prominent" | "text-neutrals-inverted" | "text-neutrals" | "text-neutrals-secondary" | "text-neutrals-placeholder-only" | "text-neutrals-placeholder" | "text-neutrals-disabled" | "text-primary-inverted" | "text-primary" | "text-primary-hover" | "text-primary-active" | "text-primary-selected" | "text-danger-inverted" | "text-danger" | "text-danger-hover" | "text-danger-active" | "text-success" | "text-warning" | "icon-neutrals-inverted" | "icon-neutrals" | "icon-neutrals-secondary" | "icon-neutrals-disabled" | "icon-neutrals-search" | "icon-primary-inverted" | "icon-primary" | "icon-primary-hover" | "icon-primary-active" | "icon-primary-selected" | "icon-danger-inverted" | "icon-danger" | "icon-danger-hover" | "icon-danger-active" | "icon-success-inverted" | "icon-success" | "icon-warning" | "border-neutrals" | "border-neutrals-hover" | "border-neutrals-active" | "border-neutrals-disabled" | "border-neutrals-controls" | "border-neutrals-controls-disabled" | "border-neutrals-subtle" | "border-neutrals-inverted" | "border-primary" | "border-primary-hover" | "border-primary-active" | "border-primary-inverted" | "border-danger" | "border-success" | "border-warning" | "blue-100" | "blue-200" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "blue-1000" | "gray-100" | "gray-200" | "gray-300" | "gray-400" | "gray-500" | "gray-600" | "gray-700" | "gray-800" | "gray-900" | "indigo-100" | "indigo-200" | "indigo-300" | "indigo-400" | "indigo-500" | "indigo-600" | "indigo-700" | "indigo-800" | "indigo-900" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "yellow-100" | "yellow-200" | "yellow-300" | "yellow-400" | "yellow-500" | "yellow-600" | "yellow-700" | "yellow-800" | "yellow-900" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "black" | "white" | "transparent" | undefined;
10
+ color?: "background-cta-active" | "background-cta-disabled" | "background-cta-hover" | "background-cta-idle" | "background-danger-active" | "background-danger-hover" | "background-danger-idle" | "background-default-active" | "background-default-disabled" | "background-default-hover" | "background-default-idle" | "background-default-selected" | "background-default-selected-active" | "background-info-idle" | "background-primary" | "background-secondary" | "background-success-idle" | "background-warning-idle" | "border-cta-idle" | "border-default-active" | "border-default-error" | "border-default-hover" | "border-default-idle" | "border-default-selected" | "canvas-primary" | "divider-default" | "focus-ring-default" | "font-cta-idle" | "font-default-active" | "font-default-disabled" | "font-default-error" | "font-default-hover" | "font-default-idle" | "font-default-selected" | "font-default-visited" | "font-primary" | "font-secondary" | "font-tertiary" | "icon-cta-idle" | "icon-default" | "icon-default-active" | "icon-default-disabled" | "icon-default-error" | "icon-default-hover" | "icon-default-idle" | "icon-default-selected" | "black" | "blue-10" | "blue-20" | "blue-50" | "blue-60" | "blue-70" | "blue-80" | "gray-20" | "gray-30" | "gray-40" | "gray-50" | "green-70" | "indigo-20" | "indigo-30" | "indigo-50" | "indigo-70" | "indigo-90" | "pink-20" | "pink-50" | "red-10" | "red-20" | "red-30" | "red-50" | "red-60" | "transparent" | "white" | "yellow-20" | "yellow-60" | undefined;
11
11
  }, "color" | "size"> & _stitches_react_types_styled_component.TransformProps<{
12
12
  size?: "small" | "medium" | "large" | undefined;
13
- color?: "background-neutrals" | "background-neutrals-body" | "background-neutrals-container" | "background-neutrals-inverted" | "background-neutrals-subtle" | "background-neutrals-subtle-hover" | "background-neutrals-subtle-active" | "background-neutrals-disabled" | "background-neutrals-disabled-controls" | "background-neutrals-scrolls" | "background-neutrals-inactive" | "background-neutrals-inactive-hover" | "background-primary-prominent" | "background-primary-prominent-hover" | "background-primary-prominent-active" | "background-primary-prominent-selected" | "background-primary-subtle" | "background-primary-subtle-hover" | "background-primary-subtle-active" | "background-primary-subtle-selected" | "background-danger-prominent" | "background-danger-prominent-hover" | "background-danger-prominent-active" | "background-danger" | "background-danger-hover" | "background-success" | "background-warning-subtle" | "background-warning-prominent" | "text-neutrals-inverted" | "text-neutrals" | "text-neutrals-secondary" | "text-neutrals-placeholder-only" | "text-neutrals-placeholder" | "text-neutrals-disabled" | "text-primary-inverted" | "text-primary" | "text-primary-hover" | "text-primary-active" | "text-primary-selected" | "text-danger-inverted" | "text-danger" | "text-danger-hover" | "text-danger-active" | "text-success" | "text-warning" | "icon-neutrals-inverted" | "icon-neutrals" | "icon-neutrals-secondary" | "icon-neutrals-disabled" | "icon-neutrals-search" | "icon-primary-inverted" | "icon-primary" | "icon-primary-hover" | "icon-primary-active" | "icon-primary-selected" | "icon-danger-inverted" | "icon-danger" | "icon-danger-hover" | "icon-danger-active" | "icon-success-inverted" | "icon-success" | "icon-warning" | "border-neutrals" | "border-neutrals-hover" | "border-neutrals-active" | "border-neutrals-disabled" | "border-neutrals-controls" | "border-neutrals-controls-disabled" | "border-neutrals-subtle" | "border-neutrals-inverted" | "border-primary" | "border-primary-hover" | "border-primary-active" | "border-primary-inverted" | "border-danger" | "border-success" | "border-warning" | "blue-100" | "blue-200" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "blue-1000" | "gray-100" | "gray-200" | "gray-300" | "gray-400" | "gray-500" | "gray-600" | "gray-700" | "gray-800" | "gray-900" | "indigo-100" | "indigo-200" | "indigo-300" | "indigo-400" | "indigo-500" | "indigo-600" | "indigo-700" | "indigo-800" | "indigo-900" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "yellow-100" | "yellow-200" | "yellow-300" | "yellow-400" | "yellow-500" | "yellow-600" | "yellow-700" | "yellow-800" | "yellow-900" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "black" | "white" | "transparent" | undefined;
13
+ color?: "background-cta-active" | "background-cta-disabled" | "background-cta-hover" | "background-cta-idle" | "background-danger-active" | "background-danger-hover" | "background-danger-idle" | "background-default-active" | "background-default-disabled" | "background-default-hover" | "background-default-idle" | "background-default-selected" | "background-default-selected-active" | "background-info-idle" | "background-primary" | "background-secondary" | "background-success-idle" | "background-warning-idle" | "border-cta-idle" | "border-default-active" | "border-default-error" | "border-default-hover" | "border-default-idle" | "border-default-selected" | "canvas-primary" | "divider-default" | "focus-ring-default" | "font-cta-idle" | "font-default-active" | "font-default-disabled" | "font-default-error" | "font-default-hover" | "font-default-idle" | "font-default-selected" | "font-default-visited" | "font-primary" | "font-secondary" | "font-tertiary" | "icon-cta-idle" | "icon-default" | "icon-default-active" | "icon-default-disabled" | "icon-default-error" | "icon-default-hover" | "icon-default-idle" | "icon-default-selected" | "black" | "blue-10" | "blue-20" | "blue-50" | "blue-60" | "blue-70" | "blue-80" | "gray-20" | "gray-30" | "gray-40" | "gray-50" | "green-70" | "indigo-20" | "indigo-30" | "indigo-50" | "indigo-70" | "indigo-90" | "pink-20" | "pink-50" | "red-10" | "red-20" | "red-30" | "red-50" | "red-60" | "transparent" | "white" | "yellow-20" | "yellow-60" | undefined;
14
14
  }, {}> & _mirohq_design_system_stitches.StyledComponentProps<_stitches_react_types_styled_component.StyledComponent<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>, {}, {}, _stitches_react_types_css_util.CSS<{}, {
15
15
  'border-widths': {
16
16
  readonly none: 0;
@@ -19,141 +19,80 @@ declare const StyledIcon: react.ForwardRefExoticComponent<Pick<Omit<{
19
19
  readonly lg: "4px";
20
20
  };
21
21
  colors: {
22
- readonly 'blue-100': any;
23
- readonly 'blue-200': any;
24
- readonly 'blue-300': any;
25
- readonly 'blue-400': any;
26
- readonly 'blue-500': any;
27
- readonly 'blue-600': any;
28
- readonly 'blue-700': any;
29
- readonly 'blue-800': any;
30
- readonly 'blue-900': any;
31
- readonly 'blue-1000': any;
32
- readonly 'gray-100': any;
33
- readonly 'gray-200': any;
34
- readonly 'gray-300': any;
35
- readonly 'gray-400': any;
36
- readonly 'gray-500': any;
37
- readonly 'gray-600': any;
38
- readonly 'gray-700': any;
39
- readonly 'gray-800': any;
40
- readonly 'gray-900': any;
41
- readonly 'indigo-100': any;
42
- readonly 'indigo-200': any;
43
- readonly 'indigo-300': any;
44
- readonly 'indigo-400': any;
45
- readonly 'indigo-500': any;
46
- readonly 'indigo-600': any;
47
- readonly 'indigo-700': any;
48
- readonly 'indigo-800': any;
49
- readonly 'indigo-900': any;
50
- readonly 'red-100': any;
51
- readonly 'red-200': any;
52
- readonly 'red-300': any;
53
- readonly 'red-400': any;
54
- readonly 'red-500': any;
55
- readonly 'red-600': any;
56
- readonly 'red-700': any;
57
- readonly 'red-800': any;
58
- readonly 'red-900': any;
59
- readonly 'yellow-100': any;
60
- readonly 'yellow-200': any;
61
- readonly 'yellow-300': any;
62
- readonly 'yellow-400': any;
63
- readonly 'yellow-500': any;
64
- readonly 'yellow-600': any;
65
- readonly 'yellow-700': any;
66
- readonly 'yellow-800': any;
67
- readonly 'yellow-900': any;
68
- readonly 'green-100': any;
69
- readonly 'green-200': any;
70
- readonly 'green-300': any;
71
- readonly 'green-400': any;
72
- readonly 'green-500': any;
73
- readonly 'green-600': any;
74
- readonly 'green-700': any;
75
- readonly 'green-800': any;
76
- readonly 'green-900': any;
77
22
  readonly black: any;
78
- readonly white: any;
23
+ readonly 'blue-10': any;
24
+ readonly 'blue-20': any;
25
+ readonly 'blue-50': any;
26
+ readonly 'blue-60': any;
27
+ readonly 'blue-70': any;
28
+ readonly 'blue-80': any;
29
+ readonly 'gray-20': any;
30
+ readonly 'gray-30': any;
31
+ readonly 'gray-40': any;
32
+ readonly 'gray-50': any;
33
+ readonly 'green-70': any;
34
+ readonly 'indigo-20': any;
35
+ readonly 'indigo-30': any;
36
+ readonly 'indigo-50': any;
37
+ readonly 'indigo-70': any;
38
+ readonly 'indigo-90': any;
39
+ readonly 'pink-20': any;
40
+ readonly 'pink-50': any;
41
+ readonly 'red-10': any;
42
+ readonly 'red-20': any;
43
+ readonly 'red-30': any;
44
+ readonly 'red-50': any;
45
+ readonly 'red-60': any;
79
46
  readonly transparent: any;
80
- readonly 'background-neutrals'?: any;
81
- readonly 'background-neutrals-body'?: any;
82
- readonly 'background-neutrals-container'?: any;
83
- readonly 'background-neutrals-inverted'?: any;
84
- readonly 'background-neutrals-subtle'?: any;
85
- readonly 'background-neutrals-subtle-hover'?: any;
86
- readonly 'background-neutrals-subtle-active'?: any;
87
- readonly 'background-neutrals-disabled'?: any;
88
- readonly 'background-neutrals-disabled-controls'?: any;
89
- readonly 'background-neutrals-scrolls'?: any;
90
- readonly 'background-neutrals-inactive'?: any;
91
- readonly 'background-neutrals-inactive-hover'?: any;
92
- readonly 'background-primary-prominent'?: any;
93
- readonly 'background-primary-prominent-hover'?: any;
94
- readonly 'background-primary-prominent-active'?: any;
95
- readonly 'background-primary-prominent-selected'?: any;
96
- readonly 'background-primary-subtle'?: any;
97
- readonly 'background-primary-subtle-hover'?: any;
98
- readonly 'background-primary-subtle-active'?: any;
99
- readonly 'background-primary-subtle-selected'?: any;
100
- readonly 'background-danger-prominent'?: any;
101
- readonly 'background-danger-prominent-hover'?: any;
102
- readonly 'background-danger-prominent-active'?: any;
103
- readonly 'background-danger'?: any;
47
+ readonly white: any;
48
+ readonly 'yellow-20': any;
49
+ readonly 'yellow-60': any;
50
+ readonly 'background-cta-active'?: any;
51
+ readonly 'background-cta-disabled'?: any;
52
+ readonly 'background-cta-hover'?: any;
53
+ readonly 'background-cta-idle'?: any;
54
+ readonly 'background-danger-active'?: any;
104
55
  readonly 'background-danger-hover'?: any;
105
- readonly 'background-success'?: any;
106
- readonly 'background-warning-subtle'?: any;
107
- readonly 'background-warning-prominent'?: any;
108
- readonly 'text-neutrals-inverted'?: any;
109
- readonly 'text-neutrals'?: any;
110
- readonly 'text-neutrals-secondary'?: any;
111
- readonly 'text-neutrals-placeholder-only'?: any;
112
- readonly 'text-neutrals-placeholder'?: any;
113
- readonly 'text-neutrals-disabled'?: any;
114
- readonly 'text-primary-inverted'?: any;
115
- readonly 'text-primary'?: any;
116
- readonly 'text-primary-hover'?: any;
117
- readonly 'text-primary-active'?: any;
118
- readonly 'text-primary-selected'?: any;
119
- readonly 'text-danger-inverted'?: any;
120
- readonly 'text-danger'?: any;
121
- readonly 'text-danger-hover'?: any;
122
- readonly 'text-danger-active'?: any;
123
- readonly 'text-success'?: any;
124
- readonly 'text-warning'?: any;
125
- readonly 'icon-neutrals-inverted'?: any;
126
- readonly 'icon-neutrals'?: any;
127
- readonly 'icon-neutrals-secondary'?: any;
128
- readonly 'icon-neutrals-disabled'?: any;
129
- readonly 'icon-neutrals-search'?: any;
130
- readonly 'icon-primary-inverted'?: any;
131
- readonly 'icon-primary'?: any;
132
- readonly 'icon-primary-hover'?: any;
133
- readonly 'icon-primary-active'?: any;
134
- readonly 'icon-primary-selected'?: any;
135
- readonly 'icon-danger-inverted'?: any;
136
- readonly 'icon-danger'?: any;
137
- readonly 'icon-danger-hover'?: any;
138
- readonly 'icon-danger-active'?: any;
139
- readonly 'icon-success-inverted'?: any;
140
- readonly 'icon-success'?: any;
141
- readonly 'icon-warning'?: any;
142
- readonly 'border-neutrals'?: any;
143
- readonly 'border-neutrals-hover'?: any;
144
- readonly 'border-neutrals-active'?: any;
145
- readonly 'border-neutrals-disabled'?: any;
146
- readonly 'border-neutrals-controls'?: any;
147
- readonly 'border-neutrals-controls-disabled'?: any;
148
- readonly 'border-neutrals-subtle'?: any;
149
- readonly 'border-neutrals-inverted'?: any;
150
- readonly 'border-primary'?: any;
151
- readonly 'border-primary-hover'?: any;
152
- readonly 'border-primary-active'?: any;
153
- readonly 'border-primary-inverted'?: any;
154
- readonly 'border-danger'?: any;
155
- readonly 'border-success'?: any;
156
- readonly 'border-warning'?: any;
56
+ readonly 'background-danger-idle'?: any;
57
+ readonly 'background-default-active'?: any;
58
+ readonly 'background-default-disabled'?: any;
59
+ readonly 'background-default-hover'?: any;
60
+ readonly 'background-default-idle'?: any;
61
+ readonly 'background-default-selected'?: any;
62
+ readonly 'background-default-selected-active'?: any;
63
+ readonly 'background-info-idle'?: any;
64
+ readonly 'background-primary'?: any;
65
+ readonly 'background-secondary'?: any;
66
+ readonly 'background-success-idle'?: any;
67
+ readonly 'background-warning-idle'?: any;
68
+ readonly 'border-cta-idle'?: any;
69
+ readonly 'border-default-active'?: any;
70
+ readonly 'border-default-error'?: any;
71
+ readonly 'border-default-hover'?: any;
72
+ readonly 'border-default-idle'?: any;
73
+ readonly 'border-default-selected'?: any;
74
+ readonly 'canvas-primary'?: any;
75
+ readonly 'divider-default'?: any;
76
+ readonly 'focus-ring-default'?: any;
77
+ readonly 'font-cta-idle'?: any;
78
+ readonly 'font-default-active'?: any;
79
+ readonly 'font-default-disabled'?: any;
80
+ readonly 'font-default-error'?: any;
81
+ readonly 'font-default-hover'?: any;
82
+ readonly 'font-default-idle'?: any;
83
+ readonly 'font-default-selected'?: any;
84
+ readonly 'font-default-visited'?: any;
85
+ readonly 'font-primary'?: any;
86
+ readonly 'font-secondary'?: any;
87
+ readonly 'font-tertiary'?: any;
88
+ readonly 'icon-cta-idle'?: any;
89
+ readonly 'icon-default'?: any;
90
+ readonly 'icon-default-active'?: any;
91
+ readonly 'icon-default-disabled'?: any;
92
+ readonly 'icon-default-error'?: any;
93
+ readonly 'icon-default-hover'?: any;
94
+ readonly 'icon-default-idle'?: any;
95
+ readonly 'icon-default-selected'?: any;
157
96
  };
158
97
  'font-sizes': {
159
98
  readonly 150: "0.75rem";
@@ -418,7 +357,7 @@ declare const StyledIcon: react.ForwardRefExoticComponent<Pick<Omit<{
418
357
  };
419
358
  }>>> & _mirohq_design_system_stitches.CustomStylesProps, "string" | "clipPath" | "color" | "cursor" | "direction" | "display" | "filter" | "fontFamily" | "fontSize" | "fontSizeAdjust" | "fontStretch" | "fontStyle" | "fontVariant" | "fontWeight" | "height" | "imageRendering" | "letterSpacing" | "opacity" | "order" | "paintOrder" | "pointerEvents" | "rotate" | "scale" | "textRendering" | "transform" | "unicodeBidi" | "visibility" | "width" | "wordSpacing" | "writingMode" | "mask" | "offset" | "overflow" | "textDecoration" | "alignmentBaseline" | "baselineShift" | "clip" | "clipRule" | "colorInterpolation" | "colorRendering" | "dominantBaseline" | "fill" | "fillOpacity" | "fillRule" | "floodColor" | "floodOpacity" | "glyphOrientationVertical" | "lightingColor" | "markerEnd" | "markerMid" | "markerStart" | "shapeRendering" | "stopColor" | "stopOpacity" | "stroke" | "strokeDasharray" | "strokeDashoffset" | "strokeLinecap" | "strokeLinejoin" | "strokeMiterlimit" | "strokeOpacity" | "strokeWidth" | "textAnchor" | "vectorEffect" | "asChild" | "media" | "path" | "crossOrigin" | "href" | "max" | "method" | "min" | "name" | "size" | "target" | "type" | "id" | "lang" | "tabIndex" | "role" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "children" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDrag" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "key" | "end" | "local" | "x" | "y" | "alphabetic" | "hanging" | "ideographic" | "mathematical" | "accentHeight" | "accumulate" | "additive" | "allowReorder" | "amplitude" | "arabicForm" | "ascent" | "attributeName" | "attributeType" | "autoReverse" | "azimuth" | "baseFrequency" | "baseProfile" | "bbox" | "begin" | "bias" | "by" | "calcMode" | "capHeight" | "clipPathUnits" | "colorInterpolationFilters" | "colorProfile" | "contentScriptType" | "contentStyleType" | "cx" | "cy" | "d" | "decelerate" | "descent" | "diffuseConstant" | "divisor" | "dur" | "dx" | "dy" | "edgeMode" | "elevation" | "enableBackground" | "exponent" | "externalResourcesRequired" | "filterRes" | "filterUnits" | "focusable" | "format" | "fr" | "from" | "fx" | "fy" | "g1" | "g2" | "glyphName" | "glyphOrientationHorizontal" | "glyphRef" | "gradientTransform" | "gradientUnits" | "horizAdvX" | "horizOriginX" | "in2" | "in" | "intercept" | "k1" | "k2" | "k3" | "k4" | "k" | "kernelMatrix" | "kernelUnitLength" | "kerning" | "keyPoints" | "keySplines" | "keyTimes" | "lengthAdjust" | "limitingConeAngle" | "markerHeight" | "markerUnits" | "markerWidth" | "maskContentUnits" | "maskUnits" | "mode" | "numOctaves" | "operator" | "orient" | "orientation" | "origin" | "overlinePosition" | "overlineThickness" | "panose1" | "pathLength" | "patternContentUnits" | "patternTransform" | "patternUnits" | "points" | "pointsAtX" | "pointsAtY" | "pointsAtZ" | "preserveAlpha" | "preserveAspectRatio" | "primitiveUnits" | "r" | "radius" | "refX" | "refY" | "renderingIntent" | "repeatCount" | "repeatDur" | "requiredExtensions" | "requiredFeatures" | "restart" | "result" | "rx" | "ry" | "seed" | "slope" | "spacing" | "specularConstant" | "specularExponent" | "speed" | "spreadMethod" | "startOffset" | "stdDeviation" | "stemh" | "stemv" | "stitchTiles" | "strikethroughPosition" | "strikethroughThickness" | "surfaceScale" | "systemLanguage" | "tableValues" | "targetX" | "targetY" | "textLength" | "to" | "u1" | "u2" | "underlinePosition" | "underlineThickness" | "unicode" | "unicodeRange" | "unitsPerEm" | "vAlphabetic" | "values" | "version" | "vertAdvY" | "vertOriginX" | "vertOriginY" | "vHanging" | "vIdeographic" | "viewBox" | "viewTarget" | "vMathematical" | "widths" | "x1" | "x2" | "xChannelSelector" | "xHeight" | "xlinkActuate" | "xlinkArcrole" | "xlinkHref" | "xlinkRole" | "xlinkShow" | "xlinkTitle" | "xlinkType" | "xmlBase" | "xmlLang" | "xmlns" | "xmlnsXlink" | "xmlSpace" | "y1" | "y2" | "yChannelSelector" | "z" | "zoomAndPan" | keyof _mirohq_design_system_stitches.CustomStylesProps> & react.RefAttributes<SVGSVGElement>> & _mirohq_design_system_stitches.StitchesInternals<react.ForwardRefExoticComponent<_mirohq_design_system_primitive.PrimitiveProps<"svg">>, {
420
359
  size?: "small" | "medium" | "large" | undefined;
421
- color?: "background-neutrals" | "background-neutrals-body" | "background-neutrals-container" | "background-neutrals-inverted" | "background-neutrals-subtle" | "background-neutrals-subtle-hover" | "background-neutrals-subtle-active" | "background-neutrals-disabled" | "background-neutrals-disabled-controls" | "background-neutrals-scrolls" | "background-neutrals-inactive" | "background-neutrals-inactive-hover" | "background-primary-prominent" | "background-primary-prominent-hover" | "background-primary-prominent-active" | "background-primary-prominent-selected" | "background-primary-subtle" | "background-primary-subtle-hover" | "background-primary-subtle-active" | "background-primary-subtle-selected" | "background-danger-prominent" | "background-danger-prominent-hover" | "background-danger-prominent-active" | "background-danger" | "background-danger-hover" | "background-success" | "background-warning-subtle" | "background-warning-prominent" | "text-neutrals-inverted" | "text-neutrals" | "text-neutrals-secondary" | "text-neutrals-placeholder-only" | "text-neutrals-placeholder" | "text-neutrals-disabled" | "text-primary-inverted" | "text-primary" | "text-primary-hover" | "text-primary-active" | "text-primary-selected" | "text-danger-inverted" | "text-danger" | "text-danger-hover" | "text-danger-active" | "text-success" | "text-warning" | "icon-neutrals-inverted" | "icon-neutrals" | "icon-neutrals-secondary" | "icon-neutrals-disabled" | "icon-neutrals-search" | "icon-primary-inverted" | "icon-primary" | "icon-primary-hover" | "icon-primary-active" | "icon-primary-selected" | "icon-danger-inverted" | "icon-danger" | "icon-danger-hover" | "icon-danger-active" | "icon-success-inverted" | "icon-success" | "icon-warning" | "border-neutrals" | "border-neutrals-hover" | "border-neutrals-active" | "border-neutrals-disabled" | "border-neutrals-controls" | "border-neutrals-controls-disabled" | "border-neutrals-subtle" | "border-neutrals-inverted" | "border-primary" | "border-primary-hover" | "border-primary-active" | "border-primary-inverted" | "border-danger" | "border-success" | "border-warning" | "blue-100" | "blue-200" | "blue-300" | "blue-400" | "blue-500" | "blue-600" | "blue-700" | "blue-800" | "blue-900" | "blue-1000" | "gray-100" | "gray-200" | "gray-300" | "gray-400" | "gray-500" | "gray-600" | "gray-700" | "gray-800" | "gray-900" | "indigo-100" | "indigo-200" | "indigo-300" | "indigo-400" | "indigo-500" | "indigo-600" | "indigo-700" | "indigo-800" | "indigo-900" | "red-100" | "red-200" | "red-300" | "red-400" | "red-500" | "red-600" | "red-700" | "red-800" | "red-900" | "yellow-100" | "yellow-200" | "yellow-300" | "yellow-400" | "yellow-500" | "yellow-600" | "yellow-700" | "yellow-800" | "yellow-900" | "green-100" | "green-200" | "green-300" | "green-400" | "green-500" | "green-600" | "green-700" | "green-800" | "green-900" | "black" | "white" | "transparent" | undefined;
360
+ color?: "background-cta-active" | "background-cta-disabled" | "background-cta-hover" | "background-cta-idle" | "background-danger-active" | "background-danger-hover" | "background-danger-idle" | "background-default-active" | "background-default-disabled" | "background-default-hover" | "background-default-idle" | "background-default-selected" | "background-default-selected-active" | "background-info-idle" | "background-primary" | "background-secondary" | "background-success-idle" | "background-warning-idle" | "border-cta-idle" | "border-default-active" | "border-default-error" | "border-default-hover" | "border-default-idle" | "border-default-selected" | "canvas-primary" | "divider-default" | "focus-ring-default" | "font-cta-idle" | "font-default-active" | "font-default-disabled" | "font-default-error" | "font-default-hover" | "font-default-idle" | "font-default-selected" | "font-default-visited" | "font-primary" | "font-secondary" | "font-tertiary" | "icon-cta-idle" | "icon-default" | "icon-default-active" | "icon-default-disabled" | "icon-default-error" | "icon-default-hover" | "icon-default-idle" | "icon-default-selected" | "black" | "blue-10" | "blue-20" | "blue-50" | "blue-60" | "blue-70" | "blue-80" | "gray-20" | "gray-30" | "gray-40" | "gray-50" | "green-70" | "indigo-20" | "indigo-30" | "indigo-50" | "indigo-70" | "indigo-90" | "pink-20" | "pink-50" | "red-10" | "red-20" | "red-30" | "red-50" | "red-60" | "transparent" | "white" | "yellow-20" | "yellow-60" | undefined;
422
361
  }, {}>;
423
362
  declare type StyledIconProps = ComponentPropsWithRef<typeof StyledIcon>;
424
363
  interface IconProps extends StyledIconProps {
@@ -432,11 +371,23 @@ interface IconProps extends StyledIconProps {
432
371
  color?: StyledIconProps['color'];
433
372
  }
434
373
 
374
+ declare const IconArrowBoxOut: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
375
+
376
+ declare const IconArrowDownLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
377
+
378
+ declare const IconArrowDownRight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
379
+
380
+ declare const IconArrowDown: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
381
+
435
382
  declare const IconArrowLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
436
383
 
437
384
  declare const IconArrowRight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
438
385
 
439
- declare const IconArrowTopRight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
386
+ declare const IconArrowUpLeft: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
387
+
388
+ declare const IconArrowUpRight: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
389
+
390
+ declare const IconArrowUp: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
440
391
 
441
392
  declare const IconBarThree: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
442
393
 
@@ -450,6 +401,8 @@ declare const IconChevronRight: ForwardRefExoticComponent<IconProps & RefAttribu
450
401
 
451
402
  declare const IconChevronUp: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
452
403
 
404
+ declare const IconCog: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
405
+
453
406
  declare const IconCrossCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
454
407
 
455
408
  declare const IconCross: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
@@ -460,21 +413,27 @@ declare const IconExclamationPointCircle: ForwardRefExoticComponent<IconProps &
460
413
 
461
414
  declare const IconGlobe: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
462
415
 
463
- declare const IconIconPlaceholder: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
416
+ declare const IconHouse: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
464
417
 
465
418
  declare const IconInformationMarkCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
466
419
 
420
+ declare const IconLink: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
421
+
467
422
  declare const IconLockClosed: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
468
423
 
469
424
  declare const IconLockOpen: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
470
425
 
426
+ declare const IconMagnifyingGlass: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
427
+
471
428
  declare const IconMinus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
472
429
 
473
- declare const IconPlus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
430
+ declare const IconPlaceholder: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
474
431
 
475
- declare const IconQuestionMark: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
432
+ declare const IconPlug: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
433
+
434
+ declare const IconPlus: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
476
435
 
477
- declare const IconSearch: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
436
+ declare const IconQuestionMarkCircle: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
478
437
 
479
438
  declare const IconSocialFacebook: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
480
439
 
@@ -486,4 +445,12 @@ declare const IconSocialTwitter: ForwardRefExoticComponent<IconProps & RefAttrib
486
445
 
487
446
  declare const IconSocialYoutube: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
488
447
 
489
- export { IconArrowLeft, IconArrowRight, IconArrowTopRight, IconBarThree, IconCheckMark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCross, IconCrossCircle, IconEnvelope, IconExclamationPointCircle, IconGlobe, IconIconPlaceholder, IconInformationMarkCircle, IconLockClosed, IconLockOpen, IconMinus, IconPlus, IconProps, IconQuestionMark, IconSearch, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube };
448
+ declare const IconUserAdd: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
449
+
450
+ declare const IconUser: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
451
+
452
+ declare const IconUsers: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
453
+
454
+ declare const IconWallet: ForwardRefExoticComponent<IconProps & RefAttributes<SVGSVGElement>>;
455
+
456
+ export { IconArrowBoxOut, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpLeft, IconArrowUpRight, IconBarThree, IconCheckMark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCog, IconCross, IconCrossCircle, IconEnvelope, IconExclamationPointCircle, IconGlobe, IconHouse, IconInformationMarkCircle, IconLink, IconLockClosed, IconLockOpen, IconMagnifyingGlass, IconMinus, IconPlaceholder, IconPlug, IconPlus, IconProps, IconQuestionMarkCircle, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconUser, IconUserAdd, IconUsers, IconWallet };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirohq/design-system-icons",
3
- "version": "0.1.3-colors.0",
3
+ "version": "0.2.0",
4
4
  "description": "",
5
5
  "author": "Miro",
6
6
  "source": "src/index.ts",
@@ -30,9 +30,9 @@
30
30
  "react": "^16.14 || ^17"
31
31
  },
32
32
  "dependencies": {
33
- "@mirohq/design-system-link": "^1.1.2-colors.0",
33
+ "@mirohq/design-system-link": "^1.1.2",
34
34
  "@mirohq/design-system-primitive": "^1.0.4",
35
- "@mirohq/design-system-stitches": "^2.0.10-colors.0",
35
+ "@mirohq/design-system-stitches": "^2.0.10",
36
36
  "@mirohq/design-system-utils": "^0.10.0"
37
37
  },
38
38
  "devDependencies": {
@@ -4,19 +4,23 @@ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
4
4
  import { StyledIcon } from '../src/icon'
5
5
  import type { IconProps } from '../src/icon'
6
6
 
7
- export const IconSearch: ForwardRefExoticComponent<
7
+ export const IconArrowBoxOut: ForwardRefExoticComponent<
8
8
  IconProps & RefAttributes<SVGSVGElement>
9
9
  > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
10
  createElement(
11
11
  StyledIcon,
12
- { ...props, size, viewBox: '0 0 24 24', fill: 'none', ref: forwardRef },
13
- <path d='M0 0h24v24H0z' />,
14
- <circle cx={10} cy={10} r={6} stroke='currentColor' strokeWidth={2} />,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
15
19
  <path
16
20
  stroke='currentColor'
17
21
  strokeLinecap='round'
18
22
  strokeWidth={2}
19
- d='m20 20-5.5-5.5'
23
+ d='M17 14v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h4.5M20 4l-9 9m2.002-9h7v7'
20
24
  />
21
25
  )
22
26
  )
@@ -4,19 +4,23 @@ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
4
4
  import { StyledIcon } from '../src/icon'
5
5
  import type { IconProps } from '../src/icon'
6
6
 
7
- export const IconIconPlaceholder: ForwardRefExoticComponent<
7
+ export const IconArrowDownLeft: ForwardRefExoticComponent<
8
8
  IconProps & RefAttributes<SVGSVGElement>
9
9
  > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
10
  createElement(
11
11
  StyledIcon,
12
- { ...props, size, viewBox: '0 0 24 24', fill: 'none', ref: forwardRef },
13
- <path d='M0 0h24v24H0z' />,
14
- <circle cx={12} cy={12} r={9} stroke='currentColor' strokeWidth={2} />,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
15
19
  <path
16
20
  stroke='currentColor'
17
21
  strokeLinecap='round'
18
22
  strokeWidth={2}
19
- d='m3 3 18 18m0-18L3 21'
23
+ d='M5 19h9m-9 0v-9m0 9L19 5'
20
24
  />
21
25
  )
22
26
  )
@@ -0,0 +1,26 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconArrowDownRight: ForwardRefExoticComponent<
8
+ IconProps & RefAttributes<SVGSVGElement>
9
+ > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
+ createElement(
11
+ StyledIcon,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
19
+ <path
20
+ stroke='currentColor'
21
+ strokeLinecap='round'
22
+ strokeWidth={2}
23
+ d='M19 19v-9m0 9h-9m9 0L5 5'
24
+ />
25
+ )
26
+ )
@@ -0,0 +1,26 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconArrowDown: ForwardRefExoticComponent<
8
+ IconProps & RefAttributes<SVGSVGElement>
9
+ > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
+ createElement(
11
+ StyledIcon,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
19
+ <path
20
+ stroke='currentColor'
21
+ strokeLinecap='round'
22
+ strokeWidth={2}
23
+ d='M12 20V3m7 10.59-7 7-7-7'
24
+ />
25
+ )
26
+ )
@@ -9,13 +9,18 @@ export const IconArrowLeft: ForwardRefExoticComponent<
9
9
  > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
10
  createElement(
11
11
  StyledIcon,
12
- { ...props, size, viewBox: '0 0 24 24', fill: 'none', ref: forwardRef },
13
- <path d='M0 0h23.59v24H0z' />,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
14
19
  <path
15
20
  stroke='currentColor'
16
21
  strokeLinecap='round'
17
22
  strokeWidth={2}
18
- d='M20.59 12h-17M10 5l-7 7 7 7'
23
+ d='M21 12H4m6.41-7-7 7 7 7'
19
24
  />
20
25
  )
21
26
  )
@@ -9,8 +9,13 @@ export const IconArrowRight: ForwardRefExoticComponent<
9
9
  > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
10
  createElement(
11
11
  StyledIcon,
12
- { ...props, size, viewBox: '0 0 24 24', fill: 'none', ref: forwardRef },
13
- <path d='M0 0h24v24H0z' />,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
14
19
  <path
15
20
  stroke='currentColor'
16
21
  strokeLinecap='round'
@@ -0,0 +1,26 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconArrowUpLeft: ForwardRefExoticComponent<
8
+ IconProps & RefAttributes<SVGSVGElement>
9
+ > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
+ createElement(
11
+ StyledIcon,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
19
+ <path
20
+ stroke='currentColor'
21
+ strokeLinecap='round'
22
+ strokeWidth={2}
23
+ d='M5 5v9m0-9h9M5 5l14 14'
24
+ />
25
+ )
26
+ )
@@ -0,0 +1,26 @@
1
+ import React, { forwardRef, createElement } from 'react'
2
+ import type { ForwardRefExoticComponent, RefAttributes } from 'react'
3
+
4
+ import { StyledIcon } from '../src/icon'
5
+ import type { IconProps } from '../src/icon'
6
+
7
+ export const IconArrowUpRight: ForwardRefExoticComponent<
8
+ IconProps & RefAttributes<SVGSVGElement>
9
+ > = forwardRef(({ size = 'medium', ...props }, forwardRef) =>
10
+ createElement(
11
+ StyledIcon,
12
+ {
13
+ ...props,
14
+ size,
15
+ viewBox: '0 0 24 24',
16
+ fill: 'none',
17
+ ref: forwardRef,
18
+ },
19
+ <path
20
+ stroke='currentColor'
21
+ strokeLinecap='round'
22
+ strokeWidth={2}
23
+ d='M19 5h-9m9 0v9m0-9L5 19'
24
+ />
25
+ )
26
+ )