@zesty-io/material 0.10.0 → 0.11.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,3 @@
|
|
|
1
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
+
import { SvgIcon } from "@mui/material";
|
|
3
|
+
export const DatabaseSearch = (props) => (_jsx(SvgIcon, { ...props, children: _jsx("path", { d: "M17.68 11.32C17.2622 10.9022 16.7661 10.571 16.22 10.3453C15.674 10.1196 15.0888 10.0039 14.4979 10.0048C13.9071 10.0057 13.3222 10.1233 12.7769 10.3507C12.2316 10.5781 11.7365 10.9109 11.32 11.33C10.9015 11.7471 10.5695 12.2427 10.343 12.7884C10.1164 13.3341 9.99981 13.9192 9.99981 14.51C9.99981 15.1008 10.1164 15.6859 10.343 16.2316C10.5695 16.7773 10.9015 17.2729 11.32 17.69C12.041 18.4084 12.9838 18.8616 13.9952 18.976C15.0065 19.0904 16.0268 18.8592 16.89 18.32L20 21.39L21.39 20L18.3 16.89C19.43 15.12 19.17 12.8 17.68 11.32ZM16.27 16.27C15.29 17.25 13.71 17.24 12.73 16.27C11.76 15.29 11.76 13.71 12.74 12.73C13.71 11.76 15.29 11.76 16.27 12.73C17.24 13.71 17.24 15.29 16.27 16.27ZM9.9 19.1C9.2474 18.4406 8.74285 17.6497 8.42 16.78C5.27 16.25 3 14.76 3 13V16C3 18.21 6.58 20 11 20C10.6 19.74 10.23 19.44 9.9 19.1ZM3 8V11C3 12.68 5.07 14.12 8 14.7V14.5C8 13.57 8.2 12.65 8.58 11.81C5.34 11.3 3 9.79 3 8ZM11 2C6.58 2 3 3.79 3 6C3 8 6 9.68 9.85 10H9.9C11.1 8.74 12.76 8 14.5 8C15.41 8 16.31 8.19 17.14 8.56C17.6445 8.3299 18.0808 7.97325 18.4068 7.52468C18.7327 7.07611 18.937 6.55088 19 6C19 3.79 15.42 2 11 2Z", fill: "currentColor" }) }));
|
package/es/icons/index.d.ts
CHANGED
|
@@ -8,4 +8,5 @@ export { EditNote } from "./EditNote";
|
|
|
8
8
|
export { FileTable } from "./FileTable";
|
|
9
9
|
export { Brain } from "./Brain";
|
|
10
10
|
export { Home } from "./Home";
|
|
11
|
-
export { ScreenShare } from
|
|
11
|
+
export { ScreenShare } from "./ScreenShare";
|
|
12
|
+
export { DatabaseSearch } from "./DatabaseSearch";
|
package/es/icons/index.js
CHANGED
|
@@ -8,4 +8,5 @@ export { EditNote } from "./EditNote";
|
|
|
8
8
|
export { FileTable } from "./FileTable";
|
|
9
9
|
export { Brain } from "./Brain";
|
|
10
10
|
export { Home } from "./Home";
|
|
11
|
-
export { ScreenShare } from
|
|
11
|
+
export { ScreenShare } from "./ScreenShare";
|
|
12
|
+
export { DatabaseSearch } from "./DatabaseSearch";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zesty-io/material",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "Contains custom components which are in addition to the @mui design-system",
|
|
5
5
|
"author": "Zesty.io",
|
|
6
6
|
"license": "MIT",
|
|
@@ -52,8 +52,5 @@
|
|
|
52
52
|
"react-json-view": "^1.21.3",
|
|
53
53
|
"typescript": "^4.6.3"
|
|
54
54
|
},
|
|
55
|
-
"files": [
|
|
56
|
-
"cjs",
|
|
57
|
-
"es"
|
|
58
|
-
]
|
|
55
|
+
"files": ["cjs", "es"]
|
|
59
56
|
}
|