cozy-ui 135.0.0 → 135.2.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 SvgSend;
2
+ declare function SvgSend(props: any): JSX.Element;
@@ -0,0 +1,13 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ // Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/ui/send.svg` to regenerate;
3
+ import React from 'react';
4
+
5
+ function SvgSend(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 16 16"
8
+ }, props), /*#__PURE__*/React.createElement("path", {
9
+ d: "M15.594 1.252L9.75 14.927a.88.88 0 01-.66.53.821.821 0 01-.799-.253L.252 6.88a.821.821 0 01-.224-.807.88.88 0 01.553-.64L14.45.067c.374-.137.696-.067.965.212.27.279.329.603.178.972zM8.74 13.55L13.7 1.938 1.92 6.488l2.52 2.607 4.722-2.774-2.938 4.621 2.518 2.608z"
10
+ }));
11
+ }
12
+
13
+ export default SvgSend;
@@ -0,0 +1,2 @@
1
+ export default SvgShieldClean;
2
+ declare function SvgShieldClean(props: any): JSX.Element;
@@ -0,0 +1,13 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ // Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/ui/shield-clean.svg` to regenerate;
3
+ import React from 'react';
4
+
5
+ function SvgShieldClean(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 15 16"
8
+ }, props), /*#__PURE__*/React.createElement("path", {
9
+ d: "M6.432 15.635c-.092 0-.178-.01-.257-.03a3.27 3.27 0 01-.237-.069c-1.782-.593-3.203-1.688-4.266-3.285C.61 10.655.052 8.933 0 7.085v-3.74c0-.33.096-.627.287-.89a1.63 1.63 0 01.742-.575L5.78.1c.184-.067.37-.1.553-.1.185 0 .37.033.554.099l4.75 1.781c.304.119.551.31.743.574.191.264.287.56.287.89v3.741a7.922 7.922 0 01-.04.792 3.683 3.683 0 00-.752-.08 4.178 4.178 0 00-.831.08 8.356 8.356 0 00.04-.792v-3.74l-4.75-1.781-4.75 1.78v3.741a7.52 7.52 0 001.345 4.355c.897 1.306 2.032 2.177 3.404 2.612.277-.092.548-.204.812-.336.264-.132.521-.284.772-.456v1.86a4.445 4.445 0 01-.406.179 11.43 11.43 0 00-.564.238 2.99 2.99 0 01-.248.069c-.085.02-.174.03-.267.03zm3.74.08a.648.648 0 01-.474-.198.648.648 0 01-.198-.475v-2.613c0-.185.066-.343.198-.475a.648.648 0 01.475-.198h.119v-.791c0-.436.155-.809.465-1.119.31-.31.683-.465 1.118-.465.435 0 .808.155 1.118.465.31.31.465.683.465 1.119v.791h.12c.184 0 .342.066.474.198.132.132.198.29.198.475v2.613a.648.648 0 01-.198.475.648.648 0 01-.475.198h-3.404zm.911-3.959h1.584v-.791a.766.766 0 00-.228-.565.766.766 0 00-.564-.227.766.766 0 00-.564.227.766.766 0 00-.228.565v.791z"
10
+ }));
11
+ }
12
+
13
+ export default SvgShieldClean;
@@ -0,0 +1,2 @@
1
+ export default SvgShieldInfected;
2
+ declare function SvgShieldInfected(props: any): JSX.Element;
@@ -0,0 +1,15 @@
1
+ import _extends from "@babel/runtime/helpers/extends";
2
+ // Automatically created, please run `scripts/generate-svgr-icon.sh assets/icons/ui/shield-infected.svg` to regenerate;
3
+ import React from 'react';
4
+
5
+ function SvgShieldInfected(props) {
6
+ return /*#__PURE__*/React.createElement("svg", _extends({
7
+ viewBox: "0 0 13 16"
8
+ }, props), /*#__PURE__*/React.createElement("path", {
9
+ d: "M6.333 0L0 2.375v4.821c0 3.998 2.7 7.727 6.333 8.637 3.634-.91 6.334-4.639 6.334-8.637V2.375L6.333 0zm4.75 7.196c0 3.167-2.018 6.096-4.75 6.99-2.73-.894-4.75-3.815-4.75-6.99v-3.72l4.75-1.782 4.75 1.781v3.721z"
10
+ }), /*#__PURE__*/React.createElement("path", {
11
+ d: "M7.125 9.5H5.542v1.583h1.583V9.5zm0-5.542H5.542v3.959h1.583V3.958z"
12
+ }));
13
+ }
14
+
15
+ export default SvgShieldInfected;