@webstudio-is/icons 0.253.0 → 0.255.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/lib/__generated__/svg.js
CHANGED
|
@@ -171,6 +171,7 @@ var SelectIcon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0
|
|
|
171
171
|
var SettingsIcon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" width="100%" height="100%" style="display: block;"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M13.987 6H9.32M13.932 6h-12M14 10.5H2"/><rect width="4" height="4" x="1.932" y="8.534" fill="#fff" stroke="currentColor" rx="2"/><rect width="4" height="4" x="10.068" y="4" fill="#fff" stroke="currentColor" rx="2"/></svg>`;
|
|
172
172
|
var ShadowInsetIcon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" width="100%" height="100%" style="display: block;"><rect width="13" height="13" x="1.5" y="1.5" stroke="currentColor" rx="6.5"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M3.804 7.833a4.196 4.196 0 1 1 8.392 0"/></svg>`;
|
|
173
173
|
var ShadowNormalIcon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" width="100%" height="100%" style="display: block;"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M8 12.327a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11Z"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M15 10v0c-2.774 5.944-11.226 5.944-14 0v0"/></svg>`;
|
|
174
|
+
var ShieldIcon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-shield-icon lucide-shield" viewBox="0 0 24 24" width="100%" height="100%" style="display: block;"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"/></svg>`;
|
|
174
175
|
var ShrinkIcon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" width="100%" height="100%" style="display: block;"><path fill="currentColor" fill-rule="evenodd" d="M8 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 8 1ZM1.333 7.5a.5.5 0 0 0 0 1h2.793L2.98 9.646a.5.5 0 0 0 .707.708l2-2a.499.499 0 0 0 .146-.351v-.006a.498.498 0 0 0-.146-.35l-2-2a.5.5 0 1 0-.707.707L4.126 7.5H1.333Zm8.834.503a.496.496 0 0 0 .146.35l2 2a.5.5 0 0 0 .707-.707L11.874 8.5h2.793a.5.5 0 1 0 0-1h-2.793l1.146-1.146a.5.5 0 1 0-.707-.708l-2 2a.498.498 0 0 0-.146.351v.006ZM8.5 5.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1ZM8 9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 8 9Zm.5 4.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1Z" clip-rule="evenodd"/></svg>`;
|
|
175
176
|
var SliderIcon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" width="100%" height="100%" style="display: block;"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M14.015 8.265h-6M8.015 8.265h-6"/><rect width="3" height="3" x="4.026" y="6.5" fill="#fff" stroke="currentColor" rx="1.5"/></svg>`;
|
|
176
177
|
var SlotComponentIcon = `<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 16 16" width="100%" height="100%" style="display: block;"><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M4.5 2H3.333A1.333 1.333 0 0 0 2 3.333V4.5M14 4.5V3.333A1.333 1.333 0 0 0 12.667 2H11.5M14 12.667c0 .021 0 .042-.002.063M11.5 14h1.167a1.333 1.333 0 0 0 1.331-1.27m0 0V11.5M2 11.5v1.167A1.333 1.333 0 0 0 3.333 14H4.5M7 2h2M7 14h2M2 7v2M14 7v2"/></svg>`;
|
|
@@ -396,6 +397,7 @@ export {
|
|
|
396
397
|
SettingsIcon,
|
|
397
398
|
ShadowInsetIcon,
|
|
398
399
|
ShadowNormalIcon,
|
|
400
|
+
ShieldIcon,
|
|
399
401
|
ShrinkIcon,
|
|
400
402
|
SliderIcon,
|
|
401
403
|
SlotComponentIcon,
|
package/lib/index.js
CHANGED
|
@@ -2528,7 +2528,6 @@ var DownloadIcon = forwardRef(
|
|
|
2528
2528
|
strokeLinecap: "round",
|
|
2529
2529
|
strokeLinejoin: "round",
|
|
2530
2530
|
strokeWidth: "2",
|
|
2531
|
-
className: "lucide lucide-download-icon lucide-download",
|
|
2532
2531
|
viewBox: "0 0 24 24",
|
|
2533
2532
|
width: size,
|
|
2534
2533
|
height: size,
|
|
@@ -5301,6 +5300,27 @@ var ShadowNormalIcon = forwardRef(
|
|
|
5301
5300
|
}
|
|
5302
5301
|
);
|
|
5303
5302
|
ShadowNormalIcon.displayName = "ShadowNormalIcon";
|
|
5303
|
+
var ShieldIcon = forwardRef(
|
|
5304
|
+
({ fill = "none", size = 16, ...props }, forwardedRef) => {
|
|
5305
|
+
return /* @__PURE__ */ jsx(
|
|
5306
|
+
"svg",
|
|
5307
|
+
{
|
|
5308
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
5309
|
+
stroke: "currentColor",
|
|
5310
|
+
strokeLinecap: "round",
|
|
5311
|
+
strokeLinejoin: "round",
|
|
5312
|
+
viewBox: "0 0 24 24",
|
|
5313
|
+
width: size,
|
|
5314
|
+
height: size,
|
|
5315
|
+
fill,
|
|
5316
|
+
...props,
|
|
5317
|
+
ref: forwardedRef,
|
|
5318
|
+
children: /* @__PURE__ */ jsx("path", { d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z" })
|
|
5319
|
+
}
|
|
5320
|
+
);
|
|
5321
|
+
}
|
|
5322
|
+
);
|
|
5323
|
+
ShieldIcon.displayName = "ShieldIcon";
|
|
5304
5324
|
var ShrinkIcon = forwardRef(
|
|
5305
5325
|
({ fill = "none", size = 16, ...props }, forwardedRef) => {
|
|
5306
5326
|
return /* @__PURE__ */ jsx(
|
|
@@ -7509,6 +7529,7 @@ export {
|
|
|
7509
7529
|
SettingsIcon,
|
|
7510
7530
|
ShadowInsetIcon,
|
|
7511
7531
|
ShadowNormalIcon,
|
|
7532
|
+
ShieldIcon,
|
|
7512
7533
|
ShrinkIcon,
|
|
7513
7534
|
SliderIcon,
|
|
7514
7535
|
SlotComponentIcon,
|
|
@@ -171,6 +171,7 @@ export declare const SelectIcon: IconComponent;
|
|
|
171
171
|
export declare const SettingsIcon: IconComponent;
|
|
172
172
|
export declare const ShadowInsetIcon: IconComponent;
|
|
173
173
|
export declare const ShadowNormalIcon: IconComponent;
|
|
174
|
+
export declare const ShieldIcon: IconComponent;
|
|
174
175
|
export declare const ShrinkIcon: IconComponent;
|
|
175
176
|
export declare const SliderIcon: IconComponent;
|
|
176
177
|
export declare const SlotComponentIcon: IconComponent;
|
|
@@ -170,6 +170,7 @@ export declare const SelectIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" fil
|
|
|
170
170
|
export declare const SettingsIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13.987 6H9.32M13.932 6h-12M14 10.5H2\"/><rect width=\"4\" height=\"4\" x=\"1.932\" y=\"8.534\" fill=\"#fff\" stroke=\"currentColor\" rx=\"2\"/><rect width=\"4\" height=\"4\" x=\"10.068\" y=\"4\" fill=\"#fff\" stroke=\"currentColor\" rx=\"2\"/></svg>";
|
|
171
171
|
export declare const ShadowInsetIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" width=\"100%\" height=\"100%\" style=\"display: block;\"><rect width=\"13\" height=\"13\" x=\"1.5\" y=\"1.5\" stroke=\"currentColor\" rx=\"6.5\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.804 7.833a4.196 4.196 0 1 1 8.392 0\"/></svg>";
|
|
172
172
|
export declare const ShadowNormalIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 12.327a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11Z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M15 10v0c-2.774 5.944-11.226 5.944-14 0v0\"/></svg>";
|
|
173
|
+
export declare const ShieldIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-shield-icon lucide-shield\" viewBox=\"0 0 24 24\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path d=\"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z\"/></svg>";
|
|
173
174
|
export declare const ShrinkIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M8 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 8 1ZM1.333 7.5a.5.5 0 0 0 0 1h2.793L2.98 9.646a.5.5 0 0 0 .707.708l2-2a.499.499 0 0 0 .146-.351v-.006a.498.498 0 0 0-.146-.35l-2-2a.5.5 0 1 0-.707.707L4.126 7.5H1.333Zm8.834.503a.496.496 0 0 0 .146.35l2 2a.5.5 0 0 0 .707-.707L11.874 8.5h2.793a.5.5 0 1 0 0-1h-2.793l1.146-1.146a.5.5 0 1 0-.707-.708l-2 2a.498.498 0 0 0-.146.351v.006ZM8.5 5.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1ZM8 9a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-1 0v-1A.5.5 0 0 1 8 9Zm.5 4.5a.5.5 0 0 0-1 0v1a.5.5 0 0 0 1 0v-1Z\" clip-rule=\"evenodd\"/></svg>";
|
|
174
175
|
export declare const SliderIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14.015 8.265h-6M8.015 8.265h-6\"/><rect width=\"3\" height=\"3\" x=\"4.026\" y=\"6.5\" fill=\"#fff\" stroke=\"currentColor\" rx=\"1.5\"/></svg>";
|
|
175
176
|
export declare const SlotComponentIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M4.5 2H3.333A1.333 1.333 0 0 0 2 3.333V4.5M14 4.5V3.333A1.333 1.333 0 0 0 12.667 2H11.5M14 12.667c0 .021 0 .042-.002.063M11.5 14h1.167a1.333 1.333 0 0 0 1.331-1.27m0 0V11.5M2 11.5v1.167A1.333 1.333 0 0 0 3.333 14H4.5M7 2h2M7 14h2M2 7v2M14 7v2\"/></svg>";
|