cozy-ui 127.13.1 → 127.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,2 @@
1
+ export default SvgAssignAdmin;
2
+ declare function SvgAssignAdmin(props: any): JSX.Element;
@@ -0,0 +1,18 @@
1
+ // Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/ui/assign-admin.svg` to regenerate;
2
+ import React from 'react';
3
+
4
+ function SvgAssignAdmin(props) {
5
+ return /*#__PURE__*/React.createElement("svg", props, /*#__PURE__*/React.createElement("path", {
6
+ d: "M11.2 10.896a.896.896 0 100-1.792.896.896 0 000 1.792z"
7
+ }), /*#__PURE__*/React.createElement("path", {
8
+ fillRule: "evenodd",
9
+ d: "M11.2 11.6c-.584 0-1.752.288-1.792.864a2.19 2.19 0 001.792.936 2.19 2.19 0 001.792-.936c-.04-.576-1.208-.864-1.792-.864z",
10
+ clipRule: "evenodd"
11
+ }), /*#__PURE__*/React.createElement("path", {
12
+ fillRule: "evenodd",
13
+ d: "M12 6.472V2.616L6 0 0 2.616v3.928c0 3.632 2.56 7.032 6 7.856.44-.104.864-.256 1.28-.44A4.778 4.778 0 0011.2 16c2.648 0 4.8-2.152 4.8-4.8a4.798 4.798 0 00-4-4.728zM6.4 11.2c0 .448.064.888.184 1.296a5.27 5.27 0 01-.584.24c-2.536-.8-4.4-3.392-4.4-6.192v-2.88L6 1.744l4.4 1.92v2.808a4.798 4.798 0 00-4 4.728zm4.8 3.2a3.2 3.2 0 110-6.4 3.2 3.2 0 110 6.4z",
14
+ clipRule: "evenodd"
15
+ }));
16
+ }
17
+
18
+ export default SvgAssignAdmin;
@@ -0,0 +1,2 @@
1
+ export default SvgAssignModerator;
2
+ declare function SvgAssignModerator(props: any): JSX.Element;
@@ -0,0 +1,12 @@
1
+ // Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/ui/assign-moderator.svg` to regenerate;
2
+ import React from 'react';
3
+
4
+ function SvgAssignModerator(props) {
5
+ return /*#__PURE__*/React.createElement("svg", props, /*#__PURE__*/React.createElement("path", {
6
+ d: "M1.6 7.272v-3.76l4.8-1.8 4.8 1.8v2.952c.568.08 1.104.248 1.6.48V2.4L6.4 0 0 2.4v4.872C0 11.312 2.728 15.08 6.4 16c.024-.008.04-.016.064-.016a5.658 5.658 0 01-1.4-2.272C3.008 12.424 1.6 9.936 1.6 7.272z"
7
+ }), /*#__PURE__*/React.createElement("path", {
8
+ d: "M10.4 8c-2.208 0-4 1.792-4 4s1.792 4 4 4 4-1.792 4-4-1.792-4-4-4zm2.4 4.4h-2v2H10v-2H8v-.8h2v-2h.8v2h2v.8z"
9
+ }));
10
+ }
11
+
12
+ export default SvgAssignModerator;