@activecollab/components 2.0.374 → 2.0.375
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/dist/cjs/components/Icons/collection/FolderPlus.js +62 -0
- package/dist/cjs/components/Icons/collection/FolderPlus.js.map +1 -0
- package/dist/cjs/components/Icons/collection/LayerBack.js +62 -0
- package/dist/cjs/components/Icons/collection/LayerBack.js.map +1 -0
- package/dist/cjs/components/Icons/collection/LayerBackward.js +79 -0
- package/dist/cjs/components/Icons/collection/LayerBackward.js.map +1 -0
- package/dist/cjs/components/Icons/collection/LayerForward.js +79 -0
- package/dist/cjs/components/Icons/collection/LayerForward.js.map +1 -0
- package/dist/cjs/components/Icons/collection/LayerFront.js +62 -0
- package/dist/cjs/components/Icons/collection/LayerFront.js.map +1 -0
- package/dist/cjs/components/Icons/collection/Layers.js +65 -0
- package/dist/cjs/components/Icons/collection/Layers.js.map +1 -0
- package/dist/cjs/components/Icons/collection/SidebarLeft.js +66 -0
- package/dist/cjs/components/Icons/collection/SidebarLeft.js.map +1 -0
- package/dist/cjs/components/Icons/collection/SidebarRight.js +66 -0
- package/dist/cjs/components/Icons/collection/SidebarRight.js.map +1 -0
- package/dist/cjs/components/Icons/collection/index.js +56 -0
- package/dist/cjs/components/Icons/collection/index.js.map +1 -1
- package/dist/esm/components/Icons/collection/FolderPlus.d.ts +32 -0
- package/dist/esm/components/Icons/collection/FolderPlus.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/FolderPlus.js +55 -0
- package/dist/esm/components/Icons/collection/FolderPlus.js.map +1 -0
- package/dist/esm/components/Icons/collection/LayerBack.d.ts +32 -0
- package/dist/esm/components/Icons/collection/LayerBack.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/LayerBack.js +55 -0
- package/dist/esm/components/Icons/collection/LayerBack.js.map +1 -0
- package/dist/esm/components/Icons/collection/LayerBackward.d.ts +32 -0
- package/dist/esm/components/Icons/collection/LayerBackward.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/LayerBackward.js +72 -0
- package/dist/esm/components/Icons/collection/LayerBackward.js.map +1 -0
- package/dist/esm/components/Icons/collection/LayerForward.d.ts +32 -0
- package/dist/esm/components/Icons/collection/LayerForward.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/LayerForward.js +72 -0
- package/dist/esm/components/Icons/collection/LayerForward.js.map +1 -0
- package/dist/esm/components/Icons/collection/LayerFront.d.ts +32 -0
- package/dist/esm/components/Icons/collection/LayerFront.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/LayerFront.js +55 -0
- package/dist/esm/components/Icons/collection/LayerFront.js.map +1 -0
- package/dist/esm/components/Icons/collection/Layers.d.ts +32 -0
- package/dist/esm/components/Icons/collection/Layers.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/Layers.js +58 -0
- package/dist/esm/components/Icons/collection/Layers.js.map +1 -0
- package/dist/esm/components/Icons/collection/SidebarLeft.d.ts +32 -0
- package/dist/esm/components/Icons/collection/SidebarLeft.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/SidebarLeft.js +59 -0
- package/dist/esm/components/Icons/collection/SidebarLeft.js.map +1 -0
- package/dist/esm/components/Icons/collection/SidebarRight.d.ts +32 -0
- package/dist/esm/components/Icons/collection/SidebarRight.d.ts.map +1 -0
- package/dist/esm/components/Icons/collection/SidebarRight.js +59 -0
- package/dist/esm/components/Icons/collection/SidebarRight.js.map +1 -0
- package/dist/esm/components/Icons/collection/index.d.ts +8 -0
- package/dist/esm/components/Icons/collection/index.d.ts.map +1 -1
- package/dist/esm/components/Icons/collection/index.js +8 -0
- package/dist/esm/components/Icons/collection/index.js.map +1 -1
- package/dist/index.js +893 -432
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
3
|
+
const _excluded = ["gradient"];
|
|
4
|
+
import React from "react";
|
|
5
|
+
import { GradientDefs } from "../../GradientDefs";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component LayerBackwardIcon
|
|
9
|
+
* @description
|
|
10
|
+
*
|
|
11
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
12
|
+
* The Icon component is
|
|
13
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
14
|
+
*
|
|
15
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
16
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* return (
|
|
20
|
+
* <LayerBackwardIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
21
|
+
* )
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* return (
|
|
25
|
+
* <LayerBackwardIcon className="mr-2" />
|
|
26
|
+
* )
|
|
27
|
+
*
|
|
28
|
+
* @see
|
|
29
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
30
|
+
* @see
|
|
31
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
32
|
+
*/
|
|
33
|
+
const LayerBackwardIcon = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
34
|
+
let gradient = _ref.gradient,
|
|
35
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
36
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
37
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
38
|
+
width: 24,
|
|
39
|
+
height: 24,
|
|
40
|
+
viewBox: "0 0 24 24",
|
|
41
|
+
"data-testid": "LayerBackwardIcon",
|
|
42
|
+
fill: gradient ? "url(#icon-gradient)" : props != null && props.fill ? props.fill : "var(--color-theme-600)",
|
|
43
|
+
focusable: false,
|
|
44
|
+
ref: ref
|
|
45
|
+
}, props), /*#__PURE__*/React.createElement(GradientDefs, {
|
|
46
|
+
gradient: gradient
|
|
47
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
48
|
+
id: "layer-backward-cutout"
|
|
49
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
50
|
+
x: "0",
|
|
51
|
+
y: "0",
|
|
52
|
+
width: "24",
|
|
53
|
+
height: "24",
|
|
54
|
+
fill: "#fff"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M12 14.5 15.96 10.54 14.83 9.41 12.8 11.44V6.5H11.2V11.44L9.17 9.41 8.04 10.54Z",
|
|
57
|
+
fill: "#000",
|
|
58
|
+
stroke: "#000",
|
|
59
|
+
strokeWidth: 3,
|
|
60
|
+
strokeLinejoin: "round",
|
|
61
|
+
strokeLinecap: "round"
|
|
62
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
63
|
+
mask: "url(#layer-backward-cutout)"
|
|
64
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
65
|
+
d: "M22 12a.83.83 0 0 0-.41-.717l-1.959-1.158 1.96-1.157a.834.834 0 0 0 0-1.435l-9.167-5.417a.83.83 0 0 0-.848 0L2.409 7.533a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l9.167 5.416a.83.83 0 0 0 .848 0l9.167-5.416a.834.834 0 0 0 0-1.435l-1.96-1.158 1.96-1.157A.83.83 0 0 0 22 12M12 3.801l7.528 4.45L12 12.698 4.471 8.25zm-.424 10.583a.83.83 0 0 0 .848 0l5.57-3.29 1.535.907L12 16.449 4.471 12l1.536-.907zm7.952 1.366L12 20.2l-7.529-4.45 1.536-.907 5.57 3.29a.83.83 0 0 0 .848 0l5.57-3.29z"
|
|
66
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
67
|
+
d: "M12 14.5 15.96 10.54 14.83 9.41 12.8 11.44V6.5H11.2V11.44L9.17 9.41 8.04 10.54Z"
|
|
68
|
+
}));
|
|
69
|
+
});
|
|
70
|
+
LayerBackwardIcon.displayName = "LayerBackwardIcon";
|
|
71
|
+
export default LayerBackwardIcon;
|
|
72
|
+
//# sourceMappingURL=LayerBackward.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LayerBackward.js","names":["React","GradientDefs","LayerBackwardIcon","forwardRef","_ref","ref","gradient","props","_objectWithoutPropertiesLoose","_excluded","createElement","_extends","xmlns","width","height","viewBox","fill","focusable","id","x","y","d","stroke","strokeWidth","strokeLinejoin","strokeLinecap","mask","displayName"],"sources":["../../../../../src/components/Icons/collection/LayerBackward.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { GradientDefs } from \"../../GradientDefs\";\n\n/**\n * @component LayerBackwardIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.\n * Format: \"linear-gradient(<angle>deg, <color1>, <color2>, ...)\"\n *\n * @example\n * return (\n * <LayerBackwardIcon gradient=\"linear-gradient(135deg, #4da2ed, #f72222)\" />\n * )\n *\n * @example\n * return (\n * <LayerBackwardIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst LayerBackwardIcon = React.forwardRef(\n (\n {\n gradient,\n ...props\n }: React.SVGProps<SVGSVGElement> & {\n gradient?: string;\n },\n ref?: React.Ref<SVGSVGElement>\n ) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n data-testid=\"LayerBackwardIcon\"\n fill={\n gradient\n ? \"url(#icon-gradient)\"\n : props?.fill\n ? props.fill\n : \"var(--color-theme-600)\"\n }\n focusable={false}\n ref={ref}\n {...props}\n >\n <GradientDefs gradient={gradient} />\n <mask id=\"layer-backward-cutout\">\n <rect x=\"0\" y=\"0\" width=\"24\" height=\"24\" fill=\"#fff\" />\n <path\n d=\"M12 14.5 15.96 10.54 14.83 9.41 12.8 11.44V6.5H11.2V11.44L9.17 9.41 8.04 10.54Z\"\n fill=\"#000\"\n stroke=\"#000\"\n strokeWidth={3}\n strokeLinejoin=\"round\"\n strokeLinecap=\"round\"\n />\n </mask>\n <g mask=\"url(#layer-backward-cutout)\">\n <path d=\"M22 12a.83.83 0 0 0-.41-.717l-1.959-1.158 1.96-1.157a.834.834 0 0 0 0-1.435l-9.167-5.417a.83.83 0 0 0-.848 0L2.409 7.533a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l9.167 5.416a.83.83 0 0 0 .848 0l9.167-5.416a.834.834 0 0 0 0-1.435l-1.96-1.158 1.96-1.157A.83.83 0 0 0 22 12M12 3.801l7.528 4.45L12 12.698 4.471 8.25zm-.424 10.583a.83.83 0 0 0 .848 0l5.57-3.29 1.535.907L12 16.449 4.471 12l1.536-.907zm7.952 1.366L12 20.2l-7.529-4.45 1.536-.907 5.57 3.29a.83.83 0 0 0 .848 0l5.57-3.29z\" />\n </g>\n <path d=\"M12 14.5 15.96 10.54 14.83 9.41 12.8 11.44V6.5H11.2V11.44L9.17 9.41 8.04 10.54Z\" />\n </svg>\n )\n);\nLayerBackwardIcon.displayName = \"LayerBackwardIcon\";\nexport default LayerBackwardIcon;\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,YAAY,QAAQ,oBAAoB;;AAEjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMC,iBAAiB,gBAAGF,KAAK,CAACG,UAAU,CACxC,CAAAC,IAAA,EAOEC,GAA8B;EAAA,IAL5BC,QAAQ,GAAAF,IAAA,CAARE,QAAQ;IACLC,KAAK,GAAAC,6BAAA,CAAAJ,IAAA,EAAAK,SAAA;EAAA,oBAMVT,KAAA,CAAAU,aAAA,QAAAC,QAAA;IACEC,KAAK,EAAC,4BAA4B;IAClCC,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,EAAG;IACXC,OAAO,EAAC,WAAW;IACnB,eAAY,mBAAmB;IAC/BC,IAAI,EACFV,QAAQ,GACJ,qBAAqB,GACrBC,KAAK,YAALA,KAAK,CAAES,IAAI,GACXT,KAAK,CAACS,IAAI,GACV,wBACL;IACDC,SAAS,EAAE,KAAM;IACjBZ,GAAG,EAAEA;EAAI,GACLE,KAAK,gBAETP,KAAA,CAAAU,aAAA,CAACT,YAAY;IAACK,QAAQ,EAAEA;EAAS,CAAE,CAAC,eACpCN,KAAA,CAAAU,aAAA;IAAMQ,EAAE,EAAC;EAAuB,gBAC9BlB,KAAA,CAAAU,aAAA;IAAMS,CAAC,EAAC,GAAG;IAACC,CAAC,EAAC,GAAG;IAACP,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC,IAAI;IAACE,IAAI,EAAC;EAAM,CAAE,CAAC,eACvDhB,KAAA,CAAAU,aAAA;IACEW,CAAC,EAAC,iFAAiF;IACnFL,IAAI,EAAC,MAAM;IACXM,MAAM,EAAC,MAAM;IACbC,WAAW,EAAE,CAAE;IACfC,cAAc,EAAC,OAAO;IACtBC,aAAa,EAAC;EAAO,CACtB,CACG,CAAC,eACPzB,KAAA,CAAAU,aAAA;IAAGgB,IAAI,EAAC;EAA6B,gBACnC1B,KAAA,CAAAU,aAAA;IAAMW,CAAC,EAAC;EAA0iB,CAAE,CACnjB,CAAC,eACJrB,KAAA,CAAAU,aAAA;IAAMW,CAAC,EAAC;EAAiF,CAAE,CACxF,CAAC;AAAA,CAEV,CAAC;AACDnB,iBAAiB,CAACyB,WAAW,GAAG,mBAAmB;AACnD,eAAezB,iBAAiB","ignoreList":[]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @component LayerForwardIcon
|
|
4
|
+
* @description
|
|
5
|
+
*
|
|
6
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
7
|
+
* The Icon component is
|
|
8
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
9
|
+
*
|
|
10
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
11
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* return (
|
|
15
|
+
* <LayerForwardIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
16
|
+
* )
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* return (
|
|
20
|
+
* <LayerForwardIcon className="mr-2" />
|
|
21
|
+
* )
|
|
22
|
+
*
|
|
23
|
+
* @see
|
|
24
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
25
|
+
* @see
|
|
26
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
27
|
+
*/
|
|
28
|
+
declare const LayerForwardIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
29
|
+
gradient?: string;
|
|
30
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
31
|
+
export default LayerForwardIcon;
|
|
32
|
+
//# sourceMappingURL=LayerForward.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LayerForward.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/LayerForward.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,QAAA,MAAM,gBAAgB;eAML,MAAM;+CAuCtB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
3
|
+
const _excluded = ["gradient"];
|
|
4
|
+
import React from "react";
|
|
5
|
+
import { GradientDefs } from "../../GradientDefs";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component LayerForwardIcon
|
|
9
|
+
* @description
|
|
10
|
+
*
|
|
11
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
12
|
+
* The Icon component is
|
|
13
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
14
|
+
*
|
|
15
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
16
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* return (
|
|
20
|
+
* <LayerForwardIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
21
|
+
* )
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* return (
|
|
25
|
+
* <LayerForwardIcon className="mr-2" />
|
|
26
|
+
* )
|
|
27
|
+
*
|
|
28
|
+
* @see
|
|
29
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
30
|
+
* @see
|
|
31
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
32
|
+
*/
|
|
33
|
+
const LayerForwardIcon = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
34
|
+
let gradient = _ref.gradient,
|
|
35
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
36
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
37
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
38
|
+
width: 24,
|
|
39
|
+
height: 24,
|
|
40
|
+
viewBox: "0 0 24 24",
|
|
41
|
+
"data-testid": "LayerForwardIcon",
|
|
42
|
+
fill: gradient ? "url(#icon-gradient)" : props != null && props.fill ? props.fill : "var(--color-theme-600)",
|
|
43
|
+
focusable: false,
|
|
44
|
+
ref: ref
|
|
45
|
+
}, props), /*#__PURE__*/React.createElement(GradientDefs, {
|
|
46
|
+
gradient: gradient
|
|
47
|
+
}), /*#__PURE__*/React.createElement("mask", {
|
|
48
|
+
id: "layer-forward-cutout"
|
|
49
|
+
}, /*#__PURE__*/React.createElement("rect", {
|
|
50
|
+
x: "0",
|
|
51
|
+
y: "0",
|
|
52
|
+
width: "24",
|
|
53
|
+
height: "24",
|
|
54
|
+
fill: "#fff"
|
|
55
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
56
|
+
d: "M12 2 15.96 5.96 14.83 7.09 12.8 5.06V10H11.2V5.06L9.17 7.09 8.04 5.96Z",
|
|
57
|
+
fill: "#000",
|
|
58
|
+
stroke: "#000",
|
|
59
|
+
strokeWidth: 3,
|
|
60
|
+
strokeLinejoin: "round",
|
|
61
|
+
strokeLinecap: "round"
|
|
62
|
+
})), /*#__PURE__*/React.createElement("g", {
|
|
63
|
+
mask: "url(#layer-forward-cutout)"
|
|
64
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
65
|
+
d: "M22 12a.83.83 0 0 0-.41-.717l-1.959-1.158 1.96-1.157a.834.834 0 0 0 0-1.435l-9.167-5.417a.83.83 0 0 0-.848 0L2.409 7.533a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l9.167 5.416a.83.83 0 0 0 .848 0l9.167-5.416a.834.834 0 0 0 0-1.435l-1.96-1.158 1.96-1.157A.83.83 0 0 0 22 12M12 3.801l7.528 4.45L12 12.698 4.471 8.25zm-.424 10.583a.83.83 0 0 0 .848 0l5.57-3.29 1.535.907L12 16.449 4.471 12l1.536-.907zm7.952 1.366L12 20.2l-7.529-4.45 1.536-.907 5.57 3.29a.83.83 0 0 0 .848 0l5.57-3.29z"
|
|
66
|
+
})), /*#__PURE__*/React.createElement("path", {
|
|
67
|
+
d: "M12 2 15.96 5.96 14.83 7.09 12.8 5.06V10H11.2V5.06L9.17 7.09 8.04 5.96Z"
|
|
68
|
+
}));
|
|
69
|
+
});
|
|
70
|
+
LayerForwardIcon.displayName = "LayerForwardIcon";
|
|
71
|
+
export default LayerForwardIcon;
|
|
72
|
+
//# sourceMappingURL=LayerForward.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LayerForward.js","names":["React","GradientDefs","LayerForwardIcon","forwardRef","_ref","ref","gradient","props","_objectWithoutPropertiesLoose","_excluded","createElement","_extends","xmlns","width","height","viewBox","fill","focusable","id","x","y","d","stroke","strokeWidth","strokeLinejoin","strokeLinecap","mask","displayName"],"sources":["../../../../../src/components/Icons/collection/LayerForward.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { GradientDefs } from \"../../GradientDefs\";\n\n/**\n * @component LayerForwardIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.\n * Format: \"linear-gradient(<angle>deg, <color1>, <color2>, ...)\"\n *\n * @example\n * return (\n * <LayerForwardIcon gradient=\"linear-gradient(135deg, #4da2ed, #f72222)\" />\n * )\n *\n * @example\n * return (\n * <LayerForwardIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst LayerForwardIcon = React.forwardRef(\n (\n {\n gradient,\n ...props\n }: React.SVGProps<SVGSVGElement> & {\n gradient?: string;\n },\n ref?: React.Ref<SVGSVGElement>\n ) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n data-testid=\"LayerForwardIcon\"\n fill={\n gradient\n ? \"url(#icon-gradient)\"\n : props?.fill\n ? props.fill\n : \"var(--color-theme-600)\"\n }\n focusable={false}\n ref={ref}\n {...props}\n >\n <GradientDefs gradient={gradient} />\n <mask id=\"layer-forward-cutout\">\n <rect x=\"0\" y=\"0\" width=\"24\" height=\"24\" fill=\"#fff\" />\n <path\n d=\"M12 2 15.96 5.96 14.83 7.09 12.8 5.06V10H11.2V5.06L9.17 7.09 8.04 5.96Z\"\n fill=\"#000\"\n stroke=\"#000\"\n strokeWidth={3}\n strokeLinejoin=\"round\"\n strokeLinecap=\"round\"\n />\n </mask>\n <g mask=\"url(#layer-forward-cutout)\">\n <path d=\"M22 12a.83.83 0 0 0-.41-.717l-1.959-1.158 1.96-1.157a.834.834 0 0 0 0-1.435l-9.167-5.417a.83.83 0 0 0-.848 0L2.409 7.533a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l9.167 5.416a.83.83 0 0 0 .848 0l9.167-5.416a.834.834 0 0 0 0-1.435l-1.96-1.158 1.96-1.157A.83.83 0 0 0 22 12M12 3.801l7.528 4.45L12 12.698 4.471 8.25zm-.424 10.583a.83.83 0 0 0 .848 0l5.57-3.29 1.535.907L12 16.449 4.471 12l1.536-.907zm7.952 1.366L12 20.2l-7.529-4.45 1.536-.907 5.57 3.29a.83.83 0 0 0 .848 0l5.57-3.29z\" />\n </g>\n <path d=\"M12 2 15.96 5.96 14.83 7.09 12.8 5.06V10H11.2V5.06L9.17 7.09 8.04 5.96Z\" />\n </svg>\n )\n);\nLayerForwardIcon.displayName = \"LayerForwardIcon\";\nexport default LayerForwardIcon;\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,YAAY,QAAQ,oBAAoB;;AAEjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMC,gBAAgB,gBAAGF,KAAK,CAACG,UAAU,CACvC,CAAAC,IAAA,EAOEC,GAA8B;EAAA,IAL5BC,QAAQ,GAAAF,IAAA,CAARE,QAAQ;IACLC,KAAK,GAAAC,6BAAA,CAAAJ,IAAA,EAAAK,SAAA;EAAA,oBAMVT,KAAA,CAAAU,aAAA,QAAAC,QAAA;IACEC,KAAK,EAAC,4BAA4B;IAClCC,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,EAAG;IACXC,OAAO,EAAC,WAAW;IACnB,eAAY,kBAAkB;IAC9BC,IAAI,EACFV,QAAQ,GACJ,qBAAqB,GACrBC,KAAK,YAALA,KAAK,CAAES,IAAI,GACXT,KAAK,CAACS,IAAI,GACV,wBACL;IACDC,SAAS,EAAE,KAAM;IACjBZ,GAAG,EAAEA;EAAI,GACLE,KAAK,gBAETP,KAAA,CAAAU,aAAA,CAACT,YAAY;IAACK,QAAQ,EAAEA;EAAS,CAAE,CAAC,eACpCN,KAAA,CAAAU,aAAA;IAAMQ,EAAE,EAAC;EAAsB,gBAC7BlB,KAAA,CAAAU,aAAA;IAAMS,CAAC,EAAC,GAAG;IAACC,CAAC,EAAC,GAAG;IAACP,KAAK,EAAC,IAAI;IAACC,MAAM,EAAC,IAAI;IAACE,IAAI,EAAC;EAAM,CAAE,CAAC,eACvDhB,KAAA,CAAAU,aAAA;IACEW,CAAC,EAAC,yEAAyE;IAC3EL,IAAI,EAAC,MAAM;IACXM,MAAM,EAAC,MAAM;IACbC,WAAW,EAAE,CAAE;IACfC,cAAc,EAAC,OAAO;IACtBC,aAAa,EAAC;EAAO,CACtB,CACG,CAAC,eACPzB,KAAA,CAAAU,aAAA;IAAGgB,IAAI,EAAC;EAA4B,gBAClC1B,KAAA,CAAAU,aAAA;IAAMW,CAAC,EAAC;EAA0iB,CAAE,CACnjB,CAAC,eACJrB,KAAA,CAAAU,aAAA;IAAMW,CAAC,EAAC;EAAyE,CAAE,CAChF,CAAC;AAAA,CAEV,CAAC;AACDnB,gBAAgB,CAACyB,WAAW,GAAG,kBAAkB;AACjD,eAAezB,gBAAgB","ignoreList":[]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @component LayerFrontIcon
|
|
4
|
+
* @description
|
|
5
|
+
*
|
|
6
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
7
|
+
* The Icon component is
|
|
8
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
9
|
+
*
|
|
10
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
11
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* return (
|
|
15
|
+
* <LayerFrontIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
16
|
+
* )
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* return (
|
|
20
|
+
* <LayerFrontIcon className="mr-2" />
|
|
21
|
+
* )
|
|
22
|
+
*
|
|
23
|
+
* @see
|
|
24
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
25
|
+
* @see
|
|
26
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
27
|
+
*/
|
|
28
|
+
declare const LayerFrontIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
29
|
+
gradient?: string;
|
|
30
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
31
|
+
export default LayerFrontIcon;
|
|
32
|
+
//# sourceMappingURL=LayerFront.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LayerFront.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/LayerFront.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,QAAA,MAAM,cAAc;eAMH,MAAM;+CA0BtB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
3
|
+
const _excluded = ["gradient"];
|
|
4
|
+
import React from "react";
|
|
5
|
+
import { GradientDefs } from "../../GradientDefs";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component LayerFrontIcon
|
|
9
|
+
* @description
|
|
10
|
+
*
|
|
11
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
12
|
+
* The Icon component is
|
|
13
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
14
|
+
*
|
|
15
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
16
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* return (
|
|
20
|
+
* <LayerFrontIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
21
|
+
* )
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* return (
|
|
25
|
+
* <LayerFrontIcon className="mr-2" />
|
|
26
|
+
* )
|
|
27
|
+
*
|
|
28
|
+
* @see
|
|
29
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
30
|
+
* @see
|
|
31
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
32
|
+
*/
|
|
33
|
+
const LayerFrontIcon = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
34
|
+
let gradient = _ref.gradient,
|
|
35
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
36
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
37
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
38
|
+
width: 24,
|
|
39
|
+
height: 24,
|
|
40
|
+
viewBox: "0 0 24 24",
|
|
41
|
+
"data-testid": "LayerFrontIcon",
|
|
42
|
+
fill: gradient ? "url(#icon-gradient)" : props != null && props.fill ? props.fill : "var(--color-theme-600)",
|
|
43
|
+
focusable: false,
|
|
44
|
+
ref: ref
|
|
45
|
+
}, props), /*#__PURE__*/React.createElement(GradientDefs, {
|
|
46
|
+
gradient: gradient
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
d: "M22 12a.83.83 0 0 0-.41-.717l-1.959-1.158 1.96-1.157a.834.834 0 0 0 0-1.435l-9.167-5.417a.83.83 0 0 0-.848 0L2.409 7.533a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l9.167 5.416a.83.83 0 0 0 .848 0l9.167-5.416a.834.834 0 0 0 0-1.435l-1.96-1.158 1.96-1.157A.83.83 0 0 0 22 12M12 3.801l7.528 4.45L12 12.698 4.471 8.25zm-.424 10.583a.83.83 0 0 0 .848 0l5.57-3.29 1.535.907L12 16.449 4.471 12l1.536-.907zm7.952 1.366L12 20.2l-7.529-4.45 1.536-.907 5.57 3.29a.83.83 0 0 0 .848 0l5.57-3.29z"
|
|
49
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
50
|
+
d: "M12 3.801 19.528 8.251 12 12.698 4.471 8.25z"
|
|
51
|
+
}));
|
|
52
|
+
});
|
|
53
|
+
LayerFrontIcon.displayName = "LayerFrontIcon";
|
|
54
|
+
export default LayerFrontIcon;
|
|
55
|
+
//# sourceMappingURL=LayerFront.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LayerFront.js","names":["React","GradientDefs","LayerFrontIcon","forwardRef","_ref","ref","gradient","props","_objectWithoutPropertiesLoose","_excluded","createElement","_extends","xmlns","width","height","viewBox","fill","focusable","d","displayName"],"sources":["../../../../../src/components/Icons/collection/LayerFront.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { GradientDefs } from \"../../GradientDefs\";\n\n/**\n * @component LayerFrontIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.\n * Format: \"linear-gradient(<angle>deg, <color1>, <color2>, ...)\"\n *\n * @example\n * return (\n * <LayerFrontIcon gradient=\"linear-gradient(135deg, #4da2ed, #f72222)\" />\n * )\n *\n * @example\n * return (\n * <LayerFrontIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst LayerFrontIcon = React.forwardRef(\n (\n {\n gradient,\n ...props\n }: React.SVGProps<SVGSVGElement> & {\n gradient?: string;\n },\n ref?: React.Ref<SVGSVGElement>\n ) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n data-testid=\"LayerFrontIcon\"\n fill={\n gradient\n ? \"url(#icon-gradient)\"\n : props?.fill\n ? props.fill\n : \"var(--color-theme-600)\"\n }\n focusable={false}\n ref={ref}\n {...props}\n >\n <GradientDefs gradient={gradient} />\n <path d=\"M22 12a.83.83 0 0 0-.41-.717l-1.959-1.158 1.96-1.157a.834.834 0 0 0 0-1.435l-9.167-5.417a.83.83 0 0 0-.848 0L2.409 7.533a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l9.167 5.416a.83.83 0 0 0 .848 0l9.167-5.416a.834.834 0 0 0 0-1.435l-1.96-1.158 1.96-1.157A.83.83 0 0 0 22 12M12 3.801l7.528 4.45L12 12.698 4.471 8.25zm-.424 10.583a.83.83 0 0 0 .848 0l5.57-3.29 1.535.907L12 16.449 4.471 12l1.536-.907zm7.952 1.366L12 20.2l-7.529-4.45 1.536-.907 5.57 3.29a.83.83 0 0 0 .848 0l5.57-3.29z\" />\n <path d=\"M12 3.801 19.528 8.251 12 12.698 4.471 8.25z\" />\n </svg>\n )\n);\nLayerFrontIcon.displayName = \"LayerFrontIcon\";\nexport default LayerFrontIcon;\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,YAAY,QAAQ,oBAAoB;;AAEjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMC,cAAc,gBAAGF,KAAK,CAACG,UAAU,CACrC,CAAAC,IAAA,EAOEC,GAA8B;EAAA,IAL5BC,QAAQ,GAAAF,IAAA,CAARE,QAAQ;IACLC,KAAK,GAAAC,6BAAA,CAAAJ,IAAA,EAAAK,SAAA;EAAA,oBAMVT,KAAA,CAAAU,aAAA,QAAAC,QAAA;IACEC,KAAK,EAAC,4BAA4B;IAClCC,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,EAAG;IACXC,OAAO,EAAC,WAAW;IACnB,eAAY,gBAAgB;IAC5BC,IAAI,EACFV,QAAQ,GACJ,qBAAqB,GACrBC,KAAK,YAALA,KAAK,CAAES,IAAI,GACXT,KAAK,CAACS,IAAI,GACV,wBACL;IACDC,SAAS,EAAE,KAAM;IACjBZ,GAAG,EAAEA;EAAI,GACLE,KAAK,gBAETP,KAAA,CAAAU,aAAA,CAACT,YAAY;IAACK,QAAQ,EAAEA;EAAS,CAAE,CAAC,eACpCN,KAAA,CAAAU,aAAA;IAAMQ,CAAC,EAAC;EAA0iB,CAAE,CAAC,eACrjBlB,KAAA,CAAAU,aAAA;IAAMQ,CAAC,EAAC;EAA8C,CAAE,CACrD,CAAC;AAAA,CAEV,CAAC;AACDhB,cAAc,CAACiB,WAAW,GAAG,gBAAgB;AAC7C,eAAejB,cAAc","ignoreList":[]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @component LayersIcon
|
|
4
|
+
* @description
|
|
5
|
+
*
|
|
6
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
7
|
+
* The Icon component is
|
|
8
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
9
|
+
*
|
|
10
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
11
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* return (
|
|
15
|
+
* <LayersIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
16
|
+
* )
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* return (
|
|
20
|
+
* <LayersIcon className="mr-2" />
|
|
21
|
+
* )
|
|
22
|
+
*
|
|
23
|
+
* @see
|
|
24
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
25
|
+
* @see
|
|
26
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
27
|
+
*/
|
|
28
|
+
declare const LayersIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
29
|
+
gradient?: string;
|
|
30
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
31
|
+
export default LayersIcon;
|
|
32
|
+
//# sourceMappingURL=Layers.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Layers.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/Layers.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,QAAA,MAAM,UAAU;eAMC,MAAM;+CA+BtB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
3
|
+
const _excluded = ["gradient"];
|
|
4
|
+
import React from "react";
|
|
5
|
+
import { GradientDefs } from "../../GradientDefs";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component LayersIcon
|
|
9
|
+
* @description
|
|
10
|
+
*
|
|
11
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
12
|
+
* The Icon component is
|
|
13
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
14
|
+
*
|
|
15
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
16
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* return (
|
|
20
|
+
* <LayersIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
21
|
+
* )
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* return (
|
|
25
|
+
* <LayersIcon className="mr-2" />
|
|
26
|
+
* )
|
|
27
|
+
*
|
|
28
|
+
* @see
|
|
29
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
30
|
+
* @see
|
|
31
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
32
|
+
*/
|
|
33
|
+
const LayersIcon = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
34
|
+
let gradient = _ref.gradient,
|
|
35
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
36
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
37
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
38
|
+
width: 24,
|
|
39
|
+
height: 24,
|
|
40
|
+
viewBox: "0 0 24 24",
|
|
41
|
+
"data-testid": "LayersIcon",
|
|
42
|
+
fill: gradient ? "url(#icon-gradient)" : props != null && props.fill ? props.fill : "var(--color-theme-600)",
|
|
43
|
+
focusable: false,
|
|
44
|
+
ref: ref
|
|
45
|
+
}, props), /*#__PURE__*/React.createElement(GradientDefs, {
|
|
46
|
+
gradient: gradient
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
stroke: "#F4F5F7",
|
|
49
|
+
strokeWidth: 0.1,
|
|
50
|
+
d: "M.05.05h23.9v23.9H.05z",
|
|
51
|
+
opacity: 0.01
|
|
52
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
53
|
+
d: "M22 12a.83.83 0 0 0-.41-.717l-1.959-1.158 1.96-1.157a.834.834 0 0 0 0-1.435l-9.167-5.417a.83.83 0 0 0-.848 0L2.409 7.533a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l9.167 5.416a.83.83 0 0 0 .848 0l9.167-5.416a.834.834 0 0 0 0-1.435l-1.96-1.158 1.96-1.157A.83.83 0 0 0 22 12M12 3.801l7.528 4.45L12 12.698 4.471 8.25zm-.424 10.583a.83.83 0 0 0 .848 0l5.57-3.29 1.535.907L12 16.449 4.471 12l1.536-.907zm7.952 1.366L12 20.2l-7.529-4.45 1.536-.907 5.57 3.29a.83.83 0 0 0 .848 0l5.57-3.29z"
|
|
54
|
+
}));
|
|
55
|
+
});
|
|
56
|
+
LayersIcon.displayName = "LayersIcon";
|
|
57
|
+
export default LayersIcon;
|
|
58
|
+
//# sourceMappingURL=Layers.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Layers.js","names":["React","GradientDefs","LayersIcon","forwardRef","_ref","ref","gradient","props","_objectWithoutPropertiesLoose","_excluded","createElement","_extends","xmlns","width","height","viewBox","fill","focusable","stroke","strokeWidth","d","opacity","displayName"],"sources":["../../../../../src/components/Icons/collection/Layers.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { GradientDefs } from \"../../GradientDefs\";\n\n/**\n * @component LayersIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.\n * Format: \"linear-gradient(<angle>deg, <color1>, <color2>, ...)\"\n *\n * @example\n * return (\n * <LayersIcon gradient=\"linear-gradient(135deg, #4da2ed, #f72222)\" />\n * )\n *\n * @example\n * return (\n * <LayersIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst LayersIcon = React.forwardRef(\n (\n {\n gradient,\n ...props\n }: React.SVGProps<SVGSVGElement> & {\n gradient?: string;\n },\n ref?: React.Ref<SVGSVGElement>\n ) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n data-testid=\"LayersIcon\"\n fill={\n gradient\n ? \"url(#icon-gradient)\"\n : props?.fill\n ? props.fill\n : \"var(--color-theme-600)\"\n }\n focusable={false}\n ref={ref}\n {...props}\n >\n <GradientDefs gradient={gradient} />\n <path\n stroke=\"#F4F5F7\"\n strokeWidth={0.1}\n d=\"M.05.05h23.9v23.9H.05z\"\n opacity={0.01}\n />\n <path d=\"M22 12a.83.83 0 0 0-.41-.717l-1.959-1.158 1.96-1.157a.834.834 0 0 0 0-1.435l-9.167-5.417a.83.83 0 0 0-.848 0L2.409 7.533a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l1.96 1.157-1.96 1.158a.833.833 0 0 0 0 1.435l9.167 5.416a.83.83 0 0 0 .848 0l9.167-5.416a.834.834 0 0 0 0-1.435l-1.96-1.158 1.96-1.157A.83.83 0 0 0 22 12M12 3.801l7.528 4.45L12 12.698 4.471 8.25zm-.424 10.583a.83.83 0 0 0 .848 0l5.57-3.29 1.535.907L12 16.449 4.471 12l1.536-.907zm7.952 1.366L12 20.2l-7.529-4.45 1.536-.907 5.57 3.29a.83.83 0 0 0 .848 0l5.57-3.29z\" />\n </svg>\n )\n);\nLayersIcon.displayName = \"LayersIcon\";\nexport default LayersIcon;\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,YAAY,QAAQ,oBAAoB;;AAEjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMC,UAAU,gBAAGF,KAAK,CAACG,UAAU,CACjC,CAAAC,IAAA,EAOEC,GAA8B;EAAA,IAL5BC,QAAQ,GAAAF,IAAA,CAARE,QAAQ;IACLC,KAAK,GAAAC,6BAAA,CAAAJ,IAAA,EAAAK,SAAA;EAAA,oBAMVT,KAAA,CAAAU,aAAA,QAAAC,QAAA;IACEC,KAAK,EAAC,4BAA4B;IAClCC,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,EAAG;IACXC,OAAO,EAAC,WAAW;IACnB,eAAY,YAAY;IACxBC,IAAI,EACFV,QAAQ,GACJ,qBAAqB,GACrBC,KAAK,YAALA,KAAK,CAAES,IAAI,GACXT,KAAK,CAACS,IAAI,GACV,wBACL;IACDC,SAAS,EAAE,KAAM;IACjBZ,GAAG,EAAEA;EAAI,GACLE,KAAK,gBAETP,KAAA,CAAAU,aAAA,CAACT,YAAY;IAACK,QAAQ,EAAEA;EAAS,CAAE,CAAC,eACpCN,KAAA,CAAAU,aAAA;IACEQ,MAAM,EAAC,SAAS;IAChBC,WAAW,EAAE,GAAI;IACjBC,CAAC,EAAC,wBAAwB;IAC1BC,OAAO,EAAE;EAAK,CACf,CAAC,eACFrB,KAAA,CAAAU,aAAA;IAAMU,CAAC,EAAC;EAA0iB,CAAE,CACjjB,CAAC;AAAA,CAEV,CAAC;AACDlB,UAAU,CAACoB,WAAW,GAAG,YAAY;AACrC,eAAepB,UAAU","ignoreList":[]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @component SidebarLeftIcon
|
|
4
|
+
* @description
|
|
5
|
+
*
|
|
6
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
7
|
+
* The Icon component is
|
|
8
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
9
|
+
*
|
|
10
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
11
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* return (
|
|
15
|
+
* <SidebarLeftIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
16
|
+
* )
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* return (
|
|
20
|
+
* <SidebarLeftIcon className="mr-2" />
|
|
21
|
+
* )
|
|
22
|
+
*
|
|
23
|
+
* @see
|
|
24
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
25
|
+
* @see
|
|
26
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
27
|
+
*/
|
|
28
|
+
declare const SidebarLeftIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
29
|
+
gradient?: string;
|
|
30
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
31
|
+
export default SidebarLeftIcon;
|
|
32
|
+
//# sourceMappingURL=SidebarLeft.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarLeft.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/SidebarLeft.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,QAAA,MAAM,eAAe;eAMJ,MAAM;+CAkCtB,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
3
|
+
const _excluded = ["gradient"];
|
|
4
|
+
import React from "react";
|
|
5
|
+
import { GradientDefs } from "../../GradientDefs";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component SidebarLeftIcon
|
|
9
|
+
* @description
|
|
10
|
+
*
|
|
11
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
12
|
+
* The Icon component is
|
|
13
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
14
|
+
*
|
|
15
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
16
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* return (
|
|
20
|
+
* <SidebarLeftIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
21
|
+
* )
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* return (
|
|
25
|
+
* <SidebarLeftIcon className="mr-2" />
|
|
26
|
+
* )
|
|
27
|
+
*
|
|
28
|
+
* @see
|
|
29
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
30
|
+
* @see
|
|
31
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
32
|
+
*/
|
|
33
|
+
const SidebarLeftIcon = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
34
|
+
let gradient = _ref.gradient,
|
|
35
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
36
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
37
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
38
|
+
width: 24,
|
|
39
|
+
height: 24,
|
|
40
|
+
viewBox: "0 0 24 24",
|
|
41
|
+
"data-testid": "SidebarLeftIcon",
|
|
42
|
+
fill: gradient ? "url(#icon-gradient)" : props != null && props.fill ? props.fill : "var(--color-theme-600)",
|
|
43
|
+
focusable: false,
|
|
44
|
+
ref: ref
|
|
45
|
+
}, props), /*#__PURE__*/React.createElement(GradientDefs, {
|
|
46
|
+
gradient: gradient
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
fillRule: "evenodd",
|
|
49
|
+
d: "M12 5a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm-5 2h4v10h-4z",
|
|
50
|
+
clipRule: "evenodd"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
fillRule: "evenodd",
|
|
53
|
+
d: "M2 4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm18 0H4v16h16z",
|
|
54
|
+
clipRule: "evenodd"
|
|
55
|
+
}));
|
|
56
|
+
});
|
|
57
|
+
SidebarLeftIcon.displayName = "SidebarLeftIcon";
|
|
58
|
+
export default SidebarLeftIcon;
|
|
59
|
+
//# sourceMappingURL=SidebarLeft.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarLeft.js","names":["React","GradientDefs","SidebarLeftIcon","forwardRef","_ref","ref","gradient","props","_objectWithoutPropertiesLoose","_excluded","createElement","_extends","xmlns","width","height","viewBox","fill","focusable","fillRule","d","clipRule","displayName"],"sources":["../../../../../src/components/Icons/collection/SidebarLeft.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { GradientDefs } from \"../../GradientDefs\";\n\n/**\n * @component SidebarLeftIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.\n * Format: \"linear-gradient(<angle>deg, <color1>, <color2>, ...)\"\n *\n * @example\n * return (\n * <SidebarLeftIcon gradient=\"linear-gradient(135deg, #4da2ed, #f72222)\" />\n * )\n *\n * @example\n * return (\n * <SidebarLeftIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst SidebarLeftIcon = React.forwardRef(\n (\n {\n gradient,\n ...props\n }: React.SVGProps<SVGSVGElement> & {\n gradient?: string;\n },\n ref?: React.Ref<SVGSVGElement>\n ) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n data-testid=\"SidebarLeftIcon\"\n fill={\n gradient\n ? \"url(#icon-gradient)\"\n : props?.fill\n ? props.fill\n : \"var(--color-theme-600)\"\n }\n focusable={false}\n ref={ref}\n {...props}\n >\n <GradientDefs gradient={gradient} />\n <path\n fillRule=\"evenodd\"\n d=\"M12 5a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1h-6a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1zm-5 2h4v10h-4z\"\n clipRule=\"evenodd\"\n />\n <path\n fillRule=\"evenodd\"\n d=\"M2 4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm18 0H4v16h16z\"\n clipRule=\"evenodd\"\n />\n </svg>\n )\n);\nSidebarLeftIcon.displayName = \"SidebarLeftIcon\";\nexport default SidebarLeftIcon;\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,YAAY,QAAQ,oBAAoB;;AAEjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMC,eAAe,gBAAGF,KAAK,CAACG,UAAU,CACtC,CAAAC,IAAA,EAOEC,GAA8B;EAAA,IAL5BC,QAAQ,GAAAF,IAAA,CAARE,QAAQ;IACLC,KAAK,GAAAC,6BAAA,CAAAJ,IAAA,EAAAK,SAAA;EAAA,oBAMVT,KAAA,CAAAU,aAAA,QAAAC,QAAA;IACEC,KAAK,EAAC,4BAA4B;IAClCC,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,EAAG;IACXC,OAAO,EAAC,WAAW;IACnB,eAAY,iBAAiB;IAC7BC,IAAI,EACFV,QAAQ,GACJ,qBAAqB,GACrBC,KAAK,YAALA,KAAK,CAAES,IAAI,GACXT,KAAK,CAACS,IAAI,GACV,wBACL;IACDC,SAAS,EAAE,KAAM;IACjBZ,GAAG,EAAEA;EAAI,GACLE,KAAK,gBAETP,KAAA,CAAAU,aAAA,CAACT,YAAY;IAACK,QAAQ,EAAEA;EAAS,CAAE,CAAC,eACpCN,KAAA,CAAAU,aAAA;IACEQ,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,sFAAsF;IACxFC,QAAQ,EAAC;EAAS,CACnB,CAAC,eACFpB,KAAA,CAAAU,aAAA;IACEQ,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,qFAAqF;IACvFC,QAAQ,EAAC;EAAS,CACnB,CACE,CAAC;AAAA,CAEV,CAAC;AACDlB,eAAe,CAACmB,WAAW,GAAG,iBAAiB;AAC/C,eAAenB,eAAe","ignoreList":[]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
/**
|
|
3
|
+
* @component SidebarRightIcon
|
|
4
|
+
* @description
|
|
5
|
+
*
|
|
6
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
7
|
+
* The Icon component is
|
|
8
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
9
|
+
*
|
|
10
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
11
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* return (
|
|
15
|
+
* <SidebarRightIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
16
|
+
* )
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* return (
|
|
20
|
+
* <SidebarRightIcon className="mr-2" />
|
|
21
|
+
* )
|
|
22
|
+
*
|
|
23
|
+
* @see
|
|
24
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
25
|
+
* @see
|
|
26
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
27
|
+
*/
|
|
28
|
+
declare const SidebarRightIcon: React.ForwardRefExoticComponent<Omit<React.SVGProps<SVGSVGElement> & {
|
|
29
|
+
gradient?: string;
|
|
30
|
+
}, "ref"> & React.RefAttributes<SVGSVGElement>>;
|
|
31
|
+
export default SidebarRightIcon;
|
|
32
|
+
//# sourceMappingURL=SidebarRight.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarRight.d.ts","sourceRoot":"","sources":["../../../../../src/components/Icons/collection/SidebarRight.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,QAAA,MAAM,gBAAgB;eAML,MAAM;+CAkCtB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import _extends from "@babel/runtime/helpers/esm/extends";
|
|
2
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/esm/objectWithoutPropertiesLoose";
|
|
3
|
+
const _excluded = ["gradient"];
|
|
4
|
+
import React from "react";
|
|
5
|
+
import { GradientDefs } from "../../GradientDefs";
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* @component SidebarRightIcon
|
|
9
|
+
* @description
|
|
10
|
+
*
|
|
11
|
+
* The React Icon component is a visual element that displays an icon to represent a concept, object, or action.
|
|
12
|
+
* The Icon component is
|
|
13
|
+
* customizable, allowing for variations in size, color, and style to fit the needs of the application.
|
|
14
|
+
*
|
|
15
|
+
* @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.
|
|
16
|
+
* Format: "linear-gradient(<angle>deg, <color1>, <color2>, ...)"
|
|
17
|
+
*
|
|
18
|
+
* @example
|
|
19
|
+
* return (
|
|
20
|
+
* <SidebarRightIcon gradient="linear-gradient(135deg, #4da2ed, #f72222)" />
|
|
21
|
+
* )
|
|
22
|
+
*
|
|
23
|
+
* @example
|
|
24
|
+
* return (
|
|
25
|
+
* <SidebarRightIcon className="mr-2" />
|
|
26
|
+
* )
|
|
27
|
+
*
|
|
28
|
+
* @see
|
|
29
|
+
* https://system.activecollab.com/?path=/story/foundation-icons-icons--icons
|
|
30
|
+
* @see
|
|
31
|
+
* https://design.activecollab.com/docs/foundations/icons
|
|
32
|
+
*/
|
|
33
|
+
const SidebarRightIcon = /*#__PURE__*/React.forwardRef((_ref, ref) => {
|
|
34
|
+
let gradient = _ref.gradient,
|
|
35
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded);
|
|
36
|
+
return /*#__PURE__*/React.createElement("svg", _extends({
|
|
37
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
38
|
+
width: 24,
|
|
39
|
+
height: 24,
|
|
40
|
+
viewBox: "0 0 24 24",
|
|
41
|
+
"data-testid": "SidebarRightIcon",
|
|
42
|
+
fill: gradient ? "url(#icon-gradient)" : props != null && props.fill ? props.fill : "var(--color-theme-600)",
|
|
43
|
+
focusable: false,
|
|
44
|
+
ref: ref
|
|
45
|
+
}, props), /*#__PURE__*/React.createElement(GradientDefs, {
|
|
46
|
+
gradient: gradient
|
|
47
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
48
|
+
fillRule: "evenodd",
|
|
49
|
+
d: "M12 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm5 2h-4v10h4z",
|
|
50
|
+
clipRule: "evenodd"
|
|
51
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
52
|
+
fillRule: "evenodd",
|
|
53
|
+
d: "M2 4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm18 0H4v16h16z",
|
|
54
|
+
clipRule: "evenodd"
|
|
55
|
+
}));
|
|
56
|
+
});
|
|
57
|
+
SidebarRightIcon.displayName = "SidebarRightIcon";
|
|
58
|
+
export default SidebarRightIcon;
|
|
59
|
+
//# sourceMappingURL=SidebarRight.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"SidebarRight.js","names":["React","GradientDefs","SidebarRightIcon","forwardRef","_ref","ref","gradient","props","_objectWithoutPropertiesLoose","_excluded","createElement","_extends","xmlns","width","height","viewBox","fill","focusable","fillRule","d","clipRule","displayName"],"sources":["../../../../../src/components/Icons/collection/SidebarRight.tsx"],"sourcesContent":["import React from \"react\";\n\nimport { GradientDefs } from \"../../GradientDefs\";\n\n/**\n * @component SidebarRightIcon\n * @description\n *\n * The React Icon component is a visual element that displays an icon to represent a concept, object, or action.\n * The Icon component is\n * customizable, allowing for variations in size, color, and style to fit the needs of the application.\n *\n * @prop {string} [gradient] - Optional CSS linear-gradient string to apply a custom fill.\n * Format: \"linear-gradient(<angle>deg, <color1>, <color2>, ...)\"\n *\n * @example\n * return (\n * <SidebarRightIcon gradient=\"linear-gradient(135deg, #4da2ed, #f72222)\" />\n * )\n *\n * @example\n * return (\n * <SidebarRightIcon className=\"mr-2\" />\n * )\n *\n * @see\n * https://system.activecollab.com/?path=/story/foundation-icons-icons--icons\n * @see\n * https://design.activecollab.com/docs/foundations/icons\n */\nconst SidebarRightIcon = React.forwardRef(\n (\n {\n gradient,\n ...props\n }: React.SVGProps<SVGSVGElement> & {\n gradient?: string;\n },\n ref?: React.Ref<SVGSVGElement>\n ) => (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width={24}\n height={24}\n viewBox=\"0 0 24 24\"\n data-testid=\"SidebarRightIcon\"\n fill={\n gradient\n ? \"url(#icon-gradient)\"\n : props?.fill\n ? props.fill\n : \"var(--color-theme-600)\"\n }\n focusable={false}\n ref={ref}\n {...props}\n >\n <GradientDefs gradient={gradient} />\n <path\n fillRule=\"evenodd\"\n d=\"M12 5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1zm5 2h-4v10h4z\"\n clipRule=\"evenodd\"\n />\n <path\n fillRule=\"evenodd\"\n d=\"M2 4a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2zm18 0H4v16h16z\"\n clipRule=\"evenodd\"\n />\n </svg>\n )\n);\nSidebarRightIcon.displayName = \"SidebarRightIcon\";\nexport default SidebarRightIcon;\n"],"mappings":";;;AAAA,OAAOA,KAAK,MAAM,OAAO;AAEzB,SAASC,YAAY,QAAQ,oBAAoB;;AAEjD;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAMC,gBAAgB,gBAAGF,KAAK,CAACG,UAAU,CACvC,CAAAC,IAAA,EAOEC,GAA8B;EAAA,IAL5BC,QAAQ,GAAAF,IAAA,CAARE,QAAQ;IACLC,KAAK,GAAAC,6BAAA,CAAAJ,IAAA,EAAAK,SAAA;EAAA,oBAMVT,KAAA,CAAAU,aAAA,QAAAC,QAAA;IACEC,KAAK,EAAC,4BAA4B;IAClCC,KAAK,EAAE,EAAG;IACVC,MAAM,EAAE,EAAG;IACXC,OAAO,EAAC,WAAW;IACnB,eAAY,kBAAkB;IAC9BC,IAAI,EACFV,QAAQ,GACJ,qBAAqB,GACrBC,KAAK,YAALA,KAAK,CAAES,IAAI,GACXT,KAAK,CAACS,IAAI,GACV,wBACL;IACDC,SAAS,EAAE,KAAM;IACjBZ,GAAG,EAAEA;EAAI,GACLE,KAAK,gBAETP,KAAA,CAAAU,aAAA,CAACT,YAAY;IAACK,QAAQ,EAAEA;EAAS,CAAE,CAAC,eACpCN,KAAA,CAAAU,aAAA;IACEQ,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,oFAAoF;IACtFC,QAAQ,EAAC;EAAS,CACnB,CAAC,eACFpB,KAAA,CAAAU,aAAA;IACEQ,QAAQ,EAAC,SAAS;IAClBC,CAAC,EAAC,qFAAqF;IACvFC,QAAQ,EAAC;EAAS,CACnB,CACE,CAAC;AAAA,CAEV,CAAC;AACDlB,gBAAgB,CAACmB,WAAW,GAAG,kBAAkB;AACjD,eAAenB,gBAAgB","ignoreList":[]}
|