@webstudio-is/icons 0.59.0 → 0.61.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__/a-c-center.js +15 -0
- package/lib/__generated__/a-c-end.js +15 -0
- package/lib/__generated__/a-c-space-around.js +15 -0
- package/lib/__generated__/a-c-space-between.js +15 -0
- package/lib/__generated__/a-c-start.js +15 -0
- package/lib/__generated__/a-c-stretch.js +15 -0
- package/lib/__generated__/a-i-baseline.js +14 -0
- package/lib/__generated__/a-i-center.js +14 -0
- package/lib/__generated__/a-i-end.js +11 -0
- package/lib/__generated__/a-i-start.js +14 -0
- package/lib/__generated__/a-i-stretch.js +15 -0
- package/lib/__generated__/arrow-down.js +11 -0
- package/lib/__generated__/arrow-right.js +11 -0
- package/lib/__generated__/gap-horizontal.js +11 -0
- package/lib/__generated__/gap-vertical.js +11 -0
- package/lib/__generated__/index.js +24 -2
- package/lib/__generated__/j-c-center.js +15 -0
- package/lib/__generated__/j-c-end.js +14 -0
- package/lib/__generated__/j-c-space-around.js +15 -0
- package/lib/__generated__/j-c-space-between.js +15 -0
- package/lib/__generated__/j-c-start.js +14 -0
- package/lib/__generated__/link-2-unlinked.js +11 -0
- package/lib/__generated__/link-2.js +11 -0
- package/lib/__generated__/no-wrap.js +11 -0
- package/lib/__generated__/wrap.js +14 -0
- package/lib/cjs/__generated__/a-c-center.js +35 -0
- package/lib/cjs/__generated__/a-c-end.js +35 -0
- package/lib/cjs/__generated__/a-c-space-around.js +35 -0
- package/lib/cjs/__generated__/a-c-space-between.js +35 -0
- package/lib/cjs/__generated__/a-c-start.js +35 -0
- package/lib/cjs/__generated__/a-c-stretch.js +35 -0
- package/lib/cjs/__generated__/a-i-baseline.js +34 -0
- package/lib/cjs/__generated__/a-i-center.js +34 -0
- package/lib/cjs/__generated__/{unlinked.js → a-i-end.js} +7 -7
- package/lib/cjs/__generated__/a-i-start.js +34 -0
- package/lib/cjs/__generated__/a-i-stretch.js +35 -0
- package/lib/cjs/__generated__/{linked.js → arrow-down.js} +7 -7
- package/lib/cjs/__generated__/arrow-right.js +31 -0
- package/lib/cjs/__generated__/gap-horizontal.js +31 -0
- package/lib/cjs/__generated__/gap-vertical.js +31 -0
- package/lib/cjs/__generated__/index.js +24 -2
- package/lib/cjs/__generated__/j-c-center.js +35 -0
- package/lib/cjs/__generated__/j-c-end.js +34 -0
- package/lib/cjs/__generated__/j-c-space-around.js +35 -0
- package/lib/cjs/__generated__/j-c-space-between.js +35 -0
- package/lib/cjs/__generated__/j-c-start.js +34 -0
- package/lib/cjs/__generated__/link-2-unlinked.js +31 -0
- package/lib/cjs/__generated__/link-2.js +31 -0
- package/lib/cjs/__generated__/no-wrap.js +31 -0
- package/lib/cjs/__generated__/wrap.js +34 -0
- package/lib/cjs/index.js +0 -25
- package/lib/index.js +0 -25
- package/lib/types/__generated__/{unlinked.d.ts → a-c-center.d.ts} +1 -1
- package/lib/types/__generated__/a-c-end.d.ts +3 -0
- package/lib/types/__generated__/a-c-space-around.d.ts +3 -0
- package/lib/types/__generated__/a-c-space-between.d.ts +3 -0
- package/lib/types/__generated__/a-c-start.d.ts +3 -0
- package/lib/types/__generated__/a-c-stretch.d.ts +3 -0
- package/lib/types/__generated__/a-i-baseline.d.ts +3 -0
- package/lib/types/__generated__/a-i-center.d.ts +3 -0
- package/lib/types/__generated__/a-i-end.d.ts +3 -0
- package/lib/types/__generated__/a-i-start.d.ts +3 -0
- package/lib/types/__generated__/a-i-stretch.d.ts +3 -0
- package/lib/types/__generated__/arrow-down.d.ts +3 -0
- package/lib/types/__generated__/arrow-right.d.ts +3 -0
- package/lib/types/__generated__/gap-horizontal.d.ts +3 -0
- package/lib/types/__generated__/gap-vertical.d.ts +3 -0
- package/lib/types/__generated__/index.d.ts +24 -2
- package/lib/types/__generated__/j-c-center.d.ts +3 -0
- package/lib/types/__generated__/j-c-end.d.ts +3 -0
- package/lib/types/__generated__/j-c-space-around.d.ts +3 -0
- package/lib/types/__generated__/j-c-space-between.d.ts +3 -0
- package/lib/types/__generated__/j-c-start.d.ts +3 -0
- package/lib/types/__generated__/link-2-unlinked.d.ts +3 -0
- package/lib/types/__generated__/link-2.d.ts +3 -0
- package/lib/types/__generated__/{linked.d.ts → no-wrap.d.ts} +1 -1
- package/lib/types/__generated__/wrap.d.ts +3 -0
- package/lib/types/index.d.ts +0 -25
- package/package.json +3 -3
- package/src/__generated__/a-c-center.tsx +15 -0
- package/src/__generated__/a-c-end.tsx +15 -0
- package/src/__generated__/a-c-space-around.tsx +15 -0
- package/src/__generated__/a-c-space-between.tsx +15 -0
- package/src/__generated__/a-c-start.tsx +15 -0
- package/src/__generated__/a-c-stretch.tsx +15 -0
- package/src/__generated__/a-i-baseline.tsx +15 -0
- package/src/__generated__/a-i-center.tsx +15 -0
- package/src/__generated__/a-i-end.tsx +15 -0
- package/src/__generated__/a-i-start.tsx +15 -0
- package/src/__generated__/a-i-stretch.tsx +15 -0
- package/src/__generated__/arrow-down.tsx +15 -0
- package/src/__generated__/arrow-right.tsx +15 -0
- package/src/__generated__/gap-horizontal.tsx +15 -0
- package/src/__generated__/gap-vertical.tsx +15 -0
- package/src/__generated__/index.ts +24 -2
- package/src/__generated__/j-c-center.tsx +15 -0
- package/src/__generated__/j-c-end.tsx +15 -0
- package/src/__generated__/j-c-space-around.tsx +15 -0
- package/src/__generated__/j-c-space-between.tsx +15 -0
- package/src/__generated__/j-c-start.tsx +15 -0
- package/src/__generated__/link-2-unlinked.tsx +15 -0
- package/src/__generated__/link-2.tsx +15 -0
- package/src/__generated__/no-wrap.tsx +15 -0
- package/src/__generated__/wrap.tsx +15 -0
- package/src/index.ts +0 -25
- package/lib/__generated__/linked.js +0 -11
- package/lib/__generated__/unlinked.js +0 -11
- package/lib/align-content-center.js +0 -29
- package/lib/align-content-end.js +0 -31
- package/lib/align-content-space-around.js +0 -29
- package/lib/align-content-space-between.js +0 -29
- package/lib/align-content-start.js +0 -29
- package/lib/align-content-stretch.js +0 -29
- package/lib/align-items-baseline.js +0 -69
- package/lib/align-items-center.js +0 -31
- package/lib/align-items-end.js +0 -31
- package/lib/align-items-start.js +0 -31
- package/lib/align-items-stretch.js +0 -31
- package/lib/cjs/align-content-center.js +0 -59
- package/lib/cjs/align-content-end.js +0 -61
- package/lib/cjs/align-content-space-around.js +0 -59
- package/lib/cjs/align-content-space-between.js +0 -59
- package/lib/cjs/align-content-start.js +0 -59
- package/lib/cjs/align-content-stretch.js +0 -59
- package/lib/cjs/align-items-baseline.js +0 -99
- package/lib/cjs/align-items-center.js +0 -61
- package/lib/cjs/align-items-end.js +0 -61
- package/lib/cjs/align-items-start.js +0 -61
- package/lib/cjs/align-items-stretch.js +0 -61
- package/lib/cjs/flex-direction-column-reverse.js +0 -58
- package/lib/cjs/flex-direction-column.js +0 -57
- package/lib/cjs/flex-direction-row-reverse.js +0 -58
- package/lib/cjs/flex-direction-row.js +0 -59
- package/lib/cjs/flex-wrap-no-wrap.js +0 -61
- package/lib/cjs/flex-wrap-wrap-reverse.js +0 -65
- package/lib/cjs/flex-wrap-wrap.js +0 -66
- package/lib/cjs/gap-column.js +0 -76
- package/lib/cjs/gap-row.js +0 -77
- package/lib/cjs/justify-content-center.js +0 -59
- package/lib/cjs/justify-content-end.js +0 -62
- package/lib/cjs/justify-content-space-around.js +0 -56
- package/lib/cjs/justify-content-space-between.js +0 -59
- package/lib/cjs/justify-content-start.js +0 -60
- package/lib/flex-direction-column-reverse.js +0 -28
- package/lib/flex-direction-column.js +0 -27
- package/lib/flex-direction-row-reverse.js +0 -28
- package/lib/flex-direction-row.js +0 -29
- package/lib/flex-wrap-no-wrap.js +0 -31
- package/lib/flex-wrap-wrap-reverse.js +0 -35
- package/lib/flex-wrap-wrap.js +0 -36
- package/lib/gap-column.js +0 -46
- package/lib/gap-row.js +0 -47
- package/lib/justify-content-center.js +0 -29
- package/lib/justify-content-end.js +0 -32
- package/lib/justify-content-space-around.js +0 -26
- package/lib/justify-content-space-between.js +0 -29
- package/lib/justify-content-start.js +0 -30
- package/lib/types/align-content-center.d.ts +0 -3
- package/lib/types/align-content-end.d.ts +0 -3
- package/lib/types/align-content-space-around.d.ts +0 -3
- package/lib/types/align-content-space-between.d.ts +0 -3
- package/lib/types/align-content-start.d.ts +0 -3
- package/lib/types/align-content-stretch.d.ts +0 -3
- package/lib/types/align-items-baseline.d.ts +0 -3
- package/lib/types/align-items-center.d.ts +0 -3
- package/lib/types/align-items-end.d.ts +0 -3
- package/lib/types/align-items-start.d.ts +0 -3
- package/lib/types/align-items-stretch.d.ts +0 -3
- package/lib/types/flex-direction-column-reverse.d.ts +0 -3
- package/lib/types/flex-direction-column.d.ts +0 -3
- package/lib/types/flex-direction-row-reverse.d.ts +0 -3
- package/lib/types/flex-direction-row.d.ts +0 -3
- package/lib/types/flex-wrap-no-wrap.d.ts +0 -3
- package/lib/types/flex-wrap-wrap-reverse.d.ts +0 -3
- package/lib/types/flex-wrap-wrap.d.ts +0 -3
- package/lib/types/gap-column.d.ts +0 -3
- package/lib/types/gap-row.d.ts +0 -3
- package/lib/types/justify-content-center.d.ts +0 -3
- package/lib/types/justify-content-end.d.ts +0 -3
- package/lib/types/justify-content-space-around.d.ts +0 -3
- package/lib/types/justify-content-space-between.d.ts +0 -3
- package/lib/types/justify-content-start.d.ts +0 -3
- package/src/__generated__/linked.tsx +0 -15
- package/src/__generated__/unlinked.tsx +0 -15
- package/src/align-content-center.tsx +0 -27
- package/src/align-content-end.tsx +0 -26
- package/src/align-content-space-around.tsx +0 -27
- package/src/align-content-space-between.tsx +0 -27
- package/src/align-content-start.tsx +0 -25
- package/src/align-content-stretch.tsx +0 -27
- package/src/align-items-baseline.tsx +0 -53
- package/src/align-items-center.tsx +0 -26
- package/src/align-items-end.tsx +0 -26
- package/src/align-items-start.tsx +0 -26
- package/src/align-items-stretch.tsx +0 -26
- package/src/flex-direction-column-reverse.tsx +0 -26
- package/src/flex-direction-column.tsx +0 -25
- package/src/flex-direction-row-reverse.tsx +0 -26
- package/src/flex-direction-row.tsx +0 -24
- package/src/flex-wrap-no-wrap.tsx +0 -26
- package/src/flex-wrap-wrap-reverse.tsx +0 -31
- package/src/flex-wrap-wrap.tsx +0 -29
- package/src/gap-column.tsx +0 -33
- package/src/gap-row.tsx +0 -34
- package/src/justify-content-center.tsx +0 -27
- package/src/justify-content-end.tsx +0 -25
- package/src/justify-content-space-around.tsx +0 -25
- package/src/justify-content-space-between.tsx +0 -27
- package/src/justify-content-start.tsx +0 -26
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/arrow-down.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const ArrowDownIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M3.434 8.434a.8.8 0 0 1 1.132 0L7.2 11.07V3a.8.8 0 1 1 1.6 0v8.069l2.634-2.635a.8.8 0 0 1 1.132 1.132l-4 4a.8.8 0 0 1-1.132 0l-4-4a.8.8 0 0 1 0-1.132Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
ArrowDownIcon.displayName = "ArrowDownIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/arrow-right.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const ArrowRightIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M8.434 12.566a.8.8 0 0 1 0-1.132L11.07 8.8H3a.8.8 0 1 1 0-1.6h8.069L8.434 4.566a.8.8 0 1 1 1.132-1.132l4 4a.8.8 0 0 1 0 1.132l-4 4a.8.8 0 0 1-1.132 0Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
ArrowRightIcon.displayName = "ArrowRightIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/gap-horizontal.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const GapHorizontalIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path d="M12.67 14.65h-.53c-.82 0-1.28 0-1.7-.22-.38-.19-.68-.49-.87-.87-.22-.42-.22-.88-.22-1.7V4.13c0-.82 0-1.28.22-1.7.19-.38.49-.68.87-.87.42-.22.88-.22 1.7-.22h.53c.36 0 .65.29.65.65 0 .36-.29.65-.65.65h-.53c-.58 0-.96 0-1.11.07-.13.07-.23.17-.3.3-.07.15-.07.53-.07 1.11v7.73c0 .58 0 .96.07 1.11.06.13.17.23.3.3.15.07.53.07 1.11.07h.53c.36 0 .65.29.65.65 0 .36-.29.65-.65.65v.02Zm-8.8 0h-.53c-.36 0-.65-.29-.65-.65 0-.36.29-.65.65-.65h.53c.58 0 .96 0 1.11-.07.13-.07.23-.17.3-.3.07-.15.07-.53.07-1.11V4.13c0-.58 0-.96-.07-1.11a.723.723 0 0 0-.3-.3c-.15-.07-.53-.07-1.11-.07h-.53c-.36 0-.65-.29-.65-.65 0-.36.29-.65.65-.65h.53c.82 0 1.28 0 1.7.22.38.19.67.49.87.87.22.42.22.88.22 1.7v7.73c0 .82 0 1.28-.22 1.7-.19.37-.49.67-.87.87-.42.22-.88.22-1.7.22v-.01Z" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
GapHorizontalIcon.displayName = "GapHorizontalIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/gap-vertical.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const GapVerticalIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path d="M14.65 3.335v.53c0 .82 0 1.28-.22 1.7-.19.38-.49.68-.87.87-.42.22-.88.22-1.7.22H4.13c-.82 0-1.28 0-1.7-.22-.38-.19-.68-.49-.87-.87-.22-.42-.22-.88-.22-1.7v-.53c0-.36.29-.65.65-.65.36 0 .65.29.65.65v.53c0 .58 0 .96.07 1.11.07.13.17.23.3.3.15.07.53.07 1.11.07h7.73c.58 0 .96 0 1.11-.07a.67.67 0 0 0 .3-.3c.07-.15.07-.53.07-1.11v-.53c0-.36.29-.65.65-.65.36 0 .65.29.65.65h.02Zm0 8.8v.53c0 .36-.29.65-.65.65-.36 0-.65-.29-.65-.65v-.53c0-.58 0-.96-.07-1.11a.723.723 0 0 0-.3-.3c-.15-.07-.53-.07-1.11-.07H4.13c-.58 0-.96 0-1.11.07-.13.07-.23.17-.3.3-.07.15-.07.53-.07 1.11v.53c0 .36-.29.65-.65.65-.36 0-.65-.29-.65-.65v-.53c0-.82 0-1.28.22-1.7.19-.38.49-.67.87-.87.42-.22.88-.22 1.7-.22h7.73c.82 0 1.28 0 1.7.22.37.19.67.49.87.87.22.42.22.88.22 1.7h-.01Z" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
GapVerticalIcon.displayName = "GapVerticalIcon";
|
|
@@ -1,4 +1,17 @@
|
|
|
1
|
+
export * from "./a-c-center";
|
|
2
|
+
export * from "./a-c-end";
|
|
3
|
+
export * from "./a-c-space-around";
|
|
4
|
+
export * from "./a-c-space-between";
|
|
5
|
+
export * from "./a-c-start";
|
|
6
|
+
export * from "./a-c-stretch";
|
|
7
|
+
export * from "./a-i-baseline";
|
|
8
|
+
export * from "./a-i-center";
|
|
9
|
+
export * from "./a-i-end";
|
|
10
|
+
export * from "./a-i-start";
|
|
11
|
+
export * from "./a-i-stretch";
|
|
1
12
|
export * from "./alert";
|
|
13
|
+
export * from "./arrow-down";
|
|
14
|
+
export * from "./arrow-right";
|
|
2
15
|
export * from "./attachment";
|
|
3
16
|
export * from "./auto-scroll";
|
|
4
17
|
export * from "./blockquote";
|
|
@@ -46,6 +59,8 @@ export * from "./eyecon-closed";
|
|
|
46
59
|
export * from "./eyecon-open";
|
|
47
60
|
export * from "./form-text-field";
|
|
48
61
|
export * from "./form";
|
|
62
|
+
export * from "./gap-horizontal";
|
|
63
|
+
export * from "./gap-vertical";
|
|
49
64
|
export * from "./github";
|
|
50
65
|
export * from "./google";
|
|
51
66
|
export * from "./hamburger-menu";
|
|
@@ -53,10 +68,17 @@ export * from "./heading";
|
|
|
53
68
|
export * from "./image";
|
|
54
69
|
export * from "./info";
|
|
55
70
|
export * from "./information";
|
|
71
|
+
export * from "./j-c-center";
|
|
72
|
+
export * from "./j-c-end";
|
|
73
|
+
export * from "./j-c-space-around";
|
|
74
|
+
export * from "./j-c-space-between";
|
|
75
|
+
export * from "./j-c-start";
|
|
76
|
+
export * from "./link-2-unlinked";
|
|
77
|
+
export * from "./link-2";
|
|
56
78
|
export * from "./link";
|
|
57
|
-
export * from "./linked";
|
|
58
79
|
export * from "./list-item";
|
|
59
80
|
export * from "./list";
|
|
81
|
+
export * from "./no-wrap";
|
|
60
82
|
export * from "./offline";
|
|
61
83
|
export * from "./page";
|
|
62
84
|
export * from "./paint-brush";
|
|
@@ -77,5 +99,5 @@ export * from "./subtract";
|
|
|
77
99
|
export * from "./superscript";
|
|
78
100
|
export * from "./text-block";
|
|
79
101
|
export * from "./text-italic";
|
|
80
|
-
export * from "./unlinked";
|
|
81
102
|
export * from "./webstudio";
|
|
103
|
+
export * from "./wrap";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/j-c-center.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const JCCenterIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path d="M3.1 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H3.9a.8.8 0 0 1-.8-.8V4.8Z" /><path fillRule="evenodd" d="M8 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z" clipRule="evenodd" /><path d="M9.9 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8h-1.4a.8.8 0 0 1-.8-.8V4.8Z" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
JCCenterIcon.displayName = "JCCenterIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/j-c-end.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const JCEndIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M13.8 14.5c-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768Z" clipRule="evenodd" /><path d="M12 11.2a.8.8 0 0 1-.8.8H9.8a.8.8 0 0 1-.8-.8V4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4ZM8 11.2a.8.8 0 0 1-.8.8H5.8a.8.8 0 0 1-.8-.8V4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4Z" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
JCEndIcon.displayName = "JCEndIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/j-c-space-around.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const JCSpaceAroundIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M1.7 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z" clipRule="evenodd" /><path d="M4.5 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H5.3a.8.8 0 0 1-.8-.8V4.8ZM8.5 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H9.3a.8.8 0 0 1-.8-.8V4.8Z" /><path fillRule="evenodd" d="M14.3 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
JCSpaceAroundIcon.displayName = "JCSpaceAroundIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/j-c-space-between.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const JCSpaceBetweenIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M2.2 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z" clipRule="evenodd" /><path d="M4 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H4.8a.8.8 0 0 1-.8-.8V4.8ZM9 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H9.8a.8.8 0 0 1-.8-.8V4.8Z" /><path fillRule="evenodd" d="M13.8 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
JCSpaceBetweenIcon.displayName = "JCSpaceBetweenIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/j-c-start.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const JCStartIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M2.2 1.5c.442 0 .8.344.8.768v11.464c0 .424-.358.768-.8.768-.442 0-.8-.344-.8-.768V2.268c0-.424.358-.768.8-.768Z" clipRule="evenodd" /><path d="M4 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H4.8a.8.8 0 0 1-.8-.8V4.8ZM8 4.8a.8.8 0 0 1 .8-.8h1.4a.8.8 0 0 1 .8.8v6.4a.8.8 0 0 1-.8.8H8.8a.8.8 0 0 1-.8-.8V4.8Z" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
JCStartIcon.displayName = "JCStartIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/link-2-unlinked.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const Link2UnlinkedIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M13.573 8c0-1.008-.966-1.97-2.35-1.97h-1.141a.65.65 0 1 1 0-1.3h1.141c1.93 0 3.65 1.384 3.65 3.27 0 1.886-1.72 3.27-3.65 3.27h-1.141a.65.65 0 1 1 0-1.3h1.141c1.384 0 2.35-.962 2.35-1.97ZM6.568 5.38a.65.65 0 0 1-.65.65H4.776c-1.384 0-2.35.962-2.35 1.97s.966 1.97 2.35 1.97h1.142a.65.65 0 1 1 0 1.3H4.776c-1.93 0-3.65-1.384-3.65-3.27 0-1.886 1.72-3.27 3.65-3.27h1.142a.65.65 0 0 1 .65.65Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
Link2UnlinkedIcon.displayName = "Link2UnlinkedIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/link-2.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const Link2Icon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path fillRule="evenodd" d="M13.573 8c0-1.008-.966-1.97-2.35-1.97h-1.141a.65.65 0 1 1 0-1.3h1.141c1.93 0 3.65 1.384 3.65 3.27 0 1.886-1.72 3.27-3.65 3.27h-1.141a.65.65 0 1 1 0-1.3h1.141c1.384 0 2.35-.962 2.35-1.97Zm-2.857 0a.65.65 0 0 1-.65.65H5.933a.65.65 0 1 1 0-1.3h4.133a.65.65 0 0 1 .65.65ZM6.568 5.38a.65.65 0 0 1-.65.65H4.776c-1.384 0-2.35.962-2.35 1.97s.966 1.97 2.35 1.97h1.142a.65.65 0 1 1 0 1.3H4.776c-1.93 0-3.65-1.384-3.65-3.27 0-1.886 1.72-3.27 3.65-3.27h1.142a.65.65 0 0 1 .65.65Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
Link2Icon.displayName = "Link2Icon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/no-wrap.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const NoWrapIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path d="M4 5.015a.98.98 0 0 1 .98.98v4.01a.98.98 0 0 1-.98.98H2.66a.98.98 0 0 1-.98-.98v-4.01a.98.98 0 0 1 .98-.98H4ZM8.67 5.015a.98.98 0 0 1 .98.98v4.01a.98.98 0 0 1-.98.98H7.33a.98.98 0 0 1-.98-.98v-4.01a.98.98 0 0 1 .98-.98h1.34ZM13.34 5.015a.98.98 0 0 1 .98.98v4.01a.98.98 0 0 1-.98.98H12a.98.98 0 0 1-.98-.98v-4.01a.98.98 0 0 1 .98-.98h1.34Z" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
NoWrapIcon.displayName = "NoWrapIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/wrap.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const WrapIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
|
+
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
|
+
return (
|
|
10
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" width={size} height={size} fill={color} {...props} ref={forwardedRef}><path d="M4.98 2.33A.98.98 0 0 0 4 1.35H2.66a.98.98 0 0 0-.98.98v4.01c0 .541.439.98.98.98H4a.98.98 0 0 0 .98-.98V2.33ZM9.65 2.33a.98.98 0 0 0-.98-.98H7.33a.98.98 0 0 0-.98.98v4.01c0 .541.439.98.98.98h1.34a.98.98 0 0 0 .98-.98V2.33ZM4.98 9.67A.98.98 0 0 0 4 8.69H2.66a.98.98 0 0 0-.98.98v4.01c0 .54.439.98.98.98H4a.98.98 0 0 0 .98-.98V9.67Z" /><path d="M11.687 3.902a.65.65 0 0 0-.407 1.234 3.022 3.022 0 0 1-.947 5.889H8.572L9.8 9.8a.65.65 0 0 0-.919-.92l-2.34 2.335a.65.65 0 0 0 0 .92l2.34 2.335a.65.65 0 1 0 .919-.92l-1.228-1.225h1.761a4.32 4.32 0 0 0 1.354-8.423Z" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
WrapIcon.displayName = "WrapIcon";
|
package/src/index.ts
CHANGED
|
@@ -4,36 +4,11 @@ export * from "./undo";
|
|
|
4
4
|
export * from "./redo";
|
|
5
5
|
export * from "./devices";
|
|
6
6
|
export * from "./types";
|
|
7
|
-
export * from "./align-content-center";
|
|
8
|
-
export * from "./align-content-end";
|
|
9
|
-
export * from "./align-content-space-around";
|
|
10
|
-
export * from "./align-content-space-between";
|
|
11
|
-
export * from "./align-content-start";
|
|
12
|
-
export * from "./align-content-stretch";
|
|
13
|
-
export * from "./align-items-baseline";
|
|
14
|
-
export * from "./align-items-center";
|
|
15
|
-
export * from "./align-items-end";
|
|
16
|
-
export * from "./align-items-start";
|
|
17
|
-
export * from "./align-items-stretch";
|
|
18
|
-
export * from "./flex-direction-row";
|
|
19
|
-
export * from "./flex-direction-column";
|
|
20
|
-
export * from "./flex-direction-row-reverse";
|
|
21
|
-
export * from "./flex-direction-column-reverse";
|
|
22
|
-
export * from "./flex-wrap-wrap";
|
|
23
|
-
export * from "./flex-wrap-no-wrap";
|
|
24
|
-
export * from "./flex-wrap-wrap-reverse";
|
|
25
|
-
export * from "./justify-content-center";
|
|
26
|
-
export * from "./justify-content-end";
|
|
27
|
-
export * from "./justify-content-space-around";
|
|
28
|
-
export * from "./justify-content-space-between";
|
|
29
|
-
export * from "./justify-content-start";
|
|
30
7
|
export * from "./justify-items-center";
|
|
31
8
|
export * from "./justify-items-end";
|
|
32
9
|
export * from "./justify-items-space-around";
|
|
33
10
|
export * from "./justify-items-space-between";
|
|
34
11
|
export * from "./justify-items-start";
|
|
35
|
-
export * from "./gap-row";
|
|
36
|
-
export * from "./gap-column";
|
|
37
12
|
export * from "./aspect-ratio";
|
|
38
13
|
export * from "./cloud";
|
|
39
14
|
export * from "./trash";
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef } from "react";
|
|
3
|
-
const LinkedIcon = forwardRef(
|
|
4
|
-
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M11.223 6.08h-1.142a.7.7 0 0 1 0-1.4h1.142c1.952 0 3.7 1.4 3.7 3.32s-1.748 3.32-3.7 3.32h-1.142a.7.7 0 0 1 0-1.4h1.142c1.363 0 2.3-.946 2.3-1.92s-.937-1.92-2.3-1.92Zm-6.447 0c-1.363 0-2.3.946-2.3 1.92 0 .975.937 1.92 2.3 1.92h1.142a.7.7 0 0 1 0 1.4H4.776c-1.952 0-3.7-1.4-3.7-3.32s1.748-3.32 3.7-3.32h1.142a.7.7 0 1 1 0 1.4H4.776ZM5.233 8a.7.7 0 0 1 .7-.7h4.133a.7.7 0 1 1 0 1.4H5.933a.7.7 0 0 1-.7-.7Z", clipRule: "evenodd" }) });
|
|
6
|
-
}
|
|
7
|
-
);
|
|
8
|
-
LinkedIcon.displayName = "LinkedIcon";
|
|
9
|
-
export {
|
|
10
|
-
LinkedIcon
|
|
11
|
-
};
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef } from "react";
|
|
3
|
-
const UnlinkedIcon = forwardRef(
|
|
4
|
-
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16 16", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: /* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M11.223 6.08h-1.142a.7.7 0 0 1 0-1.4h1.142c1.952 0 3.7 1.4 3.7 3.32s-1.748 3.32-3.7 3.32h-1.142a.7.7 0 0 1 0-1.4h1.142c1.363 0 2.3-.946 2.3-1.92s-.937-1.92-2.3-1.92Zm-6.447 0c-1.363 0-2.3.946-2.3 1.92 0 .975.937 1.92 2.3 1.92h1.142a.7.7 0 0 1 0 1.4H4.776c-1.952 0-3.7-1.4-3.7-3.32s1.748-3.32 3.7-3.32h1.142a.7.7 0 1 1 0 1.4H4.776Z", clipRule: "evenodd" }) });
|
|
6
|
-
}
|
|
7
|
-
);
|
|
8
|
-
UnlinkedIcon.displayName = "UnlinkedIcon";
|
|
9
|
-
export {
|
|
10
|
-
UnlinkedIcon
|
|
11
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const AlignContentCenterIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
4
|
-
return /* @__PURE__ */ jsx(
|
|
5
|
-
"svg",
|
|
6
|
-
{
|
|
7
|
-
width: "24",
|
|
8
|
-
height: "24",
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
ref: forwardedRef,
|
|
14
|
-
children: /* @__PURE__ */ jsx(
|
|
15
|
-
"path",
|
|
16
|
-
{
|
|
17
|
-
fillRule: "evenodd",
|
|
18
|
-
clipRule: "evenodd",
|
|
19
|
-
d: "M8 6H11V9H8V6ZM4 11.5H20V12.5H4V11.5ZM16 6H13V9H16V6ZM13 15H16V18H13V15ZM11 15H8V18H11V15Z",
|
|
20
|
-
fill: color
|
|
21
|
-
}
|
|
22
|
-
)
|
|
23
|
-
}
|
|
24
|
-
);
|
|
25
|
-
});
|
|
26
|
-
AlignContentCenterIcon.displayName = "AlignContentCenterIcon";
|
|
27
|
-
export {
|
|
28
|
-
AlignContentCenterIcon
|
|
29
|
-
};
|
package/lib/align-content-end.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const AlignContentEndIcon = React.forwardRef(
|
|
4
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsx(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
width: "24",
|
|
9
|
-
height: "24",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
fill: "none",
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
...props,
|
|
14
|
-
ref: forwardedRef,
|
|
15
|
-
children: /* @__PURE__ */ jsx(
|
|
16
|
-
"path",
|
|
17
|
-
{
|
|
18
|
-
fillRule: "evenodd",
|
|
19
|
-
clipRule: "evenodd",
|
|
20
|
-
d: "M8 8H11V11H8V8ZM4 18H20V19H4V18ZM16 8H13V11H16V8ZM13 13H16V16H13V13ZM11 13H8V16H11V13Z",
|
|
21
|
-
fill: color
|
|
22
|
-
}
|
|
23
|
-
)
|
|
24
|
-
}
|
|
25
|
-
);
|
|
26
|
-
}
|
|
27
|
-
);
|
|
28
|
-
AlignContentEndIcon.displayName = "AlignContentEndIcon";
|
|
29
|
-
export {
|
|
30
|
-
AlignContentEndIcon
|
|
31
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const AlignContentSpaceAroundIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
4
|
-
return /* @__PURE__ */ jsx(
|
|
5
|
-
"svg",
|
|
6
|
-
{
|
|
7
|
-
width: "24",
|
|
8
|
-
height: "24",
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
ref: forwardedRef,
|
|
14
|
-
children: /* @__PURE__ */ jsx(
|
|
15
|
-
"path",
|
|
16
|
-
{
|
|
17
|
-
fillRule: "evenodd",
|
|
18
|
-
clipRule: "evenodd",
|
|
19
|
-
d: "M19 5H5V6H19V5ZM19 18H5V19H19V18ZM8 8H11V11H8V8ZM16 8H13V11H16V8ZM13 13H16V16H13V13ZM11 13H8V16H11V13Z",
|
|
20
|
-
fill: color
|
|
21
|
-
}
|
|
22
|
-
)
|
|
23
|
-
}
|
|
24
|
-
);
|
|
25
|
-
});
|
|
26
|
-
AlignContentSpaceAroundIcon.displayName = "AlignContentSpaceAroundIcon";
|
|
27
|
-
export {
|
|
28
|
-
AlignContentSpaceAroundIcon
|
|
29
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const AlignContentSpaceBetweenIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
4
|
-
return /* @__PURE__ */ jsx(
|
|
5
|
-
"svg",
|
|
6
|
-
{
|
|
7
|
-
width: "24",
|
|
8
|
-
height: "24",
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
ref: forwardedRef,
|
|
14
|
-
children: /* @__PURE__ */ jsx(
|
|
15
|
-
"path",
|
|
16
|
-
{
|
|
17
|
-
fillRule: "evenodd",
|
|
18
|
-
clipRule: "evenodd",
|
|
19
|
-
d: "M19 5H5V6H19V5ZM19 18H5V19H19V18ZM8 8H11V11H8V8ZM16 8H13V11H16V8ZM13 13H16V16H13V13ZM11 13H8V16H11V13Z",
|
|
20
|
-
fill: color
|
|
21
|
-
}
|
|
22
|
-
)
|
|
23
|
-
}
|
|
24
|
-
);
|
|
25
|
-
});
|
|
26
|
-
AlignContentSpaceBetweenIcon.displayName = "AlignContentSpaceBetweenIcon";
|
|
27
|
-
export {
|
|
28
|
-
AlignContentSpaceBetweenIcon
|
|
29
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const AlignContentStartIcon = React.forwardRef(
|
|
4
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsxs(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
width: "24",
|
|
9
|
-
height: "24",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
fill: "none",
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
...props,
|
|
14
|
-
ref: forwardedRef,
|
|
15
|
-
children: [
|
|
16
|
-
/* @__PURE__ */ jsx("path", { d: "M4 6H20V7H4V6Z", fill: color }),
|
|
17
|
-
/* @__PURE__ */ jsx("path", { d: "M8 9H11V12H8V9Z", fill: color }),
|
|
18
|
-
/* @__PURE__ */ jsx("path", { d: "M16 9H13V12H16V9Z", fill: color }),
|
|
19
|
-
/* @__PURE__ */ jsx("path", { d: "M13 14H16V17H13V14Z", fill: color }),
|
|
20
|
-
/* @__PURE__ */ jsx("path", { d: "M11 14H8V17H11V14Z", fill: color })
|
|
21
|
-
]
|
|
22
|
-
}
|
|
23
|
-
);
|
|
24
|
-
}
|
|
25
|
-
);
|
|
26
|
-
AlignContentStartIcon.displayName = "AlignContentStartIcon";
|
|
27
|
-
export {
|
|
28
|
-
AlignContentStartIcon
|
|
29
|
-
};
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const AlignContentStretchIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
4
|
-
return /* @__PURE__ */ jsx(
|
|
5
|
-
"svg",
|
|
6
|
-
{
|
|
7
|
-
width: "24",
|
|
8
|
-
height: "24",
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
ref: forwardedRef,
|
|
14
|
-
children: /* @__PURE__ */ jsx(
|
|
15
|
-
"path",
|
|
16
|
-
{
|
|
17
|
-
fillRule: "evenodd",
|
|
18
|
-
clipRule: "evenodd",
|
|
19
|
-
d: "M19 5H5V6H19V5ZM19 18H5V19H19V18ZM8 8H11V11H8V8ZM16 8H13V11H16V8ZM13 13H16V16H13V13ZM11 13H8V16H11V13Z",
|
|
20
|
-
fill: color
|
|
21
|
-
}
|
|
22
|
-
)
|
|
23
|
-
}
|
|
24
|
-
);
|
|
25
|
-
});
|
|
26
|
-
AlignContentStretchIcon.displayName = "AlignContentStretchIcon";
|
|
27
|
-
export {
|
|
28
|
-
AlignContentStretchIcon
|
|
29
|
-
};
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const AlignItemsBaselineIcon = React.forwardRef(({ color = "currentColor", ...props }, forwardedRef) => {
|
|
4
|
-
return /* @__PURE__ */ jsxs(
|
|
5
|
-
"svg",
|
|
6
|
-
{
|
|
7
|
-
width: "24",
|
|
8
|
-
height: "24",
|
|
9
|
-
viewBox: "0 0 24 24",
|
|
10
|
-
fill: "none",
|
|
11
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
12
|
-
...props,
|
|
13
|
-
ref: forwardedRef,
|
|
14
|
-
children: [
|
|
15
|
-
/* @__PURE__ */ jsx(
|
|
16
|
-
"path",
|
|
17
|
-
{
|
|
18
|
-
fillRule: "evenodd",
|
|
19
|
-
clipRule: "evenodd",
|
|
20
|
-
d: "M10 6H8V15H10V6ZM7 5V16H11V5H7Z",
|
|
21
|
-
fill: color
|
|
22
|
-
}
|
|
23
|
-
),
|
|
24
|
-
/* @__PURE__ */ jsx("path", { d: "M7 12H11V18H7V12Z", fill: color }),
|
|
25
|
-
/* @__PURE__ */ jsx(
|
|
26
|
-
"path",
|
|
27
|
-
{
|
|
28
|
-
fillRule: "evenodd",
|
|
29
|
-
clipRule: "evenodd",
|
|
30
|
-
d: "M10 13H8V17H10V13ZM7 12V18H11V12H7Z",
|
|
31
|
-
fill: color
|
|
32
|
-
}
|
|
33
|
-
),
|
|
34
|
-
/* @__PURE__ */ jsx("path", { d: "M13 12H16V15H13V12Z", fill: color }),
|
|
35
|
-
/* @__PURE__ */ jsx(
|
|
36
|
-
"path",
|
|
37
|
-
{
|
|
38
|
-
fillRule: "evenodd",
|
|
39
|
-
clipRule: "evenodd",
|
|
40
|
-
d: "M15 13H14V14H15V13ZM13 12V15H16V12H13Z",
|
|
41
|
-
fill: color
|
|
42
|
-
}
|
|
43
|
-
),
|
|
44
|
-
/* @__PURE__ */ jsx(
|
|
45
|
-
"path",
|
|
46
|
-
{
|
|
47
|
-
fillRule: "evenodd",
|
|
48
|
-
clipRule: "evenodd",
|
|
49
|
-
d: "M16 8H14V15H16V8ZM13 7V16H17V7H13Z",
|
|
50
|
-
fill: color
|
|
51
|
-
}
|
|
52
|
-
),
|
|
53
|
-
/* @__PURE__ */ jsx(
|
|
54
|
-
"path",
|
|
55
|
-
{
|
|
56
|
-
fillRule: "evenodd",
|
|
57
|
-
clipRule: "evenodd",
|
|
58
|
-
d: "M20 13H4V11.5H20V13Z",
|
|
59
|
-
fill: color
|
|
60
|
-
}
|
|
61
|
-
)
|
|
62
|
-
]
|
|
63
|
-
}
|
|
64
|
-
);
|
|
65
|
-
});
|
|
66
|
-
AlignItemsBaselineIcon.displayName = "AlignItemsBaselineIcon";
|
|
67
|
-
export {
|
|
68
|
-
AlignItemsBaselineIcon
|
|
69
|
-
};
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const AlignItemsCenterIcon = React.forwardRef(
|
|
4
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsx(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
width: "24",
|
|
9
|
-
height: "24",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
fill: "none",
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
...props,
|
|
14
|
-
ref: forwardedRef,
|
|
15
|
-
children: /* @__PURE__ */ jsx(
|
|
16
|
-
"path",
|
|
17
|
-
{
|
|
18
|
-
fillRule: "evenodd",
|
|
19
|
-
clipRule: "evenodd",
|
|
20
|
-
d: "M10.4 11H12.8V5L15 5V11H20V12.6H15V19H12.8V12.6H10.4V17H8.2V12.6H4V11H8.2V7H10.4V11Z",
|
|
21
|
-
fill: color
|
|
22
|
-
}
|
|
23
|
-
)
|
|
24
|
-
}
|
|
25
|
-
);
|
|
26
|
-
}
|
|
27
|
-
);
|
|
28
|
-
AlignItemsCenterIcon.displayName = "AlignItemsCenterIcon";
|
|
29
|
-
export {
|
|
30
|
-
AlignItemsCenterIcon
|
|
31
|
-
};
|
package/lib/align-items-end.js
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { jsx } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const AlignItemsEndIcon = React.forwardRef(
|
|
4
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsx(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
width: "24",
|
|
9
|
-
height: "24",
|
|
10
|
-
viewBox: "0 0 24 24",
|
|
11
|
-
fill: "none",
|
|
12
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
13
|
-
...props,
|
|
14
|
-
ref: forwardedRef,
|
|
15
|
-
children: /* @__PURE__ */ jsx(
|
|
16
|
-
"path",
|
|
17
|
-
{
|
|
18
|
-
fillRule: "evenodd",
|
|
19
|
-
clipRule: "evenodd",
|
|
20
|
-
d: "M16 16H19.2V17.6H4.80005V16H8.00005V9.59999H11.2V16H12.8V6.39999H16V16Z",
|
|
21
|
-
fill: color
|
|
22
|
-
}
|
|
23
|
-
)
|
|
24
|
-
}
|
|
25
|
-
);
|
|
26
|
-
}
|
|
27
|
-
);
|
|
28
|
-
AlignItemsEndIcon.displayName = "AlignItemsEndIcon";
|
|
29
|
-
export {
|
|
30
|
-
AlignItemsEndIcon
|
|
31
|
-
};
|