@televet/kibble-ui 1.12.9 → 1.12.10
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/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -1218,7 +1218,7 @@ const SvgPersonAdd = ({ color = "currentColor", height = "24px", width = "24px"
|
|
|
1218
1218
|
const ForwardRef$C = React.forwardRef(SvgPersonAdd);
|
|
1219
1219
|
|
|
1220
1220
|
const SvgPerson = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
1221
|
-
React__namespace.createElement("path", { d: "
|
|
1221
|
+
React__namespace.createElement("path", { d: "M13 3a9 9 0 0 0-9 9 9 9 0 0 0 9 9 9 9 0 0 0 9-9 9 9 0 0 0-9-9Zm0 2.475a2.924 2.924 0 1 1 .001 5.849A2.924 2.924 0 0 1 13 5.475ZM13 19.2a7.178 7.178 0 0 1-5.479-2.531.914.914 0 0 1 .155-1.324C9.043 14.32 11.53 13.8 13 13.8c1.47 0 3.958.518 5.324 1.545.422.318.499.923.156 1.324A7.184 7.184 0 0 1 13 19.2Z", fill: color })));
|
|
1222
1222
|
const ForwardRef$B = React.forwardRef(SvgPerson);
|
|
1223
1223
|
|
|
1224
1224
|
const SvgPhoneButtons = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
@@ -1298,7 +1298,7 @@ const SvgSmileyFacePlus = ({ color = "currentColor", height = "24px", width = "2
|
|
|
1298
1298
|
const ForwardRef$j = React.forwardRef(SvgSmileyFacePlus);
|
|
1299
1299
|
|
|
1300
1300
|
const SvgSmileyFace = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|
|
1301
|
-
React__namespace.createElement("path", { d: "
|
|
1301
|
+
React__namespace.createElement("path", { d: "M13 3a9 9 0 1 0 0 18 9 9 0 0 0 0-18Zm3.15 5.4c.747 0 1.35.603 1.35 1.35 0 .747-.603 1.35-1.35 1.35-.747 0-1.35-.603-1.35-1.35 0-.747.603-1.35 1.35-1.35Zm-6.3 0c.747 0 1.35.603 1.35 1.35 0 .747-.603 1.35-1.35 1.35-.747 0-1.35-.603-1.35-1.35 0-.747.603-1.35 1.35-1.35ZM13 16.95a4.936 4.936 0 0 1-4.273-2.473.455.455 0 0 1 .396-.677h7.754c.346 0 .568.378.393.677A4.927 4.927 0 0 1 13 16.95Z", fill: color })));
|
|
1302
1302
|
const ForwardRef$i = React.forwardRef(SvgSmileyFace);
|
|
1303
1303
|
|
|
1304
1304
|
const SvgSort = ({ color = "currentColor", height = "24px", width = "24px" }, ref) => (React__namespace.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, ref: ref },
|