@webstudio-is/icons 0.122.0 → 0.124.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.
@@ -100,8 +100,7 @@ export * from "./heading";
100
100
  export * from "./help";
101
101
  export * from "./home";
102
102
  export * from "./image";
103
- export * from "./info";
104
- export * from "./information";
103
+ export * from "./info-circle";
105
104
  export * from "./item";
106
105
  export * from "./j-c-center";
107
106
  export * from "./j-c-end";
@@ -143,6 +142,8 @@ export * from "./reset";
143
142
  export * from "./scroll";
144
143
  export * from "./section-link";
145
144
  export * from "./select";
145
+ export * from "./shadow-inset";
146
+ export * from "./shadow-normal";
146
147
  export * from "./shrink";
147
148
  export * from "./slider";
148
149
  export * from "./slot-component";
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ import type { IconProps } from "../types";
3
+ export declare const InfoCircleIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1,3 +1,3 @@
1
1
  /// <reference types="react" />
2
2
  import type { IconProps } from "../types";
3
- export declare const InformationIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
3
+ export declare const ShadowInsetIcon: 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 ShadowNormalIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -100,8 +100,7 @@ export { HeadingIcon } from "./heading";
100
100
  export { HelpIcon } from "./help";
101
101
  export { HomeIcon } from "./home";
102
102
  export { ImageIcon } from "./image";
103
- export { InfoIcon } from "./info";
104
- export { InformationIcon } from "./information";
103
+ export { InfoCircleIcon } from "./info-circle";
105
104
  export { ItemIcon } from "./item";
106
105
  export { JCCenterIcon } from "./j-c-center";
107
106
  export { JCEndIcon } from "./j-c-end";
@@ -143,6 +142,8 @@ export { ResetIcon } from "./reset";
143
142
  export { ScrollIcon } from "./scroll";
144
143
  export { SectionLinkIcon } from "./section-link";
145
144
  export { SelectIcon } from "./select";
145
+ export { ShadowInsetIcon } from "./shadow-inset";
146
+ export { ShadowNormalIcon } from "./shadow-normal";
146
147
  export { ShrinkIcon } from "./shrink";
147
148
  export { SliderIcon } from "./slider";
148
149
  export { SlotComponentIcon } from "./slot-component";
@@ -0,0 +1 @@
1
+ export declare const InfoCircleIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 16 16\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path d=\"M8 13.35a5.35 5.35 0 1 0 0-10.7 5.35 5.35 0 0 0 0 10.7ZM14.65 8a6.65 6.65 0 1 1-13.3 0 6.65 6.65 0 0 1 13.3 0Z\" clip-rule=\"evenodd\"/><path d=\"M8.8 4.913a.8.8 0 0 1-.8.8h-.009a.8.8 0 0 1 0-1.6H8a.8.8 0 0 1 .8.8ZM8 11.737a.65.65 0 0 1-.65-.65v-3.43a.65.65 0 1 1 1.3 0v3.43a.65.65 0 0 1-.65.65Z\" clip-rule=\"evenodd\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const ShadowInsetIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 14 14\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.65 7a5.35 5.35 0 1 1 10.7 0 5.35 5.35 0 0 1-10.7 0ZM7 .35a6.65 6.65 0 1 0 0 13.3A6.65 6.65 0 0 0 7 .35ZM4.315 7a2.685 2.685 0 0 1 5.37 0 .65.65 0 1 0 1.3 0 3.985 3.985 0 1 0-7.97 0 .65.65 0 0 0 1.3 0Z\" clip-rule=\"evenodd\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const ShadowNormalIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" fill=\"none\" viewBox=\"0 0 12 14\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.985 5.665a4.015 4.015 0 1 1 8.03 0 4.015 4.015 0 0 1-8.03 0ZM6 .35a5.315 5.315 0 1 0 0 10.63A5.315 5.315 0 0 0 6 .35Zm5.64 10.957a.65.65 0 0 0-.919-.919 6.681 6.681 0 0 1-9.448.006.65.65 0 1 0-.92.919c3.116 3.116 8.17 3.112 11.288-.006Z\" clip-rule=\"evenodd\"/></svg>";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webstudio-is/icons",
3
- "version": "0.122.0",
3
+ "version": "0.124.0",
4
4
  "description": "Webstudio Icons",
5
5
  "author": "Webstudio <github@webstudio.is>",
6
6
  "homepage": "https://webstudio.is",
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type { IconProps } from "../types";
3
- export declare const InfoIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
@@ -1 +0,0 @@
1
- export declare const InfoIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" fill=\"currentColor\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path d=\"M8.76 5.628a.75.75 0 1 0-1.5 0v2.828a.75.75 0 1 0 1.5 0V5.628ZM8 9.626a.75.75 0 1 0 0 1.5h.007a.75.75 0 1 0 0-1.5H8Z\"/><path fill-rule=\"evenodd\" d=\"M8 2.35a5.65 5.65 0 1 0 0 11.3 5.65 5.65 0 0 0 0-11.3ZM4.924 4.924a4.35 4.35 0 1 1 6.152 6.152 4.35 4.35 0 0 1-6.152-6.152Z\" clip-rule=\"evenodd\"/></svg>";
@@ -1 +0,0 @@
1
- export declare const InformationIcon = "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 16 16\" fill=\"currentColor\" width=\"100%\" height=\"100%\" style=\"display: block;\"><path fill=\"#707375\" fill-rule=\"evenodd\" d=\"M8 2.65a5.35 5.35 0 1 0 0 10.7 5.35 5.35 0 0 0 0-10.7ZM1.35 8a6.65 6.65 0 1 1 13.3 0 6.65 6.65 0 0 1-13.3 0Z\" clip-rule=\"evenodd\"/><path fill=\"#707375\" fill-rule=\"evenodd\" d=\"M7.2 11.087a.8.8 0 0 1 .8-.8h.009a.8.8 0 0 1 0 1.6H8a.8.8 0 0 1-.8-.8ZM8 4.263a.65.65 0 0 1 .65.65v3.43a.65.65 0 0 1-1.3 0v-3.43a.65.65 0 0 1 .65-.65Z\" clip-rule=\"evenodd\"/></svg>";