@webstudio-is/icons 0.145.0 → 0.151.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/index.js +16 -4
- package/lib/index.js +663 -657
- package/lib/types/src/__generated__/ellipses.d.ts +3 -0
- package/lib/types/src/__generated__/eyedropper.d.ts +3 -0
- package/lib/types/src/__generated__/index.d.ts +4 -1
- package/lib/types/src/__generated__/svg/ellipses.d.ts +1 -0
- package/lib/types/src/__generated__/svg/eyedropper.d.ts +1 -0
- package/lib/types/src/__generated__/svg/index.d.ts +4 -1
- package/lib/types/src/__generated__/svg/webhook-form.d.ts +1 -0
- package/lib/types/src/__generated__/svg/xml.d.ts +1 -0
- package/lib/types/src/__generated__/webhook-form.d.ts +3 -0
- package/lib/types/src/__generated__/xml.d.ts +3 -0
- package/lib/types/src/index.d.ts +0 -1
- package/package.json +3 -3
- package/lib/types/src/__generated__/menu-ellipses.d.ts +0 -3
- package/lib/types/src/__generated__/svg/menu-ellipses.d.ts +0 -1
- package/lib/types/src/ellipses.d.ts +0 -5
|
@@ -85,12 +85,14 @@ export * from "./dot";
|
|
|
85
85
|
export * from "./dotted-border";
|
|
86
86
|
export * from "./drag-handle";
|
|
87
87
|
export * from "./dynamic-page";
|
|
88
|
+
export * from "./ellipses";
|
|
88
89
|
export * from "./email";
|
|
89
90
|
export * from "./embed";
|
|
90
91
|
export * from "./extension";
|
|
91
92
|
export * from "./external-link";
|
|
92
93
|
export * from "./eyecon-closed";
|
|
93
94
|
export * from "./eyecon-open";
|
|
95
|
+
export * from "./eyedropper";
|
|
94
96
|
export * from "./folder";
|
|
95
97
|
export * from "./footer";
|
|
96
98
|
export * from "./form-text-area";
|
|
@@ -125,7 +127,6 @@ export * from "./list";
|
|
|
125
127
|
export * from "./loading-dots";
|
|
126
128
|
export * from "./local-style";
|
|
127
129
|
export * from "./maximize";
|
|
128
|
-
export * from "./menu-ellipses";
|
|
129
130
|
export * from "./mic-off";
|
|
130
131
|
export * from "./mic";
|
|
131
132
|
export * from "./minimize";
|
|
@@ -177,8 +178,10 @@ export * from "./upload";
|
|
|
177
178
|
export * from "./video";
|
|
178
179
|
export * from "./viewport";
|
|
179
180
|
export * from "./vimeo";
|
|
181
|
+
export * from "./webhook-form";
|
|
180
182
|
export * from "./webstudio-1c";
|
|
181
183
|
export * from "./webstudio";
|
|
182
184
|
export * from "./wrap";
|
|
183
185
|
export * from "./x";
|
|
186
|
+
export * from "./xml";
|
|
184
187
|
export * from "./youtube-1c";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const EllipsesIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path d=\"M4 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM9.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM15 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z\"/></svg>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const EyedropperIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path d=\"M10.724 2.002a2.315 2.315 0 0 1 3.274 3.274L11.393 7.88l.485.484a.65.65 0 0 1-.92.92l-.724-.725-5.436 5.436A1.978 1.978 0 0 1 2 11.2l5.437-5.436-.721-.721a.65.65 0 0 1 .92-.92l.483.485 2.605-2.605Zm-2.368 4.68L2.92 12.118a.678.678 0 0 0 .958.96L9.315 7.64l-.959-.959Z\" clip-rule=\"evenodd\"/></svg>";
|
|
@@ -85,12 +85,14 @@ export { DotIcon } from "./dot";
|
|
|
85
85
|
export { DottedBorderIcon } from "./dotted-border";
|
|
86
86
|
export { DragHandleIcon } from "./drag-handle";
|
|
87
87
|
export { DynamicPageIcon } from "./dynamic-page";
|
|
88
|
+
export { EllipsesIcon } from "./ellipses";
|
|
88
89
|
export { EmailIcon } from "./email";
|
|
89
90
|
export { EmbedIcon } from "./embed";
|
|
90
91
|
export { ExtensionIcon } from "./extension";
|
|
91
92
|
export { ExternalLinkIcon } from "./external-link";
|
|
92
93
|
export { EyeconClosedIcon } from "./eyecon-closed";
|
|
93
94
|
export { EyeconOpenIcon } from "./eyecon-open";
|
|
95
|
+
export { EyedropperIcon } from "./eyedropper";
|
|
94
96
|
export { FolderIcon } from "./folder";
|
|
95
97
|
export { FooterIcon } from "./footer";
|
|
96
98
|
export { FormTextAreaIcon } from "./form-text-area";
|
|
@@ -125,7 +127,6 @@ export { ListIcon } from "./list";
|
|
|
125
127
|
export { LoadingDotsIcon } from "./loading-dots";
|
|
126
128
|
export { LocalStyleIcon } from "./local-style";
|
|
127
129
|
export { MaximizeIcon } from "./maximize";
|
|
128
|
-
export { MenuEllipsesIcon } from "./menu-ellipses";
|
|
129
130
|
export { MicOffIcon } from "./mic-off";
|
|
130
131
|
export { MicIcon } from "./mic";
|
|
131
132
|
export { MinimizeIcon } from "./minimize";
|
|
@@ -177,8 +178,10 @@ export { UploadIcon } from "./upload";
|
|
|
177
178
|
export { VideoIcon } from "./video";
|
|
178
179
|
export { ViewportIcon } from "./viewport";
|
|
179
180
|
export { VimeoIcon } from "./vimeo";
|
|
181
|
+
export { WebhookFormIcon } from "./webhook-form";
|
|
180
182
|
export { Webstudio1cIcon } from "./webstudio-1c";
|
|
181
183
|
export { WebstudioIcon } from "./webstudio";
|
|
182
184
|
export { WrapIcon } from "./wrap";
|
|
183
185
|
export { XIcon } from "./x";
|
|
186
|
+
export { XmlIcon } from "./xml";
|
|
184
187
|
export { Youtube1cIcon } from "./youtube-1c";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const WebhookFormIcon = "<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\" d=\"M11.25 14.175c.9 0 1.666-.317 2.3-.95.634-.635.95-1.401.95-2.3 0-.79-.246-1.482-.74-2.072A3.18 3.18 0 0 0 11.9 7.74v1.349c.38.13.69.363.935.699.244.335.365.714.365 1.137a1.88 1.88 0 0 1-.569 1.381c-.379.38-.84.569-1.381.569a1.88 1.88 0 0 1-1.381-.569 1.88 1.88 0 0 1-.569-1.381v-.65H5.481a.992.992 0 0 0-.317-.236.939.939 0 0 0-.414-.089.94.94 0 0 0-.691.285.938.938 0 0 0-.284.69c0 .27.095.501.285.691.19.19.42.284.69.284.152 0 .29-.03.415-.09a.982.982 0 0 0 .316-.235h2.584a3.186 3.186 0 0 0 1.113 1.861 3.13 3.13 0 0 0 2.072.739Zm-6.5 0c.607 0 1.157-.15 1.65-.447A3.27 3.27 0 0 0 7.56 12.55H5.822c-.151.108-.32.19-.503.244a2.008 2.008 0 0 1-.569.081 1.88 1.88 0 0 1-1.381-.569 1.88 1.88 0 0 1-.569-1.381c0-.542.19-1.002.569-1.381.379-.38.84-.569 1.381-.569a1.842 1.842 0 0 1 1.121.357l1.983-3.298a.979.979 0 0 0 .568-.325.929.929 0 0 0 .228-.634.94.94 0 0 0-.285-.69.938.938 0 0 0-.69-.285.94.94 0 0 0-.691.285.938.938 0 0 0-.284.69v.138c0 .038.01.084.032.138L5.32 7.724a1.458 1.458 0 0 0-.276-.04 6 6 0 0 0-.293-.009c-.9 0-1.666.317-2.3.951a3.13 3.13 0 0 0-.95 2.299c0 .9.317 1.666.951 2.3.634.634 1.4.95 2.299.95Zm6.5-2.275a.94.94 0 0 0 .69-.285c.19-.19.285-.42.285-.69a.907.907 0 0 0-.227-.618 1.062 1.062 0 0 0-.553-.34L9.918 7.43a3.202 3.202 0 0 0 1.008-2.356c-.001-.9-.318-1.666-.952-2.3a3.13 3.13 0 0 0-2.299-.95c-.9 0-1.666.317-2.3.951a3.13 3.13 0 0 0-.95 2.299h1.3c0-.542.19-1.002.569-1.381.379-.38.84-.569 1.381-.569.542 0 1.002.19 1.381.569.38.379.569.84.569 1.381 0 .466-.14.875-.422 1.227-.282.353-.64.577-1.073.674l2.194 3.657a.61.61 0 0 0-.041.146 1.085 1.085 0 0 0-.008.146c0 .27.095.501.285.691.19.19.42.284.69.284Z\"/></svg>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const XmlIcon = "<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\" stroke-width=\"1.3\" d=\"M2.667 8V3.333A1.333 1.333 0 0 1 4 2h4.667m0 0L12 5.333M8.667 2v2.667a.667.667 0 0 0 .666.666H12m0 0V8M2 10l2.667 4M2 14l2.667-4M12 10v4h2m-7.333 0v-4l1.666 2L10 10v4\"/></svg>";
|
package/lib/types/src/index.d.ts
CHANGED
|
@@ -22,7 +22,6 @@ export * from "./cross";
|
|
|
22
22
|
export * from "./magnifying-glass";
|
|
23
23
|
export * from "./cross-small";
|
|
24
24
|
export * from "./cross-large";
|
|
25
|
-
export * from "./ellipses";
|
|
26
25
|
export * from "./text-align-center";
|
|
27
26
|
export * from "./text-align-justify";
|
|
28
27
|
export * from "./text-align-right";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webstudio-is/icons",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.151.0",
|
|
4
4
|
"description": "Webstudio Icons",
|
|
5
5
|
"author": "Webstudio <github@webstudio.is>",
|
|
6
6
|
"homepage": "https://webstudio.is",
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@storybook/addon-links": "^7.4.0",
|
|
11
11
|
"@storybook/react": "^7.4.0",
|
|
12
12
|
"@svgo/jsx": "^0.4.2",
|
|
13
|
-
"@types/node": "^
|
|
13
|
+
"@types/node": "^20.12.7",
|
|
14
14
|
"@types/react": "^18.2.70",
|
|
15
15
|
"@types/react-dom": "^18.2.25",
|
|
16
16
|
"react": "18.3.0-canary-14898b6a9-20240318",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"dev": "rm -rf lib && esbuild 'src/**/*.ts' 'src/**/*.tsx' --outdir=lib --watch",
|
|
51
51
|
"build": "rm -rf lib && esbuild src/index.ts src/__generated__/svg/index.ts --outdir=lib --bundle --format=esm --packages=external",
|
|
52
52
|
"dts": "tsc --declarationDir lib/types",
|
|
53
|
-
"generate": "rm -fr src/__generated__ && NODE_OPTIONS='--
|
|
53
|
+
"generate": "rm -fr src/__generated__ && NODE_OPTIONS='--import=tsx' svgo-jsx svgo-jsx.config.ts && tsx svg-string.ts && prettier --write src/__generated__",
|
|
54
54
|
"typecheck": "tsc",
|
|
55
55
|
"checks": "pnpm typecheck",
|
|
56
56
|
"storybook:dev": "storybook dev -p 6006",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const MenuEllipsesIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" fill=\"currentColor\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path d=\"M4 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM9.5 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM15 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z\"/></svg>";
|