@mirohq/design-system-icons 1.20.3-dummy.0 → 1.22.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
@@ -7392,6 +7392,32 @@ const IconKey = react.forwardRef(
7392
7392
  );
7393
7393
  IconKey[designSystemBaseIcon.iconSymbol] = true;
7394
7394
 
7395
+ const IconKeycapSingle = react.forwardRef(
7396
+ ({ size = "medium", ...props }, forwardRef2) => {
7397
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
7398
+ return react.createElement(
7399
+ StyledIcon,
7400
+ {
7401
+ ...props,
7402
+ debug,
7403
+ "aria-hidden": true,
7404
+ size,
7405
+ viewBox: "0 0 24 24",
7406
+ fill: "none",
7407
+ ref: forwardRef2
7408
+ },
7409
+ /* @__PURE__ */ jsxRuntime.jsx(
7410
+ "path",
7411
+ {
7412
+ fill: "currentColor",
7413
+ d: "M20 5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5Zm2 14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v14ZM12.026 7.596c.602 0 1.145.098 1.618.305.474.207.859.502 1.136.892.284.392.42.852.42 1.361v.38h-1.976l-.027-.35a.717.717 0 0 0-.135-.348.9.9 0 0 0-.375-.294l-.008-.005c-.159-.08-.385-.13-.698-.13-.399 0-.694.088-.912.238-.18.125-.272.296-.272.561 0 .164.04.26.089.32.077.088.18.166.32.229.165.067.35.121.552.161.224.044.442.085.656.124a7.94 7.94 0 0 1 1.398.365c.458.162.84.412 1.132.755.32.372.456.868.456 1.434 0 .585-.15 1.106-.464 1.546-.305.427-.73.743-1.257.954-.52.21-1.113.31-1.773.31-.613 0-1.17-.09-1.66-.277-.495-.189-.9-.471-1.197-.856l-.001-.003c-.304-.401-.448-.88-.448-1.416v-.38h2.018l.048.325a.947.947 0 0 0 .168.43c.072.098.187.19.368.263l.149.046c.162.04.365.064.615.064.38 0 .653-.054.838-.137l.002-.001c.209-.092.33-.2.398-.305a.727.727 0 0 0 .116-.408c0-.213-.06-.32-.131-.383-.117-.103-.293-.197-.55-.265l-.006-.002a11.37 11.37 0 0 0-.953-.223l-.005-.001a10.87 10.87 0 0 1-1.375-.368l-.005-.002a2.591 2.591 0 0 1-1.107-.74c-.316-.368-.448-.861-.448-1.425 0-.616.153-1.155.49-1.583.322-.409.74-.707 1.24-.893h.002a4.481 4.481 0 0 1 1.554-.268Z"
7414
+ }
7415
+ )
7416
+ );
7417
+ }
7418
+ );
7419
+ IconKeycapSingle[designSystemBaseIcon.iconSymbol] = true;
7420
+
7395
7421
  const IconKeycap = react.forwardRef(
7396
7422
  ({ size = "medium", ...props }, forwardRef2) => {
7397
7423
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -12326,6 +12352,32 @@ const IconSingleSparksFilled = react.forwardRef(
12326
12352
  );
12327
12353
  IconSingleSparksFilled[designSystemBaseIcon.iconSymbol] = true;
12328
12354
 
12355
+ const IconSlideCursorBox = react.forwardRef(
12356
+ ({ size = "medium", ...props }, forwardRef2) => {
12357
+ const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
12358
+ return react.createElement(
12359
+ StyledIcon,
12360
+ {
12361
+ ...props,
12362
+ debug,
12363
+ "aria-hidden": true,
12364
+ size,
12365
+ viewBox: "0 0 24 24",
12366
+ fill: "none",
12367
+ ref: forwardRef2
12368
+ },
12369
+ /* @__PURE__ */ jsxRuntime.jsx(
12370
+ "path",
12371
+ {
12372
+ fill: "currentColor",
12373
+ 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"
12374
+ }
12375
+ )
12376
+ );
12377
+ }
12378
+ );
12379
+ IconSlideCursorBox[designSystemBaseIcon.iconSymbol] = true;
12380
+
12329
12381
  const IconSlideFormat = react.forwardRef(
12330
12382
  ({ size = "medium", ...props }, forwardRef2) => {
12331
12383
  const [debug] = designSystemUseLocalStorage.useLocalStorage("DEBUG_ICON", false);
@@ -16779,6 +16831,7 @@ exports.IconIosShare = IconIosShare;
16779
16831
  exports.IconKanban = IconKanban;
16780
16832
  exports.IconKey = IconKey;
16781
16833
  exports.IconKeycap = IconKeycap;
16834
+ exports.IconKeycapSingle = IconKeycapSingle;
16782
16835
  exports.IconLaptop = IconLaptop;
16783
16836
  exports.IconLasso = IconLasso;
16784
16837
  exports.IconLayout = IconLayout;
@@ -16964,6 +17017,7 @@ exports.IconSidebarGlobalClosed = IconSidebarGlobalClosed;
16964
17017
  exports.IconSidebarGlobalOpen = IconSidebarGlobalOpen;
16965
17018
  exports.IconSidebarOpen = IconSidebarOpen;
16966
17019
  exports.IconSingleSparksFilled = IconSingleSparksFilled;
17020
+ exports.IconSlideCursorBox = IconSlideCursorBox;
16967
17021
  exports.IconSlideFormat = IconSlideFormat;
16968
17022
  exports.IconSlidersX = IconSlidersX;
16969
17023
  exports.IconSlidersY = IconSlidersY;