@webstudio-is/icons 0.196.0 → 0.198.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
|
@@ -115,7 +115,6 @@ var ListItemIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"
|
|
|
115
115
|
var ListViewIcon = `<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="M3.333 2.5a.833.833 0 0 0-.833.833v9.334c0 .46.373.833.833.833h9.334c.46 0 .833-.373.833-.833V3.333a.833.833 0 0 0-.833-.833H3.333ZM1.5 3.333c0-1.012.82-1.833 1.833-1.833h9.334c1.012 0 1.833.82 1.833 1.833v9.334c0 1.012-.82 1.833-1.833 1.833H3.333A1.833 1.833 0 0 1 1.5 12.667V3.333Z" clip-rule="evenodd"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M14 6H2M14 10H2"/></svg>`;
|
|
116
116
|
var ListIcon = `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" width="100%" height="100%" style="display: block;"><path d="M3.7 4.35a.85.85 0 1 1-1.7 0 .85.85 0 0 1 1.7 0Z"/><path fill-rule="evenodd" d="M5 4.35c0-.346.28-.626.625-.626h7.75a.625.625 0 1 1 0 1.25h-7.75A.625.625 0 0 1 5 4.35Z" clip-rule="evenodd"/><path d="M3.7 8A.85.85 0 1 1 2 8a.85.85 0 0 1 1.7 0Z"/><path fill-rule="evenodd" d="M5 8c0-.345.28-.625.625-.625h7.75a.625.625 0 1 1 0 1.25h-7.75A.625.625 0 0 1 5 8Z" clip-rule="evenodd"/><path d="M3.7 11.65a.85.85 0 1 1-1.7 0 .85.85 0 0 1 1.7 0Z"/><path fill-rule="evenodd" d="M5 11.65c0-.346.28-.626.625-.626h7.75a.625.625 0 1 1 0 1.25h-7.75A.625.625 0 0 1 5 11.65Z" clip-rule="evenodd"/></svg>`;
|
|
117
117
|
var LoadingDotsIcon = `<svg xmlns="http://www.w3.org/2000/svg" id="eEMFTOz1Zbw1" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" viewBox="0 0 300 300" fill="currentColor" width="100%" height="100%" style="display: block;"><style>@keyframes eEMFTOz1Zbw12_to__to{0%,26.666667%,56.666667%,6.333333%,77%,to{transform:translate(150px,180px)}16.666667%,67%{transform:translate(150px,120px);animation-timing-function:cubic-bezier(.42,0,.58,1)}}@keyframes eEMFTOz1Zbw13_to__to{0%,20%,50%,70%,to{transform:translate(80px,180px)}10%,60%{transform:translate(80px,120px);animation-timing-function:cubic-bezier(.42,0,.58,1)}}@keyframes eEMFTOz1Zbw14_to__to{0%,13.333333%,33.333333%,63.333333%,83.333333%,to{transform:translate(220px,180px)}23.333333%,73.333333%{transform:translate(220px,120px);animation-timing-function:cubic-bezier(.42,0,.58,1)}}#eEMFTOz1Zbw12_to{animation:eEMFTOz1Zbw12_to__to 2000ms linear infinite normal forwards}#eEMFTOz1Zbw13_to{animation:eEMFTOz1Zbw13_to__to 2000ms linear infinite normal forwards}#eEMFTOz1Zbw14_to{animation:eEMFTOz1Zbw14_to__to 2000ms linear infinite normal forwards}</style><circle id="eEMFTOz1Zbw12_to" r="20" stroke-width="0" transform="translate(150,180) translate(0,0)"/><circle id="eEMFTOz1Zbw13_to" r="20" stroke-width="0" transform="translate(80,180) translate(0,0)"/><circle id="eEMFTOz1Zbw14_to" r="20" stroke-width="0" transform="translate(220,180) translate(0,0)"/></svg>`;
|
|
118
|
-
var LocalStyleIcon = `<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 14.5a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13Z"/><path fill="currentColor" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M8 9.333a1.333 1.333 0 1 0 0-2.666 1.333 1.333 0 0 0 0 2.666Z"/></svg>`;
|
|
119
118
|
var MarkdownEmbedIcon = `<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.667 5.333h4M4.667 8H10M14 8.75V3.5A1.5 1.5 0 0 0 12.5 2h-9A1.5 1.5 0 0 0 2 3.5v9.191c0 .725.588 1.313 1.313 1.313h4.691"/><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M11 14.314v-3l1.5 1.523 1.5-1.523v3"/></svg>`;
|
|
120
119
|
var MaximizeIcon = `<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="M10 2h4v4M6 14H2v-4M14 2 9.334 6.667M2 14l4.667-4.667"/></svg>`;
|
|
121
120
|
var MenuIcon = `<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="M2.667 8h10.666M2.667 4h10.666M2.667 12h10.666"/></svg>`;
|
|
@@ -319,7 +318,6 @@ export {
|
|
|
319
318
|
ListItemIcon,
|
|
320
319
|
ListViewIcon,
|
|
321
320
|
LoadingDotsIcon,
|
|
322
|
-
LocalStyleIcon,
|
|
323
321
|
MarkdownEmbedIcon,
|
|
324
322
|
MaximizeIcon,
|
|
325
323
|
MenuIcon,
|
package/lib/index.js
CHANGED
|
@@ -3559,44 +3559,6 @@ var LoadingDotsIcon = forwardRef(
|
|
|
3559
3559
|
}
|
|
3560
3560
|
);
|
|
3561
3561
|
LoadingDotsIcon.displayName = "LoadingDotsIcon";
|
|
3562
|
-
var LocalStyleIcon = forwardRef(
|
|
3563
|
-
({ fill = "none", size = 16, ...props }, forwardedRef) => {
|
|
3564
|
-
return /* @__PURE__ */ jsxs(
|
|
3565
|
-
"svg",
|
|
3566
|
-
{
|
|
3567
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
3568
|
-
viewBox: "0 0 16 16",
|
|
3569
|
-
width: size,
|
|
3570
|
-
height: size,
|
|
3571
|
-
fill,
|
|
3572
|
-
...props,
|
|
3573
|
-
ref: forwardedRef,
|
|
3574
|
-
children: [
|
|
3575
|
-
/* @__PURE__ */ jsx(
|
|
3576
|
-
"path",
|
|
3577
|
-
{
|
|
3578
|
-
stroke: "currentColor",
|
|
3579
|
-
strokeLinecap: "round",
|
|
3580
|
-
strokeLinejoin: "round",
|
|
3581
|
-
d: "M8 14.5a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13Z"
|
|
3582
|
-
}
|
|
3583
|
-
),
|
|
3584
|
-
/* @__PURE__ */ jsx(
|
|
3585
|
-
"path",
|
|
3586
|
-
{
|
|
3587
|
-
fill: "currentColor",
|
|
3588
|
-
stroke: "currentColor",
|
|
3589
|
-
strokeLinecap: "round",
|
|
3590
|
-
strokeLinejoin: "round",
|
|
3591
|
-
d: "M8 9.333a1.333 1.333 0 1 0 0-2.666 1.333 1.333 0 0 0 0 2.666Z"
|
|
3592
|
-
}
|
|
3593
|
-
)
|
|
3594
|
-
]
|
|
3595
|
-
}
|
|
3596
|
-
);
|
|
3597
|
-
}
|
|
3598
|
-
);
|
|
3599
|
-
LocalStyleIcon.displayName = "LocalStyleIcon";
|
|
3600
3562
|
var MarkdownEmbedIcon = forwardRef(
|
|
3601
3563
|
({ fill = "none", size = 16, ...props }, forwardedRef) => {
|
|
3602
3564
|
return /* @__PURE__ */ jsxs(
|
|
@@ -6830,7 +6792,6 @@ export {
|
|
|
6830
6792
|
ListItemIcon,
|
|
6831
6793
|
ListViewIcon,
|
|
6832
6794
|
LoadingDotsIcon,
|
|
6833
|
-
LocalStyleIcon,
|
|
6834
6795
|
MarkdownEmbedIcon,
|
|
6835
6796
|
MaximizeIcon,
|
|
6836
6797
|
MenuIcon,
|
|
@@ -115,7 +115,6 @@ export declare const ListItemIcon: IconComponent;
|
|
|
115
115
|
export declare const ListViewIcon: IconComponent;
|
|
116
116
|
export declare const ListIcon: IconComponent;
|
|
117
117
|
export declare const LoadingDotsIcon: IconComponent;
|
|
118
|
-
export declare const LocalStyleIcon: IconComponent;
|
|
119
118
|
export declare const MarkdownEmbedIcon: IconComponent;
|
|
120
119
|
export declare const MaximizeIcon: IconComponent;
|
|
121
120
|
export declare const MenuIcon: IconComponent;
|
|
@@ -114,7 +114,6 @@ export declare const ListItemIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" v
|
|
|
114
114
|
export declare const ListViewIcon = "<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=\"M3.333 2.5a.833.833 0 0 0-.833.833v9.334c0 .46.373.833.833.833h9.334c.46 0 .833-.373.833-.833V3.333a.833.833 0 0 0-.833-.833H3.333ZM1.5 3.333c0-1.012.82-1.833 1.833-1.833h9.334c1.012 0 1.833.82 1.833 1.833v9.334c0 1.012-.82 1.833-1.833 1.833H3.333A1.833 1.833 0 0 1 1.5 12.667V3.333Z\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M14 6H2M14 10H2\"/></svg>";
|
|
115
115
|
export declare const ListIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" fill=\"currentColor\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path d=\"M3.7 4.35a.85.85 0 1 1-1.7 0 .85.85 0 0 1 1.7 0Z\"/><path fill-rule=\"evenodd\" d=\"M5 4.35c0-.346.28-.626.625-.626h7.75a.625.625 0 1 1 0 1.25h-7.75A.625.625 0 0 1 5 4.35Z\" clip-rule=\"evenodd\"/><path d=\"M3.7 8A.85.85 0 1 1 2 8a.85.85 0 0 1 1.7 0Z\"/><path fill-rule=\"evenodd\" d=\"M5 8c0-.345.28-.625.625-.625h7.75a.625.625 0 1 1 0 1.25h-7.75A.625.625 0 0 1 5 8Z\" clip-rule=\"evenodd\"/><path d=\"M3.7 11.65a.85.85 0 1 1-1.7 0 .85.85 0 0 1 1.7 0Z\"/><path fill-rule=\"evenodd\" d=\"M5 11.65c0-.346.28-.626.625-.626h7.75a.625.625 0 1 1 0 1.25h-7.75A.625.625 0 0 1 5 11.65Z\" clip-rule=\"evenodd\"/></svg>";
|
|
116
116
|
export declare const LoadingDotsIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" id=\"eEMFTOz1Zbw1\" shape-rendering=\"geometricPrecision\" text-rendering=\"geometricPrecision\" viewBox=\"0 0 300 300\" fill=\"currentColor\" width=\"100%\" height=\"100%\" style=\"display: block;\"><style>@keyframes eEMFTOz1Zbw12_to__to{0%,26.666667%,56.666667%,6.333333%,77%,to{transform:translate(150px,180px)}16.666667%,67%{transform:translate(150px,120px);animation-timing-function:cubic-bezier(.42,0,.58,1)}}@keyframes eEMFTOz1Zbw13_to__to{0%,20%,50%,70%,to{transform:translate(80px,180px)}10%,60%{transform:translate(80px,120px);animation-timing-function:cubic-bezier(.42,0,.58,1)}}@keyframes eEMFTOz1Zbw14_to__to{0%,13.333333%,33.333333%,63.333333%,83.333333%,to{transform:translate(220px,180px)}23.333333%,73.333333%{transform:translate(220px,120px);animation-timing-function:cubic-bezier(.42,0,.58,1)}}#eEMFTOz1Zbw12_to{animation:eEMFTOz1Zbw12_to__to 2000ms linear infinite normal forwards}#eEMFTOz1Zbw13_to{animation:eEMFTOz1Zbw13_to__to 2000ms linear infinite normal forwards}#eEMFTOz1Zbw14_to{animation:eEMFTOz1Zbw14_to__to 2000ms linear infinite normal forwards}</style><circle id=\"eEMFTOz1Zbw12_to\" r=\"20\" stroke-width=\"0\" transform=\"translate(150,180) translate(0,0)\"/><circle id=\"eEMFTOz1Zbw13_to\" r=\"20\" stroke-width=\"0\" transform=\"translate(80,180) translate(0,0)\"/><circle id=\"eEMFTOz1Zbw14_to\" r=\"20\" stroke-width=\"0\" transform=\"translate(220,180) translate(0,0)\"/></svg>";
|
|
117
|
-
export declare const LocalStyleIcon = "<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 14.5a6.5 6.5 0 1 0 0-13 6.5 6.5 0 0 0 0 13Z\"/><path fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M8 9.333a1.333 1.333 0 1 0 0-2.666 1.333 1.333 0 0 0 0 2.666Z\"/></svg>";
|
|
118
117
|
export declare const MarkdownEmbedIcon = "<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.667 5.333h4M4.667 8H10M14 8.75V3.5A1.5 1.5 0 0 0 12.5 2h-9A1.5 1.5 0 0 0 2 3.5v9.191c0 .725.588 1.313 1.313 1.313h4.691\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M11 14.314v-3l1.5 1.523 1.5-1.523v3\"/></svg>";
|
|
119
118
|
export declare const MaximizeIcon = "<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=\"M10 2h4v4M6 14H2v-4M14 2 9.334 6.667M2 14l4.667-4.667\"/></svg>";
|
|
120
119
|
export declare const MenuIcon = "<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=\"M2.667 8h10.666M2.667 4h10.666M2.667 12h10.666\"/></svg>";
|
package/package.json
CHANGED
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webstudio-is/icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.198.0",
|
|
4
4
|
"description": "Webstudio Icons",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"devDependencies": {
|
|
9
9
|
"@svgo/jsx": "^0.4.2",
|
|
10
|
-
"@types/node": "^22.9.3",
|
|
11
10
|
"@types/react": "^18.2.70",
|
|
12
11
|
"@types/react-dom": "^18.2.25",
|
|
13
12
|
"change-case": "^5.4.4",
|