@mirohq/design-system-icons 0.25.3 → 0.26.1
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 +309 -14
- package/dist/main.js.map +1 -1
- package/dist/module.js +299 -15
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +23 -1
- package/package.json +3 -4
- package/react/arrow-elbow-down-right.tsx +30 -0
- package/react/brush.tsx +32 -0
- package/react/chevron-right-small.tsx +32 -0
- package/react/diagram-card-large-1.tsx +33 -0
- package/react/diagram-card-large-2.tsx +37 -0
- package/react/diagram-card-large-3.tsx +37 -0
- package/react/diagram-card-large-4.tsx +37 -0
- package/react/diagram-card-small-1.tsx +33 -0
- package/react/diagram-card-small-2.tsx +34 -0
- package/react/diagram-card-small-3.tsx +34 -0
- package/react/index.ts +11 -0
- package/react/magnifying-glass-lightning.tsx +5 -9
- package/react/square-arrow-in.tsx +40 -0
- package/svg/24/arrow-elbow-down-right.svg +2 -0
- package/svg/24/brush.svg +2 -0
- package/svg/24/chevron-right-small.svg +2 -0
- package/svg/24/diagram-card-large-1.svg +2 -0
- package/svg/24/diagram-card-large-2.svg +2 -0
- package/svg/24/diagram-card-large-3.svg +2 -0
- package/svg/24/diagram-card-large-4.svg +2 -0
- package/svg/24/diagram-card-small-1.svg +2 -0
- package/svg/24/diagram-card-small-2.svg +2 -0
- package/svg/24/diagram-card-small-3.svg +2 -0
- package/svg/24/magnifying-glass-lightning.svg +1 -1
- package/svg/24/square-arrow-in.svg +2 -0
- package/svg/meta.json +119 -0
package/dist/main.js
CHANGED
|
@@ -698,6 +698,28 @@ const IconArrowDown = react.forwardRef(
|
|
|
698
698
|
);
|
|
699
699
|
IconArrowDown[designSystemBaseIcon.iconSymbol] = true;
|
|
700
700
|
|
|
701
|
+
const IconArrowElbowDownRight = react.forwardRef(
|
|
702
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
703
|
+
StyledIcon,
|
|
704
|
+
{
|
|
705
|
+
...props,
|
|
706
|
+
weight,
|
|
707
|
+
size,
|
|
708
|
+
viewBox: "0 0 24 24",
|
|
709
|
+
fill: "none",
|
|
710
|
+
ref: forwardRef2
|
|
711
|
+
},
|
|
712
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
713
|
+
"path",
|
|
714
|
+
{
|
|
715
|
+
fill: "currentColor",
|
|
716
|
+
d: "M4 15h-1c0 .5523.4477 1 1 1v-1Zm17 0 .7071.7071.7071-.7071-.7071-.7071-.7071.7071Zm-3.2929-4.7071c-.3905-.3905-1.0237-.3905-1.4142 0-.3905.3905-.3905 1.0237 0 1.4142l1.4142-1.4142Zm-1.4142 8c-.3905.3905-.3905 1.0237 0 1.4142.3905.3905 1.0237.3905 1.4142 0l-1.4142-1.4142Zm-11.2929-13.2929c0-.5523-.4477-1-1-1s-1 .4477-1 1h2Zm-1 11h17v-2h-17v2Zm17.7071-1.7071-4-4-1.4142 1.4142 4 4 1.4142-1.4142Zm-1.4142 0-4 4 1.4142 1.4142 4-4-1.4142-1.4142Zm-15.2929.7071v-10h-2v10h2Z"
|
|
717
|
+
}
|
|
718
|
+
)
|
|
719
|
+
)
|
|
720
|
+
);
|
|
721
|
+
IconArrowElbowDownRight[designSystemBaseIcon.iconSymbol] = true;
|
|
722
|
+
|
|
701
723
|
const IconArrowFatRight = react.forwardRef(
|
|
702
724
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
703
725
|
StyledIcon,
|
|
@@ -1629,6 +1651,30 @@ const IconBracketsCurlyCirclesThree = react.forwardRef(
|
|
|
1629
1651
|
);
|
|
1630
1652
|
IconBracketsCurlyCirclesThree[designSystemBaseIcon.iconSymbol] = true;
|
|
1631
1653
|
|
|
1654
|
+
const IconBrush = react.forwardRef(
|
|
1655
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
1656
|
+
StyledIcon,
|
|
1657
|
+
{
|
|
1658
|
+
...props,
|
|
1659
|
+
weight,
|
|
1660
|
+
size,
|
|
1661
|
+
viewBox: "0 0 24 24",
|
|
1662
|
+
fill: "none",
|
|
1663
|
+
ref: forwardRef2
|
|
1664
|
+
},
|
|
1665
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
1666
|
+
"path",
|
|
1667
|
+
{
|
|
1668
|
+
stroke: "currentColor",
|
|
1669
|
+
strokeLinecap: "round",
|
|
1670
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
1671
|
+
d: "M3 9h4.5m0 0h4.5m-4.5 0v-6m4.5 6h4.5m-4.5 0v-6m4.5 6h4.5m-4.5 0v-6m-12.5 11c-.5523 0-1-.4477-1-1v-9c0-.5523.4477-1 1-1h16c.5523 0 1 .4477 1 1v9c0 .5523-.4477 1-1 1h-6v5c0 1.1046-.8954 2-2 2s-2-.8954-2-2v-5h-6Z"
|
|
1672
|
+
}
|
|
1673
|
+
)
|
|
1674
|
+
)
|
|
1675
|
+
);
|
|
1676
|
+
IconBrush[designSystemBaseIcon.iconSymbol] = true;
|
|
1677
|
+
|
|
1632
1678
|
const IconCalendarBlank = react.forwardRef(
|
|
1633
1679
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
1634
1680
|
StyledIcon,
|
|
@@ -2381,6 +2427,30 @@ const IconChevronRightDouble = react.forwardRef(
|
|
|
2381
2427
|
);
|
|
2382
2428
|
IconChevronRightDouble[designSystemBaseIcon.iconSymbol] = true;
|
|
2383
2429
|
|
|
2430
|
+
const IconChevronRightSmall = react.forwardRef(
|
|
2431
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
2432
|
+
StyledIcon,
|
|
2433
|
+
{
|
|
2434
|
+
...props,
|
|
2435
|
+
weight,
|
|
2436
|
+
size,
|
|
2437
|
+
viewBox: "0 0 24 24",
|
|
2438
|
+
fill: "none",
|
|
2439
|
+
ref: forwardRef2
|
|
2440
|
+
},
|
|
2441
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
2442
|
+
"path",
|
|
2443
|
+
{
|
|
2444
|
+
stroke: "currentColor",
|
|
2445
|
+
strokeLinecap: "round",
|
|
2446
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
2447
|
+
d: "m10 8 4 4-4 4"
|
|
2448
|
+
}
|
|
2449
|
+
)
|
|
2450
|
+
)
|
|
2451
|
+
);
|
|
2452
|
+
IconChevronRightSmall[designSystemBaseIcon.iconSymbol] = true;
|
|
2453
|
+
|
|
2384
2454
|
const IconChevronRight = react.forwardRef(
|
|
2385
2455
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
2386
2456
|
StyledIcon,
|
|
@@ -3667,6 +3737,204 @@ const IconDashSquareDashVertical = react.forwardRef(
|
|
|
3667
3737
|
);
|
|
3668
3738
|
IconDashSquareDashVertical[designSystemBaseIcon.iconSymbol] = true;
|
|
3669
3739
|
|
|
3740
|
+
const IconDiagramCardLarge1 = react.forwardRef(
|
|
3741
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
3742
|
+
StyledIcon,
|
|
3743
|
+
{
|
|
3744
|
+
...props,
|
|
3745
|
+
weight,
|
|
3746
|
+
size,
|
|
3747
|
+
viewBox: "0 0 24 24",
|
|
3748
|
+
fill: "none",
|
|
3749
|
+
ref: forwardRef2
|
|
3750
|
+
},
|
|
3751
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3752
|
+
"path",
|
|
3753
|
+
{
|
|
3754
|
+
stroke: "currentColor",
|
|
3755
|
+
strokeLinecap: "round",
|
|
3756
|
+
strokeLinejoin: "round",
|
|
3757
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3758
|
+
d: "M7 7h7m-7 3h7m-7 3h7m-11-10h18v18h-18v-18Z"
|
|
3759
|
+
}
|
|
3760
|
+
)
|
|
3761
|
+
)
|
|
3762
|
+
);
|
|
3763
|
+
IconDiagramCardLarge1[designSystemBaseIcon.iconSymbol] = true;
|
|
3764
|
+
|
|
3765
|
+
const IconDiagramCardLarge2 = react.forwardRef(
|
|
3766
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
3767
|
+
StyledIcon,
|
|
3768
|
+
{
|
|
3769
|
+
...props,
|
|
3770
|
+
weight,
|
|
3771
|
+
size,
|
|
3772
|
+
viewBox: "0 0 24 24",
|
|
3773
|
+
fill: "none",
|
|
3774
|
+
ref: forwardRef2
|
|
3775
|
+
},
|
|
3776
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3777
|
+
"path",
|
|
3778
|
+
{
|
|
3779
|
+
stroke: "currentColor",
|
|
3780
|
+
strokeLinecap: "round",
|
|
3781
|
+
strokeLinejoin: "round",
|
|
3782
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3783
|
+
d: "M12 7h6m-6 4h6m-15-8h18v18h-18v-18Z"
|
|
3784
|
+
}
|
|
3785
|
+
),
|
|
3786
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3787
|
+
"path",
|
|
3788
|
+
{
|
|
3789
|
+
fill: "currentColor",
|
|
3790
|
+
d: "M9 8c0 1.1046-.8954 2-2 2s-2-.8954-2-2 .8954-2 2-2 2 .8954 2 2ZM7 18c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM10 19c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1ZM15 18c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM18 19c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1Z"
|
|
3791
|
+
}
|
|
3792
|
+
)
|
|
3793
|
+
)
|
|
3794
|
+
);
|
|
3795
|
+
IconDiagramCardLarge2[designSystemBaseIcon.iconSymbol] = true;
|
|
3796
|
+
|
|
3797
|
+
const IconDiagramCardLarge3 = react.forwardRef(
|
|
3798
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
3799
|
+
StyledIcon,
|
|
3800
|
+
{
|
|
3801
|
+
...props,
|
|
3802
|
+
weight,
|
|
3803
|
+
size,
|
|
3804
|
+
viewBox: "0 0 24 24",
|
|
3805
|
+
fill: "none",
|
|
3806
|
+
ref: forwardRef2
|
|
3807
|
+
},
|
|
3808
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3809
|
+
"path",
|
|
3810
|
+
{
|
|
3811
|
+
stroke: "currentColor",
|
|
3812
|
+
strokeLinecap: "round",
|
|
3813
|
+
strokeLinejoin: "round",
|
|
3814
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3815
|
+
d: "M7 7h7m-7 4h7m-11 4v6h18v-6m-18 0v-12h18v12m-18 0h18"
|
|
3816
|
+
}
|
|
3817
|
+
),
|
|
3818
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3819
|
+
"path",
|
|
3820
|
+
{
|
|
3821
|
+
fill: "currentColor",
|
|
3822
|
+
d: "M8 18c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM13 18c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1ZM17 19c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1Z"
|
|
3823
|
+
}
|
|
3824
|
+
)
|
|
3825
|
+
)
|
|
3826
|
+
);
|
|
3827
|
+
IconDiagramCardLarge3[designSystemBaseIcon.iconSymbol] = true;
|
|
3828
|
+
|
|
3829
|
+
const IconDiagramCardLarge4 = react.forwardRef(
|
|
3830
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
3831
|
+
StyledIcon,
|
|
3832
|
+
{
|
|
3833
|
+
...props,
|
|
3834
|
+
weight,
|
|
3835
|
+
size,
|
|
3836
|
+
viewBox: "0 0 24 24",
|
|
3837
|
+
fill: "none",
|
|
3838
|
+
ref: forwardRef2
|
|
3839
|
+
},
|
|
3840
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3841
|
+
"path",
|
|
3842
|
+
{
|
|
3843
|
+
stroke: "currentColor",
|
|
3844
|
+
strokeLinecap: "round",
|
|
3845
|
+
strokeLinejoin: "round",
|
|
3846
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3847
|
+
d: "M12 7h6m-6 4h6m-15 4v6h18v-6m-18 0v-12h18v12m-18 0h18"
|
|
3848
|
+
}
|
|
3849
|
+
),
|
|
3850
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3851
|
+
"path",
|
|
3852
|
+
{
|
|
3853
|
+
fill: "currentColor",
|
|
3854
|
+
d: "M7 10c1.1046 0 2-.8954 2-2s-.8954-2-2-2-2 .8954-2 2 .8954 2 2 2ZM7 19c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1ZM12 19c.5523 0 1-.4477 1-1s-.4477-1-1-1-1 .4477-1 1 .4477 1 1 1ZM18 18c0 .5523-.4477 1-1 1s-1-.4477-1-1 .4477-1 1-1 1 .4477 1 1Z"
|
|
3855
|
+
}
|
|
3856
|
+
)
|
|
3857
|
+
)
|
|
3858
|
+
);
|
|
3859
|
+
IconDiagramCardLarge4[designSystemBaseIcon.iconSymbol] = true;
|
|
3860
|
+
|
|
3861
|
+
const IconDiagramCardSmall1 = react.forwardRef(
|
|
3862
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
3863
|
+
StyledIcon,
|
|
3864
|
+
{
|
|
3865
|
+
...props,
|
|
3866
|
+
weight,
|
|
3867
|
+
size,
|
|
3868
|
+
viewBox: "0 0 24 24",
|
|
3869
|
+
fill: "none",
|
|
3870
|
+
ref: forwardRef2
|
|
3871
|
+
},
|
|
3872
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3873
|
+
"path",
|
|
3874
|
+
{
|
|
3875
|
+
stroke: "currentColor",
|
|
3876
|
+
strokeLinecap: "round",
|
|
3877
|
+
strokeLinejoin: "round",
|
|
3878
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3879
|
+
d: "M6 11h9m-12-4h18v10h-18v-10Z"
|
|
3880
|
+
}
|
|
3881
|
+
)
|
|
3882
|
+
)
|
|
3883
|
+
);
|
|
3884
|
+
IconDiagramCardSmall1[designSystemBaseIcon.iconSymbol] = true;
|
|
3885
|
+
|
|
3886
|
+
const IconDiagramCardSmall2 = react.forwardRef(
|
|
3887
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
3888
|
+
StyledIcon,
|
|
3889
|
+
{
|
|
3890
|
+
...props,
|
|
3891
|
+
weight,
|
|
3892
|
+
size,
|
|
3893
|
+
viewBox: "0 0 24 24",
|
|
3894
|
+
fill: "none",
|
|
3895
|
+
ref: forwardRef2
|
|
3896
|
+
},
|
|
3897
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3898
|
+
"path",
|
|
3899
|
+
{
|
|
3900
|
+
stroke: "currentColor",
|
|
3901
|
+
strokeLinecap: "round",
|
|
3902
|
+
strokeLinejoin: "round",
|
|
3903
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3904
|
+
d: "M18 12h-6.5m-8.5-5h18v10h-18v-10Z"
|
|
3905
|
+
}
|
|
3906
|
+
),
|
|
3907
|
+
/* @__PURE__ */ jsxRuntime.jsx("circle", { cx: 7, cy: 12, r: 2, fill: "currentColor" })
|
|
3908
|
+
)
|
|
3909
|
+
);
|
|
3910
|
+
IconDiagramCardSmall2[designSystemBaseIcon.iconSymbol] = true;
|
|
3911
|
+
|
|
3912
|
+
const IconDiagramCardSmall3 = react.forwardRef(
|
|
3913
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
3914
|
+
StyledIcon,
|
|
3915
|
+
{
|
|
3916
|
+
...props,
|
|
3917
|
+
weight,
|
|
3918
|
+
size,
|
|
3919
|
+
viewBox: "0 0 24 24",
|
|
3920
|
+
fill: "none",
|
|
3921
|
+
ref: forwardRef2
|
|
3922
|
+
},
|
|
3923
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
3924
|
+
"path",
|
|
3925
|
+
{
|
|
3926
|
+
stroke: "currentColor",
|
|
3927
|
+
strokeLinecap: "round",
|
|
3928
|
+
strokeLinejoin: "round",
|
|
3929
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
3930
|
+
d: "M6 11h4m-7-4h18v10h-18v-10Z"
|
|
3931
|
+
}
|
|
3932
|
+
),
|
|
3933
|
+
/* @__PURE__ */ jsxRuntime.jsx("path", { fill: "currentColor", d: "M13 7h8v10h-8z" })
|
|
3934
|
+
)
|
|
3935
|
+
);
|
|
3936
|
+
IconDiagramCardSmall3[designSystemBaseIcon.iconSymbol] = true;
|
|
3937
|
+
|
|
3670
3938
|
const IconDistributeHorizontal = react.forwardRef(
|
|
3671
3939
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
3672
3940
|
StyledIcon,
|
|
@@ -6093,25 +6361,15 @@ const IconMagnifyingGlassLightning = react.forwardRef(
|
|
|
6093
6361
|
fill: "none",
|
|
6094
6362
|
ref: forwardRef2
|
|
6095
6363
|
},
|
|
6096
|
-
/* @__PURE__ */ jsxRuntime.
|
|
6097
|
-
"
|
|
6364
|
+
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#clip0_3866_343)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
6365
|
+
"path",
|
|
6098
6366
|
{
|
|
6099
6367
|
stroke: "currentColor",
|
|
6100
6368
|
strokeLinecap: "round",
|
|
6101
6369
|
strokeWidth: "var(--svg-stroke-width)",
|
|
6102
|
-
|
|
6103
|
-
children: [
|
|
6104
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6105
|
-
"path",
|
|
6106
|
-
{
|
|
6107
|
-
strokeLinejoin: "round",
|
|
6108
|
-
d: "M15.5989 15.706c1.3728-1.3453 2.2246-3.2202 2.2246-5.2941 0-.4828-.0461-.9548-.1343-1.4118m-2.0903 6.7059c-1.3368 1.31-3.1676 2.1176-5.1871 2.1176-4.0934 0-7.4118-3.3183-7.4118-7.4117 0-2.8631 1.6234-5.347 4-6.5816m8.5989 11.8757 5.4011 5.2941"
|
|
6109
|
-
}
|
|
6110
|
-
),
|
|
6111
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "m14 2-3 4h3l-3 4" })
|
|
6112
|
-
]
|
|
6370
|
+
d: "M15.5989 15.7059c1.3728-1.3453 2.2246-3.2202 2.2246-5.2941 0-.4828-.0461-.9548-.1343-1.4118m-2.0903 6.7059c-1.3368 1.3099-3.1676 2.1176-5.1871 2.1176-4.0934 0-7.4118-3.3183-7.4118-7.4117 0-2.8632 1.6234-5.3471 4-6.5816m8.5989 11.8757 5.4011 5.2941m-7-19-3 4h3l-3 4"
|
|
6113
6371
|
}
|
|
6114
|
-
),
|
|
6372
|
+
) }),
|
|
6115
6373
|
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "clip0_3866_343", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "none", d: "M0 0h24v24h-24z" }) }) })
|
|
6116
6374
|
)
|
|
6117
6375
|
);
|
|
@@ -9397,6 +9655,32 @@ const IconSplitVertical = react.forwardRef(
|
|
|
9397
9655
|
);
|
|
9398
9656
|
IconSplitVertical[designSystemBaseIcon.iconSymbol] = true;
|
|
9399
9657
|
|
|
9658
|
+
const IconSquareArrowIn = react.forwardRef(
|
|
9659
|
+
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
9660
|
+
StyledIcon,
|
|
9661
|
+
{
|
|
9662
|
+
...props,
|
|
9663
|
+
weight,
|
|
9664
|
+
size,
|
|
9665
|
+
viewBox: "0 0 24 24",
|
|
9666
|
+
fill: "none",
|
|
9667
|
+
ref: forwardRef2
|
|
9668
|
+
},
|
|
9669
|
+
/* @__PURE__ */ jsxRuntime.jsx("g", { clipPath: "url(#clip0_4024_124)", children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
9670
|
+
"path",
|
|
9671
|
+
{
|
|
9672
|
+
stroke: "currentColor",
|
|
9673
|
+
strokeLinecap: "round",
|
|
9674
|
+
strokeLinejoin: "round",
|
|
9675
|
+
strokeWidth: "var(--svg-stroke-width)",
|
|
9676
|
+
d: "M12 21v-12m0 0 4 4.5m-4-4.5-4 4.5m0 6.5h-4c-.5523 0-1-.4477-1-1v-15c0-.5523.4477-1 1-1h16c.5523 0 1 .4477 1 1v15c0 .5523-.4477 1-1 1h-4"
|
|
9677
|
+
}
|
|
9678
|
+
) }),
|
|
9679
|
+
/* @__PURE__ */ jsxRuntime.jsx("defs", { children: /* @__PURE__ */ jsxRuntime.jsx("clipPath", { id: "clip0_4024_124", children: /* @__PURE__ */ jsxRuntime.jsx("path", { fill: "none", d: "M0 0h24v24h-24z" }) }) })
|
|
9680
|
+
)
|
|
9681
|
+
);
|
|
9682
|
+
IconSquareArrowIn[designSystemBaseIcon.iconSymbol] = true;
|
|
9683
|
+
|
|
9400
9684
|
const IconSquareBracketsAngleSlash = react.forwardRef(
|
|
9401
9685
|
({ size = "medium", weight = "normal", ...props }, forwardRef2) => react.createElement(
|
|
9402
9686
|
StyledIcon,
|
|
@@ -12037,6 +12321,7 @@ exports.IconArrowCurvesBottomRight = IconArrowCurvesBottomRight;
|
|
|
12037
12321
|
exports.IconArrowDown = IconArrowDown;
|
|
12038
12322
|
exports.IconArrowDownLeft = IconArrowDownLeft;
|
|
12039
12323
|
exports.IconArrowDownRight = IconArrowDownRight;
|
|
12324
|
+
exports.IconArrowElbowDownRight = IconArrowElbowDownRight;
|
|
12040
12325
|
exports.IconArrowFatRight = IconArrowFatRight;
|
|
12041
12326
|
exports.IconArrowFatUpRight = IconArrowFatUpRight;
|
|
12042
12327
|
exports.IconArrowLeft = IconArrowLeft;
|
|
@@ -12069,6 +12354,7 @@ exports.IconBracketCurlyLeft = IconBracketCurlyLeft;
|
|
|
12069
12354
|
exports.IconBracketCurlyRight = IconBracketCurlyRight;
|
|
12070
12355
|
exports.IconBracketsAngleSlash = IconBracketsAngleSlash;
|
|
12071
12356
|
exports.IconBracketsCurlyCirclesThree = IconBracketsCurlyCirclesThree;
|
|
12357
|
+
exports.IconBrush = IconBrush;
|
|
12072
12358
|
exports.IconCalendarBlank = IconCalendarBlank;
|
|
12073
12359
|
exports.IconCamera = IconCamera;
|
|
12074
12360
|
exports.IconCard = IconCard;
|
|
@@ -12095,6 +12381,7 @@ exports.IconChevronLeft = IconChevronLeft;
|
|
|
12095
12381
|
exports.IconChevronLeftDouble = IconChevronLeftDouble;
|
|
12096
12382
|
exports.IconChevronRight = IconChevronRight;
|
|
12097
12383
|
exports.IconChevronRightDouble = IconChevronRightDouble;
|
|
12384
|
+
exports.IconChevronRightSmall = IconChevronRightSmall;
|
|
12098
12385
|
exports.IconChevronUp = IconChevronUp;
|
|
12099
12386
|
exports.IconChevronUpDouble = IconChevronUpDouble;
|
|
12100
12387
|
exports.IconChevronUpDown = IconChevronUpDown;
|
|
@@ -12134,6 +12421,13 @@ exports.IconDashLeftDownSquareDashRightUp = IconDashLeftDownSquareDashRightUp;
|
|
|
12134
12421
|
exports.IconDashLeftUpSquareDashDownRight = IconDashLeftUpSquareDashDownRight;
|
|
12135
12422
|
exports.IconDashSquareDashHorizontal = IconDashSquareDashHorizontal;
|
|
12136
12423
|
exports.IconDashSquareDashVertical = IconDashSquareDashVertical;
|
|
12424
|
+
exports.IconDiagramCardLarge1 = IconDiagramCardLarge1;
|
|
12425
|
+
exports.IconDiagramCardLarge2 = IconDiagramCardLarge2;
|
|
12426
|
+
exports.IconDiagramCardLarge3 = IconDiagramCardLarge3;
|
|
12427
|
+
exports.IconDiagramCardLarge4 = IconDiagramCardLarge4;
|
|
12428
|
+
exports.IconDiagramCardSmall1 = IconDiagramCardSmall1;
|
|
12429
|
+
exports.IconDiagramCardSmall2 = IconDiagramCardSmall2;
|
|
12430
|
+
exports.IconDiagramCardSmall3 = IconDiagramCardSmall3;
|
|
12137
12431
|
exports.IconDistributeHorizontal = IconDistributeHorizontal;
|
|
12138
12432
|
exports.IconDistributeVertical = IconDistributeVertical;
|
|
12139
12433
|
exports.IconDotsNine = IconDotsNine;
|
|
@@ -12319,6 +12613,7 @@ exports.IconSpeakerCross = IconSpeakerCross;
|
|
|
12319
12613
|
exports.IconSpeakerHigh = IconSpeakerHigh;
|
|
12320
12614
|
exports.IconSplitVertical = IconSplitVertical;
|
|
12321
12615
|
exports.IconSquare = IconSquare;
|
|
12616
|
+
exports.IconSquareArrowIn = IconSquareArrowIn;
|
|
12322
12617
|
exports.IconSquareBracketsAngleSlash = IconSquareBracketsAngleSlash;
|
|
12323
12618
|
exports.IconSquareCirclesTwo = IconSquareCirclesTwo;
|
|
12324
12619
|
exports.IconSquareLineSquareDashed = IconSquareLineSquareDashed;
|