@webstudio-is/icons 0.61.0 → 0.63.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-s-baseline.js +14 -0
- package/lib/__generated__/a-s-center.js +14 -0
- package/lib/__generated__/a-s-end.js +14 -0
- package/lib/__generated__/a-s-start.js +14 -0
- package/lib/__generated__/a-s-stretch.js +15 -0
- package/lib/__generated__/border-radius-bottom-left.js +1 -1
- package/lib/__generated__/border-radius-bottom-right.js +1 -1
- package/lib/__generated__/border-radius-top-left.js +1 -1
- package/lib/__generated__/border-radius-top-right.js +1 -1
- package/lib/__generated__/box.js +1 -1
- package/lib/__generated__/checkbox-checked.js +14 -0
- package/lib/__generated__/chevron-filled-up.js +1 -1
- package/lib/__generated__/code.js +1 -1
- package/lib/__generated__/form-text-area.js +11 -0
- package/lib/__generated__/grow.js +11 -0
- package/lib/__generated__/index.js +16 -1
- package/lib/__generated__/link-block.js +11 -0
- package/lib/__generated__/menu-ellipses.js +11 -0
- package/lib/__generated__/minus.js +11 -0
- package/lib/__generated__/order-first.js +14 -0
- package/lib/__generated__/order-last.js +14 -0
- package/lib/__generated__/shrink.js +11 -0
- package/lib/__generated__/slot-component.js +1 -1
- package/lib/__generated__/small-x.js +1 -1
- package/lib/__generated__/text-align-left.js +11 -0
- package/lib/__generated__/video.js +14 -0
- package/lib/cjs/__generated__/a-s-baseline.js +34 -0
- package/lib/cjs/__generated__/a-s-center.js +34 -0
- package/lib/cjs/__generated__/a-s-end.js +34 -0
- package/lib/cjs/__generated__/a-s-start.js +34 -0
- package/lib/cjs/__generated__/a-s-stretch.js +35 -0
- package/lib/cjs/__generated__/border-radius-bottom-left.js +1 -1
- package/lib/cjs/__generated__/border-radius-bottom-right.js +1 -1
- package/lib/cjs/__generated__/border-radius-top-left.js +1 -1
- package/lib/cjs/__generated__/border-radius-top-right.js +1 -1
- package/lib/cjs/__generated__/box.js +1 -1
- package/lib/cjs/__generated__/checkbox-checked.js +34 -0
- package/lib/cjs/__generated__/chevron-filled-up.js +1 -1
- package/lib/cjs/__generated__/code.js +1 -1
- package/lib/cjs/__generated__/form-text-area.js +31 -0
- package/lib/cjs/__generated__/grow.js +31 -0
- package/lib/cjs/__generated__/index.js +16 -1
- package/lib/cjs/__generated__/link-block.js +31 -0
- package/lib/cjs/__generated__/menu-ellipses.js +31 -0
- package/lib/cjs/__generated__/minus.js +31 -0
- package/lib/cjs/__generated__/order-first.js +34 -0
- package/lib/cjs/__generated__/order-last.js +34 -0
- package/lib/cjs/__generated__/shrink.js +31 -0
- package/lib/cjs/__generated__/slot-component.js +1 -1
- package/lib/cjs/__generated__/small-x.js +1 -1
- package/lib/cjs/__generated__/text-align-left.js +31 -0
- package/lib/cjs/__generated__/video.js +34 -0
- package/lib/cjs/index.js +0 -10
- package/lib/index.js +0 -10
- package/lib/types/__generated__/a-s-baseline.d.ts +3 -0
- package/lib/types/__generated__/a-s-center.d.ts +3 -0
- package/lib/types/__generated__/a-s-end.d.ts +3 -0
- package/lib/types/__generated__/{box-link.d.ts → a-s-start.d.ts} +1 -1
- package/lib/types/__generated__/a-s-stretch.d.ts +3 -0
- package/lib/types/__generated__/checkbox-checked.d.ts +3 -0
- package/lib/types/__generated__/form-text-area.d.ts +3 -0
- package/lib/types/__generated__/grow.d.ts +3 -0
- package/lib/types/__generated__/index.d.ts +16 -1
- package/lib/types/__generated__/link-block.d.ts +3 -0
- package/lib/types/__generated__/menu-ellipses.d.ts +3 -0
- package/lib/types/__generated__/minus.d.ts +3 -0
- package/lib/types/__generated__/order-first.d.ts +3 -0
- package/lib/types/__generated__/order-last.d.ts +3 -0
- package/lib/types/__generated__/shrink.d.ts +3 -0
- package/lib/types/__generated__/text-align-left.d.ts +3 -0
- package/lib/types/__generated__/video.d.ts +3 -0
- package/lib/types/index.d.ts +0 -10
- package/package.json +2 -2
- package/src/__generated__/a-s-baseline.tsx +15 -0
- package/src/__generated__/a-s-center.tsx +15 -0
- package/src/__generated__/a-s-end.tsx +15 -0
- package/src/__generated__/a-s-start.tsx +15 -0
- package/src/__generated__/a-s-stretch.tsx +15 -0
- package/src/__generated__/border-radius-bottom-left.tsx +1 -1
- package/src/__generated__/border-radius-bottom-right.tsx +1 -1
- package/src/__generated__/border-radius-top-left.tsx +1 -1
- package/src/__generated__/border-radius-top-right.tsx +1 -1
- package/src/__generated__/box.tsx +1 -1
- package/src/__generated__/checkbox-checked.tsx +15 -0
- package/src/__generated__/chevron-filled-up.tsx +1 -1
- package/src/__generated__/code.tsx +1 -1
- package/src/__generated__/form-text-area.tsx +15 -0
- package/src/__generated__/grow.tsx +15 -0
- package/src/__generated__/index.ts +16 -1
- package/src/__generated__/link-block.tsx +15 -0
- package/src/__generated__/menu-ellipses.tsx +15 -0
- package/src/__generated__/minus.tsx +15 -0
- package/src/__generated__/order-first.tsx +15 -0
- package/src/__generated__/order-last.tsx +15 -0
- package/src/__generated__/shrink.tsx +15 -0
- package/src/__generated__/slot-component.tsx +1 -1
- package/src/__generated__/small-x.tsx +1 -1
- package/src/__generated__/text-align-left.tsx +15 -0
- package/src/__generated__/video.tsx +15 -0
- package/src/index.ts +0 -10
- package/lib/__generated__/box-link.js +0 -14
- package/lib/align-self-baseline.js +0 -58
- package/lib/align-self-center.js +0 -34
- package/lib/align-self-end.js +0 -45
- package/lib/align-self-start.js +0 -34
- package/lib/align-self-stretch.js +0 -54
- package/lib/cjs/__generated__/box-link.js +0 -34
- package/lib/cjs/align-self-baseline.js +0 -88
- package/lib/cjs/align-self-center.js +0 -64
- package/lib/cjs/align-self-end.js +0 -75
- package/lib/cjs/align-self-start.js +0 -64
- package/lib/cjs/align-self-stretch.js +0 -84
- package/lib/cjs/flex-sizing-grow.js +0 -77
- package/lib/cjs/flex-sizing-shrink.js +0 -70
- package/lib/cjs/order-first.js +0 -79
- package/lib/cjs/order-last.js +0 -79
- package/lib/cjs/text-align-left.js +0 -75
- package/lib/flex-sizing-grow.js +0 -47
- package/lib/flex-sizing-shrink.js +0 -40
- package/lib/order-first.js +0 -49
- package/lib/order-last.js +0 -49
- package/lib/text-align-left.js +0 -45
- package/lib/types/align-self-baseline.d.ts +0 -3
- package/lib/types/align-self-center.d.ts +0 -3
- package/lib/types/align-self-end.d.ts +0 -3
- package/lib/types/align-self-start.d.ts +0 -3
- package/lib/types/align-self-stretch.d.ts +0 -3
- package/lib/types/flex-sizing-grow.d.ts +0 -3
- package/lib/types/flex-sizing-shrink.d.ts +0 -3
- package/lib/types/order-first.d.ts +0 -3
- package/lib/types/order-last.d.ts +0 -3
- package/lib/types/text-align-left.d.ts +0 -3
- package/src/__generated__/box-link.tsx +0 -15
- package/src/align-self-baseline.tsx +0 -47
- package/src/align-self-center.tsx +0 -27
- package/src/align-self-end.tsx +0 -35
- package/src/align-self-start.tsx +0 -27
- package/src/align-self-stretch.tsx +0 -41
- package/src/flex-sizing-grow.tsx +0 -34
- package/src/flex-sizing-shrink.tsx +0 -30
- package/src/order-first.tsx +0 -36
- package/src/order-last.tsx +0 -36
- package/src/text-align-left.tsx +0 -32
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/link-block.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const LinkBlockIcon = 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="M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.036.029.36.029.803.029 1.34v5.654c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.029-.802.029-1.34.029H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.095-1.036-.259a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.037-.029-.36-.029-.802-.029-1.34V5.174c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.259-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.054.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.068.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.261V5.2c0-.57 0-.96-.025-1.26-.024-.294-.068-.446-.122-.553a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025ZM10.42 5.58c-.359-.36-1.108-.398-1.681.175l-.528.529a.65.65 0 1 1-.92-.92l.529-.528c.96-.96 2.54-1.155 3.52-.176.98.98.784 2.56-.176 3.52l-.529.529a.65.65 0 1 1-.919-.92l.529-.528c.573-.573.535-1.322.175-1.681ZM9.416 6.584a.65.65 0 0 1 0 .92L7.503 9.415a.65.65 0 0 1-.919-.92l1.913-1.912a.65.65 0 0 1 .919 0Zm-3.132.708a.65.65 0 0 1 0 .919l-.529.528c-.573.574-.535 1.322-.175 1.682.359.359 1.108.397 1.681-.176l.528-.529a.65.65 0 1 1 .92.92l-.529.528c-.96.96-2.54 1.156-3.52.176s-.784-2.56.176-3.52l.529-.528a.65.65 0 0 1 .919 0Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
LinkBlockIcon.displayName = "LinkBlockIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/menu-ellipses.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const MenuEllipsesIcon = 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 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>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
MenuEllipsesIcon.displayName = "MenuEllipsesIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/minus.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const MinusIcon = 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="M14 8a.75.75 0 0 1-.75.75H2.75a.75.75 0 0 1 0-1.5h10.5A.75.75 0 0 1 14 8Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
MinusIcon.displayName = "MinusIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/order-first.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const OrderFirstIcon = 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="M2.324 3.35a.98.98 0 0 0-.98.98v7.34c0 .541.438.98.98.98h1.34a.98.98 0 0 0 .98-.98V4.33a.98.98 0 0 0-.98-.98h-1.34Z" /><path fillRule="evenodd" d="M6.657 4.016a.98.98 0 0 0-.98.98v6.008c0 .542.439.98.98.98h2.01a.98.98 0 0 0 .98-.98V4.996a.98.98 0 0 0-.98-.98h-2.01Zm.32 6.668V5.316h1.37v5.368h-1.37ZM11.66 4.016a.98.98 0 0 0-.98.98v6.008c0 .542.439.98.98.98h2.01a.98.98 0 0 0 .98-.98V4.996a.98.98 0 0 0-.98-.98h-2.01Zm.32 6.668V5.316h1.37v5.368h-1.37Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
OrderFirstIcon.displayName = "OrderFirstIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/order-last.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const OrderLastIcon = 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="M13.67 3.35a.98.98 0 0 1 .98.98v7.34a.98.98 0 0 1-.98.98h-1.34a.98.98 0 0 1-.98-.98V4.33a.98.98 0 0 1 .98-.98h1.34Z" /><path fillRule="evenodd" d="M4.334 4.016a.98.98 0 0 1 .98.98v6.008a.98.98 0 0 1-.98.98h-2.01a.98.98 0 0 1-.98-.98V4.996a.98.98 0 0 1 .98-.98h2.01Zm-.32 6.668V5.316h-1.37v5.368h1.37ZM9.337 4.016a.98.98 0 0 1 .98.98v6.008a.98.98 0 0 1-.98.98h-2.01a.98.98 0 0 1-.98-.98V4.996a.98.98 0 0 1 .98-.98h2.01Zm-.32 6.668V5.316h-1.37v5.368h1.37Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
OrderLastIcon.displayName = "OrderLastIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/shrink.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const ShrinkIcon = 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="M7.95 1.85a.65.65 0 0 1 .65.65v11a.65.65 0 1 1-1.3 0v-11a.65.65 0 0 1 .65-.65ZM3.159 5.52a.65.65 0 0 1 .918.042l1.822 2a.65.65 0 0 1 0 .876l-1.822 2a.65.65 0 0 1-.96-.876l.83-.912H1.32a.65.65 0 0 1 0-1.3h2.628l-.83-.912a.65.65 0 0 1 .042-.918Zm9.632.005a.65.65 0 0 1 .032.919l-.846.906h2.704a.65.65 0 1 1 0 1.3h-2.704l.846.907a.65.65 0 0 1-.95.887l-1.867-2a.65.65 0 0 1 0-.887l1.867-2a.65.65 0 0 1 .918-.032Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
ShrinkIcon.displayName = "ShrinkIcon";
|
|
@@ -7,7 +7,7 @@ import type { IconProps } from "../types";
|
|
|
7
7
|
export const SlotComponentIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
8
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
9
|
return (
|
|
10
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0
|
|
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.33 1.356a8.54 8.54 0 0 0-.497.024c-.375.03-.717.097-1.039.261A2.63 2.63 0 0 0 1.64 2.797c-.164.32-.23.662-.26 1.036a8.54 8.54 0 0 0-.024.497h1.3c.004-.146.01-.275.02-.39.023-.293.067-.446.123-.554l.002-.005c.125-.249.33-.452.585-.582.109-.056.261-.1.554-.124.115-.01.243-.015.39-.019v-1.3ZM9.67 2.65H6.33v-1.3h3.34v1.3ZM13.344 4.33a6.932 6.932 0 0 0-.02-.39c-.023-.293-.067-.445-.122-.553a1.328 1.328 0 0 0-.583-.586l-.005-.002c-.108-.056-.26-.1-.554-.124a6.923 6.923 0 0 0-.39-.019v-1.3c.18.004.346.011.497.024.374.03.715.096 1.036.26.51.256.907.669 1.155 1.153.165.322.231.665.262 1.04.013.151.02.316.024.497h-1.3ZM13.35 9.67V6.33h1.3v3.34h-1.3ZM11.67 13.344c.147-.004.275-.01.39-.02.293-.023.445-.067.554-.122.254-.131.46-.334.585-.583l.002-.005c.056-.108.1-.26.124-.554.01-.115.015-.243.019-.39h1.3c-.004.18-.011.346-.024.497-.03.374-.096.715-.26 1.036-.256.51-.669.907-1.153 1.155-.322.165-.665.231-1.04.262-.15.013-.316.02-.497.024v-1.3ZM6.33 13.35h3.34v1.3H6.33v-1.3ZM2.656 11.67c.004.147.01.275.02.39.023.293.067.446.123.554.13.254.333.46.582.585l.005.002c.108.056.26.1.554.124.115.01.243.015.39.019v1.3a8.573 8.573 0 0 1-.497-.024c-.374-.03-.715-.096-1.036-.26a2.628 2.628 0 0 1-1.155-1.153c-.165-.322-.231-.665-.262-1.04a8.54 8.54 0 0 1-.024-.497h1.3ZM2.65 6.33v3.34h-1.3V6.33h1.3Z" /></svg>
|
|
11
11
|
);
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -7,7 +7,7 @@ import type { IconProps } from "../types";
|
|
|
7
7
|
export const SmallXIcon = forwardRef<SVGSVGElement, IconProps>(
|
|
8
8
|
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
9
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="M11.495 4.505a.7.7 0 0 1 0 .99L8.99 8l2.505 2.505a.7.7 0 0 1-.99.99L8 8.99l-2.505 2.505a.7.7 0 0 1-.99-.99L7.01 8 4.505 5.495a.7.7 0
|
|
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="M11.495 4.505a.7.7 0 0 1 0 .99L8.99 8l2.505 2.505a.7.7 0 0 1-.99.99L8 8.99l-2.505 2.505a.7.7 0 0 1-.99-.99L7.01 8 4.505 5.495a.7.7 0 0 1 .99-.99L8 7.01l2.505-2.505a.7.7 0 0 1 .99 0Z" clipRule="evenodd" /></svg>
|
|
11
11
|
);
|
|
12
12
|
}
|
|
13
13
|
);
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/text-align-left.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const TextAlignLeftIcon = 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.85 4a.65.65 0 0 1 .65-.65h12a.65.65 0 1 1 0 1.3h-12A.65.65 0 0 1 1.85 4Zm0 4a.65.65 0 0 1 .65-.65h6a.65.65 0 0 1 0 1.3h-6A.65.65 0 0 1 1.85 8Zm0 4a.65.65 0 0 1 .65-.65h8a.65.65 0 1 1 0 1.3h-8a.65.65 0 0 1-.65-.65Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
TextAlignLeftIcon.displayName = "TextAlignLeftIcon";
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
// Generated from icons/video.svg
|
|
2
|
+
|
|
3
|
+
import { forwardRef } from "react";
|
|
4
|
+
import type { IconProps } from "../types";
|
|
5
|
+
|
|
6
|
+
// prettier-ignore
|
|
7
|
+
export const VideoIcon = 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="M10.251 7.5 6.933 5.29A.6.6 0 0 0 6 5.788v4.424a.6.6 0 0 0 .933.5l3.318-2.213a.6.6 0 0 0 0-.998Z" /><path fillRule="evenodd" d="M5.173 1.35h5.654c.537 0 .98 0 1.34.03.373.03.715.095 1.036.259.499.254.904.66 1.158 1.158.164.32.229.663.26 1.037.029.36.029.802.029 1.34v5.653c0 .537 0 .98-.03 1.34-.03.373-.095.715-.259 1.036a2.65 2.65 0 0 1-1.158 1.158c-.32.164-.663.23-1.037.26-.36.03-.802.03-1.34.03H5.174c-.537 0-.98 0-1.34-.03-.373-.03-.715-.096-1.036-.26a2.65 2.65 0 0 1-1.158-1.158c-.164-.32-.23-.663-.26-1.036-.029-.36-.029-.803-.029-1.34V5.173c0-.537 0-.98.03-1.34.03-.373.095-.715.259-1.036a2.65 2.65 0 0 1 1.158-1.158c.32-.164.663-.229 1.036-.26.36-.029.803-.029 1.34-.029ZM3.939 2.675c-.293.024-.445.068-.552.122a1.35 1.35 0 0 0-.59.59c-.054.107-.098.26-.122.552-.025.301-.025.69-.025 1.261v5.6c0 .57 0 .96.025 1.26.024.294.068.446.122.553.13.254.336.46.59.59.107.055.259.098.552.122.301.025.69.025 1.261.025h5.6c.57 0 .96 0 1.26-.025.294-.024.446-.067.553-.122.254-.13.46-.336.59-.59.054-.107.098-.259.122-.552.025-.301.025-.69.025-1.26V5.2c0-.572 0-.96-.025-1.262-.024-.293-.068-.445-.122-.552a1.35 1.35 0 0 0-.59-.59c-.107-.054-.26-.098-.552-.122-.301-.024-.69-.025-1.261-.025H5.2c-.57 0-.96 0-1.26.025Z" clipRule="evenodd" /></svg>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
);
|
|
14
|
+
|
|
15
|
+
VideoIcon.displayName = "VideoIcon";
|
package/src/index.ts
CHANGED
|
@@ -30,21 +30,11 @@ export * from "./cross-circled-filled";
|
|
|
30
30
|
export * from "./cross";
|
|
31
31
|
export * from "./magnifying-glass";
|
|
32
32
|
export * from "./menu";
|
|
33
|
-
export * from "./align-self-start";
|
|
34
|
-
export * from "./align-self-end";
|
|
35
|
-
export * from "./align-self-center";
|
|
36
|
-
export * from "./align-self-stretch";
|
|
37
|
-
export * from "./align-self-baseline";
|
|
38
|
-
export * from "./flex-sizing-grow";
|
|
39
|
-
export * from "./flex-sizing-shrink";
|
|
40
|
-
export * from "./order-first";
|
|
41
|
-
export * from "./order-last";
|
|
42
33
|
export * from "./cross-small";
|
|
43
34
|
export * from "./cross-large";
|
|
44
35
|
export * from "./ellipses";
|
|
45
36
|
export * from "./text-align-center";
|
|
46
37
|
export * from "./text-align-justify";
|
|
47
|
-
export * from "./text-align-left";
|
|
48
38
|
export * from "./text-align-right";
|
|
49
39
|
export * from "./text-capitalize";
|
|
50
40
|
export * from "./text-hyphen";
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef } from "react";
|
|
3
|
-
const BoxLinkIcon = forwardRef(
|
|
4
|
-
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
6
|
-
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M14.882 2H7.118c-.743 0-1.346 0-1.836.04-.504.041-.954.129-1.371.341a3.5 3.5 0 0 0-1.53 1.53c-.212.418-.3.867-.341 1.372C2 5.772 2 6.375 2 7.118v7.764c0 .743 0 1.346.04 1.835.041.505.129.955.341 1.372a3.5 3.5 0 0 0 1.53 1.53c.417.212.867.3 1.371.341.49.04 1.093.04 1.836.04h7.764c.743 0 1.346 0 1.835-.04.505-.041.954-.129 1.372-.341a3.5 3.5 0 0 0 1.53-1.53c.212-.417.3-.867.34-1.372.04-.489.04-1.092.04-1.835V7.118c0-.743 0-1.346-.04-1.835-.04-.505-.128-.954-.34-1.372a3.5 3.5 0 0 0-1.53-1.53c-.418-.212-.867-.3-1.372-.341C16.227 2 15.625 2 14.882 2Zm1.713 1.535c.412.034.642.096.813.183a2 2 0 0 1 .874.874c.087.17.15.4.183.813.034.42.035.963.035 1.745v7.7c0 .782 0 1.324-.035 1.745-.034.412-.096.642-.183.813a2 2 0 0 1-.874.874c-.171.087-.4.15-.813.183-.421.034-.963.035-1.745.035h-7.7c-.783 0-1.324 0-1.745-.035-.413-.034-.642-.096-.813-.183a2 2 0 0 1-.874-.874c-.087-.17-.15-.4-.183-.813-.035-.42-.035-.963-.035-1.745v-7.7c0-.782 0-1.324.035-1.745.033-.412.096-.642.183-.813a2 2 0 0 1 .874-.874c.17-.087.4-.15.813-.183.42-.034.962-.035 1.745-.035h7.7c.782 0 1.324 0 1.745.035Z", clipRule: "evenodd" }),
|
|
7
|
-
/* @__PURE__ */ jsx("path", { fillRule: "evenodd", d: "M14.466 7.539c-.57-.57-1.706-.597-2.546.244l-.733.732a.75.75 0 1 1-1.06-1.06l.733-.733c1.286-1.287 3.38-1.53 4.667-.244 1.287 1.287 1.043 3.38-.244 4.667l-.733.733a.75.75 0 0 1-1.06-1.06l.732-.733c.84-.84.815-1.976.244-2.546ZM12.86 9.146a.75.75 0 0 1 0 1.06l-2.652 2.653a.75.75 0 0 1-1.061-1.06l2.652-2.653a.75.75 0 0 1 1.061 0Zm-4.344.981a.75.75 0 0 1 0 1.06l-.732.734c-.84.84-.815 1.975-.244 2.546.57.57 1.706.596 2.546-.244l.732-.733a.75.75 0 0 1 1.061 1.06l-.733.733c-1.286 1.287-3.38 1.53-4.667.244s-1.043-3.38.244-4.667l.733-.733a.75.75 0 0 1 1.06 0Z", clipRule: "evenodd" })
|
|
8
|
-
] });
|
|
9
|
-
}
|
|
10
|
-
);
|
|
11
|
-
BoxLinkIcon.displayName = "BoxLinkIcon";
|
|
12
|
-
export {
|
|
13
|
-
BoxLinkIcon
|
|
14
|
-
};
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const AlignSelfBaselineIcon = React.forwardRef(
|
|
4
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsxs(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
fill: "none",
|
|
10
|
-
viewBox: "0 0 16 16",
|
|
11
|
-
width: "16",
|
|
12
|
-
height: "16",
|
|
13
|
-
...props,
|
|
14
|
-
ref: forwardedRef,
|
|
15
|
-
children: [
|
|
16
|
-
/* @__PURE__ */ jsx("mask", { id: "a", fill: "#fff", children: /* @__PURE__ */ jsx("rect", { width: "3", height: "10", x: "6.5", y: "3", rx: ".8" }) }),
|
|
17
|
-
/* @__PURE__ */ jsx(
|
|
18
|
-
"rect",
|
|
19
|
-
{
|
|
20
|
-
width: "3",
|
|
21
|
-
height: "10",
|
|
22
|
-
x: "6.5",
|
|
23
|
-
y: "3",
|
|
24
|
-
stroke: color,
|
|
25
|
-
strokeWidth: "2",
|
|
26
|
-
mask: "url(#a)",
|
|
27
|
-
rx: ".8"
|
|
28
|
-
}
|
|
29
|
-
),
|
|
30
|
-
/* @__PURE__ */ jsx(
|
|
31
|
-
"rect",
|
|
32
|
-
{
|
|
33
|
-
width: "3",
|
|
34
|
-
height: "5.73926",
|
|
35
|
-
x: "6.5",
|
|
36
|
-
y: "7.25977",
|
|
37
|
-
fill: color,
|
|
38
|
-
rx: ".8"
|
|
39
|
-
}
|
|
40
|
-
),
|
|
41
|
-
/* @__PURE__ */ jsx(
|
|
42
|
-
"path",
|
|
43
|
-
{
|
|
44
|
-
fill: color,
|
|
45
|
-
fillRule: "evenodd",
|
|
46
|
-
d: "M1.5 7.95c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7 0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7Z",
|
|
47
|
-
clipRule: "evenodd"
|
|
48
|
-
}
|
|
49
|
-
)
|
|
50
|
-
]
|
|
51
|
-
}
|
|
52
|
-
);
|
|
53
|
-
}
|
|
54
|
-
);
|
|
55
|
-
AlignSelfBaselineIcon.displayName = "AlignSelfBaselineIcon";
|
|
56
|
-
export {
|
|
57
|
-
AlignSelfBaselineIcon
|
|
58
|
-
};
|
package/lib/align-self-center.js
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const AlignSelfCenterIcon = React.forwardRef(
|
|
4
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsxs(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
fill: "none",
|
|
10
|
-
viewBox: "0 0 16 16",
|
|
11
|
-
width: "16",
|
|
12
|
-
height: "16",
|
|
13
|
-
...props,
|
|
14
|
-
ref: forwardedRef,
|
|
15
|
-
children: [
|
|
16
|
-
/* @__PURE__ */ jsx("rect", { width: "3", height: "10", x: "6.5", y: "3", fill: color, rx: ".8" }),
|
|
17
|
-
/* @__PURE__ */ jsx(
|
|
18
|
-
"path",
|
|
19
|
-
{
|
|
20
|
-
fill: color,
|
|
21
|
-
fillRule: "evenodd",
|
|
22
|
-
d: "M1.5 7.95c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7 0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7Z",
|
|
23
|
-
clipRule: "evenodd"
|
|
24
|
-
}
|
|
25
|
-
)
|
|
26
|
-
]
|
|
27
|
-
}
|
|
28
|
-
);
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
AlignSelfCenterIcon.displayName = "AlignSelfCenterIcon";
|
|
32
|
-
export {
|
|
33
|
-
AlignSelfCenterIcon
|
|
34
|
-
};
|
package/lib/align-self-end.js
DELETED
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const AlignSelfEndIcon = React.forwardRef(
|
|
4
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsxs(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
fill: "none",
|
|
10
|
-
viewBox: "0 0 16 16",
|
|
11
|
-
width: "16",
|
|
12
|
-
height: "16",
|
|
13
|
-
...props,
|
|
14
|
-
ref: forwardedRef,
|
|
15
|
-
children: [
|
|
16
|
-
/* @__PURE__ */ jsx(
|
|
17
|
-
"path",
|
|
18
|
-
{
|
|
19
|
-
fill: color,
|
|
20
|
-
fillRule: "evenodd",
|
|
21
|
-
d: "M14.5 14.2004c0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7 0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7Z",
|
|
22
|
-
clipRule: "evenodd"
|
|
23
|
-
}
|
|
24
|
-
),
|
|
25
|
-
/* @__PURE__ */ jsx(
|
|
26
|
-
"rect",
|
|
27
|
-
{
|
|
28
|
-
width: "3",
|
|
29
|
-
height: "9",
|
|
30
|
-
x: "9.5",
|
|
31
|
-
y: "12.4004",
|
|
32
|
-
fill: color,
|
|
33
|
-
rx: ".8",
|
|
34
|
-
transform: "rotate(-180 9.5 12.4004)"
|
|
35
|
-
}
|
|
36
|
-
)
|
|
37
|
-
]
|
|
38
|
-
}
|
|
39
|
-
);
|
|
40
|
-
}
|
|
41
|
-
);
|
|
42
|
-
AlignSelfEndIcon.displayName = "AlignSelfEndIcon";
|
|
43
|
-
export {
|
|
44
|
-
AlignSelfEndIcon
|
|
45
|
-
};
|
package/lib/align-self-start.js
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const AlignSelfStartIcon = React.forwardRef(
|
|
4
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsxs(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
fill: "none",
|
|
10
|
-
viewBox: "0 0 16 16",
|
|
11
|
-
width: "16",
|
|
12
|
-
height: "16",
|
|
13
|
-
...props,
|
|
14
|
-
ref: forwardedRef,
|
|
15
|
-
children: [
|
|
16
|
-
/* @__PURE__ */ jsx(
|
|
17
|
-
"path",
|
|
18
|
-
{
|
|
19
|
-
fill: color,
|
|
20
|
-
fillRule: "evenodd",
|
|
21
|
-
d: "M1.5 1.79961c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7 0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7Z",
|
|
22
|
-
clipRule: "evenodd"
|
|
23
|
-
}
|
|
24
|
-
),
|
|
25
|
-
/* @__PURE__ */ jsx("rect", { width: "3", height: "9", x: "6.5", y: "3.59961", fill: color, rx: ".8" })
|
|
26
|
-
]
|
|
27
|
-
}
|
|
28
|
-
);
|
|
29
|
-
}
|
|
30
|
-
);
|
|
31
|
-
AlignSelfStartIcon.displayName = "AlignSelfStartIcon";
|
|
32
|
-
export {
|
|
33
|
-
AlignSelfStartIcon
|
|
34
|
-
};
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
import { jsx, jsxs } from "react/jsx-runtime";
|
|
2
|
-
import * as React from "react";
|
|
3
|
-
const AlignSelfStretchIcon = React.forwardRef(
|
|
4
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
5
|
-
return /* @__PURE__ */ jsxs(
|
|
6
|
-
"svg",
|
|
7
|
-
{
|
|
8
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
-
fill: "none",
|
|
10
|
-
viewBox: "0 0 16 16",
|
|
11
|
-
width: "16",
|
|
12
|
-
height: "16",
|
|
13
|
-
...props,
|
|
14
|
-
ref: forwardedRef,
|
|
15
|
-
children: [
|
|
16
|
-
/* @__PURE__ */ jsx(
|
|
17
|
-
"path",
|
|
18
|
-
{
|
|
19
|
-
fill: color,
|
|
20
|
-
fillRule: "evenodd",
|
|
21
|
-
d: "M14.5 14.2004c0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7 0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7Z",
|
|
22
|
-
clipRule: "evenodd"
|
|
23
|
-
}
|
|
24
|
-
),
|
|
25
|
-
/* @__PURE__ */ jsx(
|
|
26
|
-
"rect",
|
|
27
|
-
{
|
|
28
|
-
width: "3",
|
|
29
|
-
height: "9",
|
|
30
|
-
x: "9.5",
|
|
31
|
-
y: "12.5",
|
|
32
|
-
fill: color,
|
|
33
|
-
rx: ".8",
|
|
34
|
-
transform: "rotate(-180 9.5 12.5)"
|
|
35
|
-
}
|
|
36
|
-
),
|
|
37
|
-
/* @__PURE__ */ jsx(
|
|
38
|
-
"path",
|
|
39
|
-
{
|
|
40
|
-
fill: color,
|
|
41
|
-
fillRule: "evenodd",
|
|
42
|
-
d: "M14.5 1.8c0 .3866-.3439.7-.7682.7H2.26818C1.84393 2.5 1.5 2.1866 1.5 1.8c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7Z",
|
|
43
|
-
clipRule: "evenodd"
|
|
44
|
-
}
|
|
45
|
-
)
|
|
46
|
-
]
|
|
47
|
-
}
|
|
48
|
-
);
|
|
49
|
-
}
|
|
50
|
-
);
|
|
51
|
-
AlignSelfStretchIcon.displayName = "AlignSelfStretchIcon";
|
|
52
|
-
export {
|
|
53
|
-
AlignSelfStretchIcon
|
|
54
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
-
};
|
|
10
|
-
var __copyProps = (to, from, except, desc) => {
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
-
for (let key of __getOwnPropNames(from))
|
|
13
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
16
|
-
return to;
|
|
17
|
-
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
-
var box_link_exports = {};
|
|
20
|
-
__export(box_link_exports, {
|
|
21
|
-
BoxLinkIcon: () => BoxLinkIcon
|
|
22
|
-
});
|
|
23
|
-
module.exports = __toCommonJS(box_link_exports);
|
|
24
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
25
|
-
var import_react = require("react");
|
|
26
|
-
const BoxLinkIcon = (0, import_react.forwardRef)(
|
|
27
|
-
({ color = "currentColor", size = 16, ...props }, forwardedRef) => {
|
|
28
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 22 22", width: size, height: size, fill: color, ...props, ref: forwardedRef, children: [
|
|
29
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M14.882 2H7.118c-.743 0-1.346 0-1.836.04-.504.041-.954.129-1.371.341a3.5 3.5 0 0 0-1.53 1.53c-.212.418-.3.867-.341 1.372C2 5.772 2 6.375 2 7.118v7.764c0 .743 0 1.346.04 1.835.041.505.129.955.341 1.372a3.5 3.5 0 0 0 1.53 1.53c.417.212.867.3 1.371.341.49.04 1.093.04 1.836.04h7.764c.743 0 1.346 0 1.835-.04.505-.041.954-.129 1.372-.341a3.5 3.5 0 0 0 1.53-1.53c.212-.417.3-.867.34-1.372.04-.489.04-1.092.04-1.835V7.118c0-.743 0-1.346-.04-1.835-.04-.505-.128-.954-.34-1.372a3.5 3.5 0 0 0-1.53-1.53c-.418-.212-.867-.3-1.372-.341C16.227 2 15.625 2 14.882 2Zm1.713 1.535c.412.034.642.096.813.183a2 2 0 0 1 .874.874c.087.17.15.4.183.813.034.42.035.963.035 1.745v7.7c0 .782 0 1.324-.035 1.745-.034.412-.096.642-.183.813a2 2 0 0 1-.874.874c-.171.087-.4.15-.813.183-.421.034-.963.035-1.745.035h-7.7c-.783 0-1.324 0-1.745-.035-.413-.034-.642-.096-.813-.183a2 2 0 0 1-.874-.874c-.087-.17-.15-.4-.183-.813-.035-.42-.035-.963-.035-1.745v-7.7c0-.782 0-1.324.035-1.745.033-.412.096-.642.183-.813a2 2 0 0 1 .874-.874c.17-.087.4-.15.813-.183.42-.034.962-.035 1.745-.035h7.7c.782 0 1.324 0 1.745.035Z", clipRule: "evenodd" }),
|
|
30
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { fillRule: "evenodd", d: "M14.466 7.539c-.57-.57-1.706-.597-2.546.244l-.733.732a.75.75 0 1 1-1.06-1.06l.733-.733c1.286-1.287 3.38-1.53 4.667-.244 1.287 1.287 1.043 3.38-.244 4.667l-.733.733a.75.75 0 0 1-1.06-1.06l.732-.733c.84-.84.815-1.976.244-2.546ZM12.86 9.146a.75.75 0 0 1 0 1.06l-2.652 2.653a.75.75 0 0 1-1.061-1.06l2.652-2.653a.75.75 0 0 1 1.061 0Zm-4.344.981a.75.75 0 0 1 0 1.06l-.732.734c-.84.84-.815 1.975-.244 2.546.57.57 1.706.596 2.546-.244l.732-.733a.75.75 0 0 1 1.061 1.06l-.733.733c-1.286 1.287-3.38 1.53-4.667.244s-1.043-3.38.244-4.667l.733-.733a.75.75 0 0 1 1.06 0Z", clipRule: "evenodd" })
|
|
31
|
-
] });
|
|
32
|
-
}
|
|
33
|
-
);
|
|
34
|
-
BoxLinkIcon.displayName = "BoxLinkIcon";
|
|
@@ -1,88 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __export = (target, all) => {
|
|
9
|
-
for (var name in all)
|
|
10
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
-
};
|
|
12
|
-
var __copyProps = (to, from, except, desc) => {
|
|
13
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
-
for (let key of __getOwnPropNames(from))
|
|
15
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
-
}
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var align_self_baseline_exports = {};
|
|
30
|
-
__export(align_self_baseline_exports, {
|
|
31
|
-
AlignSelfBaselineIcon: () => AlignSelfBaselineIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(align_self_baseline_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const AlignSelfBaselineIcon = React.forwardRef(
|
|
37
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
38
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
39
|
-
"svg",
|
|
40
|
-
{
|
|
41
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
42
|
-
fill: "none",
|
|
43
|
-
viewBox: "0 0 16 16",
|
|
44
|
-
width: "16",
|
|
45
|
-
height: "16",
|
|
46
|
-
...props,
|
|
47
|
-
ref: forwardedRef,
|
|
48
|
-
children: [
|
|
49
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("mask", { id: "a", fill: "#fff", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "3", height: "10", x: "6.5", y: "3", rx: ".8" }) }),
|
|
50
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
|
-
"rect",
|
|
52
|
-
{
|
|
53
|
-
width: "3",
|
|
54
|
-
height: "10",
|
|
55
|
-
x: "6.5",
|
|
56
|
-
y: "3",
|
|
57
|
-
stroke: color,
|
|
58
|
-
strokeWidth: "2",
|
|
59
|
-
mask: "url(#a)",
|
|
60
|
-
rx: ".8"
|
|
61
|
-
}
|
|
62
|
-
),
|
|
63
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
64
|
-
"rect",
|
|
65
|
-
{
|
|
66
|
-
width: "3",
|
|
67
|
-
height: "5.73926",
|
|
68
|
-
x: "6.5",
|
|
69
|
-
y: "7.25977",
|
|
70
|
-
fill: color,
|
|
71
|
-
rx: ".8"
|
|
72
|
-
}
|
|
73
|
-
),
|
|
74
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
75
|
-
"path",
|
|
76
|
-
{
|
|
77
|
-
fill: color,
|
|
78
|
-
fillRule: "evenodd",
|
|
79
|
-
d: "M1.5 7.95c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7 0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7Z",
|
|
80
|
-
clipRule: "evenodd"
|
|
81
|
-
}
|
|
82
|
-
)
|
|
83
|
-
]
|
|
84
|
-
}
|
|
85
|
-
);
|
|
86
|
-
}
|
|
87
|
-
);
|
|
88
|
-
AlignSelfBaselineIcon.displayName = "AlignSelfBaselineIcon";
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __export = (target, all) => {
|
|
9
|
-
for (var name in all)
|
|
10
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
-
};
|
|
12
|
-
var __copyProps = (to, from, except, desc) => {
|
|
13
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
-
for (let key of __getOwnPropNames(from))
|
|
15
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
-
}
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var align_self_center_exports = {};
|
|
30
|
-
__export(align_self_center_exports, {
|
|
31
|
-
AlignSelfCenterIcon: () => AlignSelfCenterIcon
|
|
32
|
-
});
|
|
33
|
-
module.exports = __toCommonJS(align_self_center_exports);
|
|
34
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
35
|
-
var React = __toESM(require("react"), 1);
|
|
36
|
-
const AlignSelfCenterIcon = React.forwardRef(
|
|
37
|
-
({ color = "currentColor", ...props }, forwardedRef) => {
|
|
38
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
39
|
-
"svg",
|
|
40
|
-
{
|
|
41
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
42
|
-
fill: "none",
|
|
43
|
-
viewBox: "0 0 16 16",
|
|
44
|
-
width: "16",
|
|
45
|
-
height: "16",
|
|
46
|
-
...props,
|
|
47
|
-
ref: forwardedRef,
|
|
48
|
-
children: [
|
|
49
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: "3", height: "10", x: "6.5", y: "3", fill: color, rx: ".8" }),
|
|
50
|
-
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
51
|
-
"path",
|
|
52
|
-
{
|
|
53
|
-
fill: color,
|
|
54
|
-
fillRule: "evenodd",
|
|
55
|
-
d: "M1.5 7.95c0-.3866.34393-.7.76818-.7H13.7318c.4243 0 .7682.3134.7682.7 0 .3866-.3439.7-.7682.7H2.26818c-.42425 0-.76818-.3134-.76818-.7Z",
|
|
56
|
-
clipRule: "evenodd"
|
|
57
|
-
}
|
|
58
|
-
)
|
|
59
|
-
]
|
|
60
|
-
}
|
|
61
|
-
);
|
|
62
|
-
}
|
|
63
|
-
);
|
|
64
|
-
AlignSelfCenterIcon.displayName = "AlignSelfCenterIcon";
|