@webstudio-is/icons 0.127.0 → 0.129.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.
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from "../types";
3
+ export declare const ArrowLeftIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from "../types";
3
+ export declare const ArrowUpIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -21,7 +21,9 @@ export * from "./ai-loading";
21
21
  export * from "./ai";
22
22
  export * from "./alert";
23
23
  export * from "./arrow-down";
24
+ export * from "./arrow-left";
24
25
  export * from "./arrow-right";
26
+ export * from "./arrow-up";
25
27
  export * from "./aspect-ratio";
26
28
  export * from "./attachment";
27
29
  export * from "./auto-scroll";
@@ -0,0 +1 @@
1
+ export declare const ArrowLeftIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" fill=\"currentColor\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path fill-rule=\"evenodd\" d=\"M7.566 3.434a.8.8 0 0 1 0 1.132L4.93 7.2H13a.8.8 0 0 1 0 1.6H4.931l2.635 2.634a.8.8 0 0 1-1.132 1.132l-4-4a.8.8 0 0 1 0-1.132l4-4a.8.8 0 0 1 1.132 0Z\" clip-rule=\"evenodd\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const ArrowUpIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" fill=\"currentColor\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path fill-rule=\"evenodd\" d=\"M12.566 7.566a.8.8 0 0 1-1.132 0L8.8 4.93V13a.8.8 0 0 1-1.6 0V4.931L4.566 7.566a.8.8 0 1 1-1.132-1.132l4-4a.8.8 0 0 1 1.132 0l4 4a.8.8 0 0 1 0 1.132Z\" clip-rule=\"evenodd\"/></svg>";
@@ -21,7 +21,9 @@ export { AiLoadingIcon } from "./ai-loading";
21
21
  export { AiIcon } from "./ai";
22
22
  export { AlertIcon } from "./alert";
23
23
  export { ArrowDownIcon } from "./arrow-down";
24
+ export { ArrowLeftIcon } from "./arrow-left";
24
25
  export { ArrowRightIcon } from "./arrow-right";
26
+ export { ArrowUpIcon } from "./arrow-up";
25
27
  export { AspectRatioIcon } from "./aspect-ratio";
26
28
  export { AttachmentIcon } from "./attachment";
27
29
  export { AutoScrollIcon } from "./auto-scroll";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/icons",
3
- "version": "0.127.0",
3
+ "version": "0.129.0",
4
4
  "description": "Webstudio Icons",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",