@mirohq/design-system-icons 1.23.0 → 1.25.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.
package/dist/main.js CHANGED
@@ -156,6 +156,32 @@ const IconAddLineRight = react.forwardRef(
156
156
  );
157
157
  IconAddLineRight[designSystemBaseIcon.iconSymbol] = true;
158
158
 
159
+ const IconAddLineTop = react.forwardRef(
160
+ ({ size = "medium", ...props }, forwardRef2) => {
161
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
162
+ return react.createElement(
163
+ StyledIcon,
164
+ {
165
+ ...props,
166
+ debug,
167
+ "aria-hidden": true,
168
+ size,
169
+ viewBox: "0 0 24 24",
170
+ fill: "none",
171
+ ref: forwardRef2
172
+ },
173
+ /* @__PURE__ */ jsxRuntime.jsx(
174
+ "path",
175
+ {
176
+ fill: "currentColor",
177
+ d: "M11 14v-4H7V8h4V4h2v4h4v2h-4v4h-2Zm-9 6v-2h20v2H2Z"
178
+ }
179
+ )
180
+ );
181
+ }
182
+ );
183
+ IconAddLineTop[designSystemBaseIcon.iconSymbol] = true;
184
+
159
185
  const IconAha = react.forwardRef(
160
186
  ({ size = "medium", ...props }, forwardRef2) => {
161
187
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -2954,6 +2980,32 @@ const IconChatCheck = react.forwardRef(
2954
2980
  );
2955
2981
  IconChatCheck[designSystemBaseIcon.iconSymbol] = true;
2956
2982
 
2983
+ const IconChatContent = react.forwardRef(
2984
+ ({ size = "medium", ...props }, forwardRef2) => {
2985
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
2986
+ return react.createElement(
2987
+ StyledIcon,
2988
+ {
2989
+ ...props,
2990
+ debug,
2991
+ "aria-hidden": true,
2992
+ size,
2993
+ viewBox: "0 0 24 24",
2994
+ fill: "none",
2995
+ ref: forwardRef2
2996
+ },
2997
+ /* @__PURE__ */ jsxRuntime.jsx(
2998
+ "path",
2999
+ {
3000
+ fill: "currentColor",
3001
+ d: "M20 12a8 8 0 1 0-14.953 3.959l.137.23.103.822-.764 2.457 2.431-.77.83.103.282.167A7.965 7.965 0 0 0 12 20a8 8 0 0 0 8-8Zm2 0c0 5.523-4.477 10-10 10a9.971 9.971 0 0 1-4.864-1.263l-3.833 1.216-1.258-1.25 1.201-3.867A9.958 9.958 0 0 1 2 12C2 6.477 6.477 2 12 2s10 4.477 10 10Zm-5 1v2H7v-2h10Zm0-4v2H7V9h10Z"
3002
+ }
3003
+ )
3004
+ );
3005
+ }
3006
+ );
3007
+ IconChatContent[designSystemBaseIcon.iconSymbol] = true;
3008
+
2957
3009
  const IconChatCross = react.forwardRef(
2958
3010
  ({ size = "medium", ...props }, forwardRef2) => {
2959
3011
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -12456,7 +12508,7 @@ const IconSingleSparksFilled = react.forwardRef(
12456
12508
  );
12457
12509
  IconSingleSparksFilled[designSystemBaseIcon.iconSymbol] = true;
12458
12510
 
12459
- const IconSlideCursorBox = react.forwardRef(
12511
+ const IconSlideFormat = react.forwardRef(
12460
12512
  ({ size = "medium", ...props }, forwardRef2) => {
12461
12513
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
12462
12514
  return react.createElement(
@@ -12474,15 +12526,15 @@ const IconSlideCursorBox = react.forwardRef(
12474
12526
  "path",
12475
12527
  {
12476
12528
  fill: "currentColor",
12477
- d: "M20 7a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h7v2H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v6h-2V7Zm-3.535 16h1.145c.654-2.672 2.743-4.783 5.39-5.446V16.35L13.923 13l-.923.93L16.465 23Zm2.836-5.884a9.486 9.486 0 0 0-2.126 2.139l-1.301-3.403 3.427 1.264ZM8 10v2h2v-2H8Zm-.75 4C6.56 14 6 13.44 6 12.75v-3.5C6 8.56 6.56 8 7.25 8h3.5c.69 0 1.25.56 1.25 1.25v3.5c0 .69-.56 1.25-1.25 1.25h-3.5ZM18 9v2h-4V9h4Z"
12529
+ d: "M17 9v2h-3V9h3Zm0 4v2h-3v-2h3Zm-5.857-1.514a.6.6 0 0 1 0 1.028l-3.234 1.94A.6.6 0 0 1 7 13.94v-3.88a.6.6 0 0 1 .909-.515l3.234 1.94ZM19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h14ZM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H5Z"
12478
12530
  }
12479
12531
  )
12480
12532
  );
12481
12533
  }
12482
12534
  );
12483
- IconSlideCursorBox[designSystemBaseIcon.iconSymbol] = true;
12535
+ IconSlideFormat[designSystemBaseIcon.iconSymbol] = true;
12484
12536
 
12485
- const IconSlideFormat = react.forwardRef(
12537
+ const IconSlideInteractive = react.forwardRef(
12486
12538
  ({ size = "medium", ...props }, forwardRef2) => {
12487
12539
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
12488
12540
  return react.createElement(
@@ -12500,13 +12552,13 @@ const IconSlideFormat = react.forwardRef(
12500
12552
  "path",
12501
12553
  {
12502
12554
  fill: "currentColor",
12503
- d: "M17 9v2h-3V9h3Zm0 4v2h-3v-2h3Zm-5.857-1.514a.6.6 0 0 1 0 1.028l-3.234 1.94A.6.6 0 0 1 7 13.94v-3.88a.6.6 0 0 1 .909-.515l3.234 1.94ZM19 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h14ZM5 6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H5Z"
12555
+ d: "M20 7a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h7v2H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v6h-2V7Zm-3.535 16h1.145c.654-2.672 2.743-4.783 5.39-5.446V16.35L13.923 13l-.923.93L16.465 23Zm2.836-5.884a9.486 9.486 0 0 0-2.126 2.139l-1.301-3.403 3.427 1.264ZM9 8v3H6V8h3Zm0 5v3H6v-3h3Zm5-5v3h-3V8h3Z"
12504
12556
  }
12505
12557
  )
12506
12558
  );
12507
12559
  }
12508
12560
  );
12509
- IconSlideFormat[designSystemBaseIcon.iconSymbol] = true;
12561
+ IconSlideInteractive[designSystemBaseIcon.iconSymbol] = true;
12510
12562
 
12511
12563
  const IconSlidersX = react.forwardRef(
12512
12564
  ({ size = "medium", ...props }, forwardRef2) => {
@@ -16687,6 +16739,7 @@ exports.IconActivitySparkle = IconActivitySparkle;
16687
16739
  exports.IconAddLineBottom = IconAddLineBottom;
16688
16740
  exports.IconAddLineLeft = IconAddLineLeft;
16689
16741
  exports.IconAddLineRight = IconAddLineRight;
16742
+ exports.IconAddLineTop = IconAddLineTop;
16690
16743
  exports.IconAha = IconAha;
16691
16744
  exports.IconAiCursor = IconAiCursor;
16692
16745
  exports.IconAiText = IconAiText;
@@ -16794,6 +16847,7 @@ exports.IconChartNumber = IconChartNumber;
16794
16847
  exports.IconChartProgress = IconChartProgress;
16795
16848
  exports.IconChat = IconChat;
16796
16849
  exports.IconChatCheck = IconChatCheck;
16850
+ exports.IconChatContent = IconChatContent;
16797
16851
  exports.IconChatCross = IconChatCross;
16798
16852
  exports.IconChatDashesLinesTwo = IconChatDashesLinesTwo;
16799
16853
  exports.IconChatLinesCross = IconChatLinesCross;
@@ -17151,8 +17205,8 @@ exports.IconSidebarGlobalClosed = IconSidebarGlobalClosed;
17151
17205
  exports.IconSidebarGlobalOpen = IconSidebarGlobalOpen;
17152
17206
  exports.IconSidebarOpen = IconSidebarOpen;
17153
17207
  exports.IconSingleSparksFilled = IconSingleSparksFilled;
17154
- exports.IconSlideCursorBox = IconSlideCursorBox;
17155
17208
  exports.IconSlideFormat = IconSlideFormat;
17209
+ exports.IconSlideInteractive = IconSlideInteractive;
17156
17210
  exports.IconSlidersX = IconSlidersX;
17157
17211
  exports.IconSlidersY = IconSlidersY;
17158
17212
  exports.IconSmiley = IconSmiley;